- FileAppender - Class in org.glassfish.grizzly.http.server.accesslog
-
- FileAppender(File) - Constructor for class org.glassfish.grizzly.http.server.accesslog.FileAppender
-
Create a new
FileAppender appending to (and not overwriting) the specified
File.
- FileAppender(File, boolean) - Constructor for class org.glassfish.grizzly.http.server.accesslog.FileAppender
-
- FileCache - Class in org.glassfish.grizzly.http.server.filecache
-
This class implements a file caching mechanism used to cache static resources.
- FileCache() - Constructor for class org.glassfish.grizzly.http.server.filecache.FileCache
-
- FileCache.CacheResult - Enum in org.glassfish.grizzly.http.server.filecache
-
- FileCache.CacheType - Enum in org.glassfish.grizzly.http.server.filecache
-
- FileCacheEntry - Class in org.glassfish.grizzly.http.server.filecache
-
The entry value in the file cache map.
- FileCacheEntry(FileCache) - Constructor for class org.glassfish.grizzly.http.server.filecache.FileCacheEntry
-
- FileCacheFilter - Class in org.glassfish.grizzly.http.server
-
- FileCacheFilter(FileCache) - Constructor for class org.glassfish.grizzly.http.server.FileCacheFilter
-
- FileCacheKey - Class in org.glassfish.grizzly.http.server.filecache
-
The entry key in the file cache map.
- FileCacheKey() - Constructor for class org.glassfish.grizzly.http.server.filecache.FileCacheKey
-
- FileCacheKey(String, String) - Constructor for class org.glassfish.grizzly.http.server.filecache.FileCacheKey
-
- FileCacheProbe - Interface in org.glassfish.grizzly.http.server.filecache
-
Monitoring probe providing callbacks that may be invoked by Grizzly
FileCache.
- FileCacheProbe.Adapter - Class in org.glassfish.grizzly.http.server.filecache
-
FileCacheProbe adapter that provides no-op implementations for all interface methods allowing easy extension
by the developer.
- filter(String) - Static method in class org.glassfish.grizzly.http.server.Response
-
Filter the specified message string for characters that are sensitive in HTML.
- finalize() - Method in class org.glassfish.grizzly.http.server.filecache.FileCacheEntry
-
- findChar(char) - Method in class org.glassfish.grizzly.http.server.util.StringParser
-
Return the index of the next occurrence of the specified character, or the index of the character after the last
position of the string if no more occurrences of this character are found.
- findMatch(String, List<AlternateDocBase>) - Static method in class org.glassfish.grizzly.http.server.util.AlternateDocBase
-
Attempts to match the given request path against one of the given alternate doc bases.
- findText() - Method in class org.glassfish.grizzly.http.server.util.StringParser
-
Return the index of the next occurrence of a non-whitespace character, or the index of the character after the last
position of the string if no more non-whitespace characters are found.
- findWhite() - Method in class org.glassfish.grizzly.http.server.util.StringParser
-
Return the index of the next occurrence of a whitespace character, or the index of the character after the last
position of the string if no more whitespace characters are found.
- finish() - Method in class org.glassfish.grizzly.http.server.Response
-
Perform whatever actions are required to flush and close the output stream or writer, in a single operation.
- flush() - Method in class org.glassfish.grizzly.http.server.Response
-
Flush the current buffered content to the network.
- FORCED_REQUEST_TYPE - Static variable in class org.glassfish.grizzly.http.server.Constants
-
The forced request-type
- format(AccessLogFormat) - Method in class org.glassfish.grizzly.http.server.accesslog.AccessLogBuilder
-
Set the
AccessLogFormat instance that will be used by the access logs configured by this instance.
- format(String) - Method in class org.glassfish.grizzly.http.server.accesslog.AccessLogBuilder
-
- format(Response, Date, long) - Method in interface org.glassfish.grizzly.http.server.accesslog.AccessLogFormat
-
Format the data contained in the specified
Response and return a
String which can be appended to an
access log file.
- format(Response, Date, long) - Method in class org.glassfish.grizzly.http.server.accesslog.ApacheLogFormat
-
- format - Variable in class org.glassfish.grizzly.http.server.Response
-
The date format we will use for creating date headers.
- FORWARD_CONTEXT_PATH_ATTR - Static variable in class org.glassfish.grizzly.http.server.util.Globals
-
The request attribute under which the original context path is stored on an forwarded dispatcher request.
- FORWARD_PATH_INFO_ATTR - Static variable in class org.glassfish.grizzly.http.server.util.Globals
-
The request attribute under which the original path info is stored on an forwarded dispatcher request.
- FORWARD_QUERY_STRING_ATTR - Static variable in class org.glassfish.grizzly.http.server.util.Globals
-
The request attribute under which the original query string is stored on an forwarded dispatcher request.
- FORWARD_REQUEST_URI_ATTR - Static variable in class org.glassfish.grizzly.http.server.util.Globals
-
The request attribute under which the original request URI is stored on an forwarded dispatcher request.
- FORWARD_SERVLET_PATH_ATTR - Static variable in class org.glassfish.grizzly.http.server.util.Globals
-
The request attribute under which the original servlet path is stored on an forwarded dispatcher request.
- fromString(String) - Static method in class org.glassfish.grizzly.http.server.HttpHandlerRegistration
-
Create a registration from the mapping
String.