| Modifier and Type | Field and Description |
|---|---|
RequestMode |
DapProtocol.ContentType.mode |
protected RequestMode |
ChunkInputStream.requestmode |
| Modifier and Type | Field and Description |
|---|---|
static Map<RequestMode,DapProtocol.ContentType> |
DapProtocol.contenttypes |
| Modifier and Type | Method and Description |
|---|---|
static RequestMode |
RequestMode.modeFor(String s) |
static RequestMode |
RequestMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RequestMode[] |
RequestMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
ChecksumMode.enabled(RequestMode rqm,
ChecksumMode ckm) |
| Constructor and Description |
|---|
ChunkInputStream(InputStream input,
RequestMode requestmode) |
ChunkInputStream(InputStream input,
RequestMode requestmode,
ByteOrder order) |
DapProtocol.ContentType(RequestMode mode,
String contenttype,
String xmltype,
String texttype,
String htmltype) |
Copyright © 1999-2015 UCAR/Unidata. All Rights Reserved.