Uses of Interface
org.glassfish.jersey.internal.util.collection.UnsafeValue
-
Packages that use UnsafeValue Package Description org.glassfish.jersey.client Jersey client-side classes.org.glassfish.jersey.internal.util.collection Common set of Jersey collection classes.org.glassfish.jersey.server.internal.inject Jersey server-side JAX-RS injection support classes.org.glassfish.jersey.simple Jersey Simple 6.x container classes. -
-
Uses of UnsafeValue in org.glassfish.jersey.client
Fields in org.glassfish.jersey.client declared as UnsafeValue Modifier and Type Field Description private UnsafeValue<javax.net.ssl.SSLContext,java.lang.IllegalStateException>
JerseyClient. sslContext
Methods in org.glassfish.jersey.client that return UnsafeValue Modifier and Type Method Description private UnsafeValue<javax.net.ssl.SSLContext,java.lang.IllegalStateException>
JerseyClient. createLazySslContext(DefaultSslContextProvider provider)
Constructors in org.glassfish.jersey.client with parameters of type UnsafeValue Constructor Description JerseyClient(javax.ws.rs.core.Configuration config, UnsafeValue<javax.net.ssl.SSLContext,java.lang.IllegalStateException> sslContextProvider, javax.net.ssl.HostnameVerifier verifier)
Create a new Jersey client instance.JerseyClient(javax.ws.rs.core.Configuration config, UnsafeValue<javax.net.ssl.SSLContext,java.lang.IllegalStateException> sslContextProvider, javax.net.ssl.HostnameVerifier verifier, java.util.concurrent.ExecutorService executorService, java.util.concurrent.ScheduledExecutorService scheduledExecutorService)
Create a new Jersey client instance.JerseyClient(javax.ws.rs.core.Configuration config, UnsafeValue<javax.net.ssl.SSLContext,java.lang.IllegalStateException> sslContextProvider, javax.net.ssl.HostnameVerifier verifier, DefaultSslContextProvider defaultSslContextProvider)
Create a new Jersey client instance.JerseyClient(javax.ws.rs.core.Configuration config, UnsafeValue<javax.net.ssl.SSLContext,java.lang.IllegalStateException> sslContextProvider, javax.net.ssl.HostnameVerifier verifier, DefaultSslContextProvider defaultSslContextProvider, java.util.concurrent.ExecutorService executorService, java.util.concurrent.ScheduledExecutorService scheduledExecutorService)
-
Uses of UnsafeValue in org.glassfish.jersey.internal.util.collection
Subinterfaces of UnsafeValue in org.glassfish.jersey.internal.util.collection Modifier and Type Interface Description interface
LazyUnsafeValue<T,E extends java.lang.Throwable>
Lazily initializedunsafe value
.Classes in org.glassfish.jersey.internal.util.collection that implement UnsafeValue Modifier and Type Class Description private static class
Values.ExceptionValue<T,E extends java.lang.Throwable>
private static class
Values.InstanceUnsafeValue<T,E extends java.lang.Throwable>
private static class
Values.LazyUnsafeValueImpl<T,E extends java.lang.Throwable>
Fields in org.glassfish.jersey.internal.util.collection declared as UnsafeValue Modifier and Type Field Description private UnsafeValue<T,E>
Values.LazyUnsafeValueImpl. delegate
private UnsafeValue<T,E>
Values.LazyUnsafeValueImpl. value
Methods in org.glassfish.jersey.internal.util.collection that return UnsafeValue Modifier and Type Method Description static <T,E extends java.lang.Throwable>
UnsafeValue<T,E>Values. emptyUnsafe()
static <T,E extends java.lang.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 java.lang.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 UnsafeValue Modifier and Type Method Description static <T,E extends java.lang.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 Constructor Description LazyUnsafeValueImpl(UnsafeValue<T,E> delegate)
-
Uses of UnsafeValue in org.glassfish.jersey.server.internal.inject
Fields in org.glassfish.jersey.server.internal.inject declared as UnsafeValue Modifier and Type Field Description private UnsafeValue<T,java.lang.RuntimeException>
AbstractParamValueExtractor. convertedDefaultValue
-
Uses of UnsafeValue in org.glassfish.jersey.simple
Methods in org.glassfish.jersey.simple with parameters of type UnsafeValue Modifier and Type Method Description private static SimpleServer
SimpleContainerFactory. _create(java.net.URI address, javax.net.ssl.SSLContext context, SimpleContainer container, UnsafeValue<org.simpleframework.transport.SocketProcessor,java.io.IOException> serverProvider)
-