Modifier and Type | Class and Description |
---|---|
class |
SocksProxy
SOCKS proxy server, supporting simple socks4/5 protocols.
|
Modifier and Type | Method and Description |
---|---|
IoAcceptor |
IoServiceFactory.createAcceptor(IoHandler handler) |
IoConnector |
IoServiceFactory.createConnector(IoHandler handler) |
Modifier and Type | Field and Description |
---|---|
protected IoHandler |
Nio2Connector.ConnectionCompletionHandler.handler |
Modifier and Type | Method and Description |
---|---|
IoHandler |
Nio2Service.getIoHandler() |
IoHandler |
Nio2Session.getIoHandler() |
Modifier and Type | Method and Description |
---|---|
IoAcceptor |
Nio2ServiceFactory.createAcceptor(IoHandler handler) |
protected Nio2CompletionHandler<Void,Object> |
Nio2Connector.createConnectionCompletionHandler(IoConnectFuture future,
AsynchronousSocketChannel socket,
AttributeRepository context,
FactoryManager manager,
IoHandler handler) |
IoConnector |
Nio2ServiceFactory.createConnector(IoHandler handler) |
protected Nio2Session |
Nio2Connector.createSession(FactoryManager manager,
IoHandler handler,
AsynchronousSocketChannel socket) |
protected Nio2Session |
Nio2Acceptor.AcceptCompletionHandler.createSession(Nio2Acceptor acceptor,
SocketAddress address,
AsynchronousSocketChannel channel,
IoHandler handler) |
Constructor and Description |
---|
ConnectionCompletionHandler(IoConnectFuture future,
AsynchronousSocketChannel socket,
AttributeRepository context,
FactoryManager manager,
IoHandler handler) |
Nio2Acceptor(FactoryManager manager,
IoHandler handler,
AsynchronousChannelGroup group) |
Nio2Connector(FactoryManager manager,
IoHandler handler,
AsynchronousChannelGroup group) |
Nio2Service(FactoryManager manager,
IoHandler handler,
AsynchronousChannelGroup group) |
Nio2Session(Nio2Service service,
FactoryManager manager,
IoHandler handler,
AsynchronousSocketChannel socket,
SocketAddress acceptanceAddress) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSessionFactory<M extends FactoryManager,S extends AbstractSession>
An abstract base factory of sessions.
|
class |
AbstractSessionIoHandler
TODO Add javadoc
|
Modifier and Type | Class and Description |
---|---|
class |
SessionFactory
A factory of server sessions.
|
Modifier and Type | Interface and Description |
---|---|
interface |
X11ForwardSupport |
Modifier and Type | Class and Description |
---|---|
class |
DefaultX11ForwardSupport |
Copyright © 2008–2022 The Apache Software Foundation. All rights reserved.