| Package | Description |
|---|---|
| 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.internal.routing |
Jersey server-side internal resource routing 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 | 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 |
|---|---|
List<WriterInterceptor> |
MessageBodyWorkers.getWriterInterceptors()
Returns global writer interceptors.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExceptionWrapperInterceptor
Interceptor that transforms
WebApplicationException to
MessageBodyProcessingException. |
| Modifier and Type | Method and Description |
|---|---|
WriterInterceptor |
WriterInterceptorExecutor.getNextInterceptor()
Returns next
interceptor in the chain. |
| Modifier and Type | Method and Description |
|---|---|
List<WriterInterceptor> |
MessageBodyFactory.getWriterInterceptors() |
| Modifier and Type | Class and Description |
|---|---|
class |
JsonWithPaddingInterceptor
A
WriterInterceptor implementation for JSONP format. |
| Modifier and Type | Method and Description |
|---|---|
Iterable<RankedProvider<WriterInterceptor>> |
RoutingContext.getBoundWriterInterceptors()
Get all writer interceptors applicable to this request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RuntimeModelBuilder.setBoundProviders(MultivaluedMap<Class<? extends Annotation>,RankedProvider<ContainerRequestFilter>> nameBoundRequestFilters,
MultivaluedMap<Class<? extends Annotation>,RankedProvider<ContainerResponseFilter>> nameBoundResponseFilters,
MultivaluedMap<Class<? extends Annotation>,RankedProvider<ReaderInterceptor>> nameBoundReaderInterceptors,
MultivaluedMap<Class<? extends Annotation>,RankedProvider<WriterInterceptor>> nameBoundWriterInterceptors,
Iterable<DynamicFeature> dynamicFeatures)
Set the name bound filters and dynamic binders.
|
void |
RuntimeModelBuilder.setGlobalInterceptors(Iterable<RankedProvider<ReaderInterceptor>> readerInterceptors,
Iterable<RankedProvider<WriterInterceptor>> writerInterceptors)
Set global reader and writer interceptors.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<RankedProvider<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-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.