Uses of Interface
org.glassfish.jersey.internal.util.collection.Settable
-
Packages that use Settable 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. -
-
Uses of Settable in org.glassfish.jersey.internal.util.collection
Subinterfaces of Settable in org.glassfish.jersey.internal.util.collection Modifier and Type Interface Description interface
Ref<T>
A possibly mutable value reference.Classes in org.glassfish.jersey.internal.util.collection that implement Settable Modifier and Type Class Description private static class
Refs.DefaultRefImpl<T>
Default (mutable)Ref
implementation.private static class
Refs.ImmutableRefImpl<T>
ImmutableRef
implementation.private static class
Refs.ThreadSafeRefImpl<T>
Thread-safeRef
implementation. -
Uses of Settable in org.glassfish.jersey.server.internal.process
Classes in org.glassfish.jersey.server.internal.process that implement Settable Modifier and Type Class Description class
RequestProcessingContextReference
Wrapper that holds the reference of theRequestProcessingContext
.
-