Serialized Form


Package com.flat502.rox.client

Class com.flat502.rox.client.ConnectionPoolTimeoutException extends IOTimeoutException implements Serializable

Class com.flat502.rox.client.IOTimeoutException extends java.io.IOException implements Serializable

Class com.flat502.rox.client.RpcCallFailedException extends java.io.IOException implements Serializable

Class com.flat502.rox.client.RpcCallTimeoutException extends IOTimeoutException implements Serializable


Package com.flat502.rox.http

Class com.flat502.rox.http.ExcessiveContentException extends HttpBufferException implements Serializable

Class com.flat502.rox.http.HttpBufferException extends java.lang.Exception implements Serializable

Class com.flat502.rox.http.HttpMessageException extends java.lang.Exception implements Serializable

Serialized Fields

msg

HttpMessageBuffer msg

Class com.flat502.rox.http.HttpResponseException extends HttpMessageException implements Serializable

Serialized Fields

headers

java.util.Map<K,V> headers

statusCode

int statusCode

reasonPhrase

java.lang.String reasonPhrase

Class com.flat502.rox.http.InvalidHeaderException extends HttpBufferException implements Serializable

Serialized Fields

name

java.lang.String name

value

java.lang.String value

Class com.flat502.rox.http.MethodNotAllowedException extends HttpBufferException implements Serializable

Serialized Fields

method

java.lang.String method

allowed

java.lang.String[] allowed

Class com.flat502.rox.http.MethodNotAllowedResponseException extends HttpResponseException implements Serializable

Serialized Fields

allowed

java.lang.String allowed

Class com.flat502.rox.http.MissingHeaderException extends HttpBufferException implements Serializable

Serialized Fields

name

java.lang.String name

Class com.flat502.rox.http.ProcessingException extends java.lang.Exception implements Serializable

Serialized Fields

socket

java.net.Socket socket

processor

HttpRpcProcessor processor

Class com.flat502.rox.http.UnsupportedHeaderException extends HttpBufferException implements Serializable

Serialized Fields

name

java.lang.String name

value

java.lang.String value

Package com.flat502.rox.marshal

Class com.flat502.rox.marshal.MarshallingException extends java.lang.Exception implements Serializable


Package com.flat502.rox.marshal.xmlrpc

Class com.flat502.rox.marshal.xmlrpc.XmlRpcFaultException extends RpcFaultException implements Serializable


Package com.flat502.rox.processing

Class com.flat502.rox.processing.RemoteSocketClosedException extends java.io.IOException implements Serializable

Class com.flat502.rox.processing.RpcFaultException extends java.lang.RuntimeException implements Serializable

Serialized Fields

fault

RpcFault fault

Package com.flat502.rox.utils

Class com.flat502.rox.utils.CaptureTimeoutException extends java.lang.Exception implements Serializable

Class com.flat502.rox.utils.UTCSimpleDateFormat extends java.text.SimpleDateFormat implements Serializable