| Package | Description |
|---|---|
| org.graylog2.plugin.buffers | |
| org.graylog2.plugin.inputs | |
| org.graylog2.plugin.inputs.codecs | |
| org.graylog2.plugin.inputs.transports | |
| org.graylog2.plugin.journal |
| Modifier and Type | Method and Description |
|---|---|
RawMessage |
MessageEvent.getRaw() |
| Modifier and Type | Method and Description |
|---|---|
void |
InputBuffer.insert(RawMessage message) |
void |
MessageEvent.setRaw(RawMessage raw)
|
| Modifier and Type | Method and Description |
|---|---|
void |
MessageInput.processRawMessage(RawMessage rawMessage) |
| Modifier and Type | Method and Description |
|---|---|
Message |
Codec.decode(RawMessage rawMessage) |
Collection<Message> |
MultiMessageCodec.decodeMessages(RawMessage rawMessage) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract RawMessage |
GeneratorTransport.produceRawMessage(MessageInput input) |
| Modifier and Type | Method and Description |
|---|---|
static RawMessage |
RawMessage.decode(byte[] buffer,
long journalOffset) |
Copyright © 2012-2016 Graylog, Inc.. All Rights Reserved.