Uses of Class
org.dellroad.msrp.msg.MsrpMessage
-
Packages that use MsrpMessage Package Description org.dellroad.msrp.msg Classes that handle and/or model the messages defined by the MSRP protocol. -
-
Uses of MsrpMessage in org.dellroad.msrp.msg
Subclasses of MsrpMessage in org.dellroad.msrp.msg Modifier and Type Class Description class
MsrpRequest
MSRP request.class
MsrpResponse
MSRP response.Methods in org.dellroad.msrp.msg that return MsrpMessage Modifier and Type Method Description MsrpMessage
MsrpInputParser. inputMessageByte(byte b)
Input the next byte.MsrpMessage
MsrpInputStream. readMsrpMessage()
Read the nextMsrpMessage
from the underlying input stream.
-