JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH
Uses of Class
org.eclipse.jetty.util.Fields
Packages that use
Fields
Package
Description
org.eclipse.jetty.util
Jetty Util : Common Utility Classes
Uses of
Fields
in
org.eclipse.jetty.util
Constructors in
org.eclipse.jetty.util
with parameters of type
Fields
Modifier
Constructor
Description
Fields
(
Fields
original, boolean immutable)
Creates a
Fields
instance by copying the fields from the given
Fields
and making it (im)mutable depending on the given
immutable
parameter