Index

A B C D E F G H I J K L M N O P Q R S T U V W X Z _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

F

Factory() - Constructor for class org.glassfish.grizzly.asyncqueue.AsyncQueueIO.Factory
 
fail() - Method in interface org.glassfish.grizzly.servlet.ExpectationHandler.AckAction
Notifies a client that server doesn't want to process HTTP message payload.
fail(Throwable) - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
 
fail(FilterChainContext, Throwable) - Method in class org.glassfish.grizzly.filterchain.DefaultFilterChain
 
fail(FilterChainContext, Throwable) - Method in interface org.glassfish.grizzly.filterchain.FilterChain
 
failed(Throwable) - Method in interface org.glassfish.grizzly.CompletionHandler
The operation was failed.
failed(Throwable) - Method in class org.glassfish.grizzly.EmptyCompletionHandler
The operation was failed.
failed(Throwable) - Method in class org.glassfish.grizzly.http2.utils.ChunkedCompletionHandler
 
failed(Throwable) - Method in interface org.glassfish.grizzly.nio.transport.TCPNIOConnection.ConnectResultHandler
 
failed(Throwable) - Method in class org.glassfish.grizzly.streams.AbstractStreamWriter.DisposeBufferCompletionHandler
 
failed(Throwable) - Method in class org.glassfish.grizzly.streams.TransformerInput.TransformerCompletionHandler
 
failed(Throwable) - Method in class org.glassfish.grizzly.utils.CompletionHandlerAdapter
 
failed(Throwable) - Method in class org.glassfish.grizzly.websockets.FrameCompletionHandler
 
FAILED - Enum constant in enum class org.glassfish.grizzly.http.server.filecache.FileCache.CacheResult
 
FAILED_CACHE_FULL - Enum constant in enum class org.glassfish.grizzly.http.server.filecache.FileCache.CacheResult
 
FAILED_ENTRY_EXISTS - Enum constant in enum class org.glassfish.grizzly.http.server.filecache.FileCache.CacheResult
 
failure - Variable in class org.glassfish.grizzly.impl.UnsafeFutureImpl
 
failure(Throwable) - Method in interface org.glassfish.grizzly.impl.FutureImpl
Notify about the failure, occurred during asynchronous operation execution.
failure(Throwable) - Method in class org.glassfish.grizzly.impl.ReadyFutureImpl
Should not be called for ReadyFutureImpl
failure(Throwable) - Method in class org.glassfish.grizzly.impl.SafeFutureImpl
Notify about the failure, occurred during asynchronous operation execution.
failure(Throwable) - Method in class org.glassfish.grizzly.impl.UnsafeFutureImpl
Notify about the failure, occured during asynchronous operation execution.
FastDateFormat - Class in org.glassfish.grizzly.http.util
Fast date formatter that caches recently formatted date information and uses it to avoid too-frequent calls to the underlying formatter.
FastDateFormat(DateFormat) - Constructor for class org.glassfish.grizzly.http.util.FastDateFormat
 
FastHttpDateFormat - Class in org.glassfish.grizzly.http.util
Utility class to generate HTTP dates.
FastHttpDateFormat() - Constructor for class org.glassfish.grizzly.http.util.FastHttpDateFormat
 
FATAL - Enum constant in enum class org.glassfish.grizzly.utils.ExceptionHandler.Severity
 
FCOMMENT - Enum constant in enum class org.glassfish.grizzly.compression.zip.GZipDecoder.DecodeStatus
 
FEXTRA1 - Enum constant in enum class org.glassfish.grizzly.compression.zip.GZipDecoder.DecodeStatus
 
FEXTRA2 - Enum constant in enum class org.glassfish.grizzly.compression.zip.GZipDecoder.DecodeStatus
 
FHCRC - Enum constant in enum class org.glassfish.grizzly.compression.zip.GZipDecoder.DecodeStatus
 
FILE - Enum constant in enum class org.glassfish.grizzly.http.server.filecache.FileCache.CacheType
 
FileAppender - Class in org.glassfish.grizzly.http.server.accesslog
An appender writing log entries to Files.
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
Create a new FileAppender writing to the specified File.
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 Class in org.glassfish.grizzly.http.server.filecache
 
FileCache.CacheType - Enum Class 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.
FileChunk - Interface in org.glassfish.grizzly
 
fileSizeThreshold() - Element in annotation interface jakarta.servlet.annotation.MultipartConfig
The size threshold after which the file will be written to disk
FileTransfer - Class in org.glassfish.grizzly
FileTransfer(File) - Constructor for class org.glassfish.grizzly.FileTransfer
Constructs a new FileTransfer instance backed by the specified File.
FileTransfer(File, long, long) - Constructor for class org.glassfish.grizzly.FileTransfer
Constructs a new FileTransfer instance backed by the specified File.
fill(ByteBuffer, byte) - Static method in class org.glassfish.grizzly.memory.Buffers
Fill the ByteBuffer with the specific byte value.
fill(ByteBuffer, int, int, byte) - Static method in class org.glassfish.grizzly.memory.Buffers
Fill the ByteBuffer's part [position, limit) with the specific byte value starting from the ByteBuffer's position won't be changed.
fill(Buffer, byte) - Static method in class org.glassfish.grizzly.memory.Buffers
Fill the Buffer with the specific byte value.
fill(Buffer, int, int, byte) - Static method in class org.glassfish.grizzly.memory.Buffers
Fill the Buffer's part [position, limit) with the specific byte value starting from the Buffer's position won't be changed.
fillFully(int) - Method in class org.glassfish.grizzly.http.io.InputBuffer
/** Fill the buffer (blocking) up to the requested length.
filter - Variable in class org.glassfish.grizzly.servlet.FilterRegistration
 
filter(String) - Static method in class org.glassfish.grizzly.http.server.Response
Filter the specified message string for characters that are sensitive in HTML.
filter(String) - Static method in class org.glassfish.grizzly.http.util.HttpUtils
Filter the specified message string for characters that are sensitive in HTML.
filter(DataChunk) - Static method in class org.glassfish.grizzly.http.util.HttpUtils
Filter the specified message string for characters that are sensitive in HTML.
Filter - Interface in jakarta.servlet
A filter is an object that performs filtering tasks on either the request to a resource (a servlet or static content), or on the response from a resource, or both.
Filter - Interface in org.glassfish.grizzly.filterchain
A Filter encapsulates a unit of processing work to be performed, whose purpose is to examine and/or modify the state of a transaction that is represented by a FilterChainContext.
FilterChain - Interface in jakarta.servlet
A FilterChain is an object provided by the servlet container to the developer giving a view into the invocation chain of a filtered request for a resource.
FilterChain - Interface in org.glassfish.grizzly.filterchain
This class implement the "Chain of Responsibility" pattern (for more info, take a look at the classic "Gang of Four" design patterns book).
FilterChainBuilder - Class in org.glassfish.grizzly.filterchain
FilterChainBuilder implementation, which is responsible for constructing FilterChains.
FilterChainBuilder.StatelessFilterChainBuilder - Class in org.glassfish.grizzly.filterchain
 
FilterChainContext - Class in org.glassfish.grizzly.filterchain
FilterChain Context implementation.
FilterChainContext() - Constructor for class org.glassfish.grizzly.filterchain.FilterChainContext
 
FilterChainContext.CompletionListener - Interface in org.glassfish.grizzly.filterchain
The interface, which represents a listener, which will be notified, once FilterChainContext processing is complete.
FilterChainContext.CopyListener - Interface in org.glassfish.grizzly.filterchain
The interface, which represents a listener, which will be notified, after FilterChainContext.copy() is called.
FilterChainContext.Operation - Enum Class in org.glassfish.grizzly.filterchain
 
FilterChainContext.State - Enum Class in org.glassfish.grizzly.filterchain
 
FilterChainContext.TransportContext - Class in org.glassfish.grizzly.filterchain
 
FilterChainEnabledTransport - Interface in org.glassfish.grizzly.filterchain
Common interface for Transports, which support FilterChains.
FilterChainEvent - Interface in org.glassfish.grizzly.filterchain
 
filterChainFactory - Variable in class org.glassfish.grizzly.servlet.ServletHandler
 
FilterChainFactory - Class in org.glassfish.grizzly.servlet
FilterChainFactory is responsible for building a FilterChain instance with the Filters that need to be invoked for a particular request URI.
FilterChainFactory(WebappContext) - Constructor for class org.glassfish.grizzly.servlet.FilterChainFactory
 
FilterChainInvoker - Interface in org.glassfish.grizzly.servlet
 
FilterChainProcessorSelector - Class in org.glassfish.grizzly.filterchain
ProcessorSelector implementation, which delegates processing of IOEvent to the FilterChain.
FilterChainProcessorSelector(FilterChainBuilder) - Constructor for class org.glassfish.grizzly.filterchain.FilterChainProcessorSelector
 
filterClass - Variable in class org.glassfish.grizzly.servlet.FilterRegistration
 
FilterConfig - Interface in jakarta.servlet
A filter configuration object used by a servlet container to pass information to a filter during initialization.
FilterConfigImpl - Class in org.glassfish.grizzly.servlet
FilterConfig implementation.
FilterConfigImpl(WebappContext) - Constructor for class org.glassfish.grizzly.servlet.FilterConfigImpl
 
FilterExecutor - Interface in org.glassfish.grizzly.filterchain
Executes appropriate Filter processing method to process occurred IOEvent.
FilterMap - Class in org.glassfish.grizzly.servlet
Representation of a filter mapping for a web application, as represented in a <filter-mapping> element in the deployment descriptor.
FilterMap() - Constructor for class org.glassfish.grizzly.servlet.FilterMap
 
filterName() - Element in annotation interface jakarta.servlet.annotation.WebFilter
The name of the filter
filterNonPrintableCharacters(DataChunk) - Static method in class org.glassfish.grizzly.http.util.HttpUtils
Filter non-printable ASCII characters.
FilterRegistration - Class in org.glassfish.grizzly.servlet
Allows customization of a Filter registered with the WebappContext.
FilterRegistration - Interface in jakarta.servlet
Interface through which a Filter may be further configured.
FilterRegistration(WebappContext, String, Filter) - Constructor for class org.glassfish.grizzly.servlet.FilterRegistration
Creates a new FilterRegistration associated with the specified WebappContext.
FilterRegistration(WebappContext, String, Class<? extends Filter>) - Constructor for class org.glassfish.grizzly.servlet.FilterRegistration
Creates a new FilterRegistration associated with the specified WebappContext.
FilterRegistration(WebappContext, String, String) - Constructor for class org.glassfish.grizzly.servlet.FilterRegistration
Creates a new FilterRegistration associated with the specified WebappContext.
FilterRegistration.Dynamic - Interface in jakarta.servlet
Interface through which a Filter registered via one of the addFilter methods on ServletContext may be further configured.
filterRegistrations - Variable in class org.glassfish.grizzly.servlet.WebappContext
 
filters - Variable in class org.glassfish.grizzly.filterchain.ListFacadeFilterChain
The list of Filters this chain will invoke.
finalize() - Method in class org.glassfish.grizzly.filterchain.AbstractFilterChain
 
finalize() - Method in class org.glassfish.grizzly.http.server.filecache.FileCacheEntry
 
finalizeShutdown() - Method in class org.glassfish.grizzly.nio.NIOTransport
 
find(int) - Method in class org.glassfish.grizzly.http2.Node
Top down search from this Node and any children (recursively) returning the node with a matching id.
find(Class<T>) - Static method in class org.glassfish.grizzly.utils.ServiceFinder
Locates and incrementally instantiates the available providers of a given service using the context class loader.
find(Class<T>, ClassLoader) - Static method in class org.glassfish.grizzly.utils.ServiceFinder
Locates and incrementally instantiates the available providers of a given service using the given class loader.
find(String) - Static method in enum class org.glassfish.grizzly.http.util.Header
Attempts to find a HTTP header by it's standard textual definition which may differ from value value returned by Enum.name.
find(ByteChunk) - Static method in class org.glassfish.grizzly.http.util.StringCache
Find an entry given its name in the cache and return the associated String.
find(CharChunk) - Static method in class org.glassfish.grizzly.http.util.StringCache
Find an entry given its name in the cache and return the associated String.
find(PUContext, FilterChainContext) - Method in class org.glassfish.grizzly.portunif.finders.HttpProtocolFinder
 
find(PUContext, FilterChainContext) - Method in class org.glassfish.grizzly.portunif.finders.SSLProtocolFinder
 
find(PUContext, FilterChainContext) - Method in interface org.glassfish.grizzly.portunif.ProtocolFinder
Method is called from PUFilter to check whether the incoming bytes belong to the specific protocol.
findByName(String) - Method in class org.glassfish.grizzly.http.Cookies
 
findBytesAscii(byte[]) - Method in class org.glassfish.grizzly.http.util.BufferChunk
Returns the starting index of the specified byte sequence within this Buffer.
findChar(byte[], int, int, char) - Static method in class org.glassfish.grizzly.http.util.ByteChunk
Find a character, no side effects.
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.
findChars(byte[], int, int, byte[]) - Static method in class org.glassfish.grizzly.http.util.ByteChunk
Find a character, no side effects.
findClosest(ByteChunk, StringCache.ByteEntry[], int) - Static method in class org.glassfish.grizzly.http.util.StringCache
Find an entry given its name in a sorted array of map elements.
findClosest(CharChunk, StringCache.CharEntry[], int) - Static method in class org.glassfish.grizzly.http.util.StringCache
Find an entry given its name in a sorted array of map elements.
findEOL(HttpCodecFilter.HeaderParsingState, byte[], int) - Static method in class org.glassfish.grizzly.http.util.HttpCodecUtils
 
findEOL(HttpCodecFilter.HeaderParsingState, Buffer) - Static method in class org.glassfish.grizzly.http.util.HttpCodecUtils
 
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.
findNotChars(byte[], int, int, byte[]) - Static method in class org.glassfish.grizzly.http.util.ByteChunk
Find the first character != c
findProtocol(PUContext, FilterChainContext) - Method in class org.glassfish.grizzly.portunif.PUFilter
 
findSpace(byte[], int, int, int) - Static method in class org.glassfish.grizzly.http.util.HttpCodecUtils
 
findSpace(Buffer, int, int) - Static method in class org.glassfish.grizzly.http.util.HttpCodecUtils
 
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.
FINE_GRIZZLY_ASYNCQUEUE_ERROR_NOCALLBACK_ERROR(Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
GRIZZLY0009: No callback available to be notified about AsyncQueue error: {0}
FINE_GRIZZLY_HTTP_PARAMETERS_DECODE_FAIL_DEBUG(Object, Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
Character decoding failed.
FINE_GRIZZLY_HTTP_PARAMETERS_NOEQUAL(Object, Object, Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
Parameter starting at position [{0}] and ending at position [{1}] with a value of [{2}] was not followed by an '=' character
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.
finish() - Method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
 
finish(AttributeStorage) - Method in class org.glassfish.grizzly.compression.lzma.LZMADecoder
 
finish(AttributeStorage) - Method in class org.glassfish.grizzly.compression.lzma.LZMAEncoder
 
finish(AttributeStorage) - Method in class org.glassfish.grizzly.compression.zip.GZipEncoder
Finishes to compress data to the output stream without closing the underlying stream.
finishBufferSlice() - Method in class org.glassfish.grizzly.nio.DirectByteBufferRecord
 
finished() - Method in class org.glassfish.grizzly.http.io.InputBuffer
When invoked, this method will call ReadHandler.onAllDataRead() on the current ReadHandler (if any).
finishHeader() - Method in class org.glassfish.grizzly.http2.HeadersDecoder
 
fireEventDownstream(Connection, FilterChainEvent, CompletionHandler<FilterChainContext>) - Method in class org.glassfish.grizzly.filterchain.DefaultFilterChain
 
fireEventDownstream(Connection, FilterChainEvent, CompletionHandler<FilterChainContext>) - Method in interface org.glassfish.grizzly.filterchain.FilterChain
 
fireEventUpstream(Connection, FilterChainEvent, CompletionHandler<FilterChainContext>) - Method in class org.glassfish.grizzly.filterchain.DefaultFilterChain
 
fireEventUpstream(Connection, FilterChainEvent, CompletionHandler<FilterChainContext>) - Method in interface org.glassfish.grizzly.filterchain.FilterChain
 
fireIOEvent(Connection, IOEvent, IOEventLifeCycleListener, Logger) - Static method in class org.glassfish.grizzly.strategies.AbstractIOStrategy
 
fireIOEvent(IOEvent, Connection, IOEventLifeCycleListener) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransport
 
fireIOEvent(IOEvent, Connection, IOEventLifeCycleListener) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOTransport
 
fireIOEvent(IOEvent, Connection, IOEventLifeCycleListener) - Method in interface org.glassfish.grizzly.Transport
Fires specific IOEvent on the Connection
FIRST_TO_LAST - Enum constant in enum class org.glassfish.grizzly.memory.CompositeBuffer.DisposeOrder
 
firstChild - Variable in class org.glassfish.grizzly.http2.Node
 
FIXED_LENGTH_ENCODING - Static variable in class org.glassfish.grizzly.http2.Http2BaseFilter
 
FixedLengthTransferEncoding - Class in org.glassfish.grizzly.http
Fixed length transfer encoding implementation.
FixedLengthTransferEncoding() - Constructor for class org.glassfish.grizzly.http.FixedLengthTransferEncoding
 
FixedThreadPool - Class in org.glassfish.grizzly.threadpool
Minimalistic fixed thread pool to allow for nice scalability if a good Queue impl is used.
FixedThreadPool(ThreadPoolConfig) - Constructor for class org.glassfish.grizzly.threadpool.FixedThreadPool
 
flags - Variable in class org.glassfish.grizzly.http2.frames.Http2Frame.Http2FrameBuilder
 
flip() - Method in interface org.glassfish.grizzly.Buffer
Flips this buffer.
flip() - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
flip() - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
 
flip() - Method in class org.glassfish.grizzly.memory.HeapBuffer
 
FLOW_CONTROL_ERROR - Enum constant in enum class org.glassfish.grizzly.http2.frames.ErrorCode
 
flush() - Method in class org.glassfish.grizzly.compression.lzma.impl.lz.OutWindow
 
flush() - Method in class org.glassfish.grizzly.http.io.OutputBuffer
Flush the response.
flush() - Method in class org.glassfish.grizzly.http.server.Response
Flush the current buffered content to the network.
flush() - Method in class org.glassfish.grizzly.servlet.ServletOutputStreamImpl
Will send the buffer to the client.
flush() - Method in class org.glassfish.grizzly.servlet.ServletWriterImpl
 
flush() - Method in class org.glassfish.grizzly.streams.AbstractStreamWriter
Cause the overflow handler to be called even if buffer is not full.
flush() - Method in interface org.glassfish.grizzly.streams.StreamWriter
Make sure that all data that has been written is flushed from the stream to its destination.
flush() - Method in class org.glassfish.grizzly.utils.BufferOutputStream
 
flush(CompletionHandler) - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
 
flush(CompletionHandler<Integer>) - Method in class org.glassfish.grizzly.nio.transport.DefaultStreamWriter
 
flush(CompletionHandler<Integer>) - Method in class org.glassfish.grizzly.streams.AbstractStreamWriter
Cause the overflow handler to be called even if buffer is not full.
flush(CompletionHandler<Integer>) - Method in class org.glassfish.grizzly.streams.BufferedOutput
 
flush(CompletionHandler<Integer>) - Method in interface org.glassfish.grizzly.streams.Output
Make sure that all data that has been written is flushed from the stream to its destination.
flush(CompletionHandler<Integer>) - Method in class org.glassfish.grizzly.streams.StreamOutput
 
flush(CompletionHandler<Integer>) - Method in interface org.glassfish.grizzly.streams.StreamWriter
Make sure that all data that has been written is flushed from the stream to its destination.
flush(CompletionHandler<Http2Stream>) - Method in class org.glassfish.grizzly.http2.UpgradeOutputSink
 
flush(Connection, CompletionHandler<WriteResult>) - Method in class org.glassfish.grizzly.filterchain.DefaultFilterChain
 
flush(Connection, CompletionHandler<WriteResult>) - Method in interface org.glassfish.grizzly.filterchain.FilterChain
 
flush0(Buffer, CompletionHandler<Integer>) - Method in class org.glassfish.grizzly.nio.transport.DefaultStreamWriter.Output
 
flush0(Buffer, CompletionHandler<Integer>) - Method in class org.glassfish.grizzly.streams.BufferedOutput
 
flush0(Buffer, CompletionHandler<Integer>) - Method in class org.glassfish.grizzly.streams.TransformerOutput
 
flushBuffer() - Method in interface jakarta.servlet.ServletResponse
Forces any content in the buffer to be written to the client.
flushBuffer() - Method in class jakarta.servlet.ServletResponseWrapper
The default behavior of this method is to call flushBuffer() on the wrapped response object.
flushBuffer() - Method in class org.glassfish.grizzly.http.util.ByteChunk
 
flushBuffer() - Method in class org.glassfish.grizzly.http.util.C2BConverter
Flush any internal buffers into the ByteOutput or the internal byte[]
flushBuffer() - Method in class org.glassfish.grizzly.http.util.CharChunk
 
flushBuffer() - Method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
Forces any content in the buffer to be written to the client.
flushByteBuffer(SocketChannel, ByteBuffer) - Static method in class org.glassfish.grizzly.nio.transport.TCPNIOUtils
 
flushByteBuffers(SocketChannel, ByteBuffer[], int, int) - Static method in class org.glassfish.grizzly.nio.transport.TCPNIOUtils
 
flushData() - Method in class org.glassfish.grizzly.compression.lzma.impl.rangecoder.RangeEncoder
 
flushHeaders() - Method in class org.glassfish.grizzly.http2.HeadersEncoder
 
flushSpecialHeaders() - Method in class org.glassfish.grizzly.http.HttpHeader
Flush internal fields for special header names to the headers map.
FNAME - Enum constant in enum class org.glassfish.grizzly.compression.zip.GZipDecoder.DecodeStatus
 
FORBIDDEN_403 - Static variable in class org.glassfish.grizzly.http.util.HttpStatus
 
FORCE - Enum constant in enum class org.glassfish.grizzly.http.CompressionConfig.CompressionMode
 
FORCE - Enum constant in enum class org.glassfish.grizzly.http.server.CompressionLevel
Deprecated.
 
FORCED_REQUEST_TYPE - Static variable in class org.glassfish.grizzly.http.server.Constants
The forced request-type
FOREVER - Static variable in class org.glassfish.grizzly.utils.IdleTimeoutFilter
 
FOREVER_SPECIAL - Static variable in class org.glassfish.grizzly.utils.IdleTimeoutFilter
 
forgetWritePossible(WriteHandler) - Method in class org.glassfish.grizzly.asyncqueue.TaskQueue
 
fork() - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
This method invocation suggests the FilterChain to create a copy of this FilterChainContext and resume/fork its execution starting from the current Filter.
fork(NextAction) - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
This method invocation suggests the FilterChain to create a copy of this FilterChainContext and resume/fork its execution starting from the current Filter.
FORM_AUTH - Static variable in interface jakarta.servlet.http.HttpServletRequest
String identifier for Form authentication.
FORM_POST_CONTENT_TYPE - Static variable in class org.glassfish.grizzly.http.util.Constants
 
format - Variable in class org.glassfish.grizzly.http.server.Response
The date format we will use for creating date headers.
format(String) - Method in class org.glassfish.grizzly.http.server.accesslog.AccessLogBuilder
Set the format as a String compatible with the default Apache access log format that will be used by the access logs configured by this instance.
format(Date, StringBuffer, FieldPosition) - Method in class org.glassfish.grizzly.http.util.FastDateFormat
Note: breaks functionality of fieldPosition param.
format(Date, StringBuilder, FieldPosition) - Method in class org.glassfish.grizzly.http.util.FastDateFormat
Note: breaks functionality of fieldPosition param.
format(LogRecord) - Method in class org.glassfish.grizzly.utils.LoggingFormatter
Format the record to include the Thread that logged this record.
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(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
 
formatDate(long, DateFormat) - Static method in class org.glassfish.grizzly.http.util.FastHttpDateFormat
Get the HTTP format of the specified date.
http spec only requre second precision http://tools.ietf.org/html/rfc2616#page-20
therefore we dont use the millisecond precision , but second .
forward(ServletRequest, ServletResponse) - Method in interface jakarta.servlet.RequestDispatcher
Forwards a request from a servlet to another resource (servlet, JSP file, or HTML file) on the server.
FORWARD - Enum constant in enum class jakarta.servlet.DispatcherType
 
FORWARD_CONTEXT_PATH - Static variable in interface jakarta.servlet.RequestDispatcher
The name of the request attribute under which the original context path is made available to the target of a forward
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_MAPPING - Static variable in interface jakarta.servlet.RequestDispatcher
The name of the request attribute under which the original HttpServletMapping is made available to the target of a forward
FORWARD_PATH_INFO - Static variable in interface jakarta.servlet.RequestDispatcher
The name of the request attribute under which the original path info is made available to the target of a forward
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 - Static variable in interface jakarta.servlet.RequestDispatcher
The name of the request attribute under which the original query string is made available to the target of a forward
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 - Static variable in interface jakarta.servlet.RequestDispatcher
The name of the request attribute under which the original request URI is made available to the target of a forward
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 - Static variable in interface jakarta.servlet.RequestDispatcher
The name of the request attribute under which the original servlet path is made available to the target of a forward
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.
FOUND - Enum constant in enum class org.glassfish.grizzly.portunif.ProtocolFinder.Result
 
FOUND_302 - Static variable in class org.glassfish.grizzly.http.util.HttpStatus
 
frame(DataFrame) - Method in class org.glassfish.grizzly.websockets.ProtocolHandler
 
frame(DataFrame) - Method in class org.glassfish.grizzly.websockets.rfc6455.RFC6455Handler
 
FRAME_HEADER_SIZE - Static variable in class org.glassfish.grizzly.http2.frames.Http2Frame
 
FRAME_SIZE_ERROR - Enum constant in enum class org.glassfish.grizzly.http2.frames.ErrorCode
 
frameBuffer - Variable in class org.glassfish.grizzly.http2.frames.Http2Frame
 
frameCodec() - Method in class org.glassfish.grizzly.http2.Http2SessionOutputSink
 
FrameCompletionHandler - Class in org.glassfish.grizzly.websockets
 
FrameCompletionHandler() - Constructor for class org.glassfish.grizzly.websockets.FrameCompletionHandler
 
FrameParsingState() - Constructor for class org.glassfish.grizzly.http2.Http2FrameCodec.FrameParsingState
 
FrameType - Interface in org.glassfish.grizzly.websockets
 
FramingException - Exception in org.glassfish.grizzly.websockets
 
FramingException(String) - Constructor for exception org.glassfish.grizzly.websockets.FramingException
 
FramingException(String, Throwable) - Constructor for exception org.glassfish.grizzly.websockets.FramingException
 
FramingException(Throwable) - Constructor for exception org.glassfish.grizzly.websockets.FramingException
 
From - Enum constant in enum class org.glassfish.grizzly.http.util.Header
 
fromBase64Uri(DataChunk) - Static method in class org.glassfish.grizzly.http2.frames.SettingsFrame
 
fromBuffer(int, int, Buffer) - Static method in class org.glassfish.grizzly.http2.frames.ContinuationFrame
 
fromBuffer(int, int, Buffer) - Static method in class org.glassfish.grizzly.http2.frames.DataFrame
 
fromBuffer(int, int, Buffer) - Static method in class org.glassfish.grizzly.http2.frames.HeadersFrame
 
fromBuffer(int, int, Buffer) - Static method in class org.glassfish.grizzly.http2.frames.PingFrame
 
fromBuffer(int, int, Buffer) - Static method in class org.glassfish.grizzly.http2.frames.PushPromiseFrame
 
fromBuffer(int, int, Buffer) - Static method in class org.glassfish.grizzly.http2.frames.RstStreamFrame
 
fromBuffer(int, int, Buffer) - Static method in class org.glassfish.grizzly.http2.frames.SettingsFrame
 
fromBuffer(int, int, Buffer) - Static method in class org.glassfish.grizzly.http2.frames.WindowUpdateFrame
 
fromBuffer(int, Buffer) - Static method in class org.glassfish.grizzly.http2.frames.GoAwayFrame
 
fromBuffer(int, Buffer) - Static method in class org.glassfish.grizzly.http2.frames.PriorityFrame
 
fromString(String) - Static method in enum class org.glassfish.grizzly.http.CompressionConfig.CompressionMode
Returns the CompressionConfig.CompressionMode based on the string representation.
fromString(String) - Static method in class org.glassfish.grizzly.http.server.HttpHandlerRegistration
Create a registration from the mapping String.
future - Variable in class org.glassfish.grizzly.streams.BufferedInput
 
FutureImpl<R> - Interface in org.glassfish.grizzly.impl
Future interface, which has full control over the state.
Futures - Class in org.glassfish.grizzly.utils
Set of Future utilities.
Futures() - Constructor for class org.glassfish.grizzly.utils.Futures
 
A B C D E F G H I J K L M N O P Q R S T U V W X Z _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form