A C D F G H I M N O P Q R T 

A

AbstractRxInvoker<T> - Class in org.glassfish.jersey.client.rx.spi
Default implementation of reactive invoker.
AbstractRxInvoker(Invocation.Builder, ExecutorService) - Constructor for class org.glassfish.jersey.client.rx.spi.AbstractRxInvoker
 
accept(String...) - Method in interface org.glassfish.jersey.client.rx.RxInvocationBuilder
 
accept(MediaType...) - Method in interface org.glassfish.jersey.client.rx.RxInvocationBuilder
 
acceptEncoding(String...) - Method in interface org.glassfish.jersey.client.rx.RxInvocationBuilder
 
acceptLanguage(Locale...) - Method in interface org.glassfish.jersey.client.rx.RxInvocationBuilder
 
acceptLanguage(String...) - Method in interface org.glassfish.jersey.client.rx.RxInvocationBuilder
 

C

cacheControl(CacheControl) - Method in interface org.glassfish.jersey.client.rx.RxInvocationBuilder
 
cookie(Cookie) - Method in interface org.glassfish.jersey.client.rx.RxInvocationBuilder
 
cookie(String, String) - Method in interface org.glassfish.jersey.client.rx.RxInvocationBuilder
 

D

delete() - Method in interface org.glassfish.jersey.client.rx.RxInvoker
Invoke HTTP DELETE method for the current request.
delete(Class<R>) - Method in interface org.glassfish.jersey.client.rx.RxInvoker
Invoke HTTP DELETE method for the current request.
delete(GenericType<R>) - Method in interface org.glassfish.jersey.client.rx.RxInvoker
Invoke HTTP DELETE method for the current request.
delete() - Method in class org.glassfish.jersey.client.rx.spi.AbstractRxInvoker
 
delete(Class<R>) - Method in class org.glassfish.jersey.client.rx.spi.AbstractRxInvoker
 
delete(GenericType<R>) - Method in class org.glassfish.jersey.client.rx.spi.AbstractRxInvoker
 

F

from(Client, Class<RX>) - Static method in class org.glassfish.jersey.client.rx.Rx
Create a new reactive client instance initialized with given JAX-RS client instance and parametrized with provided reactive invocation type.
from(Client, Class<RX>, ExecutorService) - Static method in class org.glassfish.jersey.client.rx.Rx
Create a new reactive client instance initialized with given JAX-RS client instance and parametrized with provided reactive invocation type.
from(WebTarget, Class<RX>) - Static method in class org.glassfish.jersey.client.rx.Rx
Create a new reactive client target instance initialized with given JAX-RS client web target instance and parametrized with provided reactive invocation type.
from(WebTarget, Class<RX>, ExecutorService) - Static method in class org.glassfish.jersey.client.rx.Rx
Create a new reactive client target instance initialized with given JAX-RS client web target instance and parametrized with provided reactive invocation type.

G

get() - Method in interface org.glassfish.jersey.client.rx.RxInvoker
Invoke HTTP GET method for the current request.
get(Class<R>) - Method in interface org.glassfish.jersey.client.rx.RxInvoker
Invoke HTTP GET method for the current request.
get(GenericType<R>) - Method in interface org.glassfish.jersey.client.rx.RxInvoker
Invoke HTTP GET method for the current request.
get() - Method in class org.glassfish.jersey.client.rx.spi.AbstractRxInvoker
 
get(Class<R>) - Method in class org.glassfish.jersey.client.rx.spi.AbstractRxInvoker
 
get(GenericType<R>) - Method in class org.glassfish.jersey.client.rx.spi.AbstractRxInvoker
 
getBuilder() - Method in class org.glassfish.jersey.client.rx.spi.AbstractRxInvoker
Return invocation builder this reactive invoker was initialized with.
getExecutorService() - Method in class org.glassfish.jersey.client.rx.spi.AbstractRxInvoker
Return executorService service this reactive invoker was initialized with.
getInvoker(Class<RX>, Invocation.Builder, ExecutorService) - Method in interface org.glassfish.jersey.client.rx.spi.RxInvokerProvider
Create an container of a given type.

H

head() - Method in interface org.glassfish.jersey.client.rx.RxInvoker
Invoke HTTP HEAD method for the current request.
head() - Method in class org.glassfish.jersey.client.rx.spi.AbstractRxInvoker
 
header(String, Object) - Method in interface org.glassfish.jersey.client.rx.RxInvocationBuilder
 
headers(MultivaluedMap<String, Object>) - Method in interface org.glassfish.jersey.client.rx.RxInvocationBuilder
 

I

invocation(Link) - Method in interface org.glassfish.jersey.client.rx.RxClient
 

M

matrixParam(String, Object...) - Method in interface org.glassfish.jersey.client.rx.RxWebTarget
 
method(String) - Method in interface org.glassfish.jersey.client.rx.RxInvoker
Invoke an arbitrary method for the current request.
method(String, Class<R>) - Method in interface org.glassfish.jersey.client.rx.RxInvoker
Invoke an arbitrary method for the current request.
method(String, GenericType<R>) - Method in interface org.glassfish.jersey.client.rx.RxInvoker
Invoke an arbitrary method for the current request.
method(String, Entity<?>) - Method in interface org.glassfish.jersey.client.rx.RxInvoker
Invoke an arbitrary method for the current request.
method(String, Entity<?>, Class<R>) - Method in interface org.glassfish.jersey.client.rx.RxInvoker
Invoke an arbitrary method for the current request.
method(String, Entity<?>, GenericType<R>) - Method in interface org.glassfish.jersey.client.rx.RxInvoker
Invoke an arbitrary method for the current request.
method(String) - Method in class org.glassfish.jersey.client.rx.spi.AbstractRxInvoker
 
method(String, Class<R>) - Method in class org.glassfish.jersey.client.rx.spi.AbstractRxInvoker
 
method(String, GenericType<R>) - Method in class org.glassfish.jersey.client.rx.spi.AbstractRxInvoker
 
method(String, Entity<?>) - Method in class org.glassfish.jersey.client.rx.spi.AbstractRxInvoker
 

N

newClient(Class<RX>) - Static method in class org.glassfish.jersey.client.rx.Rx
Create a new reactive client instance parametrized with given reactive invocation type.
newClient(Class<RX>, ExecutorService) - Static method in class org.glassfish.jersey.client.rx.Rx
Create a new reactive client instance parametrized with given reactive invocation type.

O

options() - Method in interface org.glassfish.jersey.client.rx.RxInvoker
Invoke HTTP OPTIONS method for the current request.
options(Class<R>) - Method in interface org.glassfish.jersey.client.rx.RxInvoker
Invoke HTTP OPTIONS method for the current request.
options(GenericType<R>) - Method in interface org.glassfish.jersey.client.rx.RxInvoker
Invoke HTTP OPTIONS method for the current request.
options() - Method in class org.glassfish.jersey.client.rx.spi.AbstractRxInvoker
 
options(Class<R>) - Method in class org.glassfish.jersey.client.rx.spi.AbstractRxInvoker
 
options(GenericType<R>) - Method in class org.glassfish.jersey.client.rx.spi.AbstractRxInvoker
 
org.glassfish.jersey.client.rx - package org.glassfish.jersey.client.rx
Jersey Reactive Client API.
org.glassfish.jersey.client.rx.spi - package org.glassfish.jersey.client.rx.spi
Jersey Reactive Client SPI.

P

path(String) - Method in interface org.glassfish.jersey.client.rx.RxWebTarget
 
post(Entity<?>) - Method in interface org.glassfish.jersey.client.rx.RxInvoker
Invoke HTTP POST method for the current request.
post(Entity<?>, Class<R>) - Method in interface org.glassfish.jersey.client.rx.RxInvoker
Invoke HTTP POST method for the current request.
post(Entity<?>, GenericType<R>) - Method in interface org.glassfish.jersey.client.rx.RxInvoker
Invoke HTTP POST method for the current request.
post(Entity<?>) - Method in class org.glassfish.jersey.client.rx.spi.AbstractRxInvoker
 
post(Entity<?>, Class<R>) - Method in class org.glassfish.jersey.client.rx.spi.AbstractRxInvoker
 
post(Entity<?>, GenericType<R>) - Method in class org.glassfish.jersey.client.rx.spi.AbstractRxInvoker
 
property(String, Object) - Method in interface org.glassfish.jersey.client.rx.RxClient
 
property(String, Object) - Method in interface org.glassfish.jersey.client.rx.RxInvocationBuilder
 
property(String, Object) - Method in interface org.glassfish.jersey.client.rx.RxWebTarget
 
put(Entity<?>) - Method in interface org.glassfish.jersey.client.rx.RxInvoker
Invoke HTTP PUT method for the current request.
put(Entity<?>, Class<R>) - Method in interface org.glassfish.jersey.client.rx.RxInvoker
Invoke HTTP PUT method for the current request.
put(Entity<?>, GenericType<R>) - Method in interface org.glassfish.jersey.client.rx.RxInvoker
Invoke HTTP PUT method for the current request.
put(Entity<?>) - Method in class org.glassfish.jersey.client.rx.spi.AbstractRxInvoker
 
put(Entity<?>, Class<R>) - Method in class org.glassfish.jersey.client.rx.spi.AbstractRxInvoker
 
put(Entity<?>, GenericType<R>) - Method in class org.glassfish.jersey.client.rx.spi.AbstractRxInvoker
 

Q

queryParam(String, Object...) - Method in interface org.glassfish.jersey.client.rx.RxWebTarget
 

R

register(Class<?>) - Method in interface org.glassfish.jersey.client.rx.RxClient
 
register(Class<?>, int) - Method in interface org.glassfish.jersey.client.rx.RxClient
 
register(Class<?>, Class<?>...) - Method in interface org.glassfish.jersey.client.rx.RxClient
 
register(Class<?>, Map<Class<?>, Integer>) - Method in interface org.glassfish.jersey.client.rx.RxClient
 
register(Object) - Method in interface org.glassfish.jersey.client.rx.RxClient
 
register(Object, int) - Method in interface org.glassfish.jersey.client.rx.RxClient
 
register(Object, Class<?>...) - Method in interface org.glassfish.jersey.client.rx.RxClient
 
register(Object, Map<Class<?>, Integer>) - Method in interface org.glassfish.jersey.client.rx.RxClient
 
register(Class<?>) - Method in interface org.glassfish.jersey.client.rx.RxWebTarget
 
register(Class<?>, int) - Method in interface org.glassfish.jersey.client.rx.RxWebTarget
 
register(Class<?>, Class<?>...) - Method in interface org.glassfish.jersey.client.rx.RxWebTarget
 
register(Class<?>, Map<Class<?>, Integer>) - Method in interface org.glassfish.jersey.client.rx.RxWebTarget
 
register(Object) - Method in interface org.glassfish.jersey.client.rx.RxWebTarget
 
register(Object, int) - Method in interface org.glassfish.jersey.client.rx.RxWebTarget
 
register(Object, Class<?>...) - Method in interface org.glassfish.jersey.client.rx.RxWebTarget
 
register(Object, Map<Class<?>, Integer>) - Method in interface org.glassfish.jersey.client.rx.RxWebTarget
 
request() - Method in interface org.glassfish.jersey.client.rx.RxWebTarget
 
request(String...) - Method in interface org.glassfish.jersey.client.rx.RxWebTarget
 
request(MediaType...) - Method in interface org.glassfish.jersey.client.rx.RxWebTarget
 
resolveTemplate(String, Object) - Method in interface org.glassfish.jersey.client.rx.RxWebTarget
 
resolveTemplate(String, Object, boolean) - Method in interface org.glassfish.jersey.client.rx.RxWebTarget
 
resolveTemplateFromEncoded(String, Object) - Method in interface org.glassfish.jersey.client.rx.RxWebTarget
 
resolveTemplates(Map<String, Object>) - Method in interface org.glassfish.jersey.client.rx.RxWebTarget
 
resolveTemplates(Map<String, Object>, boolean) - Method in interface org.glassfish.jersey.client.rx.RxWebTarget
 
resolveTemplatesFromEncoded(Map<String, Object>) - Method in interface org.glassfish.jersey.client.rx.RxWebTarget
 
Rx - Class in org.glassfish.jersey.client.rx
Main entry point to the Reactive Client API used to bootstrap reactive client or reactive client target instances.
rx() - Method in interface org.glassfish.jersey.client.rx.RxInvocationBuilder
Access the reactive request invocation interface to invoke the built request.
rx(ExecutorService) - Method in interface org.glassfish.jersey.client.rx.RxInvocationBuilder
Access the reactive request invocation interface to invoke the built request on a given executor service.
RxClient<RX extends RxInvoker> - Interface in org.glassfish.jersey.client.rx
RxClient is the main entry point to the fluent API used to build and execute (reactive) client requests in order to consume responses returned.
RxInvocationBuilder<RX extends RxInvoker> - Interface in org.glassfish.jersey.client.rx
A reactive client request invocation builder.
RxInvoker<T> - Interface in org.glassfish.jersey.client.rx
Uniform interface for reactive invocation of HTTP methods.
RxInvokerProvider - Interface in org.glassfish.jersey.client.rx.spi
Client-provider interface for creating reactive invoker instances.
RxWebTarget<RX extends RxInvoker> - Interface in org.glassfish.jersey.client.rx
A reactive resource target identified by the resource URI.

T

target(String) - Method in interface org.glassfish.jersey.client.rx.RxClient
 
target(URI) - Method in interface org.glassfish.jersey.client.rx.RxClient
 
target(UriBuilder) - Method in interface org.glassfish.jersey.client.rx.RxClient
 
target(Link) - Method in interface org.glassfish.jersey.client.rx.RxClient
 
trace() - Method in interface org.glassfish.jersey.client.rx.RxInvoker
Invoke HTTP TRACE method for the current request.
trace(Class<R>) - Method in interface org.glassfish.jersey.client.rx.RxInvoker
Invoke HTTP OPTIONS method for the current request.
trace(GenericType<R>) - Method in interface org.glassfish.jersey.client.rx.RxInvoker
Invoke HTTP TRACE method for the current request.
trace() - Method in class org.glassfish.jersey.client.rx.spi.AbstractRxInvoker
 
trace(Class<R>) - Method in class org.glassfish.jersey.client.rx.spi.AbstractRxInvoker
 
trace(GenericType<R>) - Method in class org.glassfish.jersey.client.rx.spi.AbstractRxInvoker
 
A C D F G H I M N O P Q R T 

Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.