@FunctionalInterface
public static interface ChannelOperations.OnNew<CHANNEL extends io.netty.channel.Channel>
ChannelOperations factory| Modifier and Type | Method and Description |
|---|---|
ChannelOperations<?,?> |
create(CHANNEL c,
ContextHandler<?> contextHandler,
java.lang.Object msg)
Create a new
ChannelOperations given a netty channel, a parent
ContextHandler and an optional message (nullable). |
ChannelOperations<?,?> create(CHANNEL c, ContextHandler<?> contextHandler, java.lang.Object msg)
ChannelOperations given a netty channel, a parent
ContextHandler and an optional message (nullable).c - a ChannelcontextHandler - a ContextHandlermsg - an optional messageChannelOperations