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.apache5.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.media.multipart |
JAX-RS Integration with MIME MultiPart Message Formats
|
org.glassfish.jersey.message |
Common Jersey messaging classes.
|
org.glassfish.jersey.netty.connector | |
org.glassfish.jersey.server |
Jersey server-side classes.
|
org.glassfish.jersey.server.internal |
Jersey server-side internal classes.
|
org.glassfish.jersey.servlet |
Jersey generic Servlet container integration classes.
|
Modifier and Type | Class and Description |
---|---|
class |
CommonProperties
Common (server/client) Jersey configuration properties.
|
class |
ExternalProperties |
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 |
Apache5ClientProperties
Configuration options specific to the Client API that utilizes
Apache5ConnectorProvider . |
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 |
MultiPartProperties
Injectable JavaBean containing the configuration parameters for
jersey-multipart as used in this particular application. |
Modifier and Type | Class and Description |
---|---|
class |
MessageProperties
Jersey configuration properties for message & entity processing.
|
Modifier and Type | Class and Description |
---|---|
class |
NettyClientProperties
Configuration options specific to the Client API that utilizes
NettyConnectorProvider . |
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.
|
Modifier and Type | Class and Description |
---|---|
class |
ServletProperties
Jersey servlet container configuration properties.
|
Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.