Uses of Interface
org.glassfish.jersey.client.HttpUrlConnectorProvider.ConnectionFactory
-
Packages that use HttpUrlConnectorProvider.ConnectionFactory Package Description org.glassfish.jersey.client Jersey client-side classes.org.glassfish.jersey.client.internal -
-
Uses of HttpUrlConnectorProvider.ConnectionFactory in org.glassfish.jersey.client
Classes in org.glassfish.jersey.client that implement HttpUrlConnectorProvider.ConnectionFactory Modifier and Type Class Description private static class
HttpUrlConnectorProvider.DefaultConnectionFactory
Fields in org.glassfish.jersey.client declared as HttpUrlConnectorProvider.ConnectionFactory Modifier and Type Field Description private HttpUrlConnectorProvider.ConnectionFactory
HttpUrlConnectorProvider. connectionFactory
private static HttpUrlConnectorProvider.ConnectionFactory
HttpUrlConnectorProvider. DEFAULT_CONNECTION_FACTORY
Default connection factory to be used.Methods in org.glassfish.jersey.client with parameters of type HttpUrlConnectorProvider.ConnectionFactory Modifier and Type Method Description HttpUrlConnectorProvider
HttpUrlConnectorProvider. connectionFactory(HttpUrlConnectorProvider.ConnectionFactory connectionFactory)
Set a customHttpURLConnection
factory.protected Connector
HttpUrlConnectorProvider. createHttpUrlConnector(javax.ws.rs.client.Client client, HttpUrlConnectorProvider.ConnectionFactory connectionFactory, int chunkSize, boolean fixLengthStreaming, boolean setMethodWorkaround)
CreateHttpUrlConnector
. -
Uses of HttpUrlConnectorProvider.ConnectionFactory in org.glassfish.jersey.client.internal
Fields in org.glassfish.jersey.client.internal declared as HttpUrlConnectorProvider.ConnectionFactory Modifier and Type Field Description private HttpUrlConnectorProvider.ConnectionFactory
HttpUrlConnector. connectionFactory
Constructors in org.glassfish.jersey.client.internal with parameters of type HttpUrlConnectorProvider.ConnectionFactory Constructor Description HttpUrlConnector(javax.ws.rs.client.Client client, HttpUrlConnectorProvider.ConnectionFactory connectionFactory, int chunkSize, boolean fixLengthStreaming, boolean setMethodWorkaround)
Create newHttpUrlConnector
instance.
-