| 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.server |
Jersey server-side 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 |
|---|---|
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 |
WadlFeature
Feature enabling WADL processing.
|
Copyright © 2007-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.