Uses of Interface
org.graylog2.plugin.inputs.codecs.Codec.Factory
Packages that use Codec.Factory
Package
Description
-
Uses of Codec.Factory in org.graylog.aws.inputs.cloudtrail
Subinterfaces of Codec.Factory in org.graylog.aws.inputs.cloudtrail -
Uses of Codec.Factory in org.graylog.integrations.aws
Methods in org.graylog.integrations.aws that return types with arguments of type Codec.FactoryModifier and TypeMethodDescriptionClass<? extends Codec.Factory>AWSMessageType.getCodecFactory() -
Uses of Codec.Factory in org.graylog.integrations.aws.codecs
Subinterfaces of Codec.Factory in org.graylog.integrations.aws.codecsModifier and TypeInterfaceDescriptionstatic interfacestatic interfacestatic interfaceConstructor parameters in org.graylog.integrations.aws.codecs with type arguments of type Codec.FactoryModifierConstructorDescriptionAWSCodec(Configuration configuration, Map<String, Codec.Factory<? extends Codec>> availableCodecs) -
Uses of Codec.Factory in org.graylog.integrations.aws.service
Constructor parameters in org.graylog.integrations.aws.service with type arguments of type Codec.FactoryModifierConstructorDescriptionKinesisService(software.amazon.awssdk.services.iam.IamClientBuilder iamClientBuilder, software.amazon.awssdk.services.kinesis.KinesisClientBuilder kinesisClientBuilder, com.fasterxml.jackson.databind.ObjectMapper objectMapper, Map<String, Codec.Factory<? extends Codec>> availableCodecs, AWSClientBuilderUtil awsClientBuilderUtil) -
Uses of Codec.Factory in org.graylog.integrations.inputs.paloalto
Subinterfaces of Codec.Factory in org.graylog.integrations.inputs.paloalto -
Uses of Codec.Factory in org.graylog.integrations.inputs.paloalto11
Subinterfaces of Codec.Factory in org.graylog.integrations.inputs.paloalto11 -
Uses of Codec.Factory in org.graylog.integrations.inputs.paloalto9
Subinterfaces of Codec.Factory in org.graylog.integrations.inputs.paloalto9 -
Uses of Codec.Factory in org.graylog.integrations.ipfix.codecs
Subinterfaces of Codec.Factory in org.graylog.integrations.ipfix.codecs -
Uses of Codec.Factory in org.graylog.plugins.beats
Subinterfaces of Codec.Factory in org.graylog.plugins.beatsModifier and TypeInterfaceDescriptionstatic interfacestatic interface -
Uses of Codec.Factory in org.graylog.plugins.cef.codec
Subinterfaces of Codec.Factory in org.graylog.plugins.cef.codec -
Uses of Codec.Factory in org.graylog.plugins.netflow.codecs
Subinterfaces of Codec.Factory in org.graylog.plugins.netflow.codecs -
Uses of Codec.Factory in org.graylog2.inputs.codecs
Subinterfaces of Codec.Factory in org.graylog2.inputs.codecsModifier and TypeInterfaceDescriptionstatic interfacestatic interfacestatic interfacestatic interfacestatic interfaceMethods in org.graylog2.inputs.codecs that return types with arguments of type Codec.FactoryModifier and TypeMethodDescriptionMap<String,Codec.Factory<? extends Codec>> CodecFactory.getFactory()Constructor parameters in org.graylog2.inputs.codecs with type arguments of type Codec.FactoryModifierConstructorDescriptionCodecFactory(Map<String, Codec.Factory<? extends Codec>> codecFactory) -
Uses of Codec.Factory in org.graylog2.plugin.inject
Methods in org.graylog2.plugin.inject that return types with arguments of type Codec.FactoryModifier and TypeMethodDescriptionprotected com.google.inject.multibindings.MapBinder<String,Codec.Factory<? extends Codec>> Graylog2Module.codecMapBinder()Method parameters in org.graylog2.plugin.inject with type arguments of type Codec.FactoryModifier and TypeMethodDescriptionprotected voidGraylog2Module.installCodec(com.google.inject.multibindings.MapBinder<String, Codec.Factory<? extends Codec>> mapBinder, Class<? extends Codec> codecClass) protected voidGraylog2Module.installCodec(com.google.inject.multibindings.MapBinder<String, Codec.Factory<? extends Codec>> mapBinder, String name, Class<? extends Codec> codecClass) protected voidGraylog2Module.installCodec(com.google.inject.multibindings.MapBinder<String, Codec.Factory<? extends Codec>> mapBinder, String name, Class<? extends Codec> codecClass, Class<? extends Codec.Config> configClass, Class<? extends Codec.Factory<? extends Codec>> factoryClass) -
Uses of Codec.Factory in org.graylog2.plugin.inputs.codecs
Subinterfaces of Codec.Factory in org.graylog2.plugin.inputs.codecs