Uses of Class
org.graylog2.plugin.ResolvableInetSocketAddress
Packages that use ResolvableInetSocketAddress
-
Uses of ResolvableInetSocketAddress in org.graylog2.inputs.codecs.gelf
Methods in org.graylog2.inputs.codecs.gelf that return ResolvableInetSocketAddressConstructors in org.graylog2.inputs.codecs.gelf with parameters of type ResolvableInetSocketAddressModifierConstructorDescriptionGELFMessage(byte[] payload, ResolvableInetSocketAddress sourceAddress) -
Uses of ResolvableInetSocketAddress in org.graylog2.plugin
Methods in org.graylog2.plugin that return ResolvableInetSocketAddressModifier and TypeMethodDescriptionstatic ResolvableInetSocketAddressResolvableInetSocketAddress.wrap(InetSocketAddress socketAddress) -
Uses of ResolvableInetSocketAddress in org.graylog2.plugin.journal
Methods in org.graylog2.plugin.journal that return ResolvableInetSocketAddressMethods in org.graylog2.plugin.journal with parameters of type ResolvableInetSocketAddressModifier and TypeMethodDescriptionvoidRawMessage.setRemoteAddress(ResolvableInetSocketAddress address) Constructors in org.graylog2.plugin.journal with parameters of type ResolvableInetSocketAddressModifierConstructorDescriptionRawMessage(byte[] payload, ResolvableInetSocketAddress remoteAddress) RawMessage(long journalOffset, com.eaio.uuid.UUID id, org.joda.time.DateTime timestamp, ResolvableInetSocketAddress remoteAddress, byte[] payload)