Uses of Class
org.dellroad.msrp.msg.ByteRange
-
Packages that use ByteRange 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 ByteRange in org.dellroad.msrp
Methods in org.dellroad.msrp with parameters of type ByteRange Modifier and Type Method Description voidOutputChunks. notifySuccess(Session session, Executor executor, ByteRange byteRange)Notify about success, if appropriate.voidSuccessListener. reportSuccess(Session session, String messageId, ByteRange byteRange)Receive report of successful message transmission.booleanSession. sendSuccessReport(List<MsrpUri> toPath, String messageId, ByteRange byteRange, Status status)Enqueue an outgoing success report. -
Uses of ByteRange in org.dellroad.msrp.msg
Fields in org.dellroad.msrp.msg declared as ByteRange Modifier and Type Field Description static ByteRangeByteRange. ALLUsed for indeterminate "all" byte range:1-*/*.static ByteRangeByteRange. EMPTYUsed for empty messages:1-0/0.Methods in org.dellroad.msrp.msg that return ByteRange Modifier and Type Method Description static ByteRangeByteRange. fromString(String string)Create an instance by parsing aString.ByteRangeMsrpHeaders. getByteRange()Methods in org.dellroad.msrp.msg with parameters of type ByteRange Modifier and Type Method Description voidMsrpHeaders. setByteRange(ByteRange byteRange)
-