Package | Description |
---|---|
dap4.dap4shared | |
dap4.servlet |
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) |
ContentType(RequestMode mode,
String contenttype,
String xmltype,
String texttype,
String htmltype) |
Modifier and Type | Field and Description |
---|---|
protected RequestMode |
ChunkWriter.mode |
protected RequestMode |
DapRequest.mode |
Modifier and Type | Method and Description |
---|---|
RequestMode |
ChunkWriter.getMode() |
RequestMode |
DapRequest.getMode() |
Modifier and Type | Method and Description |
---|---|
void |
ChunkWriter.setMode(RequestMode mode) |
Constructor and Description |
---|
ChunkWriter(OutputStream output,
RequestMode mode,
ByteOrder order) |
Copyright © 1999–2019 UCAR/Unidata. All rights reserved.