Uses of Class
org.dellroad.msrp.msg.ProtocolException
-
Packages that use ProtocolException Package Description org.dellroad.msrp Top level package for the msrp4j Java library.org.dellroad.msrp.msg Classes that handle and/or model the messages defined by the MSRP protocol. -
-
Uses of ProtocolException in org.dellroad.msrp
Methods in org.dellroad.msrp that throw ProtocolException Modifier and Type Method Description boolean
InputChunks. handleSend(MsrpRequest request)
Handle an incoming SEND request for this message. -
Uses of ProtocolException in org.dellroad.msrp.msg
Methods in org.dellroad.msrp.msg that throw ProtocolException Modifier and Type Method Description String
LineInputParser. inputLineByte(byte b)
Input the next byte.MsrpMessage
MsrpInputParser. inputMessageByte(byte b)
Input the next byte.void
MsrpRequest. validate()
Apply some validation checks to this instance.
-