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 classHttpUrlConnectorProvider.DefaultConnectionFactoryFields in org.glassfish.jersey.client declared as HttpUrlConnectorProvider.ConnectionFactory Modifier and Type Field Description private HttpUrlConnectorProvider.ConnectionFactoryHttpUrlConnectorProvider. connectionFactoryprivate static HttpUrlConnectorProvider.ConnectionFactoryHttpUrlConnectorProvider. DEFAULT_CONNECTION_FACTORYDefault connection factory to be used.Methods in org.glassfish.jersey.client with parameters of type HttpUrlConnectorProvider.ConnectionFactory Modifier and Type Method Description HttpUrlConnectorProviderHttpUrlConnectorProvider. connectionFactory(HttpUrlConnectorProvider.ConnectionFactory connectionFactory)Set a customHttpURLConnectionfactory.protected ConnectorHttpUrlConnectorProvider. 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.ConnectionFactoryHttpUrlConnector. connectionFactoryConstructors 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 newHttpUrlConnectorinstance.
-