| Package | Description |
|---|---|
| org.graylog2.gelfclient |
| Modifier and Type | Method and Description |
|---|---|
GelfTransports |
GelfConfiguration.getTransport()
Get the transport protocol used with the GELF server.
|
static GelfTransports |
GelfTransports.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GelfTransports[] |
GelfTransports.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static GelfTransport |
GelfTransports.create(GelfTransports transport,
GelfConfiguration config)
Creates a
GelfTransport from the given protocol and configuration. |
GelfConfiguration |
GelfConfiguration.transport(GelfTransports transport)
Set the transport protocol used with the GELF server.
|
Copyright © 2016 TORCH. All rights reserved.