Package io.deephaven.uri
Interface DeephavenUri
- All Superinterfaces:
StructuredUri
- All Known Implementing Classes:
ApplicationUri
,DeephavenUriBase
,FieldUri
,QueryScopeUri
,RemoteUri
A Deephaven URI is a structure URI that has a Deephaven-specific scheme, either
dh
or dh+plain
.- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.deephaven.uri.StructuredUri
StructuredUri.Visitor
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The scheme for non-remoteDeephaven URIs
,dh
.static final String
The scheme forremote URIs
using plaintext connections,dh+plain
.static final String
The scheme forremote URIs
using secure connections,dh
. -
Method Summary
Methods inherited from interface io.deephaven.uri.StructuredUri
target, toString, toURI, walk
-
Field Details
-
SECURE_SCHEME
The scheme forremote URIs
using secure connections,dh
.- See Also:
-
PLAINTEXT_SCHEME
The scheme forremote URIs
using plaintext connections,dh+plain
.- See Also:
-
LOCAL_SCHEME
The scheme for non-remoteDeephaven URIs
,dh
.- See Also:
-
-
Method Details
-
isValidScheme
-