Package com.sshtools.profile

A profile is a persistable representation of a connection and its associated settings.

See:
          Description

Interface Summary
ProfileTransport ProfileTransport implementations are responsible for creating and maintaing a connection to a resource.
ResourceProfileListener Listener interface to be implemented when you need to watch for changes to a ResourceProfile.
SchemeOptions To allow each connection scheme to have its own protocol specific options, a ResourceProfile can have a single SchemeOptions implementation.
 

Class Summary
ConnectionManager The ConnectionManager is responsible for accepting registrations of SchemeHandler implementations and all them to be accessed by the scheme name.
ResourceProfile A ResourceProfile stores everything that is needed to be known for a SchemeHandler to be able to make a connection to a resource.

The most important field in a ResourceProfile is the URI.
SchemeHandler  
URI A class to represent a Uniform Resource Identifier (URI).
 

Exception Summary
AuthenticationException Exception thrown if the authentication with a host fails for some reason during connection.
ProfileException Exception thrown when there are errors caused by handling of a ResourceProfile.
URI.MalformedURIException MalformedURIExceptions are thrown in the process of building a URI or setting fields on a URI when an operation would result in an invalid URI specification.
 

Package com.sshtools.profile Description

A profile is a persistable representation of a connection and its associated settings.



Copyright © 2003-2004 3SP LTD. All Rights Reserved.