Uses of Class
com.oracle.bmc.model.Range
-
Packages that use Range Package Description com.oracle.bmc.http.internal com.oracle.bmc.model -
-
Uses of Range in com.oracle.bmc.http.internal
Methods in com.oracle.bmc.http.internal with parameters of type Range Modifier and Type Method Description ClientCall<REQ,RESP,RESP_BUILDER>ClientCall. appendHeader(String name, Range value)Method parameters in com.oracle.bmc.http.internal with type arguments of type Range Modifier and Type Method Description ClientCall<REQ,RESP,RESP_BUILDER>ClientCall. handleResponseHeaderRange(String name, BiConsumer<RESP_BUILDER,Range> handle) -
Uses of Range in com.oracle.bmc.model
Methods in com.oracle.bmc.model that return Range Modifier and Type Method Description static RangeRange. parse(String value)Parse the “content-range” header per https://tools.ietf.org/html/rfc7233#section-4.2.
-