Package | Description |
---|---|
okhttp3.internal.cache2 |
Modifier and Type | Method and Description |
---|---|
static Relay |
Relay.edit(java.io.File file,
okio.Source upstream,
okio.ByteString metadata,
long bufferMaxSize)
Creates a new relay that reads a live stream from
upstream , using file to share
that data with other sources. |
static Relay |
Relay.read(java.io.File file)
Creates a relay that reads a recorded stream from
file . |