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
Constructors -
Method Summary
Methods inherited from class io.deephaven.uri.StructuredUriBase
targetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface io.deephaven.uri.StructuredUri
target, walk
-
Constructor Details
-
DeephavenUriBase
public DeephavenUriBase()
-
-
Method Details
-
toURI
Description copied from interface:StructuredUriThe URI.- Specified by:
toURIin interfaceStructuredUri- Returns:
- the URI.
-
toString
Description copied from interface:StructuredUriThe URI string.- Specified by:
toStringin interfaceStructuredUri- Overrides:
toStringin classObject- Returns:
- the URI string
-