public class TcpIngester extends Ingester
childChannelOptions, initializer, listeningPort, parentChannelOptions| Constructor and Description |
|---|
TcpIngester(io.netty.channel.ChannelInitializer initializer,
int port) |
TcpIngester(List<com.google.common.base.Function<io.netty.channel.Channel,io.netty.channel.ChannelHandler>> decoders,
io.netty.channel.ChannelHandler commandHandler,
int port) |
| Modifier and Type | Method and Description |
|---|---|
void |
run() |
addDecoders, addIdleTimeoutHandler, withChildChannelOptions, withParentChannelOptionspublic TcpIngester(List<com.google.common.base.Function<io.netty.channel.Channel,io.netty.channel.ChannelHandler>> decoders, io.netty.channel.ChannelHandler commandHandler, int port)
public TcpIngester(io.netty.channel.ChannelInitializer initializer,
int port)
Copyright © 2017. All rights reserved.