| Modifier and Type | Method and Description |
|---|---|
A |
attributeOf(org.springframework.http.client.ClientHttpResponse response)
Retrieves an attribute from the given response
|
default Optional<Route> |
navigate(A attribute,
RoutingTree<A> tree) |
default Optional<Route> |
navigate(org.springframework.http.client.ClientHttpResponse response,
RoutingTree<A> tree) |
@Nullable A attributeOf(org.springframework.http.client.ClientHttpResponse response) throws IOException
response - the incoming responseIOException - if accessing the response faileddefault Optional<Route> navigate(org.springframework.http.client.ClientHttpResponse response, RoutingTree<A> tree) throws IOException
navigate in interface Navigator<A>IOExceptiondefault Optional<Route> navigate(@Nullable A attribute, RoutingTree<A> tree) throws IOException
IOExceptionCopyright © 2015–2017 Zalando SE. All rights reserved.