| Package | Description |
|---|---|
| com.echomine.jabber | |
| com.echomine.net |
| Class and Description |
|---|
| Connection
Base class for all network connection related services.
|
| ConnectionFailedException
thrown when connection fails
|
| ConnectionListener
listener that should be implemented to listen for any connection events
|
| ConnectionModel
Contains all the data that are needed by Connector to make a connection.
|
| SocketHandler
Handler handles all connection details, including handshaking and data processing.
|
| TimeableConnection
Adds a feature that will record the amount of time since the connection is online.
|
| Class and Description |
|---|
| BaseFileHandler
This class simply contains methods to fire off events that other subclasses
can just extend and use.
|
| Connection
Base class for all network connection related services.
|
| ConnectionEvent
contains connection event codes
|
| ConnectionException
exception thrown when anything goes wrong with connection-related stuff.
|
| ConnectionFailedException
thrown when connection fails
|
| ConnectionListener
listener that should be implemented to listen for any connection events
|
| ConnectionModel
Contains all the data that are needed by Connector to make a connection.
|
| ConnectionThrottler
The throttler interface gives the connection handlers a way to throttle the
data transfer bandwidth.
|
| ConnectionVetoException
the exception exists to indicate that a connection is vetoed (or rejected)
|
| FileEvent
Contains event information regarding a file activity.
|
| FileHandler
Interface added to support file transfer handling
|
| FileListener
Interface for listening to file transfer activities.
|
| FileModel
Contains data and information used by the Handler.
|
| HandshakeableSocketAcceptor
This acceptor works similar to SocketAcceptor except for the addition
of adding handshaking capability.
|
| HandshakeableSocketHandler
This interface adds an additional handshake method to the socket handler
|
| HandshakeFailedException
The exception thrown when connection handshake fails.
|
| SocketAcceptor
Default Acceptor class for TCP protocols.
|
| SocketHandler
Handler handles all connection details, including handshaking and data processing.
|
| StringSocketHandler
The idea of a String handler is to connect either to send some of data or receive some sort of data.
|
| TimeableConnection
Adds a feature that will record the amount of time since the connection is online.
|
| TransferRateThrottler
The throttler interface gives the file transfer handlers a way to throttle the transfer rates.
|
| TransferVetoException
thrown when a file transfer is vetoed by a listener to not to continue the file transfer.
|
Copyright © 2001-2005 Echomine. All Rights Reserved.