Uses of Interface
org.graylog2.plugin.inputs.transports.Transport
Packages that use Transport
Package
Description
-
Uses of Transport in org.graylog.plugins.beats
Classes in org.graylog.plugins.beats that implement Transport -
Uses of Transport in org.graylog.plugins.netflow.transport
Classes in org.graylog.plugins.netflow.transport that implement TransportModifier and TypeClassDescriptionclassThis UDP transport is largely identical to its superclass, but replaces the codec aggregator and its handler with custom implementations that are able to pass the remote address. -
Uses of Transport in org.graylog2.inputs.transports
Classes in org.graylog2.inputs.transports that implement TransportModifier and TypeClassDescriptionclassclassclassclassclassclassclassclass -
Uses of Transport in org.graylog2.plugin
Method parameters in org.graylog2.plugin with type arguments of type TransportModifier and TypeMethodDescriptionprotected voidPluginModule.addTransport(String name, Class<? extends Transport> transportClass) protected voidPluginModule.addTransport(String name, Class<? extends Transport> transportClass, Class<? extends Transport.Config> configClass, Class<? extends Transport.Factory<? extends Transport>> factoryClass) -
Uses of Transport in org.graylog2.plugin.inject
Methods in org.graylog2.plugin.inject that return types with arguments of type TransportModifier and TypeMethodDescriptionprotected com.google.inject.multibindings.MapBinder<String,Transport.Factory<? extends Transport>> Graylog2Module.transportMapBinder()Method parameters in org.graylog2.plugin.inject with type arguments of type TransportModifier and TypeMethodDescriptionprotected voidGraylog2Module.installTransport(com.google.inject.multibindings.MapBinder<String, Transport.Factory<? extends Transport>> mapBinder, String name, Class<? extends Transport> transportClass) protected voidGraylog2Module.installTransport(com.google.inject.multibindings.MapBinder<String, Transport.Factory<? extends Transport>> mapBinder, String name, Class<? extends Transport> transportClass) protected voidGraylog2Module.installTransport(com.google.inject.multibindings.MapBinder<String, Transport.Factory<? extends Transport>> mapBinder, String name, Class<? extends Transport> transportClass, Class<? extends Transport.Config> configClass, Class<? extends Transport.Factory<? extends Transport>> factoryClass) protected voidGraylog2Module.installTransport(com.google.inject.multibindings.MapBinder<String, Transport.Factory<? extends Transport>> mapBinder, String name, Class<? extends Transport> transportClass, Class<? extends Transport.Config> configClass, Class<? extends Transport.Factory<? extends Transport>> factoryClass) -
Uses of Transport in org.graylog2.plugin.inputs
Constructors in org.graylog2.plugin.inputs with parameters of type TransportModifierConstructorDescriptionMessageInput(com.codahale.metrics.MetricRegistry metricRegistry, Configuration configuration, Transport transport, LocalMetricRegistry localRegistry, Codec codec, MessageInput.Config config, MessageInput.Descriptor descriptor, ServerStatus serverStatus) -
Uses of Transport in org.graylog2.plugin.inputs.transports
Classes in org.graylog2.plugin.inputs.transports with type parameters of type TransportClasses in org.graylog2.plugin.inputs.transports that implement TransportModifier and TypeClassDescriptionclassclassclassclassDeprecated.classNewer version of theThrottleableTransportwhich launches with anInputFailureRecorder
ThrottleableTransport2instead