Package webfunds.comms

Class Summary
CommsAgent This abstract interface embodies the SOX request model.
HttpAgent Instances of this class are used to perform Http requests.
HttpSocketAgent Instances of this class are used to perform Http requests.
RawHttp Collection of methods for doing raw access to sockets and returning HTTP stuff.
 

Exception Summary
AgentConnectException This exception class is thrown when the client sees a refused connection or other indicator that information is correct, but time is bad.
AgentException This exception class is thrown by a CommsAgent.
AgentLaterException This exception class is thrown when the server indicates it is temporarily unavailable.
AgentReplyException This exception class is thrown when the server returns an unreadable packet.
AgentURLException This exception class is thrown when the client detects that the host : port is bad, and should be retried or changed.
RawConnectException This exception class is thrown when the RawHttp sees a refused connection or other indicator that information is correct, but time is bad.
RawException This exception class is thrown by a CommsAgent.
RawReplyException This exception class is thrown when the server returns an unreadable packet.
RawURLException This exception class is thrown when the client detects that the host : port is bad, and should be retried or changed.