Package | Description |
---|---|
org.glassfish.grizzly.http | |
org.glassfish.grizzly.http.server | |
org.glassfish.grizzly.servlet | |
org.glassfish.grizzly.utils |
Modifier and Type | Field and Description |
---|---|
protected ArraySet<ContentEncoding> |
HttpCodecFilter.contentEncodings |
Modifier and Type | Field and Description |
---|---|
protected ArraySet<File> |
StaticHttpHandler.docRoots |
Modifier and Type | Method and Description |
---|---|
protected ArraySet<AddOn> |
NetworkListener.getAddOnSet()
Returns the direct addons collection, registered on the NetworkListener.
|
ArraySet<File> |
StaticHttpHandler.getDocRoots()
Return the list of directories where files will be serviced from.
|
Modifier and Type | Field and Description |
---|---|
protected ArraySet<String> |
ServletRegistration.urlPatterns |
Constructor and Description |
---|
DefaultServlet(ArraySet<File> docRoots) |
Modifier and Type | Method and Description |
---|---|
boolean |
ArraySet.add(ArraySet<T> source)
Add all the elements from the source ArraySet.
|
Copyright © 2014 Oracle Corporation. All rights reserved.