| Package | Description |
|---|---|
| org.glassfish.jersey.client |
Jersey client-side classes.
|
| org.glassfish.jersey.filter |
Jersey Request & Response Filtering support & utility 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.model |
Jersey server-side application & resource modeling classes.
|
| org.glassfish.jersey.spi |
Common Jersey service provider contract (SPI) classes.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<WriterInterceptor> |
ClientRequest.getWriterInterceptors()
Get writer interceptors of this request.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LoggingFilter
Universal logging filter.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DeflateEncoder
Deflate encoding support.
|
class |
GZipEncoder
GZIP encoding support.
|
| Modifier and Type | Method and Description |
|---|---|
OutputStream |
MessageBodyWorkers.writeTo(Object entity,
Class<?> rawType,
Type type,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,Object> httpHeaders,
PropertiesDelegate propertiesDelegate,
OutputStream entityStream,
Iterable<WriterInterceptor> writerInterceptors)
Writers a type to the
entityStream using interceptors. |
| Modifier and Type | Method and Description |
|---|---|
WriterInterceptor |
WriterInterceptorExecutor.getNextInterceptor()
Returns next
interceptor in the chain. |
| Modifier and Type | Method and Description |
|---|---|
OutputStream |
MessageBodyFactory.writeTo(Object t,
Class<?> rawType,
Type type,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,Object> httpHeaders,
PropertiesDelegate propertiesDelegate,
OutputStream entityStream,
Iterable<WriterInterceptor> writerInterceptors) |
| Constructor and Description |
|---|
WriterInterceptorExecutor(Object entity,
Class<?> rawType,
Type type,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,Object> headers,
PropertiesDelegate propertiesDelegate,
OutputStream entityStream,
MessageBodyWorkers workers,
Iterable<WriterInterceptor> writerInterceptors,
org.glassfish.hk2.api.ServiceLocator serviceLocator)
Constructs a new executor to write given type to provided
entityStream. |
| Modifier and Type | Class and Description |
|---|---|
class |
JsonWithPaddingInterceptor
A
WriterInterceptor implementation for JSONP format. |
class |
MappableExceptionWrapperInterceptor
Interceptor that wraps specific exceptions types thrown by wrapped interceptors and by message
body readers and writers into a mappable exception.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<RankedProvider<WriterInterceptor>> |
ProcessingProviders.getGlobalWriterInterceptors()
Get global writer interceptors.
|
MultivaluedMap<Class<? extends Annotation>,RankedProvider<WriterInterceptor>> |
ProcessingProviders.getNameBoundWriterInterceptors()
Get name bound writer interceptor map.
|
MultivaluedMap<RankedProvider<WriterInterceptor>,Class<? extends Annotation>> |
ProcessingProviders.getNameBoundWriterInterceptorsInverse()
Get name bound writer interceptor inverse map.
|
Iterable<WriterInterceptor> |
ProcessingProviders.getSortedGlobalWriterInterceptors()
Get global writer interceptors sorted by priority.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<WriterInterceptor> |
ResourceMethodInvoker.getWriterInterceptors()
Get all reader interceptors applicable to the
resource method
wrapped by this invoker. |
| Modifier and Type | Class and Description |
|---|---|
class |
ContentEncoder
Standard contract for plugging in content encoding support.
|
Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.