Package org.glassfish.jersey.client.spi
package org.glassfish.jersey.client.spi
Jersey client SPI classes/interfaces.
-
ClassDescriptionAsynchronous connector response processing callback contract.Caching connector provider.Implementations of this interface will be notified when new ClientBuilder instances are being constructed.Client transport connector extension contract.Jersey client connector provider contract.Default
SSLContext
provider.Implementations of this interface will be notified when a new Invocation.Builder is created.AnInvocation.Builder
subset of setter methods.The interceptor of a client request invocation that is executed after the request invocation itself, i.e. after theClientResponseFilters
are executed.The context providing information when theThrowable
(typically, theRuntimeException
) is caught.The interceptor of a client request invocation that is executed before the invocation itself, i.e. before theClientRequestFilter
is invoked.