Package | Description |
---|---|
org.glassfish.jersey.internal.util.collection |
Common set of Jersey collection classes.
|
org.glassfish.jersey.server.internal.process |
Jersey server-side internal classes related to request and response processing.
|
Modifier and Type | Interface and Description |
---|---|
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. |
Modifier and Type | Class and Description |
---|---|
class |
RequestProcessingContextReference
Wrapper that holds the reference of the
RequestProcessingContext . |