Uses of Class
org.dellroad.msrp.msg.MsrpInputParser
-
Packages that use MsrpInputParser Package Description org.dellroad.msrp.msg Classes that handle and/or model the messages defined by the MSRP protocol. -
-
Uses of MsrpInputParser in org.dellroad.msrp.msg
Methods in org.dellroad.msrp.msg that return MsrpInputParser Modifier and Type Method Description MsrpInputParser
MsrpInputStream. getParser()
Get theMsrpInputParser
associated with this instance.Constructors in org.dellroad.msrp.msg with parameters of type MsrpInputParser Constructor Description MsrpInputStream(InputStream input, MsrpInputParser parser)
Primary constructor.
-