| Package | Description |
|---|---|
| com.echomine.jabber | |
| com.echomine.net |
| Modifier and Type | Class and Description |
|---|---|
class |
JabberProtocol
The main Jabber protocol handler.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
FileHandler
Interface added to support file transfer handling
|
interface |
HandshakeableSocketHandler
This interface adds an additional handshake method to the socket handler
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFileHandler
adds capability to use a FileModel.
|
class |
BaseFileHandler
This class simply contains methods to fire off events that other subclasses
can just extend and use.
|
class |
StringSocketHandler
The idea of a String handler is to connect either to send some of data or receive some sort of data.
|
class |
StringSocketReaderHandler
an easy handler that reads in a string and then disconnects immediately
|
class |
StringSocketWriterHandler
a handler that writes a string to the remote connection and disconnects immediately.
|
| Modifier and Type | Method and Description |
|---|---|
SocketHandler |
SocketConnector.getSocketHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
SocketAcceptor.aaccept(SocketHandler socketHandler)
The asynchronous version of the accept method.
|
void |
PerpetualSocketAcceptor.aaccept(SocketHandler socketHandler)
Accepts a connection,hands it over to the handler for processing, and immediately goes back to accepting more
connections.
|
void |
SocketAcceptor.accept(SocketHandler socketHandler)
Accepts a connection synchronously and hands it over to the handler for processing.
|
void |
PerpetualSocketAcceptor.accept(SocketHandler socketHandler)
Accepts a connection and hands it over to the handler for processing one at a time.
|
void |
SocketConnector.aconnect(SocketHandler socketHandler,
ConnectionModel connectionModel)
makes a connection asynchronously.
|
void |
SocketConnector.connect(SocketHandler socketHandler,
ConnectionModel connectionModel)
Synchronous connect method.
|
void |
SocketConnector.setSocketHandler(SocketHandler socketHandler) |
| Constructor and Description |
|---|
SocketConnector(SocketHandler socketHandler) |
Copyright © 2001-2005 Echomine. All Rights Reserved.