public class TcpTransport extends AbstractTcpTransport
| Modifier and Type | Class and Description |
|---|---|
static class |
TcpTransport.Config |
static interface |
TcpTransport.Factory |
| Modifier and Type | Field and Description |
|---|---|
static String |
CK_USE_NULL_DELIMITER |
protected org.jboss.netty.buffer.ChannelBuffer[] |
delimiter |
protected int |
maxFrameLength |
bossExecutor, configuration, connectionCounter, workerExecutorCK_BIND_ADDRESS, CK_PORT, CK_RECV_BUFFER_SIZE, localRegistry, throughputCounter| Modifier | Constructor and Description |
|---|---|
protected |
TcpTransport(Configuration configuration,
Executor bossPool,
Executor workerPool,
ThroughputCounter throughputCounter,
ConnectionCounter connectionCounter,
LocalMetricRegistry localRegistry) |
|
TcpTransport(Configuration configuration,
Executor bossPool,
ThroughputCounter throughputCounter,
ConnectionCounter connectionCounter,
LocalMetricRegistry localRegistry) |
| Modifier and Type | Method and Description |
|---|---|
protected org.jboss.netty.bootstrap.Bootstrap |
getBootstrap() |
protected LinkedHashMap<String,Callable<? extends org.jboss.netty.channel.ChannelHandler>> |
getFinalChannelHandlers(MessageInput input) |
getBaseChannelHandlersgetLocalAddress, getMetricSet, getRecvBufferSize, launch, setMessageAggregator, stoppublic static final String CK_USE_NULL_DELIMITER
protected final org.jboss.netty.buffer.ChannelBuffer[] delimiter
protected final int maxFrameLength
public TcpTransport(Configuration configuration, @Named(value="bossPool") Executor bossPool, ThroughputCounter throughputCounter, ConnectionCounter connectionCounter, LocalMetricRegistry localRegistry)
protected TcpTransport(Configuration configuration, Executor bossPool, Executor workerPool, ThroughputCounter throughputCounter, ConnectionCounter connectionCounter, LocalMetricRegistry localRegistry)
protected org.jboss.netty.bootstrap.Bootstrap getBootstrap()
getBootstrap 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.