public class HttpArtifactCacheBinaryProtocol extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
HttpArtifactCacheBinaryProtocol.FetchResponse |
static class |
HttpArtifactCacheBinaryProtocol.MetadataAndPayloadReadResult |
static class |
HttpArtifactCacheBinaryProtocol.StoreRequest |
static class |
HttpArtifactCacheBinaryProtocol.StoreResponseReadResult |
| Modifier and Type | Method and Description |
|---|---|
static com.facebook.buck.artifact_cache.HttpArtifactCacheBinaryProtocol.FetchResponseReadResult |
readFetchResponse(DataInputStream input,
OutputStream payloadSink) |
static com.facebook.buck.artifact_cache.HttpArtifactCacheBinaryProtocol.MetadataAndPayloadReadResultInternal |
readMetadataAndPayload(DataInputStream input,
OutputStream payloadSink) |
static HttpArtifactCacheBinaryProtocol.StoreResponseReadResult |
readStoreRequest(DataInputStream input,
OutputStream payloadSink) |
public static com.facebook.buck.artifact_cache.HttpArtifactCacheBinaryProtocol.FetchResponseReadResult readFetchResponse(DataInputStream input, OutputStream payloadSink) throws IOException
IOExceptionpublic static HttpArtifactCacheBinaryProtocol.StoreResponseReadResult readStoreRequest(DataInputStream input, OutputStream payloadSink) throws IOException
IOExceptionpublic static com.facebook.buck.artifact_cache.HttpArtifactCacheBinaryProtocol.MetadataAndPayloadReadResultInternal readMetadataAndPayload(DataInputStream input, OutputStream payloadSink) throws IOException
IOException