Uses of Interface
com.echomine.net.SocketHandler

Packages that use SocketHandler
com.echomine.jabber   
com.echomine.net   
 

Uses of SocketHandler in com.echomine.jabber
 

Classes in com.echomine.jabber that implement SocketHandler
 class JabberProtocol
          The main Jabber protocol handler.
 

Uses of SocketHandler in com.echomine.net
 

Subinterfaces of SocketHandler in com.echomine.net
 interface FileHandler
          Interface added to support file transfer handling
 interface HandshakeableSocketHandler
          This interface adds an additional handshake method to the socket handler
 

Classes in com.echomine.net that implement SocketHandler
 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.
 

Methods in com.echomine.net that return SocketHandler
 SocketHandler SocketConnector.getSocketHandler()
           
 

Methods in com.echomine.net with parameters of type SocketHandler
 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)
           
 

Constructors in com.echomine.net with parameters of type SocketHandler
SocketConnector(SocketHandler socketHandler)
           
 



Copyright © 2001-2005 Echomine. All Rights Reserved.