public class XioServerPipeline extends XioBasePipeline
globalConnectionLimiter| Constructor and Description |
|---|
XioServerPipeline() |
| Modifier and Type | Method and Description |
|---|---|
String |
applicationProtocol() |
io.netty.channel.ChannelHandler |
getApplicationHandler() |
io.netty.channel.ChannelHandler |
getAuthenticationHandler() |
io.netty.channel.ChannelHandler |
getCodecHandler() |
io.netty.channel.ChannelHandler |
getEncryptionHandler(XioServerConfig config,
XioServerState state) |
io.netty.channel.ChannelHandler |
getIdleDisconnectHandler(XioServerLimits limits) |
buildHandlerspublic io.netty.channel.ChannelHandler getEncryptionHandler(XioServerConfig config, XioServerState state)
getEncryptionHandler in class XioBasePipelinepublic io.netty.channel.ChannelHandler getAuthenticationHandler()
getAuthenticationHandler in class XioBasePipelinepublic io.netty.channel.ChannelHandler getCodecHandler()
getCodecHandler in class XioBasePipelinepublic io.netty.channel.ChannelHandler getIdleDisconnectHandler(XioServerLimits limits)
getIdleDisconnectHandler in class XioBasePipelinepublic String applicationProtocol()
applicationProtocol in interface XioPipelineFragmentapplicationProtocol in class XioBasePipelinepublic io.netty.channel.ChannelHandler getApplicationHandler()
getApplicationHandler in class XioBasePipelineCopyright © 2016. All Rights Reserved.