Modifier and Type | Field and Description |
---|---|
protected ReaderInterceptor[] |
BaseClientResponse.readerInterceptors |
Modifier and Type | Method and Description |
---|---|
protected ReaderInterceptor[] |
ClientInterceptorRepositoryImpl.getReaderInterceptors() |
Modifier and Type | Method and Description |
---|---|
LinkedList<ReaderInterceptor> |
ClientInterceptorRepositoryImpl.getReaderInterceptorList() |
LinkedList<ReaderInterceptor> |
ClientInterceptorRepository.getReaderInterceptorList() |
Modifier and Type | Method and Description |
---|---|
protected void |
ClientInterceptorRepositoryImpl.setReaderInterceptors(ReaderInterceptor[] readerInterceptors) |
void |
BaseClientResponse.setReaderInterceptors(ReaderInterceptor[] readerInterceptors) |
Modifier and Type | Method and Description |
---|---|
ReaderInterceptor[] |
ClientConfiguration.getReaderInterceptors(Class declaring,
AccessibleObject target) |
Modifier and Type | Class and Description |
---|---|
static class |
ReaderInterceptorRegistry.ReaderInterceptorFacade |
Modifier and Type | Field and Description |
---|---|
protected ReaderInterceptor[] |
AbstractReaderInterceptorContext.interceptors |
Constructor and Description |
---|
AbstractReaderInterceptorContext(MediaType mediaType,
ResteasyProviderFactory providerFactory,
Annotation[] annotations,
ReaderInterceptor[] interceptors,
MultivaluedMap<String,String> headers,
Type genericType,
Class type,
InputStream inputStream) |
ClientReaderInterceptorContext(ReaderInterceptor[] interceptors,
ResteasyProviderFactory providerFactory,
Class type,
Type genericType,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,String> headers,
InputStream inputStream,
Map<String,Object> properties) |
ServerReaderInterceptorContext(ReaderInterceptor[] interceptors,
ResteasyProviderFactory providerFactory,
Class type,
Type genericType,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,String> headers,
InputStream inputStream,
HttpRequest request) |
Constructor and Description |
---|
ReaderUtility(ResteasyProviderFactory factory,
ReaderInterceptor[] interceptors) |
Modifier and Type | Class and Description |
---|---|
class |
GZIPDecodingInterceptor |
Copyright © 2017 JBoss by Red Hat. All rights reserved.