Package | Description |
---|---|
org.glassfish.jersey.client |
Jersey client-side classes.
|
org.glassfish.jersey.internal |
Common Jersey internal API classes.
|
org.glassfish.jersey.internal.util.collection |
Common set of Jersey collection classes.
|
org.glassfish.jersey.jaxb.internal | |
org.glassfish.jersey.server |
Jersey server-side classes.
|
org.glassfish.jersey.server.internal.inject |
Jersey server-side JAX-RS injection support classes.
|
org.glassfish.jersey.server.internal.monitoring.jmx |
Jersey internal server-side monitoring JMX MBeans implementation classes.
|
org.glassfish.jersey.server.internal.process |
Jersey server-side internal classes related to request and response processing.
|
org.glassfish.jersey.server.internal.routing |
Jersey server-side internal resource routing classes.
|
org.glassfish.jersey.server.model |
Jersey server-side application & resource modeling classes.
|
Modifier and Type | Field and Description |
---|---|
private Value<java.util.concurrent.ScheduledExecutorService> |
ClientExecutorProvidersConfigurator.ClientScheduledExecutorServiceProvider.executorService |
Constructor and Description |
---|
ClientScheduledExecutorServiceProvider(Value<java.util.concurrent.ScheduledExecutorService> executorService) |
Modifier and Type | Field and Description |
---|---|
private Value<java.util.Set<ExceptionMapperFactory.ExceptionMapperType>> |
ExceptionMapperFactory.exceptionMapperTypes |
Modifier and Type | Interface and Description |
---|---|
interface |
LazyValue<T>
Lazily initialized
value . |
interface |
Ref<T>
A possibly mutable value reference.
|
Modifier and Type | Class and Description |
---|---|
private static class |
Refs.DefaultRefImpl<T>
Default (mutable)
Ref implementation. |
private static class |
Refs.ImmutableRefImpl<T>
Immutable
Ref implementation. |
private static class |
Refs.ThreadSafeRefImpl<T>
Thread-safe
Ref implementation. |
private static class |
Values.EagerValue<T> |
private static class |
Values.InstanceValue<T> |
private static class |
Values.LazyValueImpl<T> |
Modifier and Type | Field and Description |
---|---|
private Value<T> |
Values.LazyValueImpl.delegate |
private Value<T> |
Values.LazyValueImpl.value |
Modifier and Type | Method and Description |
---|---|
static <T> Value<T> |
Values.eager(Value<T> delegate)
Get a new eagerly initialized
value provider . |
static <T> Value<T> |
Values.empty()
|
static <T> Value<T> |
Values.of(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> Value<T> |
Values.eager(Value<T> delegate)
Get a new eagerly initialized
value provider . |
static <T> LazyValue<T> |
Values.lazy(Value<T> delegate)
Get a new lazily initialized
value provider . |
Constructor and Description |
---|
EagerValue(Value<T> value) |
LazyValueImpl(Value<T> delegate) |
Modifier and Type | Field and Description |
---|---|
private Value<java.lang.Boolean> |
AbstractJaxbProvider.formattedOutput |
private Value<javax.ws.rs.ext.ContextResolver<javax.xml.bind.JAXBContext>> |
AbstractJaxbProvider.mtContext |
private Value<javax.ws.rs.ext.ContextResolver<javax.xml.bind.JAXBContext>> |
JaxbStringReaderProvider.mtContext |
private Value<javax.ws.rs.ext.ContextResolver<javax.xml.bind.Marshaller>> |
AbstractJaxbProvider.mtMarshaller |
private Value<javax.ws.rs.ext.ContextResolver<javax.xml.bind.Unmarshaller>> |
AbstractJaxbProvider.mtUnmarshaller |
private Value<javax.ws.rs.ext.ContextResolver<javax.xml.bind.Unmarshaller>> |
JaxbStringReaderProvider.mtUnmarshaller |
private Value<java.lang.Boolean> |
AbstractJaxbProvider.xmlRootElementProcessing |
Modifier and Type | Class and Description |
---|---|
private static class |
ServerRuntime.AsyncResponderHolder |
Modifier and Type | Method and Description |
---|---|
private boolean |
ServerRuntime.AsyncResponder.cancel(Value<javax.ws.rs.core.Response> responseValue) |
private static javax.ws.rs.core.Application |
ApplicationConfigurator.createApplication(InjectionManager injectionManager,
java.lang.Class<? extends javax.ws.rs.core.Application> applicationClass,
Value<java.util.Collection<ComponentProvider>> componentProvidersValue) |
Modifier and Type | Field and Description |
---|---|
private Value<WebTargetValueParamProvider.ManagedClient> |
WebTargetValueParamProvider.WebTargetValueSupplier.client |
Modifier and Type | Field and Description |
---|---|
private java.util.concurrent.ConcurrentMap<WebTargetValueParamProvider.BindingModel,Value<WebTargetValueParamProvider.ManagedClient>> |
WebTargetValueParamProvider.managedClients |
Constructor and Description |
---|
WebTargetValueSupplier(java.lang.String uri,
Value<WebTargetValueParamProvider.ManagedClient> client) |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,Value<java.lang.Object>> |
ExecutionStatisticsDynamicBean.attributeValues |
Modifier and Type | Class and Description |
---|---|
class |
RequestProcessingContextReference
Wrapper that holds the reference of the
RequestProcessingContext . |
Modifier and Type | Field and Description |
---|---|
private Ref<Value<AsyncContext>> |
RequestProcessingContext.asyncContextValueRef |
Modifier and Type | Method and Description |
---|---|
Value<AsyncContext> |
RequestProcessingContext.asyncContextValue()
Get a
Value instance holding the asynchronous context associated with this request processing context. |
Modifier and Type | Method and Description |
---|---|
void |
RequestProcessingContext.initAsyncContext(Value<AsyncContext> lazyContextValue)
Lazily initialize
AsyncContext for this
request processing context. |
Modifier and Type | Field and Description |
---|---|
private Value<RuntimeLocatorModelBuilder> |
RuntimeModelBuilder.locatorBuilder |
Modifier and Type | Field and Description |
---|---|
private Value<java.lang.String> |
Resource.name |
private Value<RuntimeResourceModel> |
ResourceModel.runtimeRootResourceModelValue |