Package com.foxsmart.ic.net

Provides common infrastructure classes that aid in network oriented operations.

See:
          Description

Interface Summary
CliProtocolHandler The CliProtocolHandler handles the communications for various command line interface (CLI) protocols in a consistent manner.
Host This interface identifies a network host.
HttpProtocolHandler The HttpProtocolHandler handles the communications for the HTTP protocol.
ProtocolHandler The ProtocolHandler is a class that knows how to communicate using a specific protocol.
 

Class Summary
AbstractCliProtocolHandler The AbstractProtocolHandler class provides base functionality for protocols handlers.
CommonsTelnetProtocolHandler The CommonsTelnetProtocolHandler class helps with the handling of sending and receiving of data to and from a telnet client.
DefaultHttpProtocolHandler The DefaultHttpProtocolHandler class handles the HTTP communication with the router.
Hostname The Hostname class represents an individual network hostname.
IpAddress The IpAddress class represents an individual network IP address.
MacAddress This class represents a 48-bit hardware MAC (Medium Access Control Layer) address.
MindTermSshAuthenticator The MindTermSshProtocolHandler class helps with the handling of sending and receiving of data to and from an SSH client using the MindTerm implementation.
MindTermSshConsoleClient Extends the standard Mindterm SSH Console Client by adding a shellWithException method.
MindTermSshProtocolHandler The MindTermSshProtocolHandler class helps with the handling of sending and receiving of data to and from an SSH client using the MindTerm implementation.
MindTermSshProtocolHandlerImpl The MindTermSshProtocolHandler class helps with the handling of sending and receiving of data to and from an SSH client using the MindTerm implementation.
PlinkSshProtocolHandler The PlinkSshProtocolHandler class helps with the handling of sending and receiving of data to and from an SSH client using the plink external process.
ProxyAuthenticator The ProxyAuthenticator class extends an abstract authenticator by providing a username and password.
 

Enum Summary
ProtocolHandler.Protocol The supported protocols.
 

Exception Summary
AuthenticationFailedException This exception is thrown when an invalid username or password was specified when attempting to login to a device.
 

Package com.foxsmart.ic.net Description

Provides common infrastructure classes that aid in network oriented operations.



Copyright © 2005-2008 Fox Smart, Inc. All Rights Reserved.