Package | Description |
---|---|
org.jetlang.remote.acceptor | |
org.jetlang.web |
Modifier and Type | Class and Description |
---|---|
class |
NioJetlangRemotingClientFactory |
Modifier and Type | Method and Description |
---|---|
static NioAcceptorHandler |
NioAcceptorHandler.create(int port,
NioAcceptorHandler.ClientFactory clientHandler,
Runnable onEnd) |
static NioAcceptorHandler |
NioAcceptorHandler.create(int port,
NioAcceptorHandler.ClientFactory clientHandler,
Runnable onEnd,
int backlogmax) |
Constructor and Description |
---|
NioAcceptorHandler(ServerSocketChannel channel,
NioAcceptorHandler.ClientFactory clientHandler,
Runnable onEnd) |
Modifier and Type | Class and Description |
---|---|
class |
RoundRobinClientFactory |
class |
WebDispatcher<S> |
Modifier and Type | Method and Description |
---|---|
void |
RoundRobinClientFactory.add(NioAcceptorHandler.ClientFactory fact) |
Constructor and Description |
---|
WebAcceptor(int port,
org.jetlang.fibers.NioFiber acceptorFiber,
NioAcceptorHandler.ClientFactory clientFactory,
WebAcceptor.Config config,
Runnable onEnd) |
Copyright © 2016. All Rights Reserved.