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.internal |
Jersey client-side internal 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.jdk.connector.internal |
Jersey Jdk
connector internal classes. |
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 | Method and Description |
---|---|
Connector |
ApacheConnectorProvider.getConnector(Client client,
Configuration runtimeConfig) |
Modifier and Type | Method and Description |
---|---|
Connector |
Apache5ConnectorProvider.getConnector(Client client,
Configuration runtimeConfig) |
Modifier and Type | Method and Description |
---|---|
protected Connector |
HttpUrlConnectorProvider.createHttpUrlConnector(Client client,
HttpUrlConnectorProvider.ConnectionFactory connectionFactory,
int chunkSize,
boolean fixLengthStreaming,
boolean setMethodWorkaround)
Create
HttpUrlConnector . |
Connector |
ClientConfig.getConnector()
Get the client transport connector.
|
Connector |
HttpUrlConnectorProvider.getConnector(Client client,
Configuration config) |
Modifier and Type | Class and Description |
---|---|
class |
HttpUrlConnector
Default client transport connector using
HttpURLConnection . |
Modifier and Type | Method and Description |
---|---|
Connector |
CachingConnectorProvider.getConnector(Client client,
Configuration runtimeConfig) |
Connector |
ConnectorProvider.getConnector(Client client,
Configuration runtimeConfig)
Get a Jersey client connector instance for a given
client instance
and Jersey client runtime configuration . |
Modifier and Type | Method and Description |
---|---|
Connector |
GrizzlyConnectorProvider.getConnector(Client client,
Configuration config) |
Modifier and Type | Method and Description |
---|---|
Connector |
JdkConnectorProvider.getConnector(Client client,
Configuration config) |
Modifier and Type | Class and Description |
---|---|
class |
JdkConnector |
Modifier and Type | Class and Description |
---|---|
class |
JettyConnector
A
Connector that utilizes the Jetty HTTP Client to send and receive
HTTP request and responses. |
Modifier and Type | Method and Description |
---|---|
Connector |
JettyConnectorProvider.getConnector(Client client,
Configuration runtimeConfig) |
Modifier and Type | Method and Description |
---|---|
Connector |
JettyHttp2ConnectorProvider.getConnector(Client client,
Configuration runtimeConfig) |
Modifier and Type | Method and Description |
---|---|
Connector |
NettyConnectorProvider.getConnector(Client client,
Configuration runtimeConfig) |
Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.