Uses of Class
org.glassfish.grizzly.utils.ArraySet
-
Packages that use ArraySet Package Description org.glassfish.grizzly.http org.glassfish.grizzly.http.server org.glassfish.grizzly.utils -
-
Uses of ArraySet in org.glassfish.grizzly.http
Fields in org.glassfish.grizzly.http declared as ArraySet Modifier and Type Field Description protected ArraySet<ContentEncoding>HttpCodecFilter. contentEncodings -
Uses of ArraySet in org.glassfish.grizzly.http.server
Fields in org.glassfish.grizzly.http.server declared as ArraySet Modifier and Type Field Description protected ArraySet<java.io.File>StaticHttpHandler. docRootsMethods in org.glassfish.grizzly.http.server that return ArraySet Modifier and Type Method Description protected ArraySet<AddOn>NetworkListener. getAddOnSet()Returns the direct addons collection, registered on the NetworkListener.ArraySet<java.io.File>StaticHttpHandler. getDocRoots()Return the list of directories where files will be serviced from. -
Uses of ArraySet in org.glassfish.grizzly.utils
Methods in org.glassfish.grizzly.utils with parameters of type ArraySet Modifier and Type Method Description booleanArraySet. add(ArraySet<T> source)Add all the elements from the source ArraySet.
-