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 classMsrpRequestMSRP request.classMsrpResponseMSRP response.Methods in org.dellroad.msrp.msg that return MsrpMessage Modifier and Type Method Description MsrpMessageMsrpInputParser. inputMessageByte(byte b)Input the next byte.MsrpMessageMsrpInputStream. readMsrpMessage()Read the nextMsrpMessagefrom the underlying input stream.
-