public class HttpTransport extends AbstractTcpTransport
| Modifier and Type | Class and Description |
|---|---|
static class |
HttpTransport.Config |
static interface |
HttpTransport.Factory |
static class |
HttpTransport.Handler |
bossExecutor, configuration, connectionCounter, workerExecutorCK_BIND_ADDRESS, CK_PORT, CK_RECV_BUFFER_SIZE, localRegistry, throughputCounter| Constructor and Description |
|---|
HttpTransport(Configuration configuration,
Executor bossPool,
ThroughputCounter throughputCounter,
ConnectionCounter connectionCounter,
LocalMetricRegistry localRegistry) |
| Modifier and Type | Method and Description |
|---|---|
protected LinkedHashMap<String,Callable<? extends org.jboss.netty.channel.ChannelHandler>> |
getBaseChannelHandlers(MessageInput input) |
protected LinkedHashMap<String,Callable<? extends org.jboss.netty.channel.ChannelHandler>> |
getFinalChannelHandlers(MessageInput input) |
getBootstrapgetLocalAddress, getMetricSet, getRecvBufferSize, launch, setMessageAggregator, stoppublic HttpTransport(Configuration configuration, @Named(value="bossPool") Executor bossPool, ThroughputCounter throughputCounter, ConnectionCounter connectionCounter, LocalMetricRegistry localRegistry)
protected LinkedHashMap<String,Callable<? extends org.jboss.netty.channel.ChannelHandler>> getBaseChannelHandlers(MessageInput input)
getBaseChannelHandlers in class AbstractTcpTransportprotected LinkedHashMap<String,Callable<? extends org.jboss.netty.channel.ChannelHandler>> getFinalChannelHandlers(MessageInput input)
getFinalChannelHandlers in class NettyTransportCopyright © 2012-2015 Graylog, Inc.. All Rights Reserved.