Interface | Description |
---|---|
AsyncConnectorCallback |
Asynchronous connector response processing callback contract.
|
ClientBuilderListener |
Implementations of this interface will be notified when new ClientBuilder
instances are being constructed.
|
Connector |
Client transport connector extension contract.
|
ConnectorProvider |
Jersey client connector provider contract.
|
DefaultSslContextProvider |
Default
SSLContext provider. |
InvocationBuilderListener |
Implementations of this interface will be notified when a new Invocation.Builder
is created.
|
InvocationBuilderListener.InvocationBuilderContext |
An
Invocation.Builder subset of setter methods. |
PostInvocationInterceptor |
The interceptor of a client request invocation that is executed after the request invocation itself, i.e.
|
PostInvocationInterceptor.ExceptionContext |
The context providing information when the
Throwable (typically, the RuntimeException ) is caught. |
PreInvocationInterceptor |
The interceptor of a client request invocation that is executed before the invocation itself, i.e.
|
Class | Description |
---|---|
CachingConnectorProvider |
Caching connector provider.
|
Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.