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 booleanInputChunks. 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 StringLineInputParser. inputLineByte(byte b)Input the next byte.MsrpMessageMsrpInputParser. inputMessageByte(byte b)Input the next byte.voidMsrpRequest. validate()Apply some validation checks to this instance.
-