java.lang.Object
io.helidon.common.uri.UriInfo.BuilderBase.UriInfoImpl
- All Implemented Interfaces:
Prototype.Api
,UriInfo
- Enclosing class:
UriInfo.BuilderBase<BUILDER extends UriInfo.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends UriInfo>
Generated implementation of the prototype, can be extended by descendant prototype implementations.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.helidon.common.uri.UriInfo
UriInfo.Builder, UriInfo.BuilderBase<BUILDER extends UriInfo.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends UriInfo> -
Constructor Summary
ModifierConstructorDescriptionprotected
UriInfoImpl
(UriInfo.BuilderBase<?, ?> builder) Create an instance providing a builder. -
Method Summary
-
Constructor Details
-
UriInfoImpl
Create an instance providing a builder.- Parameters:
builder
- extending builder base of this prototype
-
-
Method Details
-
scheme
-
host
-
port
public int port() -
path
-
query
-
fragment
-
toString
-
equals
-
hashCode
public int hashCode() -
authority
Authority (host:port) of this URI.- Returns:
- authority
-
toUri
Create a URI from information in this URI info. Creating a URI is a relatively expensive operation (as it always validates and does some additional operations).- Returns:
- a new URI
-