Package org.dellroad.msrp.msg
Classes that handle and/or model the messages defined by the MSRP protocol.
-
Class Summary Class Description BoundaryInputParser Parses body content bytes separated by MSRP end-line boundaries.BoundaryInputStream Reads from an underlyingInputStream
until an MSRP end-line boundary is encountered.ByteRange MSRPByte-Range
header value.Header Generic MSRP header.LineInputParser Parses CRLF-terminated lines.MsrpHeaders MSRP headers.MsrpInputParser Stateful MSRP message parser.MsrpInputStream Wraps anInputStream
and parses MSRP messages from the underlying input.MsrpMessage MSRP request/response support superclass.MsrpRequest MSRP request.MsrpResponse MSRP response.Status MSRPStatus
header. -
Enum Summary Enum Description FailureReport MSRP failure report values. -
Exception Summary Exception Description ProtocolException Exception thrown by aBoundaryInputParser
,LineInputParser
, orMsrpInputParser
when a protocol violation is detected or a size limit is exceeded.