Package | Description |
---|---|
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.client.internal | |
org.glassfish.jersey.client.spi |
Jersey client SPI classes/interfaces.
|
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. |
Modifier and Type | Class and Description |
---|---|
(package private) class |
ApacheConnector
A
Connector that utilizes the Apache HTTP Client to send and receive
HTTP request and responses. |
Modifier and Type | Method and Description |
---|---|
Connector |
ApacheConnectorProvider.getConnector(javax.ws.rs.client.Client client,
javax.ws.rs.core.Configuration runtimeConfig) |
Modifier and Type | Field and Description |
---|---|
private Connector |
ClientRuntime.connector |
Modifier and Type | Method and Description |
---|---|
protected Connector |
HttpUrlConnectorProvider.createHttpUrlConnector(javax.ws.rs.client.Client client,
HttpUrlConnectorProvider.ConnectionFactory connectionFactory,
int chunkSize,
boolean fixLengthStreaming,
boolean setMethodWorkaround)
Create
HttpUrlConnector . |
Connector |
ClientConfig.getConnector()
Get the client transport connector.
|
(package private) Connector |
ClientConfig.State.getConnector() |
Connector |
ClientRuntime.getConnector()
Runtime connector.
|
Connector |
HttpUrlConnectorProvider.getConnector(javax.ws.rs.client.Client client,
javax.ws.rs.core.Configuration config) |
Constructor and Description |
---|
ClientRuntime(ClientConfig config,
Connector connector,
InjectionManager injectionManager,
BootstrapBag bootstrapBag)
Create new client request processing runtime.
|
Modifier and Type | Class and Description |
---|---|
class |
HttpUrlConnector
Default client transport connector using
HttpURLConnection . |
Modifier and Type | Field and Description |
---|---|
private Connector |
CachingConnectorProvider.connector |
Modifier and Type | Method and Description |
---|---|
Connector |
CachingConnectorProvider.getConnector(javax.ws.rs.client.Client client,
javax.ws.rs.core.Configuration runtimeConfig) |
Connector |
ConnectorProvider.getConnector(javax.ws.rs.client.Client client,
javax.ws.rs.core.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 |
JdkConnectorProvider.getConnector(javax.ws.rs.client.Client client,
javax.ws.rs.core.Configuration config) |
Modifier and Type | Class and Description |
---|---|
class |
JdkConnector |
Modifier and Type | Class and Description |
---|---|
(package private) 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(javax.ws.rs.client.Client client,
javax.ws.rs.core.Configuration runtimeConfig) |