Modifier and Type | Method and Description |
---|---|
MessageBodyWriterInterceptor[] |
ClientInterceptorRepositoryImpl.getWriterInterceptors() |
Modifier and Type | Method and Description |
---|---|
LinkedList<MessageBodyWriterInterceptor> |
ClientInterceptorRepositoryImpl.getWriterInterceptorList() |
LinkedList<MessageBodyWriterInterceptor> |
ClientInterceptorRepository.getWriterInterceptorList() |
Modifier and Type | Method and Description |
---|---|
void |
ClientInterceptorRepositoryImpl.setWriterInterceptors(MessageBodyWriterInterceptor[] writerInterceptors) |
Modifier and Type | Method and Description |
---|---|
void |
ClientInterceptorRepositoryImpl.setWriterInterceptors(Collection<MessageBodyWriterInterceptor> writerInterceptorList) |
Constructor and Description |
---|
ClientMessageBodyWriterContext(MessageBodyWriterInterceptor[] interceptors,
MessageBodyWriter writer,
Object entity,
Class type,
Type genericType,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,Object> headers,
OutputStream outputStream,
Map<String,Object> attributes) |
Modifier and Type | Field and Description |
---|---|
protected MessageBodyWriterInterceptor[] |
ServerResponse.messageBodyWriterInterceptors |
protected MessageBodyWriterInterceptor[] |
AbstractAsynchronousResponse.messageBodyWriterInterceptors |
protected MessageBodyWriterInterceptor[] |
ResourceMethod.writerInterceptors |
Modifier and Type | Method and Description |
---|---|
MessageBodyWriterInterceptor[] |
ServerResponse.getMessageBodyWriterInterceptors() |
MessageBodyWriterInterceptor[] |
AbstractAsynchronousResponse.getMessageBodyWriterInterceptors() |
Modifier and Type | Method and Description |
---|---|
InterceptorRegistry<MessageBodyWriterInterceptor> |
ThreadLocalResteasyProviderFactory.getClientMessageBodyWriterInterceptorRegistry() |
InterceptorRegistry<MessageBodyWriterInterceptor> |
ThreadLocalResteasyProviderFactory.getServerMessageBodyWriterInterceptorRegistry() |
Modifier and Type | Method and Description |
---|---|
void |
ServerResponse.setMessageBodyWriterInterceptors(MessageBodyWriterInterceptor[] messageBodyWriterInterceptors) |
void |
AbstractAsynchronousResponse.setMessageBodyWriterInterceptors(MessageBodyWriterInterceptor[] messageBodyWriterInterceptors) |
Modifier and Type | Field and Description |
---|---|
protected MessageBodyWriterInterceptor[] |
MessageBodyWriterContextImpl.interceptors |
Constructor and Description |
---|
MessageBodyWriterContextImpl(MessageBodyWriterInterceptor[] interceptors,
MessageBodyWriter writer,
Object entity,
Class type,
Type genericType,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,Object> headers,
OutputStream outputStream) |
ServerMessageBodyWriterContext(MessageBodyWriterInterceptor[] interceptors,
MessageBodyWriter writer,
Object entity,
Class type,
Type genericType,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,Object> headers,
OutputStream outputStream,
HttpRequest request) |
Constructor and Description |
---|
WriterUtility(ResteasyProviderFactory factory,
MessageBodyWriterInterceptor[] interceptors) |
Modifier and Type | Class and Description |
---|---|
class |
ClientContentEncodingHeaderInterceptor |
class |
ContentEncodingHeaderInterceptor
Sets the content-encoding header based on applied @ContentEncoding meta-annotation
|
class |
GZIPEncodingInterceptor |
class |
ServerContentEncodingHeaderInterceptor |
Modifier and Type | Field and Description |
---|---|
protected InterceptorRegistry<MessageBodyWriterInterceptor> |
ResteasyProviderFactory.clientMessageBodyWriterInterceptorRegistry |
protected InterceptorRegistry<MessageBodyWriterInterceptor> |
ResteasyProviderFactory.serverMessageBodyWriterInterceptorRegistry |
Modifier and Type | Method and Description |
---|---|
InterceptorRegistry<MessageBodyWriterInterceptor> |
ResteasyProviderFactory.getClientMessageBodyWriterInterceptorRegistry() |
InterceptorRegistry<MessageBodyWriterInterceptor> |
ResteasyProviderFactory.getServerMessageBodyWriterInterceptorRegistry() |
Copyright © 2013. All Rights Reserved.