Skip navigation links
A B C D E F G H J K L M N O P Q R S T U V W 

A

accept(MediaType, MediaType...) - Method in class org.zalando.riptide.Requester
 
andThen(ThrowingConsumer<R, ? extends Exception>) - Method in interface org.zalando.riptide.Route.Adapter
 
any(Class<A>) - Static method in class org.zalando.riptide.Bindings
Creates an any condition for the given type.
any(TypeToken<A>) - Static method in class org.zalando.riptide.Bindings
Creates a wildcard condition for the given type.
anyContentType() - Static method in class org.zalando.riptide.Bindings
 
anySeries() - Static method in class org.zalando.riptide.Bindings
 
anyStatus() - Static method in class org.zalando.riptide.Bindings
 
anyStatusCode() - Static method in class org.zalando.riptide.Bindings
 
attributeOf(ClientHttpResponse) - Method in interface org.zalando.riptide.EqualityNavigator
Retrieves an attribute from the given response

B

baseUrl(String) - Method in class org.zalando.riptide.RestBuilder
 
baseUrl(URI) - Method in class org.zalando.riptide.RestBuilder
 
baseUrl(Supplier<URI>) - Method in class org.zalando.riptide.RestBuilder
 
Binding<A> - Class in org.zalando.riptide
 
Bindings - Class in org.zalando.riptide
 
body(T) - Method in class org.zalando.riptide.Requester
 
build() - Method in class org.zalando.riptide.RestBuilder
 
builder() - Static method in class org.zalando.riptide.Rest
 

C

call(Route) - Method in class org.zalando.riptide.Dispatcher
 
call(ThrowingRunnable<? extends Exception>) - Method in class org.zalando.riptide.PartialBinding
 
call(ThrowingConsumer<ClientHttpResponse, ? extends Exception>) - Method in class org.zalando.riptide.PartialBinding
 
call(Class<I>, ThrowingConsumer<I, ? extends Exception>) - Method in class org.zalando.riptide.PartialBinding
 
call(TypeToken<I>, ThrowingConsumer<I, ? extends Exception>) - Method in class org.zalando.riptide.PartialBinding
 
call(Route) - Method in class org.zalando.riptide.PartialBinding
 
call(Route) - Method in class org.zalando.riptide.Requester
 
call(ThrowingRunnable<? extends Exception>) - Static method in interface org.zalando.riptide.Route
 
call(ThrowingConsumer<ClientHttpResponse, ? extends Exception>) - Static method in interface org.zalando.riptide.Route
 
call(Class<I>, ThrowingConsumer<I, ? extends Exception>) - Static method in interface org.zalando.riptide.Route
 
call(TypeToken<I>, ThrowingConsumer<I, ? extends Exception>) - Static method in interface org.zalando.riptide.Route
 
Completion - Class in org.zalando.riptide
 
configure(RestConfigurer) - Method in class org.zalando.riptide.RestBuilder
 
configure(RestBuilder) - Method in interface org.zalando.riptide.RestConfigurer
 
contentType() - Static method in class org.zalando.riptide.Navigators
A Navigator that selects the best binding based on the response's content type.
contentType(MediaType) - Method in class org.zalando.riptide.Requester
 
converter(HttpMessageConverter<?>) - Method in class org.zalando.riptide.RestBuilder
 
converters(Iterable<HttpMessageConverter<?>>) - Method in class org.zalando.riptide.RestBuilder
 
create(A, Route) - Static method in class org.zalando.riptide.Binding
 
create() - Static method in interface org.zalando.riptide.RequestArguments
 

D

defaultConverters() - Method in class org.zalando.riptide.RestBuilder
 
defaultPlugins() - Method in class org.zalando.riptide.RestBuilder
 
DefaultRequestArguments - Class in org.zalando.riptide
 
DefaultRequestArguments() - Constructor for class org.zalando.riptide.DefaultRequestArguments
 
delete(String, Object...) - Method in class org.zalando.riptide.Rest
 
delete(URI) - Method in class org.zalando.riptide.Rest
 
delete() - Method in class org.zalando.riptide.Rest
 
dispatch(Navigator<A>, Binding<A>...) - Method in class org.zalando.riptide.Dispatcher
 
dispatch(Navigator<A>, List<Binding<A>>) - Method in class org.zalando.riptide.Dispatcher
 
dispatch(RoutingTree<A>) - Method in class org.zalando.riptide.Dispatcher
 
dispatch(Navigator<B>, Binding<B>...) - Method in class org.zalando.riptide.PartialBinding
 
dispatch(Navigator<A>, Binding<A>...) - Static method in interface org.zalando.riptide.RoutingTree
 
dispatch(Navigator<A>, List<Binding<A>>) - Static method in interface org.zalando.riptide.RoutingTree
 
Dispatcher - Class in org.zalando.riptide
 
Dispatcher() - Constructor for class org.zalando.riptide.Dispatcher
 

E

EqualityNavigator<A> - Interface in org.zalando.riptide
 
execute() - Method in interface org.zalando.riptide.RequestExecution
 
execute(HttpMethod, String, Object...) - Method in class org.zalando.riptide.Rest
 
execute(HttpMethod, URI) - Method in class org.zalando.riptide.Rest
 
execute(HttpMethod) - Method in class org.zalando.riptide.Rest
 
execute(ClientHttpResponse, MessageReader) - Method in interface org.zalando.riptide.Route
 
execute(ClientHttpResponse, MessageReader) - Method in interface org.zalando.riptide.RoutingTree
 

F

fillInStackTrace() - Method in exception org.zalando.riptide.NoWildcardException
We don't care for the stack trace.

G

get(String, Object...) - Method in class org.zalando.riptide.Rest
 
get(URI) - Method in class org.zalando.riptide.Rest
 
get() - Method in class org.zalando.riptide.Rest
 
get(A) - Method in interface org.zalando.riptide.RoutingTree
 
getAttribute() - Method in class org.zalando.riptide.Binding
 
getBaseUrl() - Method in interface org.zalando.riptide.RequestArguments
 
getBody() - Method in interface org.zalando.riptide.RequestArguments
 
getHeaders() - Method in interface org.zalando.riptide.RequestArguments
 
getMethod() - Method in interface org.zalando.riptide.RequestArguments
 
getNavigator() - Method in interface org.zalando.riptide.RoutingTree
 
getQueryParams() - Method in interface org.zalando.riptide.RequestArguments
 
getRequestUri() - Method in interface org.zalando.riptide.RequestArguments
 
getResponse() - Method in exception org.zalando.riptide.NoRouteException
 
getRoute() - Method in class org.zalando.riptide.Binding
 
getType() - Method in interface org.zalando.riptide.Navigator
 
getUri() - Method in interface org.zalando.riptide.RequestArguments
 
getUriTemplate() - Method in interface org.zalando.riptide.RequestArguments
 
getUriVariables() - Method in interface org.zalando.riptide.RequestArguments
 
getUrlResolution() - Method in interface org.zalando.riptide.RequestArguments
 
getWildcard() - Method in interface org.zalando.riptide.RoutingTree
 

H

head(String, Object...) - Method in class org.zalando.riptide.Rest
 
head(URI) - Method in class org.zalando.riptide.Rest
 
head() - Method in class org.zalando.riptide.Rest
 
header(String, String) - Method in class org.zalando.riptide.Requester
 
headers(HttpHeaders) - Method in class org.zalando.riptide.Requester
 
headers() - Static method in interface org.zalando.riptide.Route
 

J

join(CompletableFuture<T>) - Static method in class org.zalando.riptide.Completion
Joins the given future by calling CompletableFuture.join().

K

keySet() - Method in interface org.zalando.riptide.RoutingTree
 

L

listOf(Class<T>) - Static method in interface org.zalando.riptide.Route
 
listOf(TypeToken<T>) - Static method in interface org.zalando.riptide.Route
 
location() - Static method in interface org.zalando.riptide.Route
 

M

merge(List<Binding<A>>, List<Binding<A>>) - Method in interface org.zalando.riptide.Navigator
 
merge(Plugin, Plugin) - Static method in interface org.zalando.riptide.Plugin
 
merge(Binding<A>) - Method in interface org.zalando.riptide.RoutingTree
 
merge(List<Binding<A>>) - Method in interface org.zalando.riptide.RoutingTree
 
MessageReader - Interface in org.zalando.riptide
 

N

navigate(ClientHttpResponse, RoutingTree<A>) - Method in interface org.zalando.riptide.EqualityNavigator
 
navigate(A, RoutingTree<A>) - Method in interface org.zalando.riptide.EqualityNavigator
 
navigate(ClientHttpResponse, RoutingTree<A>) - Method in interface org.zalando.riptide.Navigator
 
Navigator<A> - Interface in org.zalando.riptide
 
Navigators - Class in org.zalando.riptide
 
noRoute() - Static method in interface org.zalando.riptide.Route
 
NoRouteException - Exception in org.zalando.riptide
 
NoRouteException(ClientHttpResponse) - Constructor for exception org.zalando.riptide.NoRouteException
 
NoWildcardException - Exception in org.zalando.riptide
 
NoWildcardException() - Constructor for exception org.zalando.riptide.NoWildcardException
 

O

on(A) - Static method in class org.zalando.riptide.Bindings
 
options(String, Object...) - Method in class org.zalando.riptide.Rest
 
options(URI) - Method in class org.zalando.riptide.Rest
 
options() - Method in class org.zalando.riptide.Rest
 
org.zalando.riptide - package org.zalando.riptide
 
OriginalStackTracePlugin - Class in org.zalando.riptide
 
OriginalStackTracePlugin() - Constructor for class org.zalando.riptide.OriginalStackTracePlugin
 

P

PartialBinding<A> - Class in org.zalando.riptide
 
pass() - Static method in interface org.zalando.riptide.Route
 
patch(String, Object...) - Method in class org.zalando.riptide.Rest
 
patch(URI) - Method in class org.zalando.riptide.Rest
 
patch() - Method in class org.zalando.riptide.Rest
 
Plugin - Interface in org.zalando.riptide
 
plugin(Plugin) - Method in class org.zalando.riptide.RestBuilder
 
plugins(Iterable<Plugin>) - Method in class org.zalando.riptide.RestBuilder
 
post(String, Object...) - Method in class org.zalando.riptide.Rest
 
post(URI) - Method in class org.zalando.riptide.Rest
 
post() - Method in class org.zalando.riptide.Rest
 
prepare(RequestArguments, RequestExecution) - Method in class org.zalando.riptide.OriginalStackTracePlugin
 
prepare(RequestArguments, RequestExecution) - Method in interface org.zalando.riptide.Plugin
 
propagate() - Static method in interface org.zalando.riptide.Route
 
put(String, Object...) - Method in class org.zalando.riptide.Rest
 
put(URI) - Method in class org.zalando.riptide.Rest
 
put() - Method in class org.zalando.riptide.Rest
 

Q

queryParam(String, String) - Method in class org.zalando.riptide.Requester
 
queryParams(Multimap<String, String>) - Method in class org.zalando.riptide.Requester
 

R

read(TypeToken<I>, ClientHttpResponse) - Method in interface org.zalando.riptide.MessageReader
 
reasonPhrase() - Static method in class org.zalando.riptide.Navigators
A Navigator that selects a binding based on the response's reason phrase.
RequestArguments - Interface in org.zalando.riptide
 
Requester - Class in org.zalando.riptide
 
Requester(AsyncClientHttpRequestFactory, MessageWorker, RequestArguments, Plugin) - Constructor for class org.zalando.riptide.Requester
 
RequestExecution - Interface in org.zalando.riptide
 
requestFactory(AsyncClientHttpRequestFactory) - Method in class org.zalando.riptide.RestBuilder
 
responseEntityOf(Class<T>) - Static method in interface org.zalando.riptide.Route
 
responseEntityOf(TypeToken<T>) - Static method in interface org.zalando.riptide.Route
 
Rest - Class in org.zalando.riptide
 
RestBuilder - Class in org.zalando.riptide
 
RestConfigurer - Interface in org.zalando.riptide
 
Route - Interface in org.zalando.riptide
 
Route.Adapter<T,R> - Interface in org.zalando.riptide
 
RoutingTree<A> - Interface in org.zalando.riptide
 

S

series() - Static method in class org.zalando.riptide.Navigators
A Navigator that selects a binding based on the response's status code series
simpleRequestFactory(ExecutorService) - Static method in class org.zalando.riptide.RestBuilder
 
status() - Static method in class org.zalando.riptide.Navigators
A Navigator that selects a binding based on the response's status.
statusCode() - Static method in class org.zalando.riptide.Navigators
A Navigator that selects a binding based on the response's status code.

T

to(ThrowingFunction<ClientHttpResponse, T, ? extends Exception>) - Static method in interface org.zalando.riptide.Route
 
trace(String, Object...) - Method in class org.zalando.riptide.Rest
 
trace(URI) - Method in class org.zalando.riptide.Rest
 
trace() - Method in class org.zalando.riptide.Rest
 

U

urlResolution(UrlResolution) - Method in class org.zalando.riptide.RestBuilder
 
UrlResolution - Enum in org.zalando.riptide
 

V

valueOf(String) - Static method in enum org.zalando.riptide.UrlResolution
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.zalando.riptide.UrlResolution
Returns an array containing the constants of this enum type, in the order they are declared.

W

withBaseUrl(URI) - Method in interface org.zalando.riptide.RequestArguments
 
withBody(Object) - Method in interface org.zalando.riptide.RequestArguments
 
withHeaders(ImmutableMultimap<String, String>) - Method in interface org.zalando.riptide.RequestArguments
 
withMethod(HttpMethod) - Method in interface org.zalando.riptide.RequestArguments
 
withQueryParams(ImmutableMultimap<String, String>) - Method in interface org.zalando.riptide.RequestArguments
 
withRequestUri(URI) - Method in interface org.zalando.riptide.RequestArguments
 
withRequestUri() - Method in interface org.zalando.riptide.RequestArguments
 
withUri(URI) - Method in interface org.zalando.riptide.RequestArguments
 
withUriTemplate(String) - Method in interface org.zalando.riptide.RequestArguments
 
withUriVariables(ImmutableList<Object>) - Method in interface org.zalando.riptide.RequestArguments
 
withUrlResolution(UrlResolution) - Method in interface org.zalando.riptide.RequestArguments
 
A B C D E F G H J K L M N O P Q R S T U V W 
Skip navigation links

Copyright © 2015–2017 Zalando SE. All rights reserved.