Uses of Class
com.sshtools.profile.URI

Packages that use URI
com.sshtools.profile A profile is a persistable representation of a connection and its associated settings. 
com.sshtools.virtualsession Provides some kind of display or 'screen' for a single connection to a host and a manager to manage multiple instances of these displays 
com.sshtools.virtualsession.ui.awt   
com.sshtools.virtualsession.ui.swing   
 

Uses of URI in com.sshtools.profile
 

Methods in com.sshtools.profile that return URI
 URI ResourceProfile.getURI()
          Get the URI for this resource
 

Methods in com.sshtools.profile with parameters of type URI
 void URI.absolutize(URI p_base)
          Absolutize URI with given base URI.
 void ResourceProfile.setURI(URI uri)
          Set the URI for this resource
 

Constructors in com.sshtools.profile with parameters of type URI
ResourceProfile(java.lang.String name, URI uri)
          Construct a new profile given a URI and a name
ResourceProfile(URI uri)
          Construct a new profile given a URI
URI(URI p_other)
          Construct a new URI from another URI.
URI(URI p_base, java.lang.String p_uriSpec)
          Construct a new URI from a base URI and a URI specification string.
URI(URI p_base, java.lang.String p_uriSpec, boolean allowNonAbsoluteURI)
          Construct a new URI from a base URI and a URI specification string.
 

Uses of URI in com.sshtools.virtualsession
 

Methods in com.sshtools.virtualsession that return URI
 URI VirtualSessionManager.getEmbeddedClientTicketURI()
          The applet container may have supplied an SSL Explorer embedded client ticket URI that may be used to initialise and authenticate a secure proxied connection.
 

Uses of URI in com.sshtools.virtualsession.ui.awt
 

Methods in com.sshtools.virtualsession.ui.awt that return URI
 URI AWTVirtualSessionManager.getEmbeddedClientTicketURI()
           
 

Uses of URI in com.sshtools.virtualsession.ui.swing
 

Methods in com.sshtools.virtualsession.ui.swing that return URI
 URI SwingVirtualSessionManager.getEmbeddedClientTicketURI()
           
 



Copyright © 2003-2009 SSHTOOLS LTD. All Rights Reserved.