Uses of Class
org.glassfish.jersey.client.HttpUrlConnectorProvider
-
Packages that use HttpUrlConnectorProvider Package Description org.glassfish.jersey.client Jersey client-side classes. -
-
Uses of HttpUrlConnectorProvider in org.glassfish.jersey.client
Methods in org.glassfish.jersey.client that return HttpUrlConnectorProvider Modifier and Type Method Description HttpUrlConnectorProviderHttpUrlConnectorProvider. chunkSize(int chunkSize)Set chunk size for requests transferred using a HTTP chunked transfer coding.HttpUrlConnectorProviderHttpUrlConnectorProvider. connectionFactory(HttpUrlConnectorProvider.ConnectionFactory connectionFactory)Set a customHttpURLConnectionfactory.HttpUrlConnectorProviderHttpUrlConnectorProvider. useFixedLengthStreaming()Instruct the provided connectors to use thefixed-length streaming modeon the underlying HTTP URL connection instance when sending requests.HttpUrlConnectorProviderHttpUrlConnectorProvider. useSetMethodWorkaround()Instruct the provided connectors to use reflection when setting the HTTP method value.SeeSET_METHOD_WORKAROUNDproperty documentation for more details.
-