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.
Jersey Simple 6.x container 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.sslContextMethods 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 UnsafeValueModifierConstructorDescriptionprotectedJerseyClient(javax.ws.rs.core.Configuration config, UnsafeValue<SSLContext, IllegalStateException> sslContextProvider, HostnameVerifier verifier) Create a new Jersey client instance.protectedJerseyClient(javax.ws.rs.core.Configuration config, UnsafeValue<SSLContext, IllegalStateException> sslContextProvider, HostnameVerifier verifier, ExecutorService executorService, ScheduledExecutorService scheduledExecutorService) Create a new Jersey client instance.protectedJerseyClient(javax.ws.rs.core.Configuration config, UnsafeValue<SSLContext, IllegalStateException> sslContextProvider, HostnameVerifier verifier, DefaultSslContextProvider defaultSslContextProvider) Create a new Jersey client instance.protectedJerseyClient(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 TypeInterfaceDescriptioninterfaceLazyUnsafeValue<T, E extends Throwable>Lazily initializedunsafe value.Classes in org.glassfish.jersey.internal.util.collection that implement UnsafeValueModifier and TypeClassDescriptionprivate static classValues.ExceptionValue<T, E extends Throwable>private static classValues.InstanceUnsafeValue<T, E extends Throwable>private static classValues.LazyUnsafeValueImpl<T, E extends Throwable>Fields in org.glassfish.jersey.internal.util.collection declared as UnsafeValueModifier and TypeFieldDescriptionprivate final UnsafeValue<T, E> Values.LazyUnsafeValueImpl.delegateprivate UnsafeValue<T, E> Values.LazyUnsafeValueImpl.valueMethods 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 providerwhoseget()method always throws the exception supplied to thethrowableparameter.static <T, E extends Throwable>
UnsafeValue<T, E> Values.unsafe(T value) Get a new constantvalue providerwhoseget()method always returns the instance supplied to thevalueparameter.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 -
Uses of UnsafeValue in org.glassfish.jersey.simple
Methods in org.glassfish.jersey.simple with parameters of type UnsafeValueModifier and TypeMethodDescriptionprivate static SimpleServerSimpleContainerFactory._create(URI address, SSLContext context, SimpleContainer container, UnsafeValue<org.simpleframework.transport.SocketProcessor, IOException> serverProvider)