| Package | Description |
|---|---|
| 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.client.spi |
Jersey client SPI classes/interfaces.
|
| org.glassfish.jersey.grizzly.connector |
Jersey client
connector based on the
Grizzly Async Client. |
| 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.jetty.http2.connector |
Jersey HTTP2 client
connector based on the
Jetty Client. |
| org.glassfish.jersey.netty.connector |
| Modifier and Type | Class and Description |
|---|---|
class |
ApacheConnectorProvider
Connector provider for Jersey
connectors that utilize
Apache HTTP Client to send and receive HTTP request and responses. |
| Modifier and Type | Class and Description |
|---|---|
class |
Apache5ConnectorProvider
Connector provider for Jersey
connectors that utilize
Apache HTTP Client to send and receive HTTP request and responses. |
| Modifier and Type | Class and Description |
|---|---|
class |
HttpUrlConnectorProvider
Default Jersey client
connector provider
that provides connector instances which delegate HTTP requests to HttpURLConnection
for processing. |
| Modifier and Type | Method and Description |
|---|---|
ConnectorProvider |
ClientConfig.getConnectorProvider()
Get the client transport connector provider.
|
| Modifier and Type | Method and Description |
|---|---|
ClientConfig |
ClientConfig.connectorProvider(ConnectorProvider connectorProvider)
Register a custom Jersey client connector provider.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CachingConnectorProvider
Caching connector provider.
|
| Constructor and Description |
|---|
CachingConnectorProvider(ConnectorProvider delegate)
Create the caching connector provider.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GrizzlyConnectorProvider
Connector provider for Jersey
connectors that utilize
Grizzly Asynchronous HTTP Client to send and receive HTTP request and responses. |
| Modifier and Type | Class and Description |
|---|---|
class |
JdkConnectorProvider |
| Modifier and Type | Class and Description |
|---|---|
class |
JettyConnectorProvider
A
ConnectorProvider for Jersey connector
instances that utilize the Jetty HTTP Client to send and receive
HTTP request and responses. |
| Modifier and Type | Class and Description |
|---|---|
class |
JettyHttp2ConnectorProvider
Provides HTTP2 enabled version of the
JettyConnectorProvider for a client |
| Modifier and Type | Class and Description |
|---|---|
class |
NettyConnectorProvider
Netty provider for Jersey
connectors. |
Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.