Package io.deephaven.uri
Class DeephavenUriBase
java.lang.Object
io.deephaven.uri.StructuredUriBase
io.deephaven.uri.DeephavenUriBase
- All Implemented Interfaces:
DeephavenUri
,StructuredUri
- Direct Known Subclasses:
ApplicationUri
,FieldUri
,QueryScopeUri
,RemoteUri
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.deephaven.uri.StructuredUri
StructuredUri.Visitor
-
Field Summary
Fields inherited from interface io.deephaven.uri.DeephavenUri
LOCAL_SCHEME, PLAINTEXT_SCHEME, SECURE_SCHEME
-
Constructor Summary
-
Method Summary
Methods inherited from class io.deephaven.uri.StructuredUriBase
target
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface io.deephaven.uri.StructuredUri
target, walk
-
Constructor Details
-
DeephavenUriBase
public DeephavenUriBase()
-
-
Method Details
-
toURI
Description copied from interface:StructuredUri
The URI.- Specified by:
toURI
in interfaceStructuredUri
- Returns:
- the URI.
-
toString
Description copied from interface:StructuredUri
The URI string.- Specified by:
toString
in interfaceStructuredUri
- Overrides:
toString
in classObject
- Returns:
- the URI string
-