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 underlyingInputStreamuntil an MSRP end-line boundary is encountered.ByteRange MSRPByte-Rangeheader value.Header Generic MSRP header.LineInputParser Parses CRLF-terminated lines.MsrpHeaders MSRP headers.MsrpInputParser Stateful MSRP message parser.MsrpInputStream Wraps anInputStreamand parses MSRP messages from the underlying input.MsrpMessage MSRP request/response support superclass.MsrpRequest MSRP request.MsrpResponse MSRP response.Status MSRPStatusheader. - 
Enum Summary Enum Description FailureReport MSRP failure report values. - 
Exception Summary Exception Description ProtocolException Exception thrown by aBoundaryInputParser,LineInputParser, orMsrpInputParserwhen a protocol violation is detected or a size limit is exceeded.