All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception 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.Endpoint Combination of a host and port.FailureListener Callback interface for MSRP failure reports.FailureReport MSRP failure report values.Header Generic MSRP header.InputChunks Represents one incoming MSRP message reassembled from multipleSEND
MsrpRequest
chunks.LineInputParser Parses CRLF-terminated lines.Main Command line utility.Msrp An MSRP protocol stack.MsrpConstants MSRP constants.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.MsrpUri Represents an MRSP URI.MsrpUriComparator Compares MRSP URI's for equality according to RFC 4579, Section 6.1.OutputChunks Represents one outgoing MSRP message broken into multipleSEND
MsrpRequest
chunks.ProtocolException Exception thrown by aBoundaryInputParser
,LineInputParser
, orMsrpInputParser
when a protocol violation is detected or a size limit is exceeded.ReportListener Callback interface for MSRP status reports.Session Represents one MSRP session.SessionListener Callback interface for MSRPSession
s.Status MSRPStatus
header.SuccessListener Callback interface for MSRP success reports.