Package org.comroid.restless.endpoint
Interface CompleteEndpoint
-
public interface CompleteEndpoint
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCompleteEndpoint.Support
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description AccessibleEndpointgetEndpoint()java.lang.StringgetSpec()default java.net.URIgetURI()default java.net.URLgetURL()static CompleteEndpointof(AccessibleEndpoint endpoint, java.lang.String spec)
-
-
-
Method Detail
-
getEndpoint
AccessibleEndpoint getEndpoint()
-
getSpec
java.lang.String getSpec()
-
getURL
default java.net.URL getURL()
-
getURI
default java.net.URI getURI()
-
of
static CompleteEndpoint of(AccessibleEndpoint endpoint, java.lang.String spec)
-
-