Skip navigation links
A B C D E G H M O P R S T U 

A

accept(T) - Method in interface org.zalando.riptide.ThrowingConsumer
 
any(Class<A>) - Static method in class org.zalando.riptide.Conditions
Creates an any condition for the given type.
any(TypeToken<A>) - Static method in class org.zalando.riptide.Conditions
Creates an any condition for the given type.
anyContentType() - Static method in class org.zalando.riptide.Conditions
 
anySeries() - Static method in class org.zalando.riptide.Conditions
 
anyStatus() - Static method in class org.zalando.riptide.Conditions
 
anyStatusCode() - Static method in class org.zalando.riptide.Conditions
 
apply(F) - Method in interface org.zalando.riptide.ThrowingFunction
 
attributeOf(ClientHttpResponse) - Method in interface org.zalando.riptide.Selector
Retrieves an attribute from the given response

B

Binding<A> - Class in org.zalando.riptide
 

C

call(EntityConsumer<I>) - Method in class org.zalando.riptide.TypedCondition
 
call(ResponseEntityConsumer<I>) - Method in class org.zalando.riptide.TypedCondition
 
call(ThrowingConsumer<ClientHttpResponse, IOException>) - Method in class org.zalando.riptide.UntypedCondition
 
capture() - Method in interface org.zalando.riptide.Capturer
 
capture() - Method in class org.zalando.riptide.TypedCondition
 
capture() - Method in class org.zalando.riptide.UntypedCondition
 
Capturer<A> - Interface in org.zalando.riptide
 
Conditions - Class in org.zalando.riptide
 
contentType() - Static method in class org.zalando.riptide.Selectors
A Selector that selects the best binding based on the response's content type.
create(RestTemplate) - Static method in class org.zalando.riptide.Rest
 

D

dispatch(Selector<A>, Binding<A>...) - Method in class org.zalando.riptide.Dispatcher
 
dispatch(Selector<B>, Binding<B>...) - Method in class org.zalando.riptide.UntypedCondition
 
Dispatcher - Class in org.zalando.riptide
 

E

EntityConsumer<T> - Interface in org.zalando.riptide
 
EntityFunction<F,T> - Interface in org.zalando.riptide
 
execute(ClientHttpResponse, List<HttpMessageConverter<?>>) - Method in class org.zalando.riptide.Binding
 
execute(HttpMethod, URI) - Method in class org.zalando.riptide.Rest
 
execute(HttpMethod, URI, HttpHeaders) - Method in class org.zalando.riptide.Rest
 
execute(HttpMethod, URI, Object) - Method in class org.zalando.riptide.Rest
 
execute(HttpMethod, URI, HttpHeaders, Object) - Method in class org.zalando.riptide.Rest
 

G

getResponse() - Method in exception org.zalando.riptide.UnsupportedResponseException
 

H

handleError(ClientHttpResponse) - Method in class org.zalando.riptide.OAuth2CompatibilityResponseErrorHandler
 
handleError(ClientHttpResponse) - Method in class org.zalando.riptide.PassThroughResponseErrorHandler
 
hasError(ClientHttpResponse) - Method in class org.zalando.riptide.OAuth2CompatibilityResponseErrorHandler
 
hasError(ClientHttpResponse) - Method in class org.zalando.riptide.PassThroughResponseErrorHandler
 
hasRetrieved(Class<?>) - Method in class org.zalando.riptide.Retriever
 
hasRetrieved(TypeToken<?>) - Method in class org.zalando.riptide.Retriever
 

M

map(EntityFunction<I, ?>) - Method in class org.zalando.riptide.TypedCondition
 
map(EntityFunction<I, T>, Class<T>) - Method in class org.zalando.riptide.TypedCondition
 
map(EntityFunction<I, T>, TypeToken<T>) - Method in class org.zalando.riptide.TypedCondition
 
map(ResponseEntityFunction<I, ?>) - Method in class org.zalando.riptide.TypedCondition
 
map(ResponseEntityFunction<I, T>, Class<T>) - Method in class org.zalando.riptide.TypedCondition
 
map(ResponseEntityFunction<I, T>, TypeToken<T>) - Method in class org.zalando.riptide.TypedCondition
 
map(ThrowingFunction<ClientHttpResponse, ?, IOException>) - Method in class org.zalando.riptide.UntypedCondition
 
map(ThrowingFunction<ClientHttpResponse, ?, IOException>, Class<T>) - Method in class org.zalando.riptide.UntypedCondition
 
map(ThrowingFunction<ClientHttpResponse, ?, IOException>, TypeToken<T>) - Method in class org.zalando.riptide.UntypedCondition
 

O

OAuth2CompatibilityResponseErrorHandler - Class in org.zalando.riptide
Special ResponseErrorHandler to be used with the OAuth2RestTemplate Note: When using Springs OAuth2 RestTemplate an OAuth2ErrorHandler will be registered on the RestTemplate, which wraps the actual one.
OAuth2CompatibilityResponseErrorHandler() - Constructor for class org.zalando.riptide.OAuth2CompatibilityResponseErrorHandler
 
on(A) - Static method in class org.zalando.riptide.Conditions
 
on(A, Class<I>) - Static method in class org.zalando.riptide.Conditions
 
on(A, TypeToken<I>) - Static method in class org.zalando.riptide.Conditions
 
org.zalando.riptide - package org.zalando.riptide
 

P

PassThroughResponseErrorHandler - Class in org.zalando.riptide
 
PassThroughResponseErrorHandler() - Constructor for class org.zalando.riptide.PassThroughResponseErrorHandler
 

R

ResponseEntityConsumer<T> - Interface in org.zalando.riptide
 
ResponseEntityFunction<F,T> - Interface in org.zalando.riptide
 
Rest - Class in org.zalando.riptide
 
retrieve(Class<T>) - Method in class org.zalando.riptide.Retriever
 
retrieve(TypeToken<T>) - Method in class org.zalando.riptide.Retriever
 
Retriever - Class in org.zalando.riptide
 
Retriever(Captured) - Constructor for class org.zalando.riptide.Retriever
 
retrieveResponse() - Method in class org.zalando.riptide.Retriever
Convenience method for retrieve(ClientHttpResponse.class).

S

select(Optional<A>, Map<Optional<A>, Binding<A>>) - Method in interface org.zalando.riptide.Selector
Attempts to find a matching binding for the given attribute.
Selector<A> - Interface in org.zalando.riptide
A Selector can be used change the dispatching strategy.
Selectors - Class in org.zalando.riptide
 
series() - Static method in class org.zalando.riptide.Selectors
A Selector that selects a binding based on the response's status code series
status() - Static method in class org.zalando.riptide.Selectors
A Selector that selects a binding based on the response's status.
statusCode() - Static method in class org.zalando.riptide.Selectors
A Selector that selects a binding based on the response's status code.

T

ThrowingConsumer<T,X extends Throwable> - Interface in org.zalando.riptide
 
ThrowingFunction<F,T,X extends Throwable> - Interface in org.zalando.riptide
 
TypedCondition<A,I> - Class in org.zalando.riptide
 
TypedCondition(A, TypeToken<I>) - Constructor for class org.zalando.riptide.TypedCondition
 

U

UnsupportedResponseException - Exception in org.zalando.riptide
TODO javadocs
UnsupportedResponseException(String, ClientHttpResponse) - Constructor for exception org.zalando.riptide.UnsupportedResponseException
 
UntypedCondition<A> - Class in org.zalando.riptide
 
UntypedCondition(Optional<A>) - Constructor for class org.zalando.riptide.UntypedCondition
 
A B C D E G H M O P R S T U 
Skip navigation links

Copyright © 2015 Zalando SE. All rights reserved.