Uses of Class
org.apache.sshd.client.session.ClientSessionImpl.State

Packages that use ClientSessionImpl.State
org.apache.sshd.client.session   
 

Uses of ClientSessionImpl.State in org.apache.sshd.client.session
 

Methods in org.apache.sshd.client.session that return ClientSessionImpl.State
static ClientSessionImpl.State ClientSessionImpl.State.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ClientSessionImpl.State[] ClientSessionImpl.State.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.sshd.client.session with parameters of type ClientSessionImpl.State
 void ClientSessionImpl.setState(ClientSessionImpl.State newState)
           
 



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