| Package | Description |
|---|---|
| org.glassfish.jersey.client |
Jersey client-side classes.
|
| org.glassfish.jersey.message |
Common Jersey messaging classes.
|
| org.glassfish.jersey.message.internal |
Common Jersey internal messaging classes.
|
| org.glassfish.jersey.server |
Jersey server-side classes.
|
| org.glassfish.jersey.server.internal |
Jersey server-side internal classes.
|
| org.glassfish.jersey.server.model |
Jersey server-side application & resource modeling classes.
|
| org.glassfish.jersey.spi |
Common Jersey service provider contract (SPI) classes.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<ReaderInterceptor> |
ClientRequest.getReaderInterceptors()
Get reader interceptors of this request.
|
protected Iterable<ReaderInterceptor> |
ClientResponse.getReaderInterceptors() |
| Modifier and Type | Class and Description |
|---|---|
class |
DeflateEncoder
Deflate encoding support.
|
class |
GZipEncoder
GZIP encoding support.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
MessageBodyWorkers.readFrom(Class<?> rawType,
Type type,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,String> httpHeaders,
PropertiesDelegate propertiesDelegate,
InputStream entityStream,
Iterable<ReaderInterceptor> readerInterceptors,
boolean translateNce)
Reads a type from the
entityStream using interceptors. |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Iterable<ReaderInterceptor> |
InboundMessageContext.getReaderInterceptors()
Get reader interceptors bound to this context.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
MessageBodyFactory.readFrom(Class<?> rawType,
Type type,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,String> httpHeaders,
PropertiesDelegate propertiesDelegate,
InputStream entityStream,
Iterable<ReaderInterceptor> readerInterceptors,
boolean translateNce) |
| Constructor and Description |
|---|
ReaderInterceptorExecutor(Class<?> rawType,
Type type,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,String> headers,
PropertiesDelegate propertiesDelegate,
InputStream inputStream,
MessageBodyWorkers workers,
Iterable<ReaderInterceptor> readerInterceptors,
boolean translateNce,
org.glassfish.hk2.api.ServiceLocator serviceLocator)
Constructs a new executor to read given type from provided
entityStream. |
| Modifier and Type | Method and Description |
|---|---|
protected Iterable<ReaderInterceptor> |
ContainerRequest.getReaderInterceptors()
Get all reader interceptors applicable to this request.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MappableExceptionWrapperInterceptor
Interceptor that wraps specific exceptions types thrown by wrapped interceptors and by message
body readers and writers into a mappable exception.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<RankedProvider<ReaderInterceptor>> |
ProcessingProviders.getGlobalReaderInterceptors()
Get global reader interceptors.
|
MultivaluedMap<Class<? extends Annotation>,RankedProvider<ReaderInterceptor>> |
ProcessingProviders.getNameBoundReaderInterceptors()
Get name bound reader interceptor map.
|
MultivaluedMap<RankedProvider<ReaderInterceptor>,Class<? extends Annotation>> |
ProcessingProviders.getNameBoundReaderInterceptorsInverse()
Get name bound reader interceptor inverse map.
|
Iterable<ReaderInterceptor> |
ProcessingProviders.getSortedGlobalReaderInterceptors()
Get global reader interceptors sorted by priority.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<ReaderInterceptor> |
ResourceMethodInvoker.getReaderInterceptors()
Get all writer interceptors applicable to the
resource method
wrapped by this invoker. |
| Modifier and Type | Class and Description |
|---|---|
class |
ContentEncoder
Standard contract for plugging in content encoding support.
|
Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.