Package | Description |
---|---|
javax.ws.rs.core |
Low-level interfaces and annotations used to create RESTful service
resources.
|
org.glassfish.jersey.client |
Jersey client-side classes.
|
org.glassfish.jersey.client.authentication |
Provides core client authentication mechanisms.
|
org.glassfish.jersey.client.filter |
Provides core client filters.
|
org.glassfish.jersey.client.oauth1 |
Jersey OAuth 1 Client API.
|
org.glassfish.jersey.client.oauth2 |
Jersey OAuth 2 Client API.
|
org.glassfish.jersey.jackson |
Jersey classes supporting JSON media type processing based on Jackson.
|
org.glassfish.jersey.jackson1 |
Jersey classes supporting JSON media type processing based on Jackson 1.x.
|
org.glassfish.jersey.jettison |
Jersey classes supporting JSON media type processing based on Jettison.
|
org.glassfish.jersey.jsonp |
Jersey classes supporting JSON processing (JSON-P) media providers.
|
org.glassfish.jersey.kryo | |
org.glassfish.jersey.linking | |
org.glassfish.jersey.media.multipart |
JAX-RS Integration with MIME MultiPart Message Formats
|
org.glassfish.jersey.media.sse |
Support for Server Sent events in Jersey.
|
org.glassfish.jersey.message.filtering |
Support for Entity Data Filtering in Jersey.
|
org.glassfish.jersey.moxy.json |
Jersey classes supporting JSON media type processing based on Moxy.
|
org.glassfish.jersey.moxy.xml |
Jersey classes supporting XML media type processing based on Moxy.
|
org.glassfish.jersey.oauth1.signature |
Jersey OAuth 1 Signature API and Implementation.
|
org.glassfish.jersey.server |
Jersey server-side classes.
|
org.glassfish.jersey.server.gae |
Public API of Google App Engine integration support.
|
org.glassfish.jersey.server.mvc |
Provides support for Model, View and Controller (MVC).
|
org.glassfish.jersey.server.mvc.beanvalidation |
Jersey server-side classes adding support of bean validation to MVC (Model View Controller).
|
org.glassfish.jersey.server.mvc.freemarker |
Jersey server-side classes adding support of FreeMarker to Jersey MVC (Model View Controller).
|
org.glassfish.jersey.server.mvc.jsp |
Jersey server-side MVC support for servlet containers.
|
org.glassfish.jersey.server.mvc.mustache |
Jersey server-side classes adding support of Mustache to Jersey MVC (Model View Controller).
|
org.glassfish.jersey.server.oauth1 |
Jersey OAuth 1 Server API.
|
org.glassfish.jersey.server.validation |
Jersey server-side bean validation classes.
|
org.glassfish.jersey.server.wadl |
Jersey server-side WADL support public classes and interfaces.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Configuration.isEnabled(Feature feature)
Check if a particular
feature instance has been previously
enabled in the runtime configuration context. |
Modifier and Type | Method and Description |
---|---|
boolean |
Configuration.isEnabled(Class<? extends Feature> featureClass)
Check if a
feature instance of featureClass class has been
previously enabled in the runtime configuration context. |
Modifier and Type | Class and Description |
---|---|
class |
CustomProvidersFeature
Feature to provide the single-line registration of custom providers.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ClientConfig.isEnabled(Feature feature) |
Modifier and Type | Method and Description |
---|---|
boolean |
ClientConfig.isEnabled(Class<? extends Feature> featureClass) |
Modifier and Type | Class and Description |
---|---|
class |
HttpAuthenticationFeature
Features that provides Http Basic and Digest client authentication (based on RFC 2617).
|
Modifier and Type | Class and Description |
---|---|
class |
EncodingFeature
Feature that configures support for content encodings on the client side.
|
Modifier and Type | Method and Description |
---|---|
Feature |
OAuth1Builder.FilterFeatureBuilder.build()
Build the
oauth 1 filter feature . |
Feature |
OAuth1AuthorizationFlow.getOAuth1Feature()
Return the
oauth filter feature that can be used to configure
client instances to perform authenticated requests to the Service Provider. |
Modifier and Type | Method and Description |
---|---|
static Feature |
OAuth2ClientSupport.feature(String accessToken)
Build the
client filter feature from the accessToken that will add
Authorization http header to the request with the OAuth authorization information. |
Feature |
OAuth2CodeGrantFlow.getOAuth2Feature()
Return the
oauth filter feature that can be used to configure
client instances to perform authenticated requests to the Service Provider. |
Modifier and Type | Class and Description |
---|---|
class |
JacksonFeature
Feature used to register Jackson JSON providers.
|
Modifier and Type | Class and Description |
---|---|
class |
Jackson1Feature
Feature used to register Jackson (1.x) JSON providers.
|
Modifier and Type | Class and Description |
---|---|
class |
JettisonFeature
Feature used to register Jettison JSON providers.
|
Modifier and Type | Class and Description |
---|---|
class |
JsonProcessingFeature
Feature used to register JSON-P providers. |
Modifier and Type | Class and Description |
---|---|
class |
KryoFeature
Feature used to register Kryo providers.
|
Modifier and Type | Class and Description |
---|---|
class |
DeclarativeLinkingFeature
A feature to enable the declarative linking functionality.
|
Modifier and Type | Class and Description |
---|---|
class |
MultiPartFeature
Feature used to register Multipart providers.
|
Modifier and Type | Class and Description |
---|---|
class |
SseFeature
A JAX-RS
feature that enables Server-Sent Events support. |
Modifier and Type | Class and Description |
---|---|
class |
EntityFilteringFeature
Feature used to add support for Entity Data Filtering feature for entity-filtering annotations based on
EntityFiltering meta-annotation. |
class |
SecurityEntityFilteringFeature
Feature used to add support for Java Security annotations (javax.annotation.security ) for Entity Data
Filtering feature. |
class |
SelectableEntityFilteringFeature
Feature used to add support for custom query parameter filtering for
Entity Data Filtering feature. |
Modifier and Type | Class and Description |
---|---|
class |
MoxyJsonFeature
Feature used to register MOXy JSON providers.
|
Modifier and Type | Class and Description |
---|---|
class |
MoxyXmlFeature
Feature used to register MOXy XML providers.
|
Modifier and Type | Class and Description |
---|---|
class |
OAuth1SignatureFeature
Feature enabling OAuth signature support.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ResourceConfig.isEnabled(Feature feature) |
Modifier and Type | Method and Description |
---|---|
boolean |
ResourceConfig.isEnabled(Class<? extends Feature> featureClass) |
Modifier and Type | Class and Description |
---|---|
class |
GaeFeature
Google App Engine integration for Jersey server runtime.
|
Modifier and Type | Class and Description |
---|---|
class |
MvcFeature
MvcFeature used to add MVC support to the server. |
Modifier and Type | Class and Description |
---|---|
class |
MvcBeanValidationFeature
|
Modifier and Type | Class and Description |
---|---|
class |
FreemarkerMvcFeature
|
Modifier and Type | Class and Description |
---|---|
class |
JspMvcFeature
|
Modifier and Type | Class and Description |
---|---|
class |
MustacheMvcFeature
|
Modifier and Type | Class and Description |
---|---|
class |
OAuth1ServerFeature
The feature enables support for OAuth 1.0a on the server.
|
Modifier and Type | Class and Description |
---|---|
class |
ValidationFeature
ValidationFeature used to add Bean Validation (JSR-349) support to the server. |
Modifier and Type | Class and Description |
---|---|
class |
WadlFeature
Feature enabling WADL processing.
|
Copyright © 2007-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.