Skip navigation links
A B C D E F G H I L M O P Q R S T U V W X 

A

AbstractData - Class in dap4.dap4shared
 
AbstractData(DapNode) - Constructor for class dap4.dap4shared.AbstractData
 
AbstractDataVariable - Class in dap4.dap4shared
 
AbstractDataVariable(DapNode) - Constructor for class dap4.dap4shared.AbstractDataVariable
 
AbstractDSP - Class in dap4.dap4shared
Provide a superclass for DSPs.
AbstractDSP() - Constructor for class dap4.dap4shared.AbstractDSP
 
addElement(DataCompound) - Method in class dap4.dap4shared.D4DataCompoundArray
 
addField(int, D4DataVariable) - Method in class dap4.dap4shared.D4DataRecord
 
addField(int, D4DataVariable) - Method in class dap4.dap4shared.D4DataStructure
 
addRecord(D4DataRecord) - Method in class dap4.dap4shared.D4DataSequence
 
addVariable(D4DataVariable) - Method in class dap4.dap4shared.D4DataDataset
 
allowCompression - Variable in class dap4.dap4shared.HttpDSP
 
assemble(EnumSet<XURI.Parts>) - Method in class dap4.dap4shared.XURI
Reassemble the url using the specified parts
atomictype - Variable in class dap4.dap4shared.D4DataAtomic
 
avail - Variable in class dap4.dap4shared.ChunkInputStream
 
available() - Method in class dap4.dap4shared.ChunkInputStream
Returns an estimate of the number of databuffer that can be read (or skipped over) from this input stream without blocking by the next invocation of a method for this input stream.

B

basece - Variable in class dap4.dap4shared.HttpDSP
 
baseprotocol - Variable in class dap4.dap4shared.XURI
 
basetype - Variable in class dap4.dap4shared.D4DataAtomic
 
build(String, byte[], ByteOrder) - Method in class dap4.dap4shared.D4DSP
 
build(DapDataset, byte[], ByteOrder) - Method in class dap4.dap4shared.D4DSP
 
build() - Method in class dap4.dap4shared.HttpDSP
Open a connection and make a request for the (possibly constrained) DMR.
buildURL(String, String, DapDataset, String) - Static method in class dap4.dap4shared.HttpDSP
 
bytestrings - Variable in class dap4.dap4shared.D4DataAtomic
 

C

callServer(String) - Method in class dap4.dap4shared.HttpDSP
 
canonical(String) - Static method in class dap4.dap4shared.XURI
Canonicalize a part of a URL
ChecksumMode - Enum in dap4.dap4shared
Define possible checksum modes: DMR => compute checksums for DMR requests only DAP => compute checksums for Note requests only ALL => compute checksums for both kinds of requests
checksummode - Variable in class dap4.dap4shared.D4DSP
 
checksummode - Variable in class dap4.dap4shared.DataCompiler
 
CHECKSUMTAG - Static variable in class dap4.dap4shared.HttpDSP
 
ChunkInputStream - Class in dap4.dap4shared
This class wraps a chunked source of databuffer as an InputStream.
ChunkInputStream(InputStream, RequestMode) - Constructor for class dap4.dap4shared.ChunkInputStream
 
ChunkInputStream(InputStream, RequestMode, ByteOrder) - Constructor for class dap4.dap4shared.ChunkInputStream
 
chunksize - Variable in class dap4.dap4shared.ChunkInputStream
 
close() - Method in class dap4.dap4shared.ChunkInputStream
Closes this output stream and releases any system resources associated with this stream.
close() - Method in interface dap4.dap4shared.DSP
 
close() - Method in class dap4.dap4shared.FileDSP
 
close() - Method in class dap4.dap4shared.HttpDSP
 
compile() - Method in class dap4.dap4shared.DataCompiler
The goal here is to process the serialized databuffer and locate variable-specific positions in the serialized databuffer.
compileAtomicVar(DapVariable) - Method in class dap4.dap4shared.DataCompiler
 
compileVar(DapVariable) - Method in class dap4.dap4shared.DataCompiler
 
computesort() - Method in class dap4.dap4shared.AbstractData
 
computeTypeSize(DapType) - Static method in class dap4.dap4shared.DataCompiler
Compute the size in databuffer of the serialized form
CONSTRAINTTAG - Static variable in class dap4.dap4shared.DapProtocol
 
CONSTRAINTTAG - Static variable in class dap4.dap4shared.HttpDSP
 
ContentType(RequestMode, String, String, String, String) - Constructor for class dap4.dap4shared.DapProtocol.ContentType
 
contenttype - Variable in class dap4.dap4shared.DapProtocol.ContentType
 
contenttypes - Static variable in class dap4.dap4shared.DapProtocol
 
context - Variable in class dap4.dap4shared.AbstractDSP
 
convertVector(DapType, DapType, Object) - Static method in class dap4.dap4shared.Dap4Util
Convert an array of one type of values to another type
COUNTSIZE - Static variable in class dap4.dap4shared.DataCompiler
 
createVector(AtomicType, long) - Static method in class dap4.dap4shared.Dap4Util
 

D

d4data - Variable in class dap4.dap4shared.D4DSP
 
D4DataAtomic - Class in dap4.dap4shared
 
D4DataAtomic(D4DSP, DapAtomicVariable, int) - Constructor for class dap4.dap4shared.D4DataAtomic
 
D4DataCompoundArray - Class in dap4.dap4shared
 
D4DataCompoundArray(D4DSP, DapVariable) - Constructor for class dap4.dap4shared.D4DataCompoundArray
 
D4DataDataset - Class in dap4.dap4shared
 
D4DataDataset(D4DSP, DapDataset) - Constructor for class dap4.dap4shared.D4DataDataset
 
D4DataRecord - Class in dap4.dap4shared
DataRecord represents a record from a sequence.
D4DataRecord(D4DSP, DapSequence, D4DataSequence, int) - Constructor for class dap4.dap4shared.D4DataRecord
 
D4DataSequence - Class in dap4.dap4shared
 
D4DataSequence(D4DSP, DapSequence, D4DataCompoundArray, int) - Constructor for class dap4.dap4shared.D4DataSequence
 
d4dataset - Variable in class dap4.dap4shared.DataCompiler
 
D4DataStructure - Class in dap4.dap4shared
 
D4DataStructure(D4DSP, DapStructure, D4DataCompoundArray, int) - Constructor for class dap4.dap4shared.D4DataStructure
 
D4DataVariable - Class in dap4.dap4shared
 
D4DataVariable(D4DSP, DapVariable) - Constructor for class dap4.dap4shared.D4DataVariable
 
D4DSP - Class in dap4.dap4shared
DAP4 Serial to DSP interface This code should be completely independent of thredds.
D4DSP() - Constructor for class dap4.dap4shared.D4DSP
 
dap4.dap4shared - package dap4.dap4shared
 
DAP4EXTENSIONS - Static variable in class dap4.dap4shared.HttpDSP
 
DAP4PROTO - Static variable in class dap4.dap4shared.HttpDSP
 
Dap4Util - Class in dap4.dap4shared
Constants and utilities either top-level or for a member.
Dap4Util() - Constructor for class dap4.dap4shared.Dap4Util
 
DapCodes - Interface in dap4.dap4shared
 
DAPEXTENSIONS - Static variable in class dap4.dap4shared.HttpDSP
 
DapProtocol - Class in dap4.dap4shared
Store protocol related constants
DapProtocol() - Constructor for class dap4.dap4shared.DapProtocol
 
DapProtocol.ContentType - Class in dap4.dap4shared
 
daptypeSize(AtomicType) - Static method in class dap4.dap4shared.Dap4Util
Conmpute the size, in databuffer, of the daptype wrt to a serialization; 0 if undefined.
DAPVERSION - Static variable in class dap4.dap4shared.D4DSP
 
DAPVERSION - Static variable in class dap4.dap4shared.HttpDSP
 
databuffer - Variable in class dap4.dap4shared.D4DSP
 
databuffer - Variable in class dap4.dap4shared.DataCompiler
 
DataCompiler - Class in dap4.dap4shared
 
DataCompiler(D4DSP, ChecksumMode, ByteBuffer) - Constructor for class dap4.dap4shared.DataCompiler
Constructor
dataset - Variable in class dap4.dap4shared.DataCompiler
 
DATASUFFIX - Static variable in class dap4.dap4shared.HttpDSP
 
DEBUG - Static variable in class dap4.dap4shared.D4DSP
 
DEBUG - Static variable in class dap4.dap4shared.DataCompiler
 
DFALTPRELOADSIZE - Static variable in class dap4.dap4shared.HttpDSP
 
dmr - Variable in class dap4.dap4shared.AbstractDSP
 
DMRSUFFIX - Static variable in class dap4.dap4shared.HttpDSP
 
DMRVERSION - Static variable in class dap4.dap4shared.D4DSP
 
DMRVERSION - Static variable in class dap4.dap4shared.HttpDSP
 
dsp - Variable in class dap4.dap4shared.D4DataDataset
 
dsp - Variable in class dap4.dap4shared.D4DataVariable
 
dsp - Variable in class dap4.dap4shared.DataCompiler
 
DSP - Interface in dap4.dap4shared
 
DSRSUFFIX - Static variable in class dap4.dap4shared.HttpDSP
 

E

enabled(RequestMode, ChecksumMode) - Static method in enum dap4.dap4shared.ChecksumMode
 
ErrorException - Exception in dap4.dap4shared
 
ErrorException(String) - Constructor for exception dap4.dap4shared.ErrorException
 
ErrorException(Throwable) - Constructor for exception dap4.dap4shared.ErrorException
 
extension() - Method in enum dap4.dap4shared.RequestMode
 
extractObject(DapType, ByteBuffer, long) - Method in class dap4.dap4shared.D4DataAtomic
Extract, as an object, value from a (presumably) atomic typed array of values; dataset position is presumed correct.
extractObjectVector(DapType, ByteBuffer, long, long, Object, long) - Method in class dap4.dap4shared.D4DataAtomic
Vector version of extractObject().

F

fielddata - Variable in class dap4.dap4shared.D4DataStructure
 
fields - Variable in class dap4.dap4shared.D4DataRecord
 
FileDSP - Class in dap4.dap4shared
Provide a DSP interface to synthetic data (see Generator.java).
FileDSP() - Constructor for class dap4.dap4shared.FileDSP
 
FILEPROTO - Static variable in class dap4.dap4shared.HttpDSP
 
flags - Variable in class dap4.dap4shared.ChunkInputStream
 
frag - Variable in class dap4.dap4shared.XURI
 

G

getBaseProtocol() - Method in class dap4.dap4shared.XURI
 
getByteOrder() - Method in class dap4.dap4shared.ChunkInputStream
 
getCapabilities(String) - Method in class dap4.dap4shared.HttpDSP
Provide a method for getting the capabilities document.
getChecksum(ByteBuffer) - Method in class dap4.dap4shared.DataCompiler
 
getChecksumMode() - Method in class dap4.dap4shared.D4DSP
 
getContext() - Method in class dap4.dap4shared.AbstractDSP
 
getContext() - Method in interface dap4.dap4shared.DSP
 
getCount() - Method in class dap4.dap4shared.D4DataAtomic
 
getCount() - Method in class dap4.dap4shared.D4DataCompoundArray
 
getCount(ByteBuffer) - Static method in class dap4.dap4shared.DataCompiler
 
getDapVariable() - Method in class dap4.dap4shared.D4DataCompoundArray
 
getData() - Method in class dap4.dap4shared.D4DSP
 
getDataDataset() - Method in class dap4.dap4shared.AbstractDSP
 
getDataDataset() - Method in class dap4.dap4shared.D4DSP
 
getDataDataset() - Method in interface dap4.dap4shared.DSP
 
getDMR() - Method in class dap4.dap4shared.AbstractDSP
 
getDMR() - Method in interface dap4.dap4shared.DSP
 
getDocument() - Method in exception dap4.dap4shared.ErrorException
 
getDSP() - Method in class dap4.dap4shared.D4DataCompoundArray
 
getDSP() - Method in class dap4.dap4shared.D4DataVariable
 
getElementSize() - Method in class dap4.dap4shared.D4DataAtomic
 
getElementSort() - Method in class dap4.dap4shared.D4DataCompoundArray
 
getFields() - Method in class dap4.dap4shared.XURI
 
getFormat(ResponseFormat) - Method in class dap4.dap4shared.DapProtocol.ContentType
 
getFrag() - Method in class dap4.dap4shared.XURI
 
getHost() - Method in class dap4.dap4shared.XURI
 
getLeadProtocol() - Method in class dap4.dap4shared.XURI
 
getOrder() - Method in class dap4.dap4shared.D4DSP
 
getOriginal() - Method in class dap4.dap4shared.XURI
 
getParameters() - Method in class dap4.dap4shared.XURI
 
getPath() - Method in class dap4.dap4shared.AbstractDSP
 
getPath() - Method in interface dap4.dap4shared.DSP
 
getPath() - Method in class dap4.dap4shared.XURI
 
getProtocols() - Method in class dap4.dap4shared.XURI
 
getQuery() - Method in class dap4.dap4shared.XURI
 
getRecordCount() - Method in class dap4.dap4shared.D4DataSequence
 
getSort() - Method in class dap4.dap4shared.AbstractData
 
getTemplate() - Method in class dap4.dap4shared.AbstractData
 
getTopVariables() - Method in class dap4.dap4shared.D4DataDataset
 
getType() - Method in class dap4.dap4shared.D4DataAtomic
 
getUserinfo() - Method in class dap4.dap4shared.XURI
 
getVariable() - Method in class dap4.dap4shared.AbstractDataVariable
 
getVariableData(DapVariable) - Method in class dap4.dap4shared.D4DataDataset
 

H

host - Variable in class dap4.dap4shared.XURI
 
htmltype - Variable in class dap4.dap4shared.DapProtocol.ContentType
 
HttpDSP - Class in dap4.dap4shared
Make a request to a server and convert the reply to a DapDataset from the returned bytes.
HttpDSP() - Constructor for class dap4.dap4shared.HttpDSP
 

I

index - Variable in class dap4.dap4shared.D4DataSequence
 
index - Variable in class dap4.dap4shared.D4DataStructure
 
input - Variable in class dap4.dap4shared.ChunkInputStream
 
isbytestring - Variable in class dap4.dap4shared.D4DataAtomic
 
isfile - Variable in class dap4.dap4shared.XURI
 
isFile() - Method in class dap4.dap4shared.XURI
 
isscalar - Variable in class dap4.dap4shared.D4DataAtomic
 

L

localorder - Variable in class dap4.dap4shared.ChunkInputStream
 

M

match(String, DapContext) - Static method in class dap4.dap4shared.FileDSP
A path is file if it has no base protocol or is file:
match(String, DapContext) - Static method in class dap4.dap4shared.HttpDSP
A path is a DAP4 path if at least one of the following is true.
mode - Variable in class dap4.dap4shared.DapProtocol.ContentType
 
modeFor(String) - Static method in enum dap4.dap4shared.ChecksumMode
 
modeFor(String) - Static method in enum dap4.dap4shared.RequestMode
 

O

open(String, DapContext) - Method in class dap4.dap4shared.AbstractDSP
 
open(String) - Method in class dap4.dap4shared.AbstractDSP
 
open(String, DapContext) - Method in interface dap4.dap4shared.DSP
 
open(String) - Method in interface dap4.dap4shared.DSP
 
open(String, DapContext) - Method in class dap4.dap4shared.FileDSP
 
open(String, DapContext) - Method in class dap4.dap4shared.HttpDSP
 
order - Variable in class dap4.dap4shared.D4DSP
 
originaluri - Variable in class dap4.dap4shared.XURI
 
originalurl - Variable in class dap4.dap4shared.HttpDSP
 

P

parent - Variable in class dap4.dap4shared.D4DataRecord
 
parent - Variable in class dap4.dap4shared.D4DataSequence
 
parent - Variable in class dap4.dap4shared.D4DataStructure
 
PARSEDEBUG - Static variable in class dap4.dap4shared.AbstractDSP
 
parseDMR(String) - Method in class dap4.dap4shared.AbstractDSP
It is common to want to parse a DMR text to a DapDataset, so provide this utility.
path - Variable in class dap4.dap4shared.AbstractDSP
 
path - Variable in class dap4.dap4shared.XURI
 
processAttributes(DapDataset) - Method in class dap4.dap4shared.AbstractDSP
Walk the dataset tree and remove selected attributes such as _Unsigned
product - Variable in class dap4.dap4shared.D4DataAtomic
 
protocols - Variable in class dap4.dap4shared.XURI
 
PROTOTAG - Static variable in class dap4.dap4shared.HttpDSP
 

Q

query - Variable in class dap4.dap4shared.XURI
 
QUERYSTART - Static variable in class dap4.dap4shared.HttpDSP
 

R

raw - Variable in class dap4.dap4shared.FileDSP
 
read() - Method in class dap4.dap4shared.ChunkInputStream
Reads the next byte of databuffer from the input stream.
read(byte[], int, int) - Method in class dap4.dap4shared.ChunkInputStream
Reads up to len databuffer of databuffer from the input stream into an array of databuffer.
read(List<Slice>, Object, long) - Method in class dap4.dap4shared.D4DataAtomic
 
read(long) - Method in class dap4.dap4shared.D4DataAtomic
 
read(List<Slice>, DataCompound[]) - Method in class dap4.dap4shared.D4DataCompoundArray
 
read(long) - Method in class dap4.dap4shared.D4DataCompoundArray
 
readDMR() - Method in class dap4.dap4shared.ChunkInputStream
Read the DMR, trimmed.
readError() - Method in class dap4.dap4shared.ChunkInputStream
Read an error chunk
readfield(int) - Method in class dap4.dap4shared.D4DataRecord
 
readfield(String) - Method in class dap4.dap4shared.D4DataRecord
 
readfield(String) - Method in class dap4.dap4shared.D4DataStructure
 
readfield(int) - Method in class dap4.dap4shared.D4DataStructure
 
readRecord(long) - Method in class dap4.dap4shared.D4DataSequence
 
recno - Variable in class dap4.dap4shared.D4DataRecord
 
remoteorder - Variable in class dap4.dap4shared.ChunkInputStream
 
requestmode - Variable in class dap4.dap4shared.ChunkInputStream
 
RequestMode - Enum in dap4.dap4shared
Define the enum for the possible Request/Response modes

S

SC_ACCEPTED - Static variable in interface dap4.dap4shared.DapCodes
 
SC_BAD_GATEWAY - Static variable in interface dap4.dap4shared.DapCodes
 
SC_BAD_REQUEST - Static variable in interface dap4.dap4shared.DapCodes
 
SC_CONFLICT - Static variable in interface dap4.dap4shared.DapCodes
 
SC_CONTINUE - Static variable in interface dap4.dap4shared.DapCodes
 
SC_CREATED - Static variable in interface dap4.dap4shared.DapCodes
 
SC_EXPECTATION_FAILED - Static variable in interface dap4.dap4shared.DapCodes
 
SC_FORBIDDEN - Static variable in interface dap4.dap4shared.DapCodes
 
SC_GATEWAY_TIMEOUT - Static variable in interface dap4.dap4shared.DapCodes
 
SC_GONE - Static variable in interface dap4.dap4shared.DapCodes
 
SC_HTTP_VERSION_NOT_SUPPORTED - Static variable in interface dap4.dap4shared.DapCodes
 
SC_INTERNAL_SERVER_ERROR - Static variable in interface dap4.dap4shared.DapCodes
 
SC_LENGTH_REQUIRED - Static variable in interface dap4.dap4shared.DapCodes
 
SC_METHOD_NOT_ALLOWED - Static variable in interface dap4.dap4shared.DapCodes
 
SC_MOVED_PERMANENTLY - Static variable in interface dap4.dap4shared.DapCodes
 
SC_MOVED_TEMPORARILY - Static variable in interface dap4.dap4shared.DapCodes
 
SC_MULTIPLE_CHOICES - Static variable in interface dap4.dap4shared.DapCodes
 
SC_NO_CONTENT - Static variable in interface dap4.dap4shared.DapCodes
 
SC_NON_AUTHORITATIVE_INFORMATION - Static variable in interface dap4.dap4shared.DapCodes
 
SC_NOT_ACCEPTABLE - Static variable in interface dap4.dap4shared.DapCodes
 
SC_NOT_FOUND - Static variable in interface dap4.dap4shared.DapCodes
 
SC_NOT_IMPLEMENTED - Static variable in interface dap4.dap4shared.DapCodes
 
SC_NOT_MODIFIED - Static variable in interface dap4.dap4shared.DapCodes
 
SC_OK - Static variable in interface dap4.dap4shared.DapCodes
 
SC_PARTIAL_CONTENT - Static variable in interface dap4.dap4shared.DapCodes
 
SC_PAYMENT_REQUIRED - Static variable in interface dap4.dap4shared.DapCodes
 
SC_PRECONDITION_FAILED - Static variable in interface dap4.dap4shared.DapCodes
 
SC_PROXY_AUTHENTICATION_REQUIRED - Static variable in interface dap4.dap4shared.DapCodes
 
SC_REQUEST_TIMEOUT - Static variable in interface dap4.dap4shared.DapCodes
 
SC_REQUEST_URI_TOO_LONG - Static variable in interface dap4.dap4shared.DapCodes
 
SC_REQUESTED_RANGE_NOT_SATISFIABLE - Static variable in interface dap4.dap4shared.DapCodes
 
SC_RESET_CONTENT - Static variable in interface dap4.dap4shared.DapCodes
 
SC_SEE_OTHER - Static variable in interface dap4.dap4shared.DapCodes
 
SC_SERVICE_UNAVAILABLE - Static variable in interface dap4.dap4shared.DapCodes
 
SC_SWITCHING_PROTOCOLS - Static variable in interface dap4.dap4shared.DapCodes
 
SC_TEMPORARY_REDIRECT - Static variable in interface dap4.dap4shared.DapCodes
 
SC_UNAUTHORIZED - Static variable in interface dap4.dap4shared.DapCodes
 
SC_UNSUPPORTED_MEDIA_TYPE - Static variable in interface dap4.dap4shared.DapCodes
 
SC_USE_PROXY - Static variable in interface dap4.dap4shared.DapCodes
 
serialVersionUID - Static variable in class dap4.dap4shared.D4DataDataset
 
setBaseProtocol(String) - Method in class dap4.dap4shared.XURI
 
setChecksumMode(ChecksumMode) - Method in class dap4.dap4shared.D4DSP
 
setContext(DapContext) - Method in class dap4.dap4shared.AbstractDSP
 
setDataDataset(D4DataDataset) - Method in class dap4.dap4shared.D4DSP
 
setDataset(DapDataset) - Method in class dap4.dap4shared.AbstractDSP
 
setDocument(String) - Method in exception dap4.dap4shared.ErrorException
 
setOrder(ByteOrder) - Method in class dap4.dap4shared.D4DSP
 
setPath(String) - Method in class dap4.dap4shared.AbstractDSP
 
setRequestResponse() - Method in class dap4.dap4shared.AbstractDSP
 
setup(long) - Method in class dap4.dap4shared.D4DataAtomic
 
setURL(String) - Method in class dap4.dap4shared.HttpDSP
 
skip(ByteBuffer, int) - Static method in class dap4.dap4shared.DataCompiler
 
sort - Variable in class dap4.dap4shared.AbstractData
 
state - Variable in class dap4.dap4shared.ChunkInputStream
 
status - Variable in class dap4.dap4shared.HttpDSP
 
suppress(String) - Method in class dap4.dap4shared.AbstractDSP
Some attributes that are added by the NetcdfDataset need to be kept out of the DMR.

T

template - Variable in class dap4.dap4shared.AbstractData
 
texttype - Variable in class dap4.dap4shared.DapProtocol.ContentType
 
throwError(String) - Method in class dap4.dap4shared.ChunkInputStream
Convert an error chunk to an exception
toString() - Method in enum dap4.dap4shared.RequestMode
 
toString() - Method in class dap4.dap4shared.XURI
 
totalbytestringsize - Variable in class dap4.dap4shared.D4DataAtomic
 
trueurl - Variable in class dap4.dap4shared.XURI
 

U

url - Variable in class dap4.dap4shared.XURI
 
URLALL - Static variable in class dap4.dap4shared.XURI
 
URLONLY - Static variable in class dap4.dap4shared.XURI
 
userinfo - Variable in class dap4.dap4shared.XURI
 

V

valueOf(String) - Static method in enum dap4.dap4shared.ChecksumMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum dap4.dap4shared.RequestMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum dap4.dap4shared.XURI.Parts
Returns the enum constant of this type with the specified name.
values() - Static method in enum dap4.dap4shared.ChecksumMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum dap4.dap4shared.RequestMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum dap4.dap4shared.XURI.Parts
Returns an array containing the constants of this enum type, in the order they are declared.
varelementsize - Variable in class dap4.dap4shared.D4DataAtomic
 
variables - Variable in class dap4.dap4shared.D4DataDataset
 
varoffset - Variable in class dap4.dap4shared.D4DataAtomic
 

W

walkByteStrings(int[], ByteBuffer) - Static method in class dap4.dap4shared.DataCompiler
 

X

X_DAP_SERVER - Static variable in class dap4.dap4shared.DapProtocol
 
X_DAP_VERSION - Static variable in class dap4.dap4shared.DapProtocol
 
xmltype - Variable in class dap4.dap4shared.DapProtocol.ContentType
 
xuri - Variable in class dap4.dap4shared.HttpDSP
 
XURI - Class in dap4.dap4shared
Provide an extended form of URI parser that can handle multiple protocols and can parse the query and fragment parts.
XURI(String) - Constructor for class dap4.dap4shared.XURI
 
XURI.Parts - Enum in dap4.dap4shared
 
A B C D E F G H I L M O P Q R S T U V W X 
Skip navigation links