Package org.graylog2.inputs.transports
Class HttpTransport
java.lang.Object
org.graylog2.plugin.inputs.transports.NettyTransport
org.graylog2.plugin.inputs.transports.AbstractTcpTransport
org.graylog2.inputs.transports.AbstractHttpTransport
org.graylog2.inputs.transports.HttpTransport
- All Implemented Interfaces:
Transport
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic interface -
Field Summary
Fields inherited from class org.graylog2.inputs.transports.AbstractHttpTransport
DEFAULT_MAX_CHUNK_SIZE, enableBulkReceiving, enableCors, maxChunkSizeFields inherited from class org.graylog2.plugin.inputs.transports.AbstractTcpTransport
childEventLoopGroup, configuration, parentEventLoopGroupFields inherited from class org.graylog2.plugin.inputs.transports.NettyTransport
CK_BIND_ADDRESS, CK_NUMBER_WORKER_THREADS, CK_PORT, CK_RECV_BUFFER_SIZE, eventLoopGroupFactory, localRegistry, socketAddress, throughputCounter, workerThreads -
Constructor Summary
ConstructorsConstructorDescriptionHttpTransport(Configuration configuration, io.netty.channel.EventLoopGroup eventLoopGroup, EventLoopGroupFactory eventLoopGroupFactory, NettyTransportConfiguration nettyTransportConfiguration, ThroughputCounter throughputCounter, LocalMetricRegistry localRegistry, TLSProtocolsConfiguration tlsConfiguration) -
Method Summary
Methods inherited from class org.graylog2.inputs.transports.AbstractHttpTransport
getCustomChildChannelHandlers, launch, parseMaxChunkSizeMethods inherited from class org.graylog2.plugin.inputs.transports.AbstractTcpTransport
getBootstrap, getChildChannelHandlers, getLocalAddress, launch, stopMethods inherited from class org.graylog2.plugin.inputs.transports.NettyTransport
getAggregator, getChannelHandlers, getChannelInitializer, getMetricSet, getRecvBufferSize, setMessageAggregator
-
Constructor Details
-
HttpTransport
public HttpTransport(Configuration configuration, io.netty.channel.EventLoopGroup eventLoopGroup, EventLoopGroupFactory eventLoopGroupFactory, NettyTransportConfiguration nettyTransportConfiguration, ThroughputCounter throughputCounter, LocalMetricRegistry localRegistry, TLSProtocolsConfiguration tlsConfiguration)
-