Package | Description |
---|---|
com.xjeffrose.xio.bootstrap | |
com.xjeffrose.xio.pipeline | |
com.xjeffrose.xio.server |
Constructor and Description |
---|
XioServerBootstrap(ApplicationState appState,
XioServerConfig config,
XioServerState state) |
Modifier and Type | Method and Description |
---|---|
void |
XioSimplePipelineFragment.buildHandlers(ApplicationState appState,
XioServerConfig config,
XioServerState state,
io.netty.channel.ChannelPipeline pipeline) |
void |
XioPipelineFragment.buildHandlers(ApplicationState appState,
XioServerConfig config,
XioServerState state,
io.netty.channel.ChannelPipeline pipeline) |
void |
XioHttp2Pipeline.buildHandlers(ApplicationState appState,
XioServerConfig config,
XioServerState state,
io.netty.channel.ChannelPipeline pipeline) |
void |
XioHttp1_1Pipeline.buildHandlers(ApplicationState appState,
XioServerConfig config,
XioServerState state,
io.netty.channel.ChannelPipeline pipeline) |
void |
XioBasePipeline.buildHandlers(ApplicationState appState,
XioServerConfig config,
XioServerState state,
io.netty.channel.ChannelPipeline pipeline) |
io.netty.channel.ChannelHandler |
XioTlsServerPipeline.getEncryptionHandler(XioServerConfig config,
XioServerState state) |
io.netty.channel.ChannelHandler |
XioSslHttp1_1Pipeline.getEncryptionHandler(XioServerConfig config,
XioServerState state) |
io.netty.channel.ChannelHandler |
XioServerPipeline.getEncryptionHandler(XioServerConfig config,
XioServerState state) |
abstract io.netty.channel.ChannelHandler |
XioBasePipeline.getEncryptionHandler(XioServerConfig config,
XioServerState state) |
Constructor and Description |
---|
XioPipelineAssembler(ApplicationState appState,
XioServerConfig config,
XioServerState state) |
Modifier and Type | Method and Description |
---|---|
static XioServerState |
XioServerState.fromConfig(String key) |
static XioServerState |
XioServerState.fromConfig(String key,
com.typesafe.config.Config config) |
Constructor and Description |
---|
XioServer(io.netty.channel.Channel serverChannel,
XioServerInstrumentation instrumentation,
XioServerConfig config,
XioServerState state) |
Copyright © 2016. All Rights Reserved.