Uses of Interface
org.glassfish.jersey.internal.util.collection.UnsafeValue
Packages that use UnsafeValue
Package
Description
Jersey client-side classes.
Common set of Jersey collection classes.
Jersey server-side JAX-RS injection support classes.
-
Uses of UnsafeValue in org.glassfish.jersey.client
Fields in org.glassfish.jersey.client declared as UnsafeValueModifier and TypeFieldDescriptionprivate final UnsafeValue
<SSLContext, IllegalStateException> JerseyClient.sslContext
Methods in org.glassfish.jersey.client that return UnsafeValueModifier and TypeMethodDescriptionprivate UnsafeValue
<SSLContext, IllegalStateException> JerseyClient.createLazySslContext
(DefaultSslContextProvider provider) Constructors in org.glassfish.jersey.client with parameters of type UnsafeValueModifierConstructorDescriptionprotected
JerseyClient
(javax.ws.rs.core.Configuration config, UnsafeValue<SSLContext, IllegalStateException> sslContextProvider, HostnameVerifier verifier) Create a new Jersey client instance.protected
JerseyClient
(javax.ws.rs.core.Configuration config, UnsafeValue<SSLContext, IllegalStateException> sslContextProvider, HostnameVerifier verifier, ExecutorService executorService, ScheduledExecutorService scheduledExecutorService) Create a new Jersey client instance.protected
JerseyClient
(javax.ws.rs.core.Configuration config, UnsafeValue<SSLContext, IllegalStateException> sslContextProvider, HostnameVerifier verifier, DefaultSslContextProvider defaultSslContextProvider) Create a new Jersey client instance.protected
JerseyClient
(javax.ws.rs.core.Configuration config, UnsafeValue<SSLContext, IllegalStateException> sslContextProvider, HostnameVerifier verifier, DefaultSslContextProvider defaultSslContextProvider, ExecutorService executorService, ScheduledExecutorService scheduledExecutorService) -
Uses of UnsafeValue in org.glassfish.jersey.internal.util.collection
Subinterfaces of UnsafeValue in org.glassfish.jersey.internal.util.collectionModifier and TypeInterfaceDescriptioninterface
LazyUnsafeValue<T,
E extends Throwable> Lazily initializedunsafe value
.Classes in org.glassfish.jersey.internal.util.collection that implement UnsafeValueModifier and TypeClassDescriptionprivate static class
Values.ExceptionValue<T,
E extends Throwable> private static class
Values.InstanceUnsafeValue<T,
E extends Throwable> private static class
Values.LazyUnsafeValueImpl<T,
E extends Throwable> Fields in org.glassfish.jersey.internal.util.collection declared as UnsafeValueModifier and TypeFieldDescriptionprivate final UnsafeValue
<T, E> Values.LazyUnsafeValueImpl.delegate
private UnsafeValue
<T, E> Values.LazyUnsafeValueImpl.value
Methods in org.glassfish.jersey.internal.util.collection that return UnsafeValueModifier and TypeMethodDescriptionstatic <T,
E extends Throwable>
UnsafeValue<T, E> Values.emptyUnsafe()
static <T,
E extends Throwable>
UnsafeValue<T, E> Values.throwing
(E throwable) Get a new "throwing"unsafe value provider
whoseget()
method always throws the exception supplied to thethrowable
parameter.static <T,
E extends Throwable>
UnsafeValue<T, E> Values.unsafe
(T value) Get a new constantvalue provider
whoseget()
method always returns the instance supplied to thevalue
parameter.Methods in org.glassfish.jersey.internal.util.collection with parameters of type UnsafeValueModifier and TypeMethodDescriptionstatic <T,
E extends Throwable>
LazyUnsafeValue<T, E> Values.lazy
(UnsafeValue<T, E> delegate) Get a new lazily initializedunsafe value provider
.Constructors in org.glassfish.jersey.internal.util.collection with parameters of type UnsafeValue -
Uses of UnsafeValue in org.glassfish.jersey.server.internal.inject
Fields in org.glassfish.jersey.server.internal.inject declared as UnsafeValueModifier and TypeFieldDescriptionprivate final UnsafeValue
<T, RuntimeException> AbstractParamValueExtractor.convertedDefaultValue