| Modifier and Type | Class and Description |
|---|---|
static interface |
StreamIngester.FrameDecoderFactory |
| Modifier and Type | Field and Description |
|---|---|
protected Map<io.netty.channel.ChannelOption<?>,?> |
childChannelOptions |
protected static Logger |
logger |
protected Map<io.netty.channel.ChannelOption<?>,?> |
parentChannelOptions |
| Constructor and Description |
|---|
StreamIngester(StreamIngester.FrameDecoderFactory frameDecoderFactory,
io.netty.channel.ChannelHandler commandHandler,
int port) |
| Modifier and Type | Method and Description |
|---|---|
void |
run() |
StreamIngester |
withChildChannelOptions(Map<io.netty.channel.ChannelOption<?>,?> childChannelOptions) |
StreamIngester |
withParentChannelOptions(Map<io.netty.channel.ChannelOption<?>,?> parentChannelOptions) |
protected static final Logger logger
@Nullable protected Map<io.netty.channel.ChannelOption<?>,?> parentChannelOptions
public StreamIngester(StreamIngester.FrameDecoderFactory frameDecoderFactory, io.netty.channel.ChannelHandler commandHandler, int port)
public StreamIngester withParentChannelOptions(Map<io.netty.channel.ChannelOption<?>,?> parentChannelOptions)
public StreamIngester withChildChannelOptions(Map<io.netty.channel.ChannelOption<?>,?> childChannelOptions)
Copyright © 2016. All rights reserved.