Uses of Interface
org.apache.sshd.common.io.IoHandler
-
-
Uses of IoHandler in org.apache.sshd.client.session
Classes in org.apache.sshd.client.session that implement IoHandler Modifier and Type Class Description class
SessionFactory
A factory of client sessions. -
Uses of IoHandler in org.apache.sshd.common.forward
Classes in org.apache.sshd.common.forward that implement IoHandler Modifier and Type Class Description (package private) class
DefaultForwarder.StaticIoHandler
class
SocksProxy
SOCKS proxy server, supporting simple socks4/5 protocols.Method parameters in org.apache.sshd.common.forward with type arguments of type IoHandler Modifier and Type Method Description protected IoAcceptor
DefaultForwarder. createIoAcceptor(Factory<? extends IoHandler> handlerFactory)
-
Uses of IoHandler in org.apache.sshd.common.io
Methods in org.apache.sshd.common.io with parameters of type IoHandler Modifier and Type Method Description IoAcceptor
IoServiceFactory. createAcceptor(IoHandler handler)
IoConnector
IoServiceFactory. createConnector(IoHandler handler)
-
Uses of IoHandler in org.apache.sshd.common.io.nio2
Fields in org.apache.sshd.common.io.nio2 declared as IoHandler Modifier and Type Field Description protected IoHandler
Nio2Connector.ConnectionCompletionHandler. handler
private IoHandler
Nio2Service. handler
private IoHandler
Nio2Session. ioHandler
Methods in org.apache.sshd.common.io.nio2 that return IoHandler Modifier and Type Method Description IoHandler
Nio2Service. getIoHandler()
IoHandler
Nio2Session. getIoHandler()
Methods in org.apache.sshd.common.io.nio2 with parameters of type IoHandler Modifier and Type Method Description IoAcceptor
Nio2ServiceFactory. createAcceptor(IoHandler handler)
protected Nio2CompletionHandler<java.lang.Void,java.lang.Object>
Nio2Connector. createConnectionCompletionHandler(IoConnectFuture future, java.nio.channels.AsynchronousSocketChannel socket, AttributeRepository context, PropertyResolver propertyResolver, IoHandler handler)
IoConnector
Nio2ServiceFactory. createConnector(IoHandler handler)
protected Nio2Session
Nio2Acceptor.AcceptCompletionHandler. createSession(Nio2Acceptor acceptor, java.net.SocketAddress address, java.nio.channels.AsynchronousSocketChannel channel, IoHandler handler)
protected Nio2Session
Nio2Connector. createSession(PropertyResolver propertyResolver, IoHandler handler, java.nio.channels.AsynchronousSocketChannel socket)
Constructors in org.apache.sshd.common.io.nio2 with parameters of type IoHandler Constructor Description ConnectionCompletionHandler(IoConnectFuture future, java.nio.channels.AsynchronousSocketChannel socket, AttributeRepository context, PropertyResolver propertyResolver, IoHandler handler)
Nio2Acceptor(PropertyResolver propertyResolver, IoHandler handler, java.nio.channels.AsynchronousChannelGroup group)
Nio2Connector(PropertyResolver propertyResolver, IoHandler handler, java.nio.channels.AsynchronousChannelGroup group)
Nio2Service(PropertyResolver propertyResolver, IoHandler handler, java.nio.channels.AsynchronousChannelGroup group)
Nio2Session(Nio2Service service, PropertyResolver propertyResolver, IoHandler handler, java.nio.channels.AsynchronousSocketChannel socket, java.net.SocketAddress acceptanceAddress)
-
Uses of IoHandler in org.apache.sshd.common.session.helpers
Classes in org.apache.sshd.common.session.helpers that implement IoHandler Modifier and Type Class Description class
AbstractSessionFactory<M extends FactoryManager,S extends AbstractSession>
An abstract base factory of sessions.class
AbstractSessionIoHandler
TODO Add javadoc -
Uses of IoHandler in org.apache.sshd.server.session
Classes in org.apache.sshd.server.session that implement IoHandler Modifier and Type Class Description class
SessionFactory
A factory of server sessions. -
Uses of IoHandler in org.apache.sshd.server.x11
Subinterfaces of IoHandler in org.apache.sshd.server.x11 Modifier and Type Interface Description interface
X11ForwardSupport
Classes in org.apache.sshd.server.x11 that implement IoHandler Modifier and Type Class Description class
DefaultX11ForwardSupport
-