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
FieldsModifier and TypeFieldDescriptionstatic final StringThe scheme for non-remoteDeephaven URIs,dh.static final StringThe scheme forremote URIsusing plaintext connections,dh+plain.static final StringThe scheme forremote URIsusing secure connections,dh. -
Method Summary
Static MethodsMethods inherited from interface io.deephaven.uri.StructuredUri
target, toString, toURI, walk
-
Field Details
-
SECURE_SCHEME
The scheme forremote URIsusing secure connections,dh.- See Also:
-
PLAINTEXT_SCHEME
The scheme forremote URIsusing plaintext connections,dh+plain.- See Also:
-
LOCAL_SCHEME
The scheme for non-remoteDeephaven URIs,dh.- See Also:
-
-
Method Details
-
isValidScheme
-