Modifier and Type | Method and Description |
---|---|
protected WriterInterceptor[] |
ClientInterceptorRepositoryImpl.getWriterInterceptors() |
Modifier and Type | Method and Description |
---|---|
LinkedList<WriterInterceptor> |
ClientInterceptorRepositoryImpl.getWriterInterceptorList() |
LinkedList<WriterInterceptor> |
ClientInterceptorRepository.getWriterInterceptorList() |
Modifier and Type | Method and Description |
---|---|
protected void |
ClientInterceptorRepositoryImpl.setWriterInterceptors(WriterInterceptor[] writerInterceptors) |
Modifier and Type | Method and Description |
---|---|
WriterInterceptor[] |
ClientInvocation.getWriterInterceptors() |
WriterInterceptor[] |
ClientConfiguration.getWriterInterceptors(Class declaring,
AccessibleObject target) |
Modifier and Type | Field and Description |
---|---|
protected WriterInterceptor[] |
ResourceMethodInvoker.writerInterceptors |
protected WriterInterceptor[] |
AbstractAsynchronousResponse.writerInterceptors |
Modifier and Type | Method and Description |
---|---|
WriterInterceptor[] |
ResourceMethodInvoker.getWriterInterceptors() |
WriterInterceptor[] |
AbstractAsynchronousResponse.getWriterInterceptors() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractAsynchronousResponse.setWriterInterceptors(WriterInterceptor[] writerInterceptors) |
Modifier and Type | Class and Description |
---|---|
static class |
WriterInterceptorRegistry.WriterInterceptorFacade |
Modifier and Type | Field and Description |
---|---|
protected WriterInterceptor[] |
AbstractWriterInterceptorContext.interceptors |
Constructor and Description |
---|
AbstractWriterInterceptorContext(WriterInterceptor[] interceptors,
Annotation[] annotations,
Object entity,
Type genericType,
MediaType mediaType,
Class type,
OutputStream outputStream,
ResteasyProviderFactory providerFactory,
MultivaluedMap<String,Object> headers) |
ClientWriterInterceptorContext(WriterInterceptor[] interceptors,
ResteasyProviderFactory providerFactory,
Object entity,
Class type,
Type genericType,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,Object> headers,
OutputStream outputStream,
Map<String,Object> properties) |
ServerWriterInterceptorContext(WriterInterceptor[] interceptors,
ResteasyProviderFactory providerFactory,
Object entity,
Class type,
Type genericType,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,Object> headers,
OutputStream outputStream,
HttpRequest request) |
Constructor and Description |
---|
WriterUtility(ResteasyProviderFactory factory,
WriterInterceptor[] interceptors) |
Modifier and Type | Class and Description |
---|---|
class |
ClientContentEncodingAnnotationFilter |
class |
GZIPEncodingInterceptor |
class |
ServerContentEncodingAnnotationFilter |
Modifier and Type | Class and Description |
---|---|
class |
Jackson2JsonpInterceptor
JSONP is an alternative to normal AJAX requests.
|
class |
JacksonJsonpInterceptor
Deprecated.
Use resteasy-jackson2-provider
|
Modifier and Type | Method and Description |
---|---|
WriterInterceptor[] |
ResteasyAsynchronousResponse.getWriterInterceptors() |
Modifier and Type | Method and Description |
---|---|
void |
ResteasyAsynchronousResponse.setWriterInterceptors(WriterInterceptor[] writerInterceptors) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.