| Modifier and Type | Interface and Description |
|---|---|
static interface |
GELFAMQPInput.Factory |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
GELFHttpInput.Factory |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
GELFKafkaInput.Factory |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
GELFTCPInput.Factory |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
GELFUDPInput.Factory |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
JsonPathInput.Factory |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
FakeHttpMessageInput.Factory |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
RawAMQPInput.Factory |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
RawKafkaInput.Factory |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
RawTCPInput.Factory |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
RawUDPInput.Factory |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SyslogAMQPInput.Factory |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SyslogKafkaInput.Factory |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SyslogTCPInput.Factory |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SyslogUDPInput.Factory |
| Modifier and Type | Method and Description |
|---|---|
protected <T extends MessageInput> |
PluginModule.addMessageInput(Class<T> messageInputClass,
Class<? extends MessageInput.Factory<T>> factoryClass) |
| Modifier and Type | Method and Description |
|---|---|
protected com.google.inject.multibindings.MapBinder<String,MessageInput.Factory<? extends MessageInput>> |
Graylog2Module.inputsMapBinder() |
| Modifier and Type | Method and Description |
|---|---|
protected <T extends MessageInput> |
Graylog2Module.installInput(com.google.inject.multibindings.MapBinder<String,MessageInput.Factory<? extends MessageInput>> inputMapBinder,
Class<T> target) |
protected <T extends MessageInput> |
Graylog2Module.installInput(com.google.inject.multibindings.MapBinder<String,MessageInput.Factory<? extends MessageInput>> inputMapBinder,
Class<T> target,
Class<? extends MessageInput.Factory<T>> targetFactory) |
protected <T extends MessageInput> |
Graylog2Module.installInput(com.google.inject.multibindings.MapBinder<String,MessageInput.Factory<? extends MessageInput>> inputMapBinder,
Class<T> target,
Class<? extends MessageInput.Factory<T>> targetFactory) |
| Constructor and Description |
|---|
MessageInputFactory(Map<String,MessageInput.Factory<? extends MessageInput>> inputFactories) |
Copyright © 2012-2016 Graylog, Inc.. All Rights Reserved.