| 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.http | |
| org.glassfish.jersey.internal.config |
Configuration factory to handle external properties from different config SPI implementations
|
| org.glassfish.jersey.logging |
Logging feature provides the logging of requests and responses on server and client.
|
| org.glassfish.jersey.model.internal |
Common Jersey internal model related classes and interfaces.
|
| org.glassfish.jersey.server |
Jersey server-side classes.
|
| org.glassfish.jersey.server.internal.monitoring |
Jersey server-side internal monitoring and statistics 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 | Class and Description |
|---|---|
class |
Expect100ContinueFeature |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SystemPropertiesConfigurationModel.isEnabled(Feature feature) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SystemPropertiesConfigurationModel.isEnabled(Class<? extends Feature> featureClass) |
| Modifier and Type | Class and Description |
|---|---|
class |
LoggingFeature
This feature enables logging request and/or response on client-side and/or server-side depending
on the context's
RuntimeType. |
| 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-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.