public class SyslogTcpTransport extends TcpTransport
| Modifier and Type | Class and Description |
|---|---|
static class |
SyslogTcpTransport.Config |
static interface |
SyslogTcpTransport.Factory |
CK_USE_NULL_DELIMITER, delimiter, maxFrameLengthbossExecutor, configuration, connectionCounter, workerExecutorCK_BIND_ADDRESS, CK_PORT, CK_RECV_BUFFER_SIZE, localRegistry, throughputCounter| Constructor and Description |
|---|
SyslogTcpTransport(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>> |
getFinalChannelHandlers(MessageInput input) |
getBootstrapgetBaseChannelHandlersgetLocalAddress, getMetricSet, getRecvBufferSize, launch, setMessageAggregator, stoppublic SyslogTcpTransport(Configuration configuration, @Named(value="bossPool") Executor bossPool, ThroughputCounter throughputCounter, ConnectionCounter connectionCounter, LocalMetricRegistry localRegistry)
protected LinkedHashMap<String,Callable<? extends org.jboss.netty.channel.ChannelHandler>> getFinalChannelHandlers(MessageInput input)
getFinalChannelHandlers in class TcpTransportCopyright © 2012-2015 Graylog, Inc.. All Rights Reserved.