public class RxServer<I,O> extends AbstractServer<I,O,io.netty.bootstrap.ServerBootstrap,io.netty.channel.ServerChannel,RxServer<I,O>>
AbstractServer.ServerState| Modifier and Type | Field and Description |
|---|---|
protected PipelineConfigurator<I,O> |
pipelineConfigurator |
bootstrap, connectionFactory, errorHandler, eventsSubject, port, serverStateRef| Constructor and Description |
|---|
RxServer(io.netty.bootstrap.ServerBootstrap bootstrap,
int port,
ConnectionHandler<I,O> connectionHandler) |
RxServer(io.netty.bootstrap.ServerBootstrap bootstrap,
int port,
ConnectionHandler<I,O> connectionHandler,
io.netty.util.concurrent.EventExecutorGroup connHandlingExecutor) |
RxServer(io.netty.bootstrap.ServerBootstrap bootstrap,
int port,
PipelineConfigurator<I,O> pipelineConfigurator,
ConnectionHandler<I,O> connectionHandler) |
RxServer(io.netty.bootstrap.ServerBootstrap bootstrap,
int port,
PipelineConfigurator<I,O> pipelineConfigurator,
ConnectionHandler<I,O> connectionHandler,
io.netty.util.concurrent.EventExecutorGroup connHandlingExecutor) |
getEventsSubject, getServerPort, newChannelInitializer, returnServer, shutdown, start, startAndWait, subscribe, waitTillShutdown, waitTillShutdown, withErrorHandlerprotected final PipelineConfigurator<I,O> pipelineConfigurator
public RxServer(io.netty.bootstrap.ServerBootstrap bootstrap,
int port,
ConnectionHandler<I,O> connectionHandler)
public RxServer(io.netty.bootstrap.ServerBootstrap bootstrap,
int port,
PipelineConfigurator<I,O> pipelineConfigurator,
ConnectionHandler<I,O> connectionHandler)
public RxServer(io.netty.bootstrap.ServerBootstrap bootstrap,
int port,
ConnectionHandler<I,O> connectionHandler,
io.netty.util.concurrent.EventExecutorGroup connHandlingExecutor)
public RxServer(io.netty.bootstrap.ServerBootstrap bootstrap,
int port,
PipelineConfigurator<I,O> pipelineConfigurator,
ConnectionHandler<I,O> connectionHandler,
io.netty.util.concurrent.EventExecutorGroup connHandlingExecutor)