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

A

accept(MediaType, MediaType...) - Method in class org.zalando.riptide.Requester
 
acceptEither(CompletionStage<? extends T>, Consumer<? super T>) - Method in interface org.zalando.riptide.Completion
 
acceptEitherAsync(CompletionStage<? extends T>, Consumer<? super T>) - Method in interface org.zalando.riptide.Completion
 
acceptEitherAsync(CompletionStage<? extends T>, Consumer<? super T>, Executor) - Method in interface org.zalando.riptide.Completion
 
andThen(ThrowingConsumer<R, 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
 
applyToEither(CompletionStage<? extends T>, Function<? super T, U>) - Method in interface org.zalando.riptide.Completion
 
applyToEitherAsync(CompletionStage<? extends T>, Function<? super T, U>) - Method in interface org.zalando.riptide.Completion
 
applyToEitherAsync(CompletionStage<? extends T>, Function<? super T, U>, Executor) - Method in interface org.zalando.riptide.Completion
 
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
 
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(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(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<T> - Interface 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
 

D

defaultConverters() - Method in class org.zalando.riptide.RestBuilder
 
delete(String, Object...) - Method in class org.zalando.riptide.Rest
 
delete(URI) - 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(RoutingTree<A>) - Method in class org.zalando.riptide.Requester
 
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
 
exceptionally(Function<Throwable, ? extends T>) - Method in interface org.zalando.riptide.Completion
 
execute(Multimap<String, String>, HttpHeaders, T) - Method in class org.zalando.riptide.Requester
 
execute(ClientHttpResponse, MessageReader) - Method in interface org.zalando.riptide.Route
 

G

get(String, Object...) - Method in class org.zalando.riptide.Rest
 
get(URI) - Method in class org.zalando.riptide.Rest
 
get(A) - Method in interface org.zalando.riptide.RoutingTree
 
getAttribute() - Method in class org.zalando.riptide.Binding
 
getNow(T) - Method in interface org.zalando.riptide.Completion
 
getResponse() - Method in exception org.zalando.riptide.NoRouteException
 
getRoute() - Method in class org.zalando.riptide.Binding
 
getWildcard() - Method in interface org.zalando.riptide.RoutingTree
 

H

handle(BiFunction<? super T, Throwable, ? extends U>) - Method in interface org.zalando.riptide.Completion
 
handleAsync(BiFunction<? super T, Throwable, ? extends U>) - Method in interface org.zalando.riptide.Completion
 
handleAsync(BiFunction<? super T, Throwable, ? extends U>, Executor) - Method in interface org.zalando.riptide.Completion
 
head(String, Object...) - Method in class org.zalando.riptide.Rest
 
head(URI) - 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() - Method in interface org.zalando.riptide.Completion
 

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(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
 

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
 
org.zalando.riptide - package org.zalando.riptide
 

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
 
post(String, Object...) - Method in class org.zalando.riptide.Rest
 
post(URI) - Method in class org.zalando.riptide.Rest
 
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
 

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.
Requester - Class in org.zalando.riptide
 
Requester(AsyncClientHttpRequestFactory, MessageWorker, HttpMethod, UriComponentsBuilder, Object...) - Constructor for class org.zalando.riptide.Requester
 
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
 
runAfterBoth(CompletionStage<?>, Runnable) - Method in interface org.zalando.riptide.Completion
 
runAfterBothAsync(CompletionStage<?>, Runnable) - Method in interface org.zalando.riptide.Completion
 
runAfterBothAsync(CompletionStage<?>, Runnable, Executor) - Method in interface org.zalando.riptide.Completion
 
runAfterEither(CompletionStage<?>, Runnable) - Method in interface org.zalando.riptide.Completion
 
runAfterEitherAsync(CompletionStage<?>, Runnable) - Method in interface org.zalando.riptide.Completion
 
runAfterEitherAsync(CompletionStage<?>, Runnable, Executor) - Method in interface org.zalando.riptide.Completion
 

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

thenAccept(Consumer<? super T>) - Method in interface org.zalando.riptide.Completion
 
thenAcceptAsync(Consumer<? super T>) - Method in interface org.zalando.riptide.Completion
 
thenAcceptAsync(Consumer<? super T>, Executor) - Method in interface org.zalando.riptide.Completion
 
thenAcceptBoth(CompletionStage<? extends U>, BiConsumer<? super T, ? super U>) - Method in interface org.zalando.riptide.Completion
 
thenAcceptBothAsync(CompletionStage<? extends U>, BiConsumer<? super T, ? super U>) - Method in interface org.zalando.riptide.Completion
 
thenAcceptBothAsync(CompletionStage<? extends U>, BiConsumer<? super T, ? super U>, Executor) - Method in interface org.zalando.riptide.Completion
 
thenApply(Function<? super T, ? extends U>) - Method in interface org.zalando.riptide.Completion
 
thenApplyAsync(Function<? super T, ? extends U>) - Method in interface org.zalando.riptide.Completion
 
thenApplyAsync(Function<? super T, ? extends U>, Executor) - Method in interface org.zalando.riptide.Completion
 
thenCombine(CompletionStage<? extends U>, BiFunction<? super T, ? super U, ? extends V>) - Method in interface org.zalando.riptide.Completion
 
thenCombineAsync(CompletionStage<? extends U>, BiFunction<? super T, ? super U, ? extends V>) - Method in interface org.zalando.riptide.Completion
 
thenCombineAsync(CompletionStage<? extends U>, BiFunction<? super T, ? super U, ? extends V>, Executor) - Method in interface org.zalando.riptide.Completion
 
thenCompose(Function<? super T, ? extends CompletionStage<U>>) - Method in interface org.zalando.riptide.Completion
 
thenComposeAsync(Function<? super T, ? extends CompletionStage<U>>) - Method in interface org.zalando.riptide.Completion
 
thenComposeAsync(Function<? super T, ? extends CompletionStage<U>>, Executor) - Method in interface org.zalando.riptide.Completion
 
thenRun(Runnable) - Method in interface org.zalando.riptide.Completion
 
thenRunAsync(Runnable) - Method in interface org.zalando.riptide.Completion
 
thenRunAsync(Runnable, Executor) - Method in interface org.zalando.riptide.Completion
 
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
 

V

valueOf(CompletableFuture<T>) - Static method in interface org.zalando.riptide.Completion
 

W

whenComplete(BiConsumer<? super T, ? super Throwable>) - Method in interface org.zalando.riptide.Completion
 
whenCompleteAsync(BiConsumer<? super T, ? super Throwable>) - Method in interface org.zalando.riptide.Completion
 
whenCompleteAsync(BiConsumer<? super T, ? super Throwable>, Executor) - Method in interface org.zalando.riptide.Completion
 
A B C D E G H J K L M N O P Q R S T V W 
Skip navigation links

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