Package | Description |
---|---|
org.glassfish.jersey.client |
Jersey client-side classes.
|
org.glassfish.jersey.internal.util.collection |
Common set of Jersey collection classes.
|
Constructor and Description |
---|
JerseyClient(Configuration config,
UnsafeValue<SSLContext,IllegalStateException> sslContextProvider,
HostnameVerifier verifier)
Create a new Jersey client instance.
|
JerseyClient(Configuration config,
UnsafeValue<SSLContext,IllegalStateException> sslContextProvider,
HostnameVerifier verifier,
DefaultSslContextProvider defaultSslContextProvider)
Create a new Jersey client instance.
|
Modifier and Type | Interface and Description |
---|---|
interface |
LazyUnsafeValue<T,E extends Throwable>
Lazily initialized
unsafe value . |
Modifier and Type | Method and Description |
---|---|
static <T,E extends Throwable> |
Values.emptyUnsafe()
|
static <T,E extends Throwable> |
Values.throwing(E throwable)
Get a new "throwing"
unsafe value provider whose get()
method always throws the exception supplied to the throwable parameter. |
static <T,E extends Throwable> |
Values.unsafe(T value)
Get a new constant
value provider whose get()
method always returns the instance supplied to the value parameter. |
Modifier and Type | Method and Description |
---|---|
static <T,E extends Throwable> |
Values.lazy(UnsafeValue<T,E> delegate)
Get a new lazily initialized
unsafe value provider . |
Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.