Package | Description |
---|---|
org.glassfish.jersey.client |
Jersey client-side classes.
|
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.model |
Jersey server-side application & resource modeling classes.
|
Modifier and Type | Class and Description |
---|---|
class |
ClientConfig
Jersey externalized implementation of client-side JAX-RS
configurable contract. |
private static class |
ClientConfig.State
Default encapsulation of the internal configuration state.
|
Modifier and Type | Class and Description |
---|---|
class |
CommonConfig
Common immutable
Configuration implementation for
server and client. |
class |
ImmutableCommonConfig
Immutable runtime configuration.
|
Modifier and Type | Method and Description |
---|---|
ExtendedConfig |
CommonConfig.getConfiguration() |
Modifier and Type | Interface and Description |
---|---|
interface |
ServerConfig
Server-side application configuration.
|
Modifier and Type | Class and Description |
---|---|
class |
ResourceConfig
The resource configuration for configuring a web application.
|
private static class |
ResourceConfig.ImmutableState |
private static class |
ResourceConfig.RuntimeConfig |
private static class |
ResourceConfig.State |
private static class |
ResourceConfig.WrappingResourceConfig |
Modifier and Type | Class and Description |
---|---|
(package private) class |
ResourceMethodConfig
Default
configuration for resource methods. |