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) |
buildHandlers
public io.netty.channel.ChannelHandler getEncryptionHandler(XioServerConfig config, XioServerState state)
getEncryptionHandler
in class XioBasePipeline
public io.netty.channel.ChannelHandler getAuthenticationHandler()
getAuthenticationHandler
in class XioBasePipeline
public io.netty.channel.ChannelHandler getCodecHandler()
getCodecHandler
in class XioBasePipeline
public io.netty.channel.ChannelHandler getIdleDisconnectHandler(XioServerLimits limits)
getIdleDisconnectHandler
in class XioBasePipeline
public String applicationProtocol()
applicationProtocol
in interface XioPipelineFragment
applicationProtocol
in class XioBasePipeline
public io.netty.channel.ChannelHandler getApplicationHandler()
getApplicationHandler
in class XioBasePipeline
Copyright © 2016. All Rights Reserved.