Uses of Class
com.maverick.sshd.ConnectionProtocol

Packages that use ConnectionProtocol
com.maverick.sshd This package contains the base implementation of the SSH server. 
 

Uses of ConnectionProtocol in com.maverick.sshd
 

Fields in com.maverick.sshd declared as ConnectionProtocol
protected  ConnectionProtocol Channel.connection
          The Connection Protocol instance managing this session, use this instance to disconnect the session or obtain the ip address of the remote client.
 

Methods in com.maverick.sshd that return ConnectionProtocol
 ConnectionProtocol Channel.getConnection()
          Returns the ConnectionProtocol associated with this channel.
 

Methods in com.maverick.sshd with parameters of type ConnectionProtocol
 boolean RemoteForwardingFactoryImpl.belongsTo(ConnectionProtocol connection)
           
 boolean RemoteForwardingFactory.belongsTo(ConnectionProtocol connection)
          Does this factory belong to the connection provided?
 void RemoteForwardingFactoryImpl.bindInterface(java.lang.String addressToBind, int portToBind, ConnectionProtocol connection)
           
 void RemoteForwardingFactory.bindInterface(java.lang.String addressToBind, int portToBind, ConnectionProtocol connection)
          A client has requested that the server start listening and forward any subsequent connections to the client.
 boolean GlobalRequestHandler.processGlobalRequest(com.maverick.ssh2.GlobalRequest request, ConnectionProtocol connection)
          Process a global request.
 void RemoteForwardingManager.registerConnection(ConnectionProtocol connection, java.lang.Class remoteForwardingFactoryImpl)
          Register a connection with the forwarding manager.
 boolean RemoteForwardingManager.startRemoteForwarding(java.lang.String addressToBind, int portToBind, ConnectionProtocol connection)
          Start remote forwarding.
 boolean RemoteForwardingManager.stopRemoteForwarding(java.lang.String addressToBind, int portToBind, boolean dropActiveTunnels, ConnectionProtocol connection)
          Stop remote forwarding.
 void RemoteForwardingManager.unregisterConnection(ConnectionProtocol connection)
          Unregister a connection with the remote forwarding manager.
 



Copyright © 2003-2008 SSHTools LTD. All Rights Reserved.