|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ReaderInterceptor | |
|---|---|
| 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.internal | Jersey server-side internal classes. |
| org.glassfish.jersey.server.internal.routing | Jersey server-side internal resource routing classes. |
| org.glassfish.jersey.server.model | Jersey server-side application & resource modeling classes. |
| org.glassfish.jersey.spi | Common Jersey service provider contract (SPI) classes. |
| Uses of ReaderInterceptor in org.glassfish.jersey.client |
|---|
| Methods in org.glassfish.jersey.client that return types with arguments of type ReaderInterceptor | |
|---|---|
Iterable<ReaderInterceptor> |
ClientRequest.getReaderInterceptors()
Get reader interceptors of this request. |
| Uses of ReaderInterceptor in org.glassfish.jersey.message |
|---|
| Classes in org.glassfish.jersey.message that implement ReaderInterceptor | |
|---|---|
class |
DeflateEncoder
Deflate encoding support. |
class |
GZipEncoder
GZIP encoding support. |
| Method parameters in org.glassfish.jersey.message with type arguments of type ReaderInterceptor | |
|---|---|
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. |
| Uses of ReaderInterceptor in org.glassfish.jersey.message.internal |
|---|
| Method parameters in org.glassfish.jersey.message.internal with type arguments of type ReaderInterceptor | |
|---|---|
Object |
MessageBodyFactory.readFrom(Class<?> rawType,
Type type,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,String> httpHeaders,
PropertiesDelegate propertiesDelegate,
InputStream entityStream,
Iterable<ReaderInterceptor> readerInterceptors,
boolean translateNce)
|
void |
InboundMessageContext.setReaderInterceptors(Value<Iterable<ReaderInterceptor>> readerInterceptors)
Set reader interceptors for reading entity from this context. |
| Constructor parameters in org.glassfish.jersey.message.internal with type arguments of type ReaderInterceptor | |
|---|---|
ReaderInterceptorExecutor(Class<?> rawType,
Type type,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,String> headers,
PropertiesDelegate propertiesDelegate,
InputStream inputStream,
MessageBodyWorkers workers,
Iterable<ReaderInterceptor> readerInterceptors,
boolean translateNce)
Constructs a new executor to read given type from provided entityStream. |
|
| Uses of ReaderInterceptor in org.glassfish.jersey.server.internal |
|---|
| Classes in org.glassfish.jersey.server.internal that implement ReaderInterceptor | |
|---|---|
class |
MappableExceptionWrapperInterceptor
Interceptor that wraps specific exceptions types thrown by wrapped interceptors and by message body readers and writers into a mappable exception. |
| Methods in org.glassfish.jersey.server.internal that return types with arguments of type ReaderInterceptor | |
|---|---|
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. |
| Uses of ReaderInterceptor in org.glassfish.jersey.server.internal.routing |
|---|
| Methods in org.glassfish.jersey.server.internal.routing that return types with arguments of type ReaderInterceptor | |
|---|---|
Iterable<ReaderInterceptor> |
UriRoutingContext.getBoundReaderInterceptors()
|
Iterable<ReaderInterceptor> |
RoutingContext.getBoundReaderInterceptors()
Get all reader interceptors applicable to this request. |
| Uses of ReaderInterceptor in org.glassfish.jersey.server.model |
|---|
| Methods in org.glassfish.jersey.server.model that return types with arguments of type ReaderInterceptor | |
|---|---|
Iterable<ReaderInterceptor> |
ResourceMethodInvoker.getReaderInterceptors()
Get all writer interceptors applicable to the resource method
wrapped by this invoker. |
| Uses of ReaderInterceptor in org.glassfish.jersey.spi |
|---|
| Classes in org.glassfish.jersey.spi that implement ReaderInterceptor | |
|---|---|
class |
ContentEncoder
Standard contract for plugging in content encoding support. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||