Serialized Form

Class com.oaklandsw.http.AutomaticHttpRetryException extends HttpException implements Serializable


Class com.oaklandsw.http.Cookie extends NameValuePair implements Serializable


Class com.oaklandsw.http.HttpException extends java.io.IOException implements Serializable

Serialized Fields

_retryable

boolean _retryable

cause

java.lang.Throwable cause
The original Throwable representing the cause of this error


Class com.oaklandsw.http.HttpRetryException extends HttpException implements Serializable

Serialized Fields

_code

int _code
The response code of the request, if a response was received from the server.


_location

java.lang.String _location

_retryDueToFailure

boolean _retryDueToFailure
This is a request that could normally be retried (i.e. not a POST) and the connection failed such that no response is available from the server. This would normally be automatically retried, were it // not a streaming request.


Class com.oaklandsw.http.HttpTimeoutException extends java.lang.RuntimeException implements Serializable



Copyright © 2002-2007 Oakland Software Incorporated. All Rights Reserved.