Uses of Class
org.glassfish.jersey.client.HttpUrlConnectorProvider
Packages that use HttpUrlConnectorProvider
-
Uses of HttpUrlConnectorProvider in org.glassfish.jersey.client
Methods in org.glassfish.jersey.client that return HttpUrlConnectorProviderModifier and TypeMethodDescriptionHttpUrlConnectorProvider.chunkSize
(int chunkSize) Set chunk size for requests transferred using a HTTP chunked transfer coding.HttpUrlConnectorProvider.connectionFactory
(HttpUrlConnectorProvider.ConnectionFactory connectionFactory) Set a customHttpURLConnection
factory.HttpUrlConnectorProvider.useFixedLengthStreaming()
Instruct the provided connectors to use thefixed-length streaming mode
on the underlying HTTP URL connection instance when sending requests.HttpUrlConnectorProvider.useSetMethodWorkaround()
Instruct the provided connectors to use reflection when setting the HTTP method value.SeeSET_METHOD_WORKAROUND
property documentation for more details.