local.tomas.obex.api
Class ObexResponse
java.lang.Object
local.tomas.obex.api.ObexResponse
public abstract class ObexResponse
- extends java.lang.Object
|
Method Summary |
static java.lang.String |
format(int responseCode)
|
static boolean |
isFinal(int responseCode)
|
static boolean |
isFinalOk(int responseCode)
|
static boolean |
isOk(int responseCode)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GROUP_MASK
public static final int GROUP_MASK
- See Also:
- Constant Field Values
FINAL
public static final int FINAL
- See Also:
- Constant Field Values
CONTINUE
public static final int CONTINUE
- See Also:
- Constant Field Values
OK
public static final int OK
- See Also:
- Constant Field Values
CREATED
public static final int CREATED
- See Also:
- Constant Field Values
ACCEPTED
public static final int ACCEPTED
- See Also:
- Constant Field Values
NON_AUTH_INFO
public static final int NON_AUTH_INFO
- See Also:
- Constant Field Values
NO_CONTENT
public static final int NO_CONTENT
- See Also:
- Constant Field Values
RESET_CONTENT
public static final int RESET_CONTENT
- See Also:
- Constant Field Values
PARTIAL_CONTENT
public static final int PARTIAL_CONTENT
- See Also:
- Constant Field Values
MULTIPLE_CHOICES
public static final int MULTIPLE_CHOICES
- See Also:
- Constant Field Values
MOVED_PERM
public static final int MOVED_PERM
- See Also:
- Constant Field Values
MOVED_TEMP
public static final int MOVED_TEMP
- See Also:
- Constant Field Values
SEE_OTHER
public static final int SEE_OTHER
- See Also:
- Constant Field Values
NOT_MODIFIED
public static final int NOT_MODIFIED
- See Also:
- Constant Field Values
USE_PROXY
public static final int USE_PROXY
- See Also:
- Constant Field Values
BAD_REQUEST
public static final int BAD_REQUEST
- See Also:
- Constant Field Values
UNAUTHORIZED
public static final int UNAUTHORIZED
- See Also:
- Constant Field Values
PAYMENT_REQUIRED
public static final int PAYMENT_REQUIRED
- See Also:
- Constant Field Values
FORBIDDEN
public static final int FORBIDDEN
- See Also:
- Constant Field Values
NOT_FOUND
public static final int NOT_FOUND
- See Also:
- Constant Field Values
METHOD_FORBIDDEN
public static final int METHOD_FORBIDDEN
- See Also:
- Constant Field Values
NOT_ACCEPTABLE
public static final int NOT_ACCEPTABLE
- See Also:
- Constant Field Values
PROXY_AUTH_REQUIRED
public static final int PROXY_AUTH_REQUIRED
- See Also:
- Constant Field Values
REQUEST_TIMEOUT
public static final int REQUEST_TIMEOUT
- See Also:
- Constant Field Values
CONFLICT
public static final int CONFLICT
- See Also:
- Constant Field Values
GONE
public static final int GONE
- See Also:
- Constant Field Values
LENGTH_REQUIRED
public static final int LENGTH_REQUIRED
- See Also:
- Constant Field Values
PRECONDITION_FAILED
public static final int PRECONDITION_FAILED
- See Also:
- Constant Field Values
REQUEST_ENTITY_TOO_LARGE
public static final int REQUEST_ENTITY_TOO_LARGE
- See Also:
- Constant Field Values
REQUEST_URL_TOO_LARGE
public static final int REQUEST_URL_TOO_LARGE
- See Also:
- Constant Field Values
UNSUPPORTED_MEDIA
public static final int UNSUPPORTED_MEDIA
- See Also:
- Constant Field Values
INTERNAL_SERVER_ERROR
public static final int INTERNAL_SERVER_ERROR
- See Also:
- Constant Field Values
NOT_IMPLEMENTED
public static final int NOT_IMPLEMENTED
- See Also:
- Constant Field Values
BAD_GATEWAY
public static final int BAD_GATEWAY
- See Also:
- Constant Field Values
SERVICE_UNAVAILABLE
public static final int SERVICE_UNAVAILABLE
- See Also:
- Constant Field Values
GATEWAY_TIMEOUT
public static final int GATEWAY_TIMEOUT
- See Also:
- Constant Field Values
HTTP_VERSION_UNSUPPORTED
public static final int HTTP_VERSION_UNSUPPORTED
- See Also:
- Constant Field Values
DATABASE_FULL
public static final int DATABASE_FULL
- See Also:
- Constant Field Values
DATABASE_LOCKED
public static final int DATABASE_LOCKED
- See Also:
- Constant Field Values
isOk
public static boolean isOk(int responseCode)
isFinal
public static boolean isFinal(int responseCode)
isFinalOk
public static boolean isFinalOk(int responseCode)
format
public static java.lang.String format(int responseCode)
Copyright © 2007 null. All Rights Reserved.