| Modifier and Type | Field and Description |
|---|---|
protected MessageBodyReaderInterceptor[] |
BaseClientResponse.messageBodyReaderInterceptors |
| Modifier and Type | Method and Description |
|---|---|
MessageBodyReaderInterceptor[] |
ClientInterceptorRepositoryImpl.getReaderInterceptors() |
| Modifier and Type | Method and Description |
|---|---|
LinkedList<MessageBodyReaderInterceptor> |
ClientInterceptorRepositoryImpl.getReaderInterceptorList() |
LinkedList<MessageBodyReaderInterceptor> |
ClientInterceptorRepository.getReaderInterceptorList() |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseClientResponse.setMessageBodyReaderInterceptors(MessageBodyReaderInterceptor[] messageBodyReaderInterceptors) |
void |
ClientInterceptorRepositoryImpl.setReaderInterceptors(MessageBodyReaderInterceptor[] readerInterceptors) |
| Modifier and Type | Method and Description |
|---|---|
void |
ClientInterceptorRepositoryImpl.setReaderInterceptors(Collection<MessageBodyReaderInterceptor> readerInterceptorList) |
| Constructor and Description |
|---|
ClientMessageBodyReaderContext(MessageBodyReaderInterceptor[] interceptors,
MessageBodyReader reader,
Class type,
Type genericType,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,String> headers,
InputStream inputStream,
Map<String,Object> attributes) |
| Modifier and Type | Method and Description |
|---|---|
InterceptorRegistry<MessageBodyReaderInterceptor> |
ThreadLocalResteasyProviderFactory.getClientMessageBodyReaderInterceptorRegistry() |
InterceptorRegistry<MessageBodyReaderInterceptor> |
ThreadLocalResteasyProviderFactory.getServerMessageBodyReaderInterceptorRegistry() |
| Modifier and Type | Field and Description |
|---|---|
protected MessageBodyReaderInterceptor[] |
MessageBodyReaderContextImpl.interceptors |
| Constructor and Description |
|---|
MessageBodyReaderContextImpl(MessageBodyReaderInterceptor[] interceptors,
MessageBodyReader reader,
Class type,
Type genericType,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,String> headers,
InputStream inputStream) |
ServerMessageBodyReaderContext(MessageBodyReaderInterceptor[] interceptors,
MessageBodyReader reader,
Class type,
Type genericType,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,String> headers,
InputStream inputStream,
HttpRequest request) |
| Constructor and Description |
|---|
ReaderUtility(ResteasyProviderFactory factory,
MessageBodyReaderInterceptor[] interceptors) |
| Modifier and Type | Class and Description |
|---|---|
class |
GZIPDecodingInterceptor |
| Modifier and Type | Field and Description |
|---|---|
protected InterceptorRegistry<MessageBodyReaderInterceptor> |
ResteasyProviderFactory.clientMessageBodyReaderInterceptorRegistry |
protected InterceptorRegistry<MessageBodyReaderInterceptor> |
ResteasyProviderFactory.serverMessageBodyReaderInterceptorRegistry |
| Modifier and Type | Method and Description |
|---|---|
InterceptorRegistry<MessageBodyReaderInterceptor> |
ResteasyProviderFactory.getClientMessageBodyReaderInterceptorRegistry() |
InterceptorRegistry<MessageBodyReaderInterceptor> |
ResteasyProviderFactory.getServerMessageBodyReaderInterceptorRegistry() |
Copyright © 2014. All Rights Reserved.