Uses of Class
org.glassfish.jersey.Beta
-
Packages that use Beta Package Description org.glassfish.jersey.client.spi Jersey client SPI classes/interfaces. -
-
Uses of Beta in org.glassfish.jersey.client.spi
Classes in org.glassfish.jersey.client.spi with annotations of type Beta Modifier and Type Interface Description interfaceClientBuilderListenerImplementations of this interface will be notified when new ClientBuilder instances are being constructed.interfaceInvocationBuilderListenerImplementations of this interface will be notified when a new Invocation.Builder is created.interfacePostInvocationInterceptorThe interceptor of a client request invocation that is executed after the request invocation itself, i.e.interfacePreInvocationInterceptorThe interceptor of a client request invocation that is executed before the invocation itself, i.e.
-