| Package | Description |
|---|---|
| org.graylog2.gelfclient | |
| org.graylog2.gelfclient.transport |
| Modifier and Type | Method and Description |
|---|---|
static GelfTransport |
GelfTransports.create(GelfConfiguration config)
Creates a
GelfTransport from the given configuration. |
static GelfTransport |
GelfTransports.create(GelfTransports transport,
GelfConfiguration config)
Creates a
GelfTransport from the given protocol and configuration. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractGelfTransport
An abstract
GelfTransport implementation serving as parent for the concrete implementations. |
class |
GelfTcpTransport
A
GelfTransport implementation that uses TCP to send GELF messages. |
class |
GelfUdpTransport
A
GelfTransport implementation that uses UDP to send GELF messages. |
Copyright © 2014–2017 Graylog, Inc.. All rights reserved.