Package | Description |
---|---|
org.glassfish.jersey.client.spi |
Jersey client SPI classes/interfaces.
|
org.glassfish.jersey.kryo | |
org.glassfish.jersey.linking | |
org.glassfish.jersey.netty.connector | |
org.glassfish.jersey.opentracing |
Modifier and Type | Interface and Description |
---|---|
interface |
ClientBuilderListener
Implementations of this interface will be notified when new ClientBuilder
instances are being constructed.
|
interface |
InvocationBuilderListener
Implementations of this interface will be notified when a new Invocation.Builder
is created.
|
interface |
PostInvocationInterceptor
The interceptor of a client request invocation that is executed after the request invocation itself, i.e.
|
interface |
PreInvocationInterceptor
The interceptor of a client request invocation that is executed before the invocation itself, i.e.
|
Modifier and Type | Class and Description |
---|---|
class |
KryoFeature
Feature used to register Kryo providers.
|
Modifier and Type | Class and Description |
---|---|
interface |
Binding
Specifies the binding between a URI template parameter and a bean property.
|
class |
DeclarativeLinkingFeature
A feature to enable the declarative linking functionality.
|
interface |
InjectLink
Specifies a link injection target in a returned representation bean.
|
interface |
InjectLinkNoFollow
Specifies on a field that should be ignored by Link recursive introspection.
|
interface |
InjectLinks
Used to request the addition of a set of links, can be used for both
link headers on a Class or injection into a List or Link[] property.
|
interface |
ProvideLink
Use this on resource methods to contribute links to a representation.
|
interface |
ProvideLinks
Container for repeatable annotation, see
ProvideLink for details. |
Modifier and Type | Class and Description |
---|---|
class |
NettyConnectorProvider
Netty provider for Jersey
connectors . |
Modifier and Type | Class and Description |
---|---|
class |
OpenTracingFeature
A feature that enables OpenTracing support on server and client.
|
Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.