Uses of Class
org.dellroad.msrp.msg.Status
-
Packages that use Status 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 Status in org.dellroad.msrp
Methods in org.dellroad.msrp with parameters of type Status Modifier and Type Method Description void
OutputChunks. notifyFailure(Session session, Executor executor, Status status)
Notify about failure, if appropriate.void
FailureListener. reportFailure(Session session, String messageId, Status status)
Receive report of failed message transmission.boolean
Session. sendFailureReport(List<MsrpUri> toPath, String messageId, Status status)
Enqueue an outgoing failure report.boolean
Session. sendSuccessReport(List<MsrpUri> toPath, String messageId, ByteRange byteRange, Status status)
Enqueue an outgoing success report. -
Uses of Status in org.dellroad.msrp.msg
Methods in org.dellroad.msrp.msg that return Status Modifier and Type Method Description static Status
Status. fromString(String string)
Create an instance by parsing aString
.Status
MsrpHeaders. getStatus()
Status
MsrpResponse. toStatus()
Get this response's response code and comment as aStatus
object.Methods in org.dellroad.msrp.msg with parameters of type Status Modifier and Type Method Description void
MsrpHeaders. setStatus(Status status)
-