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 voidOutputChunks. notifyFailure(Session session, Executor executor, Status status)Notify about failure, if appropriate.voidFailureListener. reportFailure(Session session, String messageId, Status status)Receive report of failed message transmission.booleanSession. sendFailureReport(List<MsrpUri> toPath, String messageId, Status status)Enqueue an outgoing failure report.booleanSession. 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 StatusStatus. fromString(String string)Create an instance by parsing aString.StatusMsrpHeaders. getStatus()StatusMsrpResponse. toStatus()Get this response's response code and comment as aStatusobject.Methods in org.dellroad.msrp.msg with parameters of type Status Modifier and Type Method Description voidMsrpHeaders. setStatus(Status status)
-