- emptyPathWrapper - Variable in class org.glassfish.grizzly.http.server.util.Mapper.Context
-
- enableJMX() - Method in class org.glassfish.grizzly.http.server.HttpServer
-
- encodeRedirectURL(String) - Method in class org.glassfish.grizzly.http.server.Response
-
Encode the session identifier associated with this response into the specified redirect URL, if necessary.
- encodeURL(String) - Method in class org.glassfish.grizzly.http.server.Response
-
Encode the session identifier associated with this response into the specified URL, if necessary.
- Enumerator<E> - Class in org.glassfish.grizzly.http.server.util
-
HttpHandler class that wraps an Enumeration around a Java2 collection classes object
Iterator so that existing APIs returning Enumerations can easily run on top of the new collections.
- Enumerator(Collection<E>) - Constructor for class org.glassfish.grizzly.http.server.util.Enumerator
-
Return an Enumeration over the values of the specified Collection.
- Enumerator(Collection<E>, boolean) - Constructor for class org.glassfish.grizzly.http.server.util.Enumerator
-
Return an Enumeration over the values of the specified Collection.
- Enumerator(Iterable<E>) - Constructor for class org.glassfish.grizzly.http.server.util.Enumerator
-
Return an Enumeration over the values returned by the specified
Iterable.
- Enumerator(Iterable<E>, boolean) - Constructor for class org.glassfish.grizzly.http.server.util.Enumerator
-
Return an Enumeration over the values returned by the specified
Iterable.
- Enumerator(Iterator<E>) - Constructor for class org.glassfish.grizzly.http.server.util.Enumerator
-
Return an Enumeration over the values returned by the specified Iterator.
- Enumerator(Iterator<E>, boolean) - Constructor for class org.glassfish.grizzly.http.server.util.Enumerator
-
Return an Enumeration over the values returned by the specified Iterator.
- Enumerator(Map<?, E>) - Constructor for class org.glassfish.grizzly.http.server.util.Enumerator
-
Return an Enumeration over the values of the specified Map.
- Enumerator(Map<?, E>, boolean) - Constructor for class org.glassfish.grizzly.http.server.util.Enumerator
-
Return an Enumeration over the values of the specified Map.
- equals(Object) - Method in class org.glassfish.grizzly.http.server.filecache.FileCacheKey
-
- equals(Object) - Method in class org.glassfish.grizzly.http.server.filecache.LazyFileCacheKey
-
- equals(Object) - Method in class org.glassfish.grizzly.http.server.HttpHandlerRegistration
-
- error - Variable in class org.glassfish.grizzly.http.server.Response
-
The error flag.
- ERROR_MESSAGE_ATTR - Static variable in class org.glassfish.grizzly.http.server.util.Globals
-
The request attribute under which we forward an HTTP status message (as an object of type STring) to an error page.
- ErrorPageGenerator - Interface in org.glassfish.grizzly.http.server
-
Error page generator interface, which is responsible for generating of an error page corresponding to the given
response status.
- Etag - Variable in class org.glassfish.grizzly.http.server.filecache.FileCacheEntry
-
- EXACT - Static variable in class org.glassfish.grizzly.http.server.util.MappingData
-
- exactWrappers - Variable in class org.glassfish.grizzly.http.server.util.Mapper.Context
-
- EXCEPTION_ATTR - Static variable in class org.glassfish.grizzly.http.server.util.Globals
-
The request attribute under which we forward a Java exception (as an object of type Throwable) to an error page.
- EXCEPTION_PAGE_ATTR - Static variable in class org.glassfish.grizzly.http.server.util.Globals
-
The request attribute under which we forward the request URI (as an object of type String) of the page on which an
error occurred.
- EXCEPTION_TYPE_ATTR - Static variable in class org.glassfish.grizzly.http.server.util.Globals
-
The request attribute under which we forward a Java exception type (as an object of type Class) to an error page.
- exceptionOccurred(FilterChainContext, Throwable) - Method in class org.glassfish.grizzly.http.server.HttpServerFilter
-
Override the default implementation to notify the ReadHandler, if available, of any read error that has
occurred during processing.
- expand(URL) - Static method in class org.glassfish.grizzly.http.server.util.ExpandJar
-
Expand the jar file found at the specified URL into an unpacked directory structure, and return the absolute pathname
to the expanded directory.
- expand(URL, String) - Static method in class org.glassfish.grizzly.http.server.util.ExpandJar
-
Expand the jar file found at the specified URL into an unpacked directory structure, and return the absolute pathname
to the expanded directory.
- expand(URL, String, String) - Static method in class org.glassfish.grizzly.http.server.util.ExpandJar
-
Expand the jar file found at the specified URL into an unpacked directory structure, and return the absolute pathname
to the expanded directory.
- expand(InputStream, File, String) - Static method in class org.glassfish.grizzly.http.server.util.ExpandJar
-
Expand the specified input stream into the specified directory, creating a file named from the specified relative
path.
- ExpandJar - Class in org.glassfish.grizzly.http.server.util
-
Expand out a jar.
- ExpandJar() - Constructor for class org.glassfish.grizzly.http.server.util.ExpandJar
-
- EXTENSION - Static variable in class org.glassfish.grizzly.http.server.util.MappingData
-
- extensionWrappers - Variable in class org.glassfish.grizzly.http.server.util.Mapper.Context
-
- extract(int) - Method in class org.glassfish.grizzly.http.server.util.StringParser
-
Extract and return a substring that starts at the specified position, and extends to the end of the string being
parsed.
- extract(int, int) - Method in class org.glassfish.grizzly.http.server.util.StringParser
-
Extract and return a substring that starts at the specified position, and ends at the character before the specified
position.