xmlBlaster 2.2.0 API

Uses of Class
org.xmlBlaster.util.protocol.RequestReplyExecutor

Packages that use RequestReplyExecutor
org.xmlBlaster.client.protocol.email   
org.xmlBlaster.client.protocol.socket   
org.xmlBlaster.protocol.email   
org.xmlBlaster.protocol.socket   
org.xmlBlaster.util.protocol.email   
org.xmlBlaster.util.protocol.socket   
 

Uses of RequestReplyExecutor in org.xmlBlaster.client.protocol.email
 

Subclasses of RequestReplyExecutor in org.xmlBlaster.client.protocol.email
 class EmailCallbackImpl
          Used for client to receive xmlBlaster callbacks over emails.
 class EmailConnection
          This driver sends emails to the xmlBlaster server, the return QOS are polled via POP3.
 

Uses of RequestReplyExecutor in org.xmlBlaster.client.protocol.socket
 

Subclasses of RequestReplyExecutor in org.xmlBlaster.client.protocol.socket
 class SocketCallbackImpl
          Used for client to receive xmlBlaster callbacks over plain sockets.
 

Uses of RequestReplyExecutor in org.xmlBlaster.protocol.email
 

Subclasses of RequestReplyExecutor in org.xmlBlaster.protocol.email
 class CallbackEmailDriver
          Sends a MsgUnitRaw back to a client using Email.
 class EmailDriver
          Email driver class to invoke the xmlBlaster server over ordinary emails.
 

Uses of RequestReplyExecutor in org.xmlBlaster.protocol.socket
 

Subclasses of RequestReplyExecutor in org.xmlBlaster.protocol.socket
 class HandleClient
          Holds one socket connection to a client and handles all requests from one client with plain socket messaging.
 class SocketCbConnection
          This instance establishes exactly one connection to a listening client side callback server.
 

Uses of RequestReplyExecutor in org.xmlBlaster.util.protocol.email
 

Subclasses of RequestReplyExecutor in org.xmlBlaster.util.protocol.email
 class EmailExecutor
          Base class to handle request/reply for emails.
 

Uses of RequestReplyExecutor in org.xmlBlaster.util.protocol.socket
 

Subclasses of RequestReplyExecutor in org.xmlBlaster.util.protocol.socket
 class SocketExecutor
          Send/receive messages over outStream and inStream.
 


xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.