Uses of Interface
org.apache.sshd.common.future.CloseFuture

Packages that use CloseFuture
org.apache.sshd Defines the two main classes for the client and server side of SSH protocol support. 
org.apache.sshd.agent   
org.apache.sshd.client.channel   
org.apache.sshd.client.session   
org.apache.sshd.common   
org.apache.sshd.common.channel   
org.apache.sshd.common.future   
org.apache.sshd.common.session   
org.apache.sshd.server.channel   
org.apache.sshd.server.session   
 

Uses of CloseFuture in org.apache.sshd
 

Methods in org.apache.sshd that return CloseFuture
 CloseFuture ClientChannel.close(boolean immediately)
           
 CloseFuture ClientSession.close(boolean immediately)
           
 

Uses of CloseFuture in org.apache.sshd.agent
 

Methods in org.apache.sshd.agent that return CloseFuture
 CloseFuture ChannelAgentForwarding.close(boolean immediately)
           
 

Uses of CloseFuture in org.apache.sshd.client.channel
 

Methods in org.apache.sshd.client.channel that return CloseFuture
 CloseFuture AbstractClientChannel.close(boolean immediately)
           
 

Uses of CloseFuture in org.apache.sshd.client.session
 

Methods in org.apache.sshd.client.session that return CloseFuture
 CloseFuture ClientSessionImpl.close(boolean immediately)
           
 

Uses of CloseFuture in org.apache.sshd.common
 

Methods in org.apache.sshd.common that return CloseFuture
 CloseFuture Channel.close(boolean immediately)
           
 

Uses of CloseFuture in org.apache.sshd.common.channel
 

Fields in org.apache.sshd.common.channel declared as CloseFuture
protected  CloseFuture AbstractChannel.closeFuture
           
 

Methods in org.apache.sshd.common.channel that return CloseFuture
 CloseFuture AbstractChannel.close(boolean immediately)
           
 

Uses of CloseFuture in org.apache.sshd.common.future
 

Classes in org.apache.sshd.common.future that implement CloseFuture
 class DefaultCloseFuture
          A default implementation of CloseFuture.
 

Uses of CloseFuture in org.apache.sshd.common.session
 

Fields in org.apache.sshd.common.session declared as CloseFuture
protected  CloseFuture AbstractSession.closeFuture
          A future that will be set 'closed' when the connection is closed.
 

Methods in org.apache.sshd.common.session that return CloseFuture
 CloseFuture AbstractSession.close(boolean immediately)
          Close this session.
 

Uses of CloseFuture in org.apache.sshd.server.channel
 

Methods in org.apache.sshd.server.channel that return CloseFuture
 CloseFuture ChannelDirectTcpip.close(boolean immediately)
           
 CloseFuture ChannelSession.close(boolean immediately)
           
 

Uses of CloseFuture in org.apache.sshd.server.session
 

Methods in org.apache.sshd.server.session that return CloseFuture
 CloseFuture ServerSession.close(boolean immediately)
           
 



Copyright © 2008-2012 Apache Software Foundation. All Rights Reserved.