public interface HandlerFactory
Modifier and Type | Method and Description |
---|---|
io.netty.channel.ChannelHandler |
create() |
DecoderEncoder |
getCodec() |
boolean |
isServer() |
@Ensures(value="result != null") io.netty.channel.ChannelHandler create()
@Ensures(value="result != null") DecoderEncoder getCodec()
boolean isServer()
Copyright © 2014–2016. All rights reserved.