| 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.filter |
Provides core client filters.
|
| org.glassfish.jersey.model.internal | |
| org.glassfish.jersey.server |
Jersey server-side classes.
|
| org.glassfish.jersey.server.internal.monitoring | |
| org.glassfish.jersey.server.wadl |
| 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 |
EncodingFeature
Feature that configures support for content encodings on the client side.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
CommonConfig.isEnabled(Feature feature) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CommonConfig.isEnabled(Class<? extends Feature> featureClass) |
| 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 |
MonitoringFeature
Feature that enables calculating of
monitoring statistics and
optionally also enables exposure of monitoring MBeans. |
| Modifier and Type | Class and Description |
|---|---|
class |
WadlFeature
Feature enabling WADL processing.
|
Copyright © 2007-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.