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 void
OutputChunks. notifySuccess(Session session, Executor executor, ByteRange byteRange)
Notify about success, if appropriate.void
SuccessListener. reportSuccess(Session session, String messageId, ByteRange byteRange)
Receive report of successful message transmission.boolean
Session. 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 ByteRange
ByteRange. ALL
Used for indeterminate "all" byte range:1-*
/*
.static ByteRange
ByteRange. EMPTY
Used for empty messages:1-0/0
.Methods in org.dellroad.msrp.msg that return ByteRange Modifier and Type Method Description static ByteRange
ByteRange. fromString(String string)
Create an instance by parsing aString
.ByteRange
MsrpHeaders. getByteRange()
Methods in org.dellroad.msrp.msg with parameters of type ByteRange Modifier and Type Method Description void
MsrpHeaders. setByteRange(ByteRange byteRange)
-