- Factory() - Constructor for class org.glassfish.grizzly.asyncqueue.AsyncQueueIO.Factory
-
- fail(FilterChainContext, Throwable) - Method in class org.glassfish.grizzly.filterchain.DefaultFilterChain
-
- fail(FilterChainContext, Throwable) - Method in interface org.glassfish.grizzly.filterchain.FilterChain
-
- fail(Throwable) - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
-
- 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 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
-
- 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 - Variable in class org.glassfish.grizzly.impl.UnsafeFutureImpl
-
- failure(Throwable) - Method in class org.glassfish.grizzly.impl.UnsafeFutureImpl
-
Notify about the failure, occured during asynchronous operation execution.
- 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(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.
- fill(ByteBuffer, byte) - Static method in class org.glassfish.grizzly.memory.Buffers
-
- 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.
- 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 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.StatelessFilterChainBuilder - Class in org.glassfish.grizzly.filterchain
-
- FilterChainContext - Class in org.glassfish.grizzly.filterchain
-
- 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
-
- FilterChainContext.Operation - Enum in org.glassfish.grizzly.filterchain
-
- FilterChainContext.State - Enum 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
-
- FilterChainProcessorSelector - Class in org.glassfish.grizzly.filterchain
-
- FilterChainProcessorSelector(FilterChainBuilder) - Constructor for class org.glassfish.grizzly.filterchain.FilterChainProcessorSelector
-
- FilterExecutor - Interface in org.glassfish.grizzly.filterchain
-
Executes appropriate
Filter processing method to process occurred
IOEvent.
- 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
-
- finalizeShutdown() - Method in class org.glassfish.grizzly.nio.NIOTransport
-
- 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(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.
- 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(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
-
- 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(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(Connection, IOEvent, IOEventLifeCycleListener, Logger) - Static method in class org.glassfish.grizzly.strategies.AbstractIOStrategy
-
- fireIOEvent(IOEvent, Connection, IOEventLifeCycleListener) - Method in interface org.glassfish.grizzly.Transport
-
- 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
-
- 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
-
- flush() - Method in class org.glassfish.grizzly.compression.lzma.impl.lz.OutWindow
-
- flush(Connection, CompletionHandler<WriteResult>) - Method in class org.glassfish.grizzly.filterchain.DefaultFilterChain
-
- flush(Connection, CompletionHandler<WriteResult>) - Method in interface org.glassfish.grizzly.filterchain.FilterChain
-
- flush(CompletionHandler) - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
-
- flush(CompletionHandler<Integer>) - Method in class org.glassfish.grizzly.nio.transport.DefaultStreamWriter
-
- flush() - 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.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() - 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<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() - Method in class org.glassfish.grizzly.utils.BufferOutputStream
-
- 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
-
- 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
-
- 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
-
- fork(NextAction) - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
-
- format(LogRecord) - Method in class org.glassfish.grizzly.utils.LoggingFormatter
-
Format the record to include the Thread that logged this record.
- 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
-
- Futures() - Constructor for class org.glassfish.grizzly.utils.Futures
-