Uses of Class
org.dellroad.msrp.msg.MsrpHeaders
-
Packages that use MsrpHeaders Package Description org.dellroad.msrp.msg Classes that handle and/or model the messages defined by the MSRP protocol. -
-
Uses of MsrpHeaders in org.dellroad.msrp.msg
Methods in org.dellroad.msrp.msg that return MsrpHeaders Modifier and Type Method Description MsrpHeaders
MsrpMessage. getHeaders()
Get the headers associated with this instance.Constructors in org.dellroad.msrp.msg with parameters of type MsrpHeaders Constructor Description MsrpMessage(String transactionId, MsrpHeaders headers)
Construct an instance with the given transaction ID and headers.MsrpRequest(String transactionId, String method, MsrpHeaders headers)
Construct an instance with no body.MsrpRequest(String transactionId, String method, MsrpHeaders headers, byte[] body)
Construct an instance with a body.MsrpResponse(String transactionId, int code, String comment, MsrpHeaders headers)
Construct an instance with the given transaction ID, code, comment, and headers.
-