Package | Description |
---|---|
org.glassfish.jersey.client |
Jersey client-side classes.
|
org.glassfish.jersey.message.filtering.spi |
SPI for Entity Data Filtering in Jersey.
|
org.glassfish.jersey.spi |
Common Jersey service provider contract (SPI) classes.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ClientLifecycleListener
Jersey client lifecycle listener contract.
|
Modifier and Type | Interface and Description |
---|---|
interface |
EntityGraphProvider
Provides
entity graph and object graph instances. |
interface |
EntityInspector
Responsible for inspecting entity classes.
|
interface |
EntityProcessor
Contract supposed to process entity classes for Entity Data Filtering.
|
interface |
ObjectGraphTransformer<T>
This contract brings support for transforming an internal representation of entity data filtering feature into an object
familiar to underlying provider (e.g.
|
interface |
ObjectProvider<T>
Entry point of Entity Data Filtering feature for providers working with custom entities and media types (reading/writing).
|
interface |
ScopeProvider
Entry point for obtaining entity-filtering scopes used to process a request/response entity.
|
interface |
ScopeResolver
Class used to resolve entity-filtering scopes from annotations.
|
Modifier and Type | Class and Description |
---|---|
class |
ContentEncoder
Standard contract for plugging in content encoding support.
|
interface |
ExecutorServiceProvider
An extension contract for providing pluggable executor service providers to be used by
Jersey client or server runtime whenever a specific executor service is needed to execute a Jersey runtime processing task.
|
interface |
HeaderDelegateProvider<T>
A provider that supports the conversion of an HTTP header, of type T, to and
from a
String . |
interface |
ScheduledExecutorServiceProvider
An extension contract for providing pluggable scheduled executor service providers to be used by
Jersey client or server runtime whenever a specific scheduler is needed to schedule execution of a
Jersey runtime processing task.
|
Copyright © 2007-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.