Package | Description |
---|---|
org.glassfish.jersey |
Common Jersey core classes.
|
org.glassfish.jersey.apache.connector |
Jersey client
connector based on the
Apache Http Client. |
org.glassfish.jersey.client |
Jersey client-side classes.
|
org.glassfish.jersey.internal |
Common Jersey internal API classes.
|
org.glassfish.jersey.jdk.connector |
Jersey client
connector based on JDK NIO framework. |
org.glassfish.jersey.jetty.connector |
Jersey client
connector based on the
Jetty Client. |
org.glassfish.jersey.message |
Common Jersey messaging classes.
|
org.glassfish.jersey.server |
Jersey server-side classes.
|
org.glassfish.jersey.server.internal |
Jersey server-side internal classes.
|
Modifier and Type | Class and Description |
---|---|
class |
CommonProperties
Common (server/client) Jersey configuration properties.
|
Modifier and Type | Class and Description |
---|---|
class |
ApacheClientProperties
Configuration options specific to the Client API that utilizes
ApacheConnectorProvider . |
Modifier and Type | Class and Description |
---|---|
class |
ClientProperties
Jersey client implementation configuration properties.
|
Modifier and Type | Class and Description |
---|---|
class |
InternalProperties
Internal common (server/client) Jersey configuration properties.
|
Modifier and Type | Class and Description |
---|---|
class |
JdkConnectorProperties
Configuration options specific to
JdkConnector . |
Modifier and Type | Class and Description |
---|---|
class |
JettyClientProperties
Configuration options specific to the Client API that utilizes
JettyConnectorProvider . |
Modifier and Type | Class and Description |
---|---|
class |
MessageProperties
Jersey configuration properties for message & entity processing.
|
Modifier and Type | Class and Description |
---|---|
class |
ServerProperties
Jersey server-side configuration properties.
|
Modifier and Type | Class and Description |
---|---|
class |
InternalServerProperties
Jersey internal server-side configuration properties.
|