public final class ConverterNetworkProtocol extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ConverterNetworkProtocol.Status
A collection of known status codes used for communication.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
COMPRESSION_TYPE_GZIP
GZip compression type names.
|
static String |
COMPRESSION_TYPE_XGZIP
GZip compression type names.
|
static int |
CURRENT_PROTOCOL_VERSION
The current protocol version.
|
static String |
HEADER_JOB_PRIORITY
A header for indicating a job's priority.
|
static String |
RESOURCE_PATH
The root resource path.
|
public static final int CURRENT_PROTOCOL_VERSION
public static final String RESOURCE_PATH
public static final String HEADER_JOB_PRIORITY
public static final String COMPRESSION_TYPE_GZIP
public static final String COMPRESSION_TYPE_XGZIP
Copyright © 2013–2021. All rights reserved.