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. sslContextMethods 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 interfaceLazyUnsafeValue<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 classValues.ExceptionValue<T,E extends java.lang.Throwable>private static classValues.InstanceUnsafeValue<T,E extends java.lang.Throwable>private static classValues.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. delegateprivate UnsafeValue<T,E>Values.LazyUnsafeValueImpl. valueMethods 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 providerwhoseget()method always throws the exception supplied to thethrowableparameter.static <T,E extends java.lang.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 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 SimpleServerSimpleContainerFactory. _create(java.net.URI address, javax.net.ssl.SSLContext context, SimpleContainer container, UnsafeValue<org.simpleframework.transport.SocketProcessor,java.io.IOException> serverProvider)
-