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 Jersey client-side internal classes. -
-
Uses of HttpUrlConnectorProvider.ConnectionFactory in org.glassfish.jersey.client
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(jakarta.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
Constructors in org.glassfish.jersey.client.internal with parameters of type HttpUrlConnectorProvider.ConnectionFactory Constructor Description HttpUrlConnector(jakarta.ws.rs.client.Client client, HttpUrlConnectorProvider.ConnectionFactory connectionFactory, int chunkSize, boolean fixLengthStreaming, boolean setMethodWorkaround)Create newHttpUrlConnectorinstance.
-