Package org.glassfish.jersey.jdk.connector.internal
package org.glassfish.jersey.jdk.connector.internal
Jersey Jdk
connector
internal classes.-
ClassDescriptionTODO Some of the operations added for async.Internal listener, so that the connection pool knows when the body has been read, so it can reuse/close the connection.TODO consider exposing the mode as part of the API, so the user can make decisions based on the modeTODO consider exposing the mode as part of the API, so the user can make decisions based on the modeBody stream that can operate either synchronously or asynchronously.Set a close listener which will be called when the user closes the stream.A callback to notify about asynchronous I/O operations status updates.A container for connector configuration to make it easier to move around.Filter<UP_IN,
UP_OUT, DOWN_OUT, DOWN_IN> A filter can add functionality to JDK client transport.A stream that invokesInterceptingOutputStream.FirstCallListener
when any operation is invoked.Defines string formatting method for each constant in the resource fileGenerates a value ofAuthorization
header of HTTP request for Digest Http Authentication scheme (RFC 2617).This class represents a call-back mechanism that will notify implementations as HTTP request data becomes available to be read without blocking.This Exception is used only ifClientProperties.FOLLOW_REDIRECTS
is set totrue
.Client thread pool configuration, which might be used to customize client thread pool.Writes and reads data to and from a socket.A thread pool executor that prefers creating new worker threads over queueing tasks until the maximum poll size has been reached, after which it will start queueing tasks.Synchronous queue that tries to emptyTransportFilter.QueuingExecutor.HandOffQueue.taskQueue
before it blocks waiting for new tasks to be submitted.A default thread factory that gets used ifThreadPoolConfig.getThreadFactory()
is not specified.Callback notification mechanism that signals to the developer it's possible to write content without blocking.