Package org.dellroad.msrp
Class MsrpConstants
- java.lang.Object
-
- org.dellroad.msrp.MsrpConstants
-
public final class MsrpConstants extends Object
MSRP constants.
-
-
Field Summary
Fields Modifier and Type Field Description static String
BYTE_RANGE_HEADER
The "Byte-Range" header name.static String
CONTENT_DESCRIPTION_HEADER
The "Content-Description" header name.static String
CONTENT_DISPOSITION_HEADER
The "Content-Disposition" header name.static String
CONTENT_ID_HEADER
The "Content-ID" header name.static String
CONTENT_TYPE_HEADER
The "Content-Type" header name.static int
DEFAULT_PORT
Default TCP port for MSRP connections.static String
END_LINE_PREFIX
End line seven dashes prefix.static String
FAILURE_REPORT_HEADER
The "Failure-Report" header name.static byte
FLAG_ABORT
End-line flag for aborted message.static byte
FLAG_COMPLETE
End-line flag for completed message.static byte
FLAG_INCOMPLETE
End-line flag for incomplete message.static String
FROM_PATH_HEADER
The "From-Path" header name.static String
MESSAGE_ID_HEADER
The "Message-ID" header name.static String
METHOD_REPORT
Request method REPORT.static String
METHOD_SEND
Request method SEND.static String
MIME_CONTENT_HEADER_PREFIX
The prefix of all MIME headers.static String
MSRP_SCHEME
Themsrp
URI scheme.static String
MSRPS_SCHEME
Themsrps
URI scheme.static String
NO_HEADER_VALUE
Header valueNO_HEADER_VALUE
.static String
PARTIAL_HEADER_VALUE
Header valuePARTIAL_HEADER_VALUE
.static int
RESPONSE_CODE_BAD_REQUEST
static int
RESPONSE_CODE_OK
static int
RESPONSE_CODE_PARAMETER_OUT_OF_BOUNDS
static int
RESPONSE_CODE_PROHIBITED
static int
RESPONSE_CODE_SESSION_ALREADY_BOUND
static int
RESPONSE_CODE_SESSION_DOES_NOT_EXIST
static int
RESPONSE_CODE_STOP_MESSAGE
static int
RESPONSE_CODE_TIMEOUT
static int
RESPONSE_CODE_UNKNOWN_METHOD
static int
RESPONSE_CODE_UNSUPPORTED_MEDIA_TYPE
static int
RFC4975_STATUS_NAMESPACE
The namespace forStatus
codes defined by RFC 4975 (value is zero, i.e.,"000"
).static String
STATUS_HEADER
The "Status" header name.static String
SUCCESS_REPORT_HEADER
The "Success-Report" header name.static String
TO_PATH_HEADER
The "To-Path" header name.static String
TRANSPORT_TCP
Thetcp
transport.static String
YES_HEADER_VALUE
Header valueYES_HEADER_VALUE
.
-
-
-
Field Detail
-
DEFAULT_PORT
public static final int DEFAULT_PORT
Default TCP port for MSRP connections.- See Also:
- Constant Field Values
-
MSRP_SCHEME
public static final String MSRP_SCHEME
Themsrp
URI scheme.- See Also:
- Constant Field Values
-
MSRPS_SCHEME
public static final String MSRPS_SCHEME
Themsrps
URI scheme.- See Also:
- Constant Field Values
-
TRANSPORT_TCP
public static final String TRANSPORT_TCP
Thetcp
transport.- See Also:
- Constant Field Values
-
TO_PATH_HEADER
public static final String TO_PATH_HEADER
The "To-Path" header name.- See Also:
- Constant Field Values
-
FROM_PATH_HEADER
public static final String FROM_PATH_HEADER
The "From-Path" header name.- See Also:
- Constant Field Values
-
MESSAGE_ID_HEADER
public static final String MESSAGE_ID_HEADER
The "Message-ID" header name.- See Also:
- Constant Field Values
-
SUCCESS_REPORT_HEADER
public static final String SUCCESS_REPORT_HEADER
The "Success-Report" header name.- See Also:
- Constant Field Values
-
FAILURE_REPORT_HEADER
public static final String FAILURE_REPORT_HEADER
The "Failure-Report" header name.- See Also:
- Constant Field Values
-
BYTE_RANGE_HEADER
public static final String BYTE_RANGE_HEADER
The "Byte-Range" header name.- See Also:
- Constant Field Values
-
STATUS_HEADER
public static final String STATUS_HEADER
The "Status" header name.- See Also:
- Constant Field Values
-
MIME_CONTENT_HEADER_PREFIX
public static final String MIME_CONTENT_HEADER_PREFIX
The prefix of all MIME headers.- See Also:
- Constant Field Values
-
CONTENT_TYPE_HEADER
public static final String CONTENT_TYPE_HEADER
The "Content-Type" header name.- See Also:
- Constant Field Values
-
CONTENT_ID_HEADER
public static final String CONTENT_ID_HEADER
The "Content-ID" header name.- See Also:
- Constant Field Values
-
CONTENT_DESCRIPTION_HEADER
public static final String CONTENT_DESCRIPTION_HEADER
The "Content-Description" header name.- See Also:
- Constant Field Values
-
CONTENT_DISPOSITION_HEADER
public static final String CONTENT_DISPOSITION_HEADER
The "Content-Disposition" header name.- See Also:
- Constant Field Values
-
RFC4975_STATUS_NAMESPACE
public static final int RFC4975_STATUS_NAMESPACE
The namespace forStatus
codes defined by RFC 4975 (value is zero, i.e.,"000"
).- See Also:
- Constant Field Values
-
YES_HEADER_VALUE
public static final String YES_HEADER_VALUE
Header valueYES_HEADER_VALUE
.- See Also:
- Constant Field Values
-
NO_HEADER_VALUE
public static final String NO_HEADER_VALUE
Header valueNO_HEADER_VALUE
.- See Also:
- Constant Field Values
-
PARTIAL_HEADER_VALUE
public static final String PARTIAL_HEADER_VALUE
Header valuePARTIAL_HEADER_VALUE
.- See Also:
- Constant Field Values
-
END_LINE_PREFIX
public static final String END_LINE_PREFIX
End line seven dashes prefix.- See Also:
- Constant Field Values
-
FLAG_COMPLETE
public static final byte FLAG_COMPLETE
End-line flag for completed message.- See Also:
- Constant Field Values
-
FLAG_INCOMPLETE
public static final byte FLAG_INCOMPLETE
End-line flag for incomplete message.- See Also:
- Constant Field Values
-
FLAG_ABORT
public static final byte FLAG_ABORT
End-line flag for aborted message.- See Also:
- Constant Field Values
-
METHOD_SEND
public static final String METHOD_SEND
Request method SEND.- See Also:
- Constant Field Values
-
METHOD_REPORT
public static final String METHOD_REPORT
Request method REPORT.- See Also:
- Constant Field Values
-
RESPONSE_CODE_OK
public static final int RESPONSE_CODE_OK
- See Also:
- Constant Field Values
-
RESPONSE_CODE_BAD_REQUEST
public static final int RESPONSE_CODE_BAD_REQUEST
- See Also:
- Constant Field Values
-
RESPONSE_CODE_PROHIBITED
public static final int RESPONSE_CODE_PROHIBITED
- See Also:
- Constant Field Values
-
RESPONSE_CODE_TIMEOUT
public static final int RESPONSE_CODE_TIMEOUT
- See Also:
- Constant Field Values
-
RESPONSE_CODE_STOP_MESSAGE
public static final int RESPONSE_CODE_STOP_MESSAGE
- See Also:
- Constant Field Values
-
RESPONSE_CODE_UNSUPPORTED_MEDIA_TYPE
public static final int RESPONSE_CODE_UNSUPPORTED_MEDIA_TYPE
- See Also:
- Constant Field Values
-
RESPONSE_CODE_PARAMETER_OUT_OF_BOUNDS
public static final int RESPONSE_CODE_PARAMETER_OUT_OF_BOUNDS
- See Also:
- Constant Field Values
-
RESPONSE_CODE_SESSION_DOES_NOT_EXIST
public static final int RESPONSE_CODE_SESSION_DOES_NOT_EXIST
- See Also:
- Constant Field Values
-
RESPONSE_CODE_UNKNOWN_METHOD
public static final int RESPONSE_CODE_UNKNOWN_METHOD
- See Also:
- Constant Field Values
-
RESPONSE_CODE_SESSION_ALREADY_BOUND
public static final int RESPONSE_CODE_SESSION_ALREADY_BOUND
- See Also:
- Constant Field Values
-
-