Uses of Class
org.dellroad.msrp.msg.MsrpResponse
-
Packages that use MsrpResponse Package Description org.dellroad.msrp.msg Classes that handle and/or model the messages defined by the MSRP protocol. -
-
Uses of MsrpResponse in org.dellroad.msrp.msg
Methods in org.dellroad.msrp.msg that return MsrpResponse Modifier and Type Method Description MsrpResponse
MsrpRequest. buildResponse(int code, String comment)
Build anMsrpResponse
to this request, if appropriate, with the given error code and comment.
-