Use is subject to License Terms. Your use of this web site or any of its contents or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

JSR 82

javax.obex
Class ResponseCodes

java.lang.Object
  extended by javax.obex.ResponseCodes

public class ResponseCodes
extends java.lang.Object

This class is defined by the JSR-82 specification Java™ APIs for Bluetooth™ Wireless Technology, Version 1.1.


Field Summary
static int OBEX_DATABASE_FULL
           
static int OBEX_DATABASE_LOCKED
           
static int OBEX_HTTP_ACCEPTED
           
static int OBEX_HTTP_BAD_GATEWAY
           
static int OBEX_HTTP_BAD_METHOD
           
static int OBEX_HTTP_BAD_REQUEST
           
static int OBEX_HTTP_CONFLICT
           
static int OBEX_HTTP_CREATED
           
static int OBEX_HTTP_ENTITY_TOO_LARGE
           
static int OBEX_HTTP_FORBIDDEN
           
static int OBEX_HTTP_GATEWAY_TIMEOUT
           
static int OBEX_HTTP_GONE
           
static int OBEX_HTTP_INTERNAL_ERROR
           
static int OBEX_HTTP_LENGTH_REQUIRED
           
static int OBEX_HTTP_MOVED_PERM
           
static int OBEX_HTTP_MOVED_TEMP
           
static int OBEX_HTTP_MULT_CHOICE
           
static int OBEX_HTTP_NO_CONTENT
           
static int OBEX_HTTP_NOT_ACCEPTABLE
           
static int OBEX_HTTP_NOT_AUTHORITATIVE
           
static int OBEX_HTTP_NOT_FOUND
           
static int OBEX_HTTP_NOT_IMPLEMENTED
           
static int OBEX_HTTP_NOT_MODIFIED
           
static int OBEX_HTTP_OK
           
static int OBEX_HTTP_PARTIAL
           
static int OBEX_HTTP_PAYMENT_REQUIRED
           
static int OBEX_HTTP_PRECON_FAILED
           
static int OBEX_HTTP_PROXY_AUTH
           
static int OBEX_HTTP_REQ_TOO_LARGE
           
static int OBEX_HTTP_RESET
           
static int OBEX_HTTP_SEE_OTHER
           
static int OBEX_HTTP_TIMEOUT
           
static int OBEX_HTTP_UNAUTHORIZED
           
static int OBEX_HTTP_UNAVAILABLE
           
static int OBEX_HTTP_UNSUPPORTED_TYPE
           
static int OBEX_HTTP_USE_PROXY
           
static int OBEX_HTTP_VERSION
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OBEX_HTTP_OK

public static final int OBEX_HTTP_OK
See Also:
Constant Field Values

OBEX_HTTP_CREATED

public static final int OBEX_HTTP_CREATED
See Also:
Constant Field Values

OBEX_HTTP_ACCEPTED

public static final int OBEX_HTTP_ACCEPTED
See Also:
Constant Field Values

OBEX_HTTP_NOT_AUTHORITATIVE

public static final int OBEX_HTTP_NOT_AUTHORITATIVE
See Also:
Constant Field Values

OBEX_HTTP_NO_CONTENT

public static final int OBEX_HTTP_NO_CONTENT
See Also:
Constant Field Values

OBEX_HTTP_RESET

public static final int OBEX_HTTP_RESET
See Also:
Constant Field Values

OBEX_HTTP_PARTIAL

public static final int OBEX_HTTP_PARTIAL
See Also:
Constant Field Values

OBEX_HTTP_MULT_CHOICE

public static final int OBEX_HTTP_MULT_CHOICE
See Also:
Constant Field Values

OBEX_HTTP_MOVED_PERM

public static final int OBEX_HTTP_MOVED_PERM
See Also:
Constant Field Values

OBEX_HTTP_MOVED_TEMP

public static final int OBEX_HTTP_MOVED_TEMP
See Also:
Constant Field Values

OBEX_HTTP_SEE_OTHER

public static final int OBEX_HTTP_SEE_OTHER
See Also:
Constant Field Values

OBEX_HTTP_NOT_MODIFIED

public static final int OBEX_HTTP_NOT_MODIFIED
See Also:
Constant Field Values

OBEX_HTTP_USE_PROXY

public static final int OBEX_HTTP_USE_PROXY
See Also:
Constant Field Values

OBEX_HTTP_BAD_REQUEST

public static final int OBEX_HTTP_BAD_REQUEST
See Also:
Constant Field Values

OBEX_HTTP_UNAUTHORIZED

public static final int OBEX_HTTP_UNAUTHORIZED
See Also:
Constant Field Values

OBEX_HTTP_PAYMENT_REQUIRED

public static final int OBEX_HTTP_PAYMENT_REQUIRED
See Also:
Constant Field Values

OBEX_HTTP_FORBIDDEN

public static final int OBEX_HTTP_FORBIDDEN
See Also:
Constant Field Values

OBEX_HTTP_NOT_FOUND

public static final int OBEX_HTTP_NOT_FOUND
See Also:
Constant Field Values

OBEX_HTTP_BAD_METHOD

public static final int OBEX_HTTP_BAD_METHOD
See Also:
Constant Field Values

OBEX_HTTP_NOT_ACCEPTABLE

public static final int OBEX_HTTP_NOT_ACCEPTABLE
See Also:
Constant Field Values

OBEX_HTTP_PROXY_AUTH

public static final int OBEX_HTTP_PROXY_AUTH
See Also:
Constant Field Values

OBEX_HTTP_TIMEOUT

public static final int OBEX_HTTP_TIMEOUT
See Also:
Constant Field Values

OBEX_HTTP_CONFLICT

public static final int OBEX_HTTP_CONFLICT
See Also:
Constant Field Values

OBEX_HTTP_GONE

public static final int OBEX_HTTP_GONE
See Also:
Constant Field Values

OBEX_HTTP_LENGTH_REQUIRED

public static final int OBEX_HTTP_LENGTH_REQUIRED
See Also:
Constant Field Values

OBEX_HTTP_PRECON_FAILED

public static final int OBEX_HTTP_PRECON_FAILED
See Also:
Constant Field Values

OBEX_HTTP_ENTITY_TOO_LARGE

public static final int OBEX_HTTP_ENTITY_TOO_LARGE
See Also:
Constant Field Values

OBEX_HTTP_REQ_TOO_LARGE

public static final int OBEX_HTTP_REQ_TOO_LARGE
See Also:
Constant Field Values

OBEX_HTTP_UNSUPPORTED_TYPE

public static final int OBEX_HTTP_UNSUPPORTED_TYPE
See Also:
Constant Field Values

OBEX_HTTP_INTERNAL_ERROR

public static final int OBEX_HTTP_INTERNAL_ERROR
See Also:
Constant Field Values

OBEX_HTTP_NOT_IMPLEMENTED

public static final int OBEX_HTTP_NOT_IMPLEMENTED
See Also:
Constant Field Values

OBEX_HTTP_BAD_GATEWAY

public static final int OBEX_HTTP_BAD_GATEWAY
See Also:
Constant Field Values

OBEX_HTTP_UNAVAILABLE

public static final int OBEX_HTTP_UNAVAILABLE
See Also:
Constant Field Values

OBEX_HTTP_GATEWAY_TIMEOUT

public static final int OBEX_HTTP_GATEWAY_TIMEOUT
See Also:
Constant Field Values

OBEX_HTTP_VERSION

public static final int OBEX_HTTP_VERSION
See Also:
Constant Field Values

OBEX_DATABASE_FULL

public static final int OBEX_DATABASE_FULL
See Also:
Constant Field Values

OBEX_DATABASE_LOCKED

public static final int OBEX_DATABASE_LOCKED
See Also:
Constant Field Values

JSR 82

Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 82 specification.