Package com.wavefront.ingester
Class UdpIngester
- java.lang.Object
-
- com.wavefront.ingester.Ingester
-
- com.wavefront.ingester.UdpIngester
-
- All Implemented Interfaces:
Runnable
@Deprecated public class UdpIngester extends Ingester
Deprecated.Bootstrapping for datagram ingester channels on a socket.- Author:
- Tim Schmidt (tim@wavefront.com).
-
-
Field Summary
-
Fields inherited from class com.wavefront.ingester.Ingester
childChannelOptions, initializer, listeningPort, parentChannelOptions
-
-
Constructor Summary
Constructors Constructor Description UdpIngester(List<com.google.common.base.Function<io.netty.channel.Channel,io.netty.channel.ChannelHandler>> decoders, io.netty.channel.ChannelHandler commandHandler, int port)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidrun()Deprecated.-
Methods inherited from class com.wavefront.ingester.Ingester
addDecoders, addIdleTimeoutHandler, withChildChannelOptions, withParentChannelOptions
-
-
-
-
Constructor Detail
-
UdpIngester
public UdpIngester(List<com.google.common.base.Function<io.netty.channel.Channel,io.netty.channel.ChannelHandler>> decoders, io.netty.channel.ChannelHandler commandHandler, int port)
Deprecated.
-
-