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 classSessionFactoryA 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) classDefaultForwarder.StaticIoHandlerclassSocksProxySOCKS 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 IoAcceptorDefaultForwarder. 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 IoAcceptorIoServiceFactory. createAcceptor(IoHandler handler)IoConnectorIoServiceFactory. 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 IoHandlerNio2Connector.ConnectionCompletionHandler. handlerprivate IoHandlerNio2Service. handlerprivate IoHandlerNio2Session. ioHandlerMethods in org.apache.sshd.common.io.nio2 that return IoHandler Modifier and Type Method Description IoHandlerNio2Service. getIoHandler()IoHandlerNio2Session. getIoHandler()Methods in org.apache.sshd.common.io.nio2 with parameters of type IoHandler Modifier and Type Method Description IoAcceptorNio2ServiceFactory. 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)IoConnectorNio2ServiceFactory. createConnector(IoHandler handler)protected Nio2SessionNio2Acceptor.AcceptCompletionHandler. createSession(Nio2Acceptor acceptor, java.net.SocketAddress address, java.nio.channels.AsynchronousSocketChannel channel, IoHandler handler)protected Nio2SessionNio2Connector. createSession(PropertyResolver propertyResolver, IoHandler handler, java.nio.channels.AsynchronousSocketChannel socket)Nio2SessionNio2ServiceFactory. createSession(Nio2Service service, IoHandler handler, java.nio.channels.AsynchronousSocketChannel socket, java.net.SocketAddress address)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(Nio2ServiceFactory nio2ServiceFactory, PropertyResolver propertyResolver, IoHandler handler, java.nio.channels.AsynchronousChannelGroup group, java.util.concurrent.ExecutorService resumeTasks)Nio2Connector(Nio2ServiceFactory nio2ServiceFactory, PropertyResolver propertyResolver, IoHandler handler, java.nio.channels.AsynchronousChannelGroup group, java.util.concurrent.ExecutorService resumeTasks)Nio2Service(PropertyResolver propertyResolver, IoHandler handler, java.nio.channels.AsynchronousChannelGroup group, java.util.concurrent.ExecutorService resumeTasks)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 classAbstractSessionFactory<M extends FactoryManager,S extends AbstractSession>An abstract base factory of sessions.classAbstractSessionIoHandlerTODO Add javadoc -
Uses of IoHandler in org.apache.sshd.server.forward
Classes in org.apache.sshd.server.forward that implement IoHandler Modifier and Type Class Description (package private) classTcpipServerChannel.PortIoHandler -
Uses of IoHandler in org.apache.sshd.server.session
Classes in org.apache.sshd.server.session that implement IoHandler Modifier and Type Class Description classSessionFactoryA 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 interfaceX11ForwardSupportClasses in org.apache.sshd.server.x11 that implement IoHandler Modifier and Type Class Description classDefaultX11ForwardSupport
-