|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of IClientCommunicator in org.aselect.agent.handler |
---|
Methods in org.aselect.agent.handler that return IClientCommunicator | |
---|---|
IClientCommunicator |
RequestHandler.getClientCommunicator()
Returns the ClientCommunicator. |
Constructors in org.aselect.agent.handler with parameters of type IClientCommunicator | |
---|---|
RequestHandler(java.net.Socket oSocket,
IClientCommunicator oCommunicator,
boolean bAuthorization)
Initializes instance variables. |
|
TraceRequestHandler(java.net.Socket oSocket,
IClientCommunicator oCommunicator,
boolean bAuthorization)
Create new instance. |
Uses of IClientCommunicator in org.aselect.system.communication.client.raw |
---|
Classes in org.aselect.system.communication.client.raw that implement IClientCommunicator | |
---|---|
class |
RawCommunicator
Client communicator which uses CGI messages. |
Uses of IClientCommunicator in org.aselect.system.communication.client.soap11 |
---|
Classes in org.aselect.system.communication.client.soap11 that implement IClientCommunicator | |
---|---|
class |
SOAP11Communicator
Client communicator which uses SOAP 1.1 over HTTP. |
Uses of IClientCommunicator in org.aselect.system.communication.client.soap12 |
---|
Classes in org.aselect.system.communication.client.soap12 that implement IClientCommunicator | |
---|---|
class |
SOAP12Communicator
Client communicator which uses SOAP 1.2 over HTTP. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |