public final class Endpoint extends Object
EndpointProvider. And endpoint minimally defines the URI, but may also
declare any additional headers that needed to be used, and user-defined attributes using an EndpointAttributeKey.| Modifier and Type | Class and Description |
|---|---|
static interface |
Endpoint.Builder |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
attribute(EndpointAttributeKey<T> key) |
static Endpoint.Builder |
builder() |
boolean |
equals(Object o) |
int |
hashCode() |
Map<String,List<String>> |
headers() |
Endpoint.Builder |
toBuilder() |
URI |
url() |
public URI url()
public Endpoint.Builder toBuilder()
public <T> T attribute(EndpointAttributeKey<T> key)
public static Endpoint.Builder builder()
Copyright © 2023. All rights reserved.