public class GelfTcpTransport extends AbstractGelfTransport
GelfTransport implementation that uses TCP to send GELF messages.
This class is thread-safe.
config, queue| Constructor and Description |
|---|
GelfTcpTransport(GelfConfiguration config)
Creates a new TCP GELF transport.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
createBootstrap(io.netty.channel.EventLoopGroup workerGroup) |
scheduleReconnect, send, stop, trySendpublic GelfTcpTransport(GelfConfiguration config)
config - the GELF client configurationprotected void createBootstrap(io.netty.channel.EventLoopGroup workerGroup)
createBootstrap in class AbstractGelfTransportCopyright © 2016 TORCH. All rights reserved.