public class StringLineIngester extends TcpIngester
initializer, listeningPort| Constructor and Description |
|---|
StringLineIngester(io.netty.channel.ChannelHandler commandHandler,
int port) |
StringLineIngester(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 |
|---|---|
static String |
joinPushData(List<String> pushData) |
static List<String> |
unjoinPushData(String pushData) |
runaddDecoders, addIdleTimeoutHandlerpublic StringLineIngester(List<com.google.common.base.Function<io.netty.channel.Channel,io.netty.channel.ChannelHandler>> decoders, io.netty.channel.ChannelHandler commandHandler, int port)
public StringLineIngester(io.netty.channel.ChannelHandler commandHandler,
int port)
Copyright © 2016. All rights reserved.