- AbstractBindingHandler - Class in org.glassfish.grizzly
-
- AbstractBindingHandler(NIOTransport) - Constructor for class org.glassfish.grizzly.AbstractBindingHandler
-
- AbstractBindingHandler.Builder<E extends AbstractBindingHandler.Builder> - Class in org.glassfish.grizzly
-
Builder
- AbstractBindingHandler.Builder() - Constructor for class org.glassfish.grizzly.AbstractBindingHandler.Builder
-
- AbstractBufferArray<E> - Class in org.glassfish.grizzly.memory
-
- AbstractBufferArray(Class<E>) - Constructor for class org.glassfish.grizzly.memory.AbstractBufferArray
-
- AbstractCodecFilter<K,L> - Class in org.glassfish.grizzly.filterchain
-
- AbstractCodecFilter(Transformer<K, L>, Transformer<L, K>) - Constructor for class org.glassfish.grizzly.filterchain.AbstractCodecFilter
-
- AbstractFilterChain - Class in org.glassfish.grizzly.filterchain
-
- AbstractFilterChain() - Constructor for class org.glassfish.grizzly.filterchain.AbstractFilterChain
-
- AbstractIOStrategy - Class in org.glassfish.grizzly.strategies
-
- AbstractIOStrategy() - Constructor for class org.glassfish.grizzly.strategies.AbstractIOStrategy
-
- AbstractMemoryManager<E extends Buffer> - Class in org.glassfish.grizzly.memory
-
- AbstractMemoryManager() - Constructor for class org.glassfish.grizzly.memory.AbstractMemoryManager
-
Creates a new
AbstractMemoryManager using a max buffer size
of
65536.
- AbstractMemoryManager(int) - Constructor for class org.glassfish.grizzly.memory.AbstractMemoryManager
-
Creates a new AbstractMemoryManager using the specified
buffer size.
- AbstractMemoryManager.TrimAware - Interface in org.glassfish.grizzly.memory
-
This is a marker interface indicating a particular
Buffer
implementation can be trimmed.
- AbstractNIOAsyncQueueReader - Class in org.glassfish.grizzly.nio
-
- AbstractNIOAsyncQueueReader(NIOTransport) - Constructor for class org.glassfish.grizzly.nio.AbstractNIOAsyncQueueReader
-
- AbstractNIOAsyncQueueWriter - Class in org.glassfish.grizzly.nio
-
- AbstractNIOAsyncQueueWriter(NIOTransport) - Constructor for class org.glassfish.grizzly.nio.AbstractNIOAsyncQueueWriter
-
- AbstractNIOConnectionDistributor - Class in org.glassfish.grizzly.nio
-
- AbstractNIOConnectionDistributor(NIOTransport) - Constructor for class org.glassfish.grizzly.nio.AbstractNIOConnectionDistributor
-
- AbstractReader<L> - Class in org.glassfish.grizzly
-
Abstract class, which provides transitive dependencies for overloaded
Reader methods.
- AbstractReader() - Constructor for class org.glassfish.grizzly.AbstractReader
-
- AbstractSocketConnectorHandler - Class in org.glassfish.grizzly
-
Abstract class simplifies the implementation of
SocketConnectorHandler
interface by pre-implementing some of its methods.
- AbstractSocketConnectorHandler(Transport) - Constructor for class org.glassfish.grizzly.AbstractSocketConnectorHandler
-
- AbstractSocketConnectorHandler.Builder<E extends AbstractSocketConnectorHandler.Builder> - Class in org.glassfish.grizzly
-
Builder
- AbstractSocketConnectorHandler.Builder() - Constructor for class org.glassfish.grizzly.AbstractSocketConnectorHandler.Builder
-
- AbstractStreamReader - Class in org.glassfish.grizzly.streams
-
Each method reads data from the current ByteBuffer.
- AbstractStreamReader(Connection, Input) - Constructor for class org.glassfish.grizzly.streams.AbstractStreamReader
-
Create a new ByteBufferReader.
- AbstractStreamWriter - Class in org.glassfish.grizzly.streams
-
Write the primitive Java type to the current ByteBuffer.
- AbstractStreamWriter(Connection, Output) - Constructor for class org.glassfish.grizzly.streams.AbstractStreamWriter
-
Create a new ByteBufferWriter.
- AbstractStreamWriter.DisposeBufferCompletionHandler - Class in org.glassfish.grizzly.streams
-
- AbstractStreamWriter.DisposeBufferCompletionHandler(Buffer) - Constructor for class org.glassfish.grizzly.streams.AbstractStreamWriter.DisposeBufferCompletionHandler
-
- AbstractThreadPool - Class in org.glassfish.grizzly.threadpool
-
- AbstractThreadPool(ThreadPoolConfig) - Constructor for class org.glassfish.grizzly.threadpool.AbstractThreadPool
-
- AbstractThreadPool.Worker - Class in org.glassfish.grizzly.threadpool
-
- AbstractThreadPool.Worker() - Constructor for class org.glassfish.grizzly.threadpool.AbstractThreadPool.Worker
-
- AbstractTransformer<K,L> - Class in org.glassfish.grizzly
-
- AbstractTransformer() - Constructor for class org.glassfish.grizzly.AbstractTransformer
-
- AbstractTransformer.LastResultAwareState<K,L> - Class in org.glassfish.grizzly
-
- AbstractTransformer.LastResultAwareState() - Constructor for class org.glassfish.grizzly.AbstractTransformer.LastResultAwareState
-
- AbstractTransport - Class in org.glassfish.grizzly
-
- AbstractTransport(String) - Constructor for class org.glassfish.grizzly.AbstractTransport
-
- AbstractWriter<L> - Class in org.glassfish.grizzly
-
Abstract class, which provides transitive dependencies for overloaded
Writer methods.
- AbstractWriter() - Constructor for class org.glassfish.grizzly.AbstractWriter
-
- accept() - Method in class org.glassfish.grizzly.nio.transport.TCPNIOServerConnection
-
- accept() - Method in interface org.glassfish.grizzly.SocketAcceptor
-
- acceptAsync() - Method in class org.glassfish.grizzly.nio.transport.TCPNIOServerConnection
-
- acquireBuffer(Connection) - Method in class org.glassfish.grizzly.nio.tmpselectors.TemporarySelectorReader
-
- ACTIVE_ATTRIBUTE_NAME - Static variable in class org.glassfish.grizzly.utils.ActivityCheckFilter
-
- ActivityCheckFilter - Class in org.glassfish.grizzly.utils
-
The Filter is responsible for tracking
Connection activity and closing
Connection ones it becomes idle for certain amount of time.
- ActivityCheckFilter(DelayedExecutor, long, TimeUnit) - Constructor for class org.glassfish.grizzly.utils.ActivityCheckFilter
-
- ActivityCheckFilter(DelayedExecutor, long, TimeUnit, ActivityCheckFilter.TimeoutHandler) - Constructor for class org.glassfish.grizzly.utils.ActivityCheckFilter
-
- ActivityCheckFilter(DelayedExecutor, DelayedExecutor.Worker<Connection>, long, TimeUnit) - Constructor for class org.glassfish.grizzly.utils.ActivityCheckFilter
-
- ActivityCheckFilter.TimeoutHandler - Interface in org.glassfish.grizzly.utils
-
- adapt(Integer) - Method in class org.glassfish.grizzly.ssl.SSLStreamWriter.HandshakeCompletionHandler
-
- adapt(B) - Method in class org.glassfish.grizzly.utils.CompletionHandlerAdapter
-
- adapt(K) - Method in interface org.glassfish.grizzly.utils.GenericAdapter
-
- add(ProcessorSelector) - Method in class org.glassfish.grizzly.ChainProcessorSelector
- add(int, ProcessorSelector) - Method in class org.glassfish.grizzly.ChainProcessorSelector
- add(E) - Method in class org.glassfish.grizzly.Context.MinimalisticArrayList
-
- add(Filter) - Method in class org.glassfish.grizzly.filterchain.FilterChainBuilder
-
- add(int, Filter) - Method in class org.glassfish.grizzly.filterchain.FilterChainBuilder
-
- add(Filter) - Method in class org.glassfish.grizzly.filterchain.ListFacadeFilterChain
- add(int, Filter) - Method in class org.glassfish.grizzly.filterchain.ListFacadeFilterChain
- add(E) - Method in class org.glassfish.grizzly.memory.AbstractBufferArray
-
- add(E, int, int) - Method in class org.glassfish.grizzly.memory.AbstractBufferArray
-
- add(ArraySet<T>) - Method in class org.glassfish.grizzly.utils.ArraySet
-
Add all the elements from the source ArraySet.
- add(T) - Method in class org.glassfish.grizzly.utils.ArraySet
- add(E, long, TimeUnit) - Method in class org.glassfish.grizzly.utils.DelayedExecutor.DelayQueue
-
- add(E) - Method in class org.glassfish.grizzly.utils.LinkedTransferQueue
-
Inserts the specified element at the tail of this queue.
- addAll(Collection<? extends ProcessorSelector>) - Method in class org.glassfish.grizzly.ChainProcessorSelector
- addAll(int, Collection<? extends ProcessorSelector>) - Method in class org.glassfish.grizzly.ChainProcessorSelector
- addAll(Filter[]) - Method in class org.glassfish.grizzly.filterchain.FilterChainBuilder
-
- addAll(int, Filter[]) - Method in class org.glassfish.grizzly.filterchain.FilterChainBuilder
-
- addAll(List<Filter>) - Method in class org.glassfish.grizzly.filterchain.FilterChainBuilder
-
- addAll(int, List<Filter>) - Method in class org.glassfish.grizzly.filterchain.FilterChainBuilder
-
- addAll(FilterChainBuilder) - Method in class org.glassfish.grizzly.filterchain.FilterChainBuilder
-
- addAll(Collection<? extends Filter>) - Method in class org.glassfish.grizzly.filterchain.ListFacadeFilterChain
- addAll(int, Collection<? extends Filter>) - Method in class org.glassfish.grizzly.filterchain.ListFacadeFilterChain
- addAll(T...) - Method in class org.glassfish.grizzly.utils.ArraySet
-
Add the element(s) to the set.
- addAll(Collection<? extends T>) - Method in class org.glassfish.grizzly.utils.ArraySet
- addCloseListener(CloseListener) - Method in interface org.glassfish.grizzly.Closeable
-
Add the
CloseListener, which will be notified once the stream
will be closed.
- addCloseListener(CloseListener) - Method in interface org.glassfish.grizzly.Connection
-
- addCloseListener(Connection.CloseListener) - Method in interface org.glassfish.grizzly.Connection
-
- addCloseListener(CloseListener) - Method in class org.glassfish.grizzly.nio.NIOConnection
-
- addCloseListener(Connection.CloseListener) - Method in class org.glassfish.grizzly.nio.NIOConnection
-
- addCompletionHandler(CompletionHandler<R>) - Method in interface org.glassfish.grizzly.GrizzlyFuture
-
Adds a
CompletionHandler, which will be notified once the
asynchronous computation, represented by this
Future,
is complete.
- addCompletionHandler(CompletionHandler<R>) - Method in class org.glassfish.grizzly.impl.ReadyFutureImpl
-
Adds a
CompletionHandler, which will be notified once the
asynchronous computation, represented by this
Future,
is complete.
- addCompletionHandler(CompletionHandler<R>) - Method in class org.glassfish.grizzly.impl.SafeFutureImpl
-
Adds a
CompletionHandler, which will be notified once the
asynchronous computation, represented by this
Future,
is complete.
- addCompletionHandler(CompletionHandler<R>) - Method in class org.glassfish.grizzly.impl.UnsafeFutureImpl
-
Adds a
CompletionHandler, which will be notified once the
asynchronous computation, represented by this
Future,
is complete.
- addCompletionListener(FilterChainContext.CompletionListener) - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
-
- addCopyListener(FilterChainContext.CopyListener) - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
-
- addFirst(Filter) - Method in class org.glassfish.grizzly.filterchain.FilterChainBuilder
-
- addHandshakeListener(SSLBaseFilter.HandshakeListener) - Method in class org.glassfish.grizzly.ssl.SSLBaseFilter
-
- addLast(Filter) - Method in class org.glassfish.grizzly.filterchain.FilterChainBuilder
-
- addLifeCycleListener(IOEventLifeCycleListener) - Method in class org.glassfish.grizzly.Context
-
- addMonitoringProbe(ConnectionProbe) - Method in class org.glassfish.grizzly.AbstractSocketConnectorHandler
-
Add the
ConnectionProbe, which will be notified about
Connection life-cycle events.
- addProbes(E...) - Method in class org.glassfish.grizzly.monitoring.DefaultMonitoringConfig
-
Add the monitoring probes, which will be notified about object's lifecycle events.
- addProbes(E...) - Method in interface org.glassfish.grizzly.monitoring.MonitoringConfig
-
Add the monitoring probes, which will be notified about object's lifecycle events.
- addRecord(Connection, Buffer, CompletionHandler, Interceptor<ReadResult>) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOAsyncQueueReader
-
- addRecord(Connection, Buffer, CompletionHandler, Interceptor<ReadResult>) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOAsyncQueueReader
-
- addShutdownListener(GracefulShutdownListener) - Method in class org.glassfish.grizzly.nio.NIOTransport
-
- addShutdownListener(GracefulShutdownListener) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOTransport
-
- addShutdownListener(GracefulShutdownListener) - Method in interface org.glassfish.grizzly.Transport
-
- addUnique(T[], T) - Static method in class org.glassfish.grizzly.utils.ArrayUtils
-
Add unique element to the array.
- addUnique(T[], T, boolean) - Static method in class org.glassfish.grizzly.utils.ArrayUtils
-
Add unique element to the array.
- afterExecute(AbstractThreadPool.Worker, Thread, Runnable, Throwable) - Method in class org.glassfish.grizzly.threadpool.AbstractThreadPool
-
Method invoked upon completion of execution of the given Runnable.
- aggregate(TaskQueue<AsyncWriteQueueRecord>) - Method in class org.glassfish.grizzly.nio.AbstractNIOAsyncQueueWriter
-
Aggregates records in a queue to be written as one chunk.
- aggregate(TaskQueue<AsyncWriteQueueRecord>) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOAsyncQueueWriter
-
Aggregates records in a queue to be written as one chunk.
- allocate(int) - Method in class org.glassfish.grizzly.memory.ByteBufferManager
-
Allocated
Buffer of the required size.
- allocate(int) - Method in class org.glassfish.grizzly.memory.HeapMemoryManager
-
Allocated
Buffer of the required size.
- allocate(int) - Method in interface org.glassfish.grizzly.memory.MemoryManager
-
Allocated
Buffer of the required size.
- allocate(int) - Method in class org.glassfish.grizzly.memory.PooledMemoryManager
-
- allocate(int) - Method in interface org.glassfish.grizzly.memory.ThreadLocalPool
-
- allocate(int) - Method in class org.glassfish.grizzly.nio.DirectByteBufferRecord
-
- allocateAndReadBuffer(TCPNIOConnection) - Static method in class org.glassfish.grizzly.nio.transport.TCPNIOUtils
-
- allocateAtLeast(int) - Method in class org.glassfish.grizzly.memory.ByteBufferManager
-
Allocated
Buffer at least of the provided size.
- allocateAtLeast(int) - Method in class org.glassfish.grizzly.memory.HeapMemoryManager
-
Allocated
Buffer at least of the provided size.
- allocateAtLeast(int) - Method in interface org.glassfish.grizzly.memory.MemoryManager
-
Allocated
Buffer at least of the provided size.
- allocateAtLeast(int) - Method in class org.glassfish.grizzly.memory.PooledMemoryManager
-
Allocates a buffer of at least the size requested.
- allocateByteBuffer(int) - Method in interface org.glassfish.grizzly.memory.ByteBufferAware
-
- allocateByteBuffer(int) - Method in class org.glassfish.grizzly.memory.ByteBufferManager
-
- allocateByteBuffer(MemoryManager, int) - Static method in class org.glassfish.grizzly.memory.MemoryUtils
-
- allocateByteBuffer0(int) - Method in class org.glassfish.grizzly.memory.ByteBufferManager
-
- allocateByteBufferAtLeast(int) - Method in interface org.glassfish.grizzly.memory.ByteBufferAware
-
- allocateByteBufferAtLeast(int) - Method in class org.glassfish.grizzly.memory.ByteBufferManager
-
- allocateFromPool(ThreadLocalPool, int) - Method in class org.glassfish.grizzly.memory.AbstractMemoryManager
-
- allocateHeapBuffer(int) - Method in class org.glassfish.grizzly.memory.HeapMemoryManager
-
- allocateHeapBufferAtLeast(int) - Method in class org.glassfish.grizzly.memory.HeapMemoryManager
-
- allocateInputBuffer(SSLConnectionContext) - Static method in class org.glassfish.grizzly.ssl.SSLUtils
-
- allocateNewBuffer(MemoryManager, int) - Method in class org.glassfish.grizzly.utils.BufferOutputStream
-
- allowBufferDispose() - Method in interface org.glassfish.grizzly.Buffer
-
- allowBufferDispose(boolean) - Method in interface org.glassfish.grizzly.Buffer
-
- allowBufferDispose() - Method in class org.glassfish.grizzly.memory.BuffersBuffer
-
- allowBufferDispose(boolean) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
-
- allowBufferDispose - Variable in class org.glassfish.grizzly.memory.ByteBufferWrapper
-
- allowBufferDispose() - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
-
- allowBufferDispose(boolean) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
-
- allowBufferDispose - Variable in class org.glassfish.grizzly.memory.HeapBuffer
-
- allowBufferDispose() - Method in class org.glassfish.grizzly.memory.HeapBuffer
-
- allowBufferDispose(boolean) - Method in class org.glassfish.grizzly.memory.HeapBuffer
-
- allowDispose(Buffer) - Static method in class org.glassfish.grizzly.ssl.SSLUtils
-
- allowInternalBuffersDispose() - Method in class org.glassfish.grizzly.memory.BuffersBuffer
-
- allowInternalBuffersDispose(boolean) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
-
- allowInternalBuffersDispose(boolean) - Method in class org.glassfish.grizzly.memory.CompositeBuffer
-
- allowInternalBuffersDispose() - Method in class org.glassfish.grizzly.memory.CompositeBuffer
-
- append(T) - Method in interface org.glassfish.grizzly.Appendable
-
- append(E, E) - Method in interface org.glassfish.grizzly.Appender
-
- append(Buffer) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
-
- append(Buffer) - Method in class org.glassfish.grizzly.memory.CompositeBuffer
-
- append(Buffer) - Method in class org.glassfish.grizzly.streams.BufferedInput
-
- Appendable<T> - Interface in org.glassfish.grizzly
-
- appendBuffers(MemoryManager, Buffer, Buffer) - Static method in class org.glassfish.grizzly.memory.Buffers
-
- appendBuffers(MemoryManager, Buffer, Buffer, boolean) - Static method in class org.glassfish.grizzly.memory.Buffers
-
- Appender<E> - Interface in org.glassfish.grizzly
-
- array() - Method in interface org.glassfish.grizzly.Buffer
-
Returns the byte array that backs this buffer (optional operation).
- array() - Method in class org.glassfish.grizzly.Context.MinimalisticArrayList
-
- array() - Method in class org.glassfish.grizzly.memory.BuffersBuffer
-
- array() - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
-
- array() - Method in class org.glassfish.grizzly.memory.HeapBuffer
-
- arrayOffset() - Method in interface org.glassfish.grizzly.Buffer
-
Returns the offset within this buffer's backing array of the first
element of the buffer (optional operation).
- arrayOffset() - Method in class org.glassfish.grizzly.memory.BuffersBuffer
-
- arrayOffset() - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
-
- arrayOffset() - Method in class org.glassfish.grizzly.memory.HeapBuffer
-
- ArraySet<T> - Class in org.glassfish.grizzly.utils
-
The thread safe set implementation, which uses array to hold its elements.
- ArraySet(Class<T>) - Constructor for class org.glassfish.grizzly.utils.ArraySet
-
- ArraySet(Class<T>, boolean) - Constructor for class org.glassfish.grizzly.utils.ArraySet
-
- ArrayUtils - Class in org.glassfish.grizzly.utils
-
Set of utility methods to work with Arrays.
- ArrayUtils() - Constructor for class org.glassfish.grizzly.utils.ArrayUtils
-
- ASCII_CHARSET - Static variable in class org.glassfish.grizzly.utils.Charsets
-
- asReadOnlyBuffer() - Method in interface org.glassfish.grizzly.Buffer
-
Creates a new, read-only Buffer that shares this buffer's
content.
- asReadOnlyBuffer() - Method in class org.glassfish.grizzly.memory.BuffersBuffer
-
- asReadOnlyBuffer() - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
-
- asReadOnlyBuffer() - Method in class org.glassfish.grizzly.memory.HeapBuffer
-
- assertOpen() - Method in interface org.glassfish.grizzly.Closeable
-
Checks if this Closeable is open and ready to be used.
- assertOpen() - Method in interface org.glassfish.grizzly.Connection
-
Checks if this Connection is open and ready to be used.
- assertOpen() - Method in class org.glassfish.grizzly.nio.NIOConnection
-
- AsyncQueue - Interface in org.glassfish.grizzly.asyncqueue
-
- AsyncQueue.AsyncResult - Enum in org.glassfish.grizzly.asyncqueue
-
- AsyncQueueEnabledTransport - Interface in org.glassfish.grizzly.asyncqueue
-
Interface, which Transports should implement if they support AsyncQueues.
- AsyncQueueIO<L> - Interface in org.glassfish.grizzly.asyncqueue
-
- asyncQueueIO - Variable in class org.glassfish.grizzly.nio.transport.UDPNIOTransport
-
Transport AsyncQueueIO
- AsyncQueueIO.Factory - Class in org.glassfish.grizzly.asyncqueue
-
- AsyncQueueIO.Factory() - Constructor for class org.glassfish.grizzly.asyncqueue.AsyncQueueIO.Factory
-
- AsyncQueueIO.ImmutableAsyncQueueIO<L> - Class in org.glassfish.grizzly.asyncqueue
-
- AsyncQueueIO.MutableAsyncQueueIO<L> - Class in org.glassfish.grizzly.asyncqueue
-
- AsyncQueueReader<L> - Interface in org.glassfish.grizzly.asyncqueue
-
The
AsyncQueue, which implements asynchronous read queue.
- AsyncQueueRecord<R> - Class in org.glassfish.grizzly.asyncqueue
-
- AsyncQueueRecord() - Constructor for class org.glassfish.grizzly.asyncqueue.AsyncQueueRecord
-
- AsyncQueueRecord(Connection, Object, CompletionHandler) - Constructor for class org.glassfish.grizzly.asyncqueue.AsyncQueueRecord
-
- AsyncQueueWriter<L> - Interface in org.glassfish.grizzly.asyncqueue
-
The
AsyncQueue, which implements asynchronous write queue.
- AsyncReadQueueRecord - Class in org.glassfish.grizzly.asyncqueue
-
- AsyncWriteQueueRecord - Class in org.glassfish.grizzly.asyncqueue
-
- AsyncWriteQueueRecord(Connection, WritableMessage, CompletionHandler, Object, PushBackHandler, boolean) - Constructor for class org.glassfish.grizzly.asyncqueue.AsyncWriteQueueRecord
-
- attach() - Method in class org.glassfish.grizzly.ssl.SSLConnectionContext
-
- attachToSelectorRunner(SelectorRunner) - Method in class org.glassfish.grizzly.nio.NIOConnection
-
- Attribute<T> - Class in org.glassfish.grizzly.attributes
-
Class used to define dynamic typed attributes on
AttributeHolder
instances.
- Attribute(AttributeBuilder, String, int, T) - Constructor for class org.glassfish.grizzly.attributes.Attribute
-
- Attribute(AttributeBuilder, String, int, NullaryFunction<T>) - Constructor for class org.glassfish.grizzly.attributes.Attribute
-
- attributeBuilder - Variable in class org.glassfish.grizzly.AbstractTransformer
-
- attributeBuilder - Variable in class org.glassfish.grizzly.AbstractTransport
-
Transport AttributeBuilder, which will be used to create Attributes
- AttributeBuilder - Interface in org.glassfish.grizzly.attributes
-
AttributeBuilder is responsible for creating and indexing
Attributes.
- attributeBuilder - Variable in class org.glassfish.grizzly.attributes.IndexedAttributeHolder
-
- attributeBuilder - Variable in class org.glassfish.grizzly.NIOTransportBuilder
-
- AttributeHolder - Interface in org.glassfish.grizzly.attributes
-
Interface declares common functionality for objects, which have associated
Attributes.
- attributes - Variable in class org.glassfish.grizzly.attributes.DefaultAttributeBuilder
-
- attributes - Variable in class org.glassfish.grizzly.nio.NIOConnection
-
- AttributeStorage - Interface in org.glassfish.grizzly.attributes
-
- attributeStorage - Variable in class org.glassfish.grizzly.streams.TransformerInput
-
- attributeStorage - Variable in class org.glassfish.grizzly.streams.TransformerOutput
-
- AUTO_SIZE - Static variable in interface org.glassfish.grizzly.asyncqueue.AsyncQueueWriter
-
- available() - Method in class org.glassfish.grizzly.streams.AbstractStreamReader
-
Return the number of bytes available for get calls.
- available() - Method in interface org.glassfish.grizzly.streams.StreamReader
-
Return the number of bytes available for get calls.
- available() - Method in class org.glassfish.grizzly.utils.BufferInputStream
- awaitTermination(long, TimeUnit) - Method in class org.glassfish.grizzly.threadpool.AbstractThreadPool
- awaitTermination(long, TimeUnit) - Method in class org.glassfish.grizzly.threadpool.GrizzlyExecutorService
-
- Cacheable - Interface in org.glassfish.grizzly
-
- canBeAggregated() - Method in class org.glassfish.grizzly.asyncqueue.AsyncWriteQueueRecord
-
- cancel() - Method in class org.glassfish.grizzly.asyncqueue.PushBackContext
-
Deprecated.
Instructs Grizzly to cancel this message write and release message
associated resources.
- cancel(boolean) - Method in class org.glassfish.grizzly.impl.ReadyFutureImpl
-
Do nothing.
- cancel(boolean) - Method in class org.glassfish.grizzly.impl.SafeFutureImpl
- cancel(boolean) - Method in class org.glassfish.grizzly.impl.UnsafeFutureImpl
- cancel(SelectionKey) - Method in class org.glassfish.grizzly.nio.DefaultSelectionKeyHandler
-
- cancel() - Method in class org.glassfish.grizzly.nio.DefaultSelectorHandler.DeregisterChannelOperation
-
- cancel() - Method in class org.glassfish.grizzly.nio.DefaultSelectorHandler.RegisterChannelOperation
-
- cancel() - Method in class org.glassfish.grizzly.nio.DefaultSelectorHandler.RegisterKeyTask
-
- cancel() - Method in class org.glassfish.grizzly.nio.DefaultSelectorHandler.RunnableTask
-
- cancel(SelectionKey) - Method in interface org.glassfish.grizzly.nio.SelectionKeyHandler
-
- cancel() - Method in interface org.glassfish.grizzly.nio.SelectorHandlerTask
-
- cancelled() - Method in interface org.glassfish.grizzly.CompletionHandler
-
The operation was cancelled.
- cancelled() - Method in class org.glassfish.grizzly.EmptyCompletionHandler
-
The operation was cancelled.
- cancelled() - Method in class org.glassfish.grizzly.streams.AbstractStreamWriter.DisposeBufferCompletionHandler
-
- cancelled() - Method in class org.glassfish.grizzly.utils.CompletionHandlerAdapter
-
- canWrite(Connection<L>, int) - Method in interface org.glassfish.grizzly.asyncqueue.AsyncQueueWriter
-
- canWrite(Connection<SocketAddress>, int) - Method in class org.glassfish.grizzly.nio.AbstractNIOAsyncQueueWriter
-
Deprecated.
- canWrite(Connection<SocketAddress>) - Method in class org.glassfish.grizzly.nio.AbstractNIOAsyncQueueWriter
-
- canWrite(Connection) - Method in class org.glassfish.grizzly.nio.tmpselectors.TemporarySelectorWriter
-
Return true if the connection has not exceeded it's maximum
size in bytes of pending writes, otherwise false.
- canWrite() - Method in class org.glassfish.grizzly.nio.transport.TCPNIOConnection
- canWrite(int) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOConnection
-
Deprecated.
- canWrite() - Method in class org.glassfish.grizzly.nio.transport.UDPNIOConnection
- canWrite(int) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOConnection
-
Deprecated.
- canWrite() - Method in interface org.glassfish.grizzly.OutputSink
-
- canWrite(int) - Method in interface org.glassfish.grizzly.OutputSink
-
- canWrite(Connection<L>) - Method in interface org.glassfish.grizzly.Writer
-
Return true if the connection has not exceeded it's maximum
size in bytes of pending writes, otherwise false.
- cap - Variable in class org.glassfish.grizzly.memory.HeapBuffer
-
- capacity() - Method in interface org.glassfish.grizzly.Buffer
-
Returns this buffer's capacity.
- capacity() - Method in class org.glassfish.grizzly.memory.BuffersBuffer
-
- capacity() - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
-
- capacity() - Method in class org.glassfish.grizzly.memory.HeapBuffer
-
- CERTIFICATE_KEY - Static variable in interface org.glassfish.grizzly.ssl.SSLSupport
-
The Request attribute key for the client certificate chain.
- ChainProcessorSelector - Class in org.glassfish.grizzly
-
- ChainProcessorSelector() - Constructor for class org.glassfish.grizzly.ChainProcessorSelector
-
- ChainProcessorSelector(ProcessorSelector...) - Constructor for class org.glassfish.grizzly.ChainProcessorSelector
-
- ChainProcessorSelector(List<ProcessorSelector>) - Constructor for class org.glassfish.grizzly.ChainProcessorSelector
-
- changed(E) - Method in interface org.glassfish.grizzly.ChangeListener
-
- ChangeListener<E> - Interface in org.glassfish.grizzly
-
- channel - Variable in class org.glassfish.grizzly.nio.NIOConnection
-
- ChannelConfigurator - Interface in org.glassfish.grizzly.nio
-
- channelConfigurator - Variable in class org.glassfish.grizzly.nio.NIOTransport
-
- charset - Variable in class org.glassfish.grizzly.utils.StringDecoder
-
- charset - Variable in class org.glassfish.grizzly.utils.StringEncoder
-
- Charsets - Class in org.glassfish.grizzly.utils
-
Charset utility class.
- Charsets() - Constructor for class org.glassfish.grizzly.utils.Charsets
-
- check() - Method in class org.glassfish.grizzly.ssl.SSLStreamWriter.SSLHandshakeCondition
-
- check() - Method in class org.glassfish.grizzly.streams.StreamDecodeCondition
-
- check() - Method in class org.glassfish.grizzly.streams.TransformerInput.TransformerCondition
-
- check() - Method in interface org.glassfish.grizzly.utils.conditions.Condition
-
- checkConnectFailed(Throwable) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOConnection
-
Method will be called in order to check if failure happened before
Connection was reported as connected.
- checkDispose() - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
-
- checkDispose() - Method in class org.glassfish.grizzly.memory.HeapBuffer
-
- checkEmptyRead(int) - Method in class org.glassfish.grizzly.nio.NIOConnection
-
- checkRecycled() - Method in class org.glassfish.grizzly.asyncqueue.AsyncQueueRecord
-
- ChunkingFilter - Class in org.glassfish.grizzly.utils
-
The Filter is responsible to break the incoming/outgoing data into chunks and
pass them down/up by the
FilterChain.
- ChunkingFilter(int) - Constructor for class org.glassfish.grizzly.utils.ChunkingFilter
-
Construct a ChunkFilter, which will break incoming/outgoing data
into chunks of the specified size.
- ChunkingFilter.ChunkingDecoder - Class in org.glassfish.grizzly.utils
-
- ChunkingFilter.ChunkingDecoder(int) - Constructor for class org.glassfish.grizzly.utils.ChunkingFilter.ChunkingDecoder
-
- ChunkingFilter.ChunkingEncoder - Class in org.glassfish.grizzly.utils
-
- ChunkingFilter.ChunkingEncoder(int) - Constructor for class org.glassfish.grizzly.utils.ChunkingFilter.ChunkingEncoder
-
- ChunkingFilter.ChunkingTransformer - Class in org.glassfish.grizzly.utils
-
- ChunkingFilter.ChunkingTransformer(int) - Constructor for class org.glassfish.grizzly.utils.ChunkingFilter.ChunkingTransformer
-
- CIPHER_SUITE_KEY - Static variable in interface org.glassfish.grizzly.ssl.SSLSupport
-
The Request attribute key for the cipher suite.
- clazz - Variable in class org.glassfish.grizzly.memory.AbstractBufferArray
-
- clear() - Method in interface org.glassfish.grizzly.attributes.AttributeHolder
-
Clear all the attributes.
- clear() - Method in class org.glassfish.grizzly.attributes.IndexedAttributeHolder
-
Clear all the attributes.
- clear() - Method in interface org.glassfish.grizzly.Buffer
-
Clears this buffer.
- clear() - Method in class org.glassfish.grizzly.ChainProcessorSelector
- clear() - Method in class org.glassfish.grizzly.Context.MinimalisticArrayList
-
- clear() - Method in class org.glassfish.grizzly.filterchain.ListFacadeFilterChain
- clear() - Method in class org.glassfish.grizzly.memory.BuffersBuffer
-
- clear() - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
-
- clear() - Method in class org.glassfish.grizzly.memory.HeapBuffer
-
- clear() - Method in class org.glassfish.grizzly.utils.ArraySet
-
Remove all the set elements.
- clear() - Method in interface org.glassfish.grizzly.utils.ObjectPool
-
- clearProbes() - Method in class org.glassfish.grizzly.monitoring.DefaultMonitoringConfig
-
Removes all the monitoring probes, which are registered on the object.
- clearProbes() - Method in interface org.glassfish.grizzly.monitoring.MonitoringConfig
-
Removes all the monitoring probes, which are registered on the object.
- clientMode - Variable in class org.glassfish.grizzly.ssl.SSLEngineConfigurator
-
Client mode when handshaking.
- clientSocketSoTimeout - Variable in class org.glassfish.grizzly.NIOTransportBuilder
-
- clone(Connection, E) - Method in interface org.glassfish.grizzly.asyncqueue.MessageCloner
-
Method will be called by
AsyncQueueWriter, when message
could not be written directly, and will be added to the queue.
- cloneBuffer(Buffer) - Static method in class org.glassfish.grizzly.memory.Buffers
-
- cloneBuffer(Buffer, int, int) - Static method in class org.glassfish.grizzly.memory.Buffers
-
- close() - Method in interface org.glassfish.grizzly.asyncqueue.AsyncQueue
-
Close AsyncQueueProcessor and release associated resources
- close() - Method in interface org.glassfish.grizzly.Closeable
-
Gracefully (if supported by the implementation) closes this stream and
releases any system resources associated with it.
- close(CompletionHandler<Closeable>) - Method in interface org.glassfish.grizzly.Closeable
-
- close() - Method in interface org.glassfish.grizzly.Connection
-
- close(CompletionHandler<Closeable>) - Method in interface org.glassfish.grizzly.Connection
-
- close() - Method in class org.glassfish.grizzly.nio.AbstractNIOAsyncQueueReader
-
Close AsyncQueueProcessor and release associated resources
- close() - Method in class org.glassfish.grizzly.nio.AbstractNIOAsyncQueueWriter
-
Close AsyncQueueProcessor and release associated resources
- close() - Method in class org.glassfish.grizzly.nio.NIOConnection
-
- close(CompletionHandler<Closeable>) - Method in class org.glassfish.grizzly.nio.NIOConnection
-
- close() - Method in class org.glassfish.grizzly.nio.tmpselectors.TemporarySelectorPool
-
- close() - Method in class org.glassfish.grizzly.streams.AbstractStreamReader
-
Closes the StreamReader and causes all subsequent method calls
on this object to throw IllegalStateException.
- close() - Method in class org.glassfish.grizzly.streams.AbstractStreamWriter
- close(CompletionHandler<Integer>) - Method in class org.glassfish.grizzly.streams.AbstractStreamWriter
-
- close() - Method in class org.glassfish.grizzly.streams.BufferedInput
-
- close(CompletionHandler<Integer>) - Method in class org.glassfish.grizzly.streams.BufferedOutput
-
- close() - Method in interface org.glassfish.grizzly.streams.Input
-
- close(CompletionHandler<Integer>) - Method in interface org.glassfish.grizzly.streams.Output
-
- close() - Method in class org.glassfish.grizzly.streams.StreamInput
-
- close(CompletionHandler<Integer>) - Method in class org.glassfish.grizzly.streams.StreamOutput
-
- close(CompletionHandler<Integer>) - Method in interface org.glassfish.grizzly.streams.StreamWriter
-
- close() - Method in class org.glassfish.grizzly.utils.BufferOutputStream
-
- Closeable - Interface in org.glassfish.grizzly
-
General asynchronous closable interface.
- closeConnection(Connection) - Method in class org.glassfish.grizzly.AbstractTransport
-
Close the connection, managed by Transport
- closeConnection(Connection) - Method in class org.glassfish.grizzly.nio.NIOTransport
-
- closeConnection(Connection) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransport
-
- closeConnection(Connection) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOTransport
-
- closeFuture() - Method in interface org.glassfish.grizzly.Closeable
-
- closeFuture() - Method in class org.glassfish.grizzly.nio.NIOConnection
-
- closeGracefully0(CompletionHandler<Closeable>, CloseReason) - Method in class org.glassfish.grizzly.nio.NIOConnection
-
- closeGracefully0(CompletionHandler<Closeable>, CloseReason) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOServerConnection
-
- closeGracefully0(CompletionHandler<Closeable>, CloseReason) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOServerConnection
-
- CloseListener<T extends Closeable,C extends ICloseType> - Interface in org.glassfish.grizzly
-
The listener, which is used to be notified, when Connection gets closed.
- CloseReason - Class in org.glassfish.grizzly
-
An object, describing the reason why
Connection was closed.
- CloseReason(CloseType, IOException) - Constructor for class org.glassfish.grizzly.CloseReason
-
- closeSilently() - Method in interface org.glassfish.grizzly.Closeable
-
Gracefully (if supported by the implementation) closes this stream and
releases any system resources associated with it.
- closeSilently() - Method in interface org.glassfish.grizzly.Connection
-
Gracefully close the
Connection silently, no notification required on
completion or failure.
- closeSilently() - Method in class org.glassfish.grizzly.nio.NIOConnection
-
- CloseType - Enum in org.glassfish.grizzly
-
- closeWithReason(IOException) - Method in interface org.glassfish.grizzly.Closeable
-
Gracefully closes the Closeable and provides the reason description.
- closeWithReason(IOException) - Method in interface org.glassfish.grizzly.Connection
-
Gracefully closes the Connection and provides the reason description.
- closeWithReason(IOException) - Method in class org.glassfish.grizzly.nio.NIOConnection
-
- code(LZMADecoder.LZMAInputState, long) - Method in class org.glassfish.grizzly.compression.lzma.impl.Decoder
-
- code(LZMAEncoder.LZMAOutputState, long, long) - Method in class org.glassfish.grizzly.compression.lzma.impl.Encoder
-
- Codec<K,L> - Interface in org.glassfish.grizzly
-
Codec is able to transform the original message to a custom represantation
and vise versa.
- CodecFilter<K,L> - Interface in org.glassfish.grizzly.filterchain
-
- CODECS_CACHE_SIZE - Static variable in class org.glassfish.grizzly.utils.Charsets
-
- codeOneBlock(long[], long[], boolean[]) - Method in class org.glassfish.grizzly.compression.lzma.impl.Encoder
-
- compact() - Method in interface org.glassfish.grizzly.Buffer
-
Compacts this buffer (optional operation).
- compact() - Method in class org.glassfish.grizzly.memory.BuffersBuffer
-
- compact() - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
-
- compact() - Method in class org.glassfish.grizzly.memory.HeapBuffer
-
- compareAndSetCurrentElement(E, E) - Method in class org.glassfish.grizzly.asyncqueue.TaskQueue
-
- compareTo(Buffer) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
-
- compareTo(Buffer) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
-
- compareTo(Buffer) - Method in class org.glassfish.grizzly.memory.HeapBuffer
-
- compareTo(String) - Method in class org.glassfish.grizzly.utils.JdkVersion
-
- compareTo(JdkVersion) - Method in class org.glassfish.grizzly.utils.JdkVersion
-
- complete(ProcessorResult) - Method in class org.glassfish.grizzly.Context
-
- COMPLETE_EVENT - Static variable in interface org.glassfish.grizzly.Reader
-
- completeAndRecycle() - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
-
- completed(E) - Method in interface org.glassfish.grizzly.CompletionHandler
-
The operation was completed.
- completed(E) - Method in class org.glassfish.grizzly.EmptyCompletionHandler
-
The operation was completed.
- COMPLETED - Static variable in interface org.glassfish.grizzly.Interceptor
-
- completed(RegisterChannelResult) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOServerConnection.RegisterAcceptedChannelCompletionHandler
-
- completed(RegisterChannelResult) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOTransport.RegisterChannelCompletionHandler
-
- completed(Object) - Method in class org.glassfish.grizzly.streams.AbstractStreamWriter.DisposeBufferCompletionHandler
-
- completed(B) - Method in class org.glassfish.grizzly.utils.CompletionHandlerAdapter
-
- completionHandler - Variable in class org.glassfish.grizzly.asyncqueue.AsyncQueueRecord
-
- CompletionHandler<E> - Interface in org.glassfish.grizzly
-
Interface, which will be used by Grizzly to notify about asynchronous I/O
operations status updates.
- completionHandler - Variable in class org.glassfish.grizzly.streams.BufferedInput
-
- CompletionHandlerAdapter<A,B> - Class in org.glassfish.grizzly.utils
-
- CompletionHandlerAdapter(FutureImpl<A>) - Constructor for class org.glassfish.grizzly.utils.CompletionHandlerAdapter
-
- CompletionHandlerAdapter(FutureImpl<A>, CompletionHandler<A>) - Constructor for class org.glassfish.grizzly.utils.CompletionHandlerAdapter
-
- CompletionHandlerAdapter(FutureImpl<A>, CompletionHandler<A>, GenericAdapter<B, A>) - Constructor for class org.glassfish.grizzly.utils.CompletionHandlerAdapter
-
- completionHandlers - Variable in class org.glassfish.grizzly.impl.UnsafeFutureImpl
-
- CompositeBuffer - Class in org.glassfish.grizzly.memory
-
- CompositeBuffer() - Constructor for class org.glassfish.grizzly.memory.CompositeBuffer
-
- compositeBuffer - Variable in class org.glassfish.grizzly.streams.BufferedInput
-
- CompositeBuffer.BulkOperation - Interface in org.glassfish.grizzly.memory
-
Bulk Buffer operation, responsible for byte-by-byte Buffer processing.
- CompositeBuffer.DisposeOrder - Enum in org.glassfish.grizzly.memory
-
The order in which internal
Buffers will be disposed.
- CompositeBuffer.Setter - Interface in org.glassfish.grizzly.memory
-
Setter.
- condition - Variable in class org.glassfish.grizzly.streams.BufferedInput
-
- Condition - Interface in org.glassfish.grizzly.utils.conditions
-
- config - Variable in class org.glassfish.grizzly.threadpool.AbstractThreadPool
-
- config - Variable in class org.glassfish.grizzly.threadpool.GrizzlyExecutorService
-
- configure(SSLEngine) - Method in class org.glassfish.grizzly.ssl.SSLConnectionContext
-
- configure(SSLEngine) - Method in class org.glassfish.grizzly.ssl.SSLEngineConfigurator
-
Configure passed
SSLEngine, using current configurator settings
- configureBlocking(boolean) - Method in class org.glassfish.grizzly.AbstractTransport
-
- configureBlocking(boolean) - Method in interface org.glassfish.grizzly.Connection
-
- configureBlocking(boolean) - Method in class org.glassfish.grizzly.filterchain.FilterChainContext.TransportContext
-
- configureBlocking(boolean) - Method in class org.glassfish.grizzly.nio.NIOConnection
-
- configureBlocking(boolean) - Method in interface org.glassfish.grizzly.Transport
-
- configureNIOConnection(NIOConnection) - Method in class org.glassfish.grizzly.nio.NIOTransport
-
- configureStandalone(boolean) - Method in interface org.glassfish.grizzly.Connection
-
Deprecated.
- configureStandalone(boolean) - Method in class org.glassfish.grizzly.nio.NIOConnection
-
- configureStandalone(boolean) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransport
-
- configureStandalone(boolean) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOTransport
-
- configureStandalone(boolean) - Method in interface org.glassfish.grizzly.Transport
-
- connect(String, int) - Method in class org.glassfish.grizzly.AbstractSocketConnectorHandler
-
- connect(SocketAddress) - Method in class org.glassfish.grizzly.AbstractSocketConnectorHandler
-
- connect(SocketAddress, CompletionHandler<Connection>) - Method in class org.glassfish.grizzly.AbstractSocketConnectorHandler
-
- connect(SocketAddress, SocketAddress) - Method in class org.glassfish.grizzly.AbstractSocketConnectorHandler
-
- connect(SocketAddress, SocketAddress, CompletionHandler<Connection>) - Method in class org.glassfish.grizzly.AbstractSocketConnectorHandler
-
- connect(E) - Method in interface org.glassfish.grizzly.ConnectorHandler
-
Creates, initializes and establishes
Connection to the specific
remoteAddress.
- connect(E, CompletionHandler<Connection>) - Method in interface org.glassfish.grizzly.ConnectorHandler
-
Creates, initializes and establishes
Connection to the specific
remoteAddress.
- connect(E, E) - Method in interface org.glassfish.grizzly.ConnectorHandler
-
Creates, initializes
Connection, binds it to the specific local
and remote
remoteAddress.
- connect(E, E, CompletionHandler<Connection>) - Method in interface org.glassfish.grizzly.ConnectorHandler
-
Creates, initializes
Connection, binds it to the specific local
and remote
remoteAddress.
- connect(SocketAddress, SocketAddress, CompletionHandler<Connection>) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOConnectorHandler
-
- connect(String, int) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransport
-
Creates, initializes and connects socket to the specific remote host
and port and returns
Connection, representing socket.
- connect(SocketAddress) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransport
-
Creates, initializes and connects socket to the specific
SocketAddress and returns
Connection, representing socket.
- connect(SocketAddress, CompletionHandler<Connection>) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransport
-
Creates, initializes and connects socket to the specific
SocketAddress and returns
Connection, representing socket.
- connect(SocketAddress, SocketAddress) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransport
-
Creates, initializes socket, binds it to the specific local and remote
SocketAddress and returns
Connection, representing socket.
- connect(SocketAddress, SocketAddress, CompletionHandler<Connection>) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransport
-
Creates, initializes socket, binds it to the specific local and remote
SocketAddress and returns
Connection, representing socket.
- connect() - Method in class org.glassfish.grizzly.nio.transport.UDPNIOConnectorHandler
-
- connect(SocketAddress, SocketAddress, CompletionHandler<Connection>) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOConnectorHandler
-
- connect() - Method in class org.glassfish.grizzly.nio.transport.UDPNIOTransport
-
- connect(String, int) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOTransport
-
Creates, initializes and connects socket to the specific remote host
and port and returns
Connection, representing socket.
- connect(SocketAddress) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOTransport
-
Creates, initializes and connects socket to the specific
SocketAddress and returns
Connection, representing socket.
- connect(SocketAddress, CompletionHandler<Connection>) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOTransport
-
Creates, initializes and connects socket to the specific
SocketAddress and returns
Connection, representing socket.
- connect(SocketAddress, SocketAddress) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOTransport
-
Creates, initializes socket, binds it to the specific local and remote
SocketAddress and returns
Connection, representing socket.
- connect(SocketAddress, SocketAddress, CompletionHandler<Connection>) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOTransport
-
Creates, initializes socket, binds it to the specific local and remote
SocketAddress and returns
Connection, representing socket.
- connect(String, int) - Method in interface org.glassfish.grizzly.SocketConnectorHandler
-
Creates, initializes and connects socket to the specific remote host
and port and returns
Connection, representing socket.
- connectAsync(SocketAddress, SocketAddress, CompletionHandler<Connection>, boolean) - Method in class org.glassfish.grizzly.AbstractSocketConnectorHandler
-
- connectAsync(SocketAddress, SocketAddress, CompletionHandler<Connection>, boolean) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOConnectorHandler
-
- connectAsync(SocketAddress, SocketAddress, CompletionHandler<Connection>, boolean) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOConnectorHandler
-
- connectCloseSemaphorUpdater - Variable in class org.glassfish.grizzly.nio.NIOConnection
-
- connected() - Method in interface org.glassfish.grizzly.nio.transport.TCPNIOConnection.ConnectResultHandler
-
- connection - Variable in class org.glassfish.grizzly.asyncqueue.AsyncQueueRecord
-
- Connection<L> - Interface in org.glassfish.grizzly
-
Common interface, which represents any kind of connection.
- connection - Variable in class org.glassfish.grizzly.streams.AbstractStreamReader
-
- Connection.CloseListener - Interface in org.glassfish.grizzly
-
- Connection.CloseType - Enum in org.glassfish.grizzly
-
- connectionMonitoringConfig - Variable in class org.glassfish.grizzly.AbstractTransport
-
Connection probes
- connectionProbe - Variable in class org.glassfish.grizzly.AbstractSocketConnectorHandler.Builder
-
- ConnectionProbe - Interface in org.glassfish.grizzly
-
Monitoring probe providing callbacks that may be invoked by Grizzly
Connection implementations.
- ConnectionProbe.Adapter - Class in org.glassfish.grizzly
-
ConnectionProbe adapter that provides no-op implementations for
all interface methods allowing easy extension by the developer.
- ConnectionProbe.Adapter() - Constructor for class org.glassfish.grizzly.ConnectionProbe.Adapter
-
- connectionTimeout - Variable in class org.glassfish.grizzly.NIOTransportBuilder
-
- connectionTimeoutMillis - Variable in class org.glassfish.grizzly.nio.transport.TCPNIOConnectorHandler
-
- connectionTimeoutMillis - Variable in class org.glassfish.grizzly.nio.transport.UDPNIOConnectorHandler
-
- ConnectorHandler<E> - Interface in org.glassfish.grizzly
-
Client side connector handler API.
- connectSync(SocketAddress, SocketAddress, CompletionHandler<Connection>) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOConnectorHandler
-
- connectSync(SocketAddress, SocketAddress, CompletionHandler<Connection>) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOConnectorHandler
-
- contains(Object) - Method in class org.glassfish.grizzly.ChainProcessorSelector
- contains(E) - Method in class org.glassfish.grizzly.Context.MinimalisticArrayList
-
- contains(Object) - Method in class org.glassfish.grizzly.filterchain.ListFacadeFilterChain
- contains(Object) - Method in class org.glassfish.grizzly.utils.ArraySet
- contains(Object) - Method in class org.glassfish.grizzly.utils.LinkedTransferQueue
-
Returns true if this queue contains the specified element.
- containsAll(Collection<?>) - Method in class org.glassfish.grizzly.ChainProcessorSelector
- containsAll(Collection<?>) - Method in class org.glassfish.grizzly.filterchain.ListFacadeFilterChain
- containsAll(Collection<?>) - Method in class org.glassfish.grizzly.utils.ArraySet
- Context - Class in org.glassfish.grizzly
-
Object, which is responsible for holding context during I/O event processing.
- Context() - Constructor for class org.glassfish.grizzly.Context
-
- Context.MinimalisticArrayList<E> - Class in org.glassfish.grizzly
-
- copy() - Method in interface org.glassfish.grizzly.Copyable
-
- copy() - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
-
- copy() - Method in class org.glassfish.grizzly.ReadResult
-
- copy() - Method in class org.glassfish.grizzly.ssl.SSLEngineConfigurator
-
- copy() - Method in class org.glassfish.grizzly.threadpool.ThreadPoolConfig
-
- copy() - Method in class org.glassfish.grizzly.WriteResult
-
- COPY_CLONER - Static variable in class org.glassfish.grizzly.ssl.SSLBaseFilter
-
- Copyable - Interface in org.glassfish.grizzly
-
General interface for the objects, that could be copied/cloned.
- copyBlock(int, int) - Method in class org.glassfish.grizzly.compression.lzma.impl.lz.OutWindow
-
- copyFrom(AttributeHolder) - Method in interface org.glassfish.grizzly.attributes.AttributeHolder
-
Copies attributes from the srcAttributes to this AttributeHolder
- copyFrom(AttributeHolder) - Method in class org.glassfish.grizzly.attributes.IndexedAttributeHolder
-
- copyFrom(Context.MinimalisticArrayList<E>) - Method in class org.glassfish.grizzly.Context.MinimalisticArrayList
-
- copyTo(AttributeHolder) - Method in interface org.glassfish.grizzly.attributes.AttributeHolder
-
Copies attributes from this AttributeHolder to the dstAttributes.
- copyTo(AttributeHolder) - Method in class org.glassfish.grizzly.attributes.IndexedAttributeHolder
-
- corePoolSize - Variable in class org.glassfish.grizzly.threadpool.ThreadPoolConfig
-
- CRC - Class in org.glassfish.grizzly.compression.lzma.impl
-
CRC
- CRC() - Constructor for class org.glassfish.grizzly.compression.lzma.impl.CRC
-
- create() - Method in class org.glassfish.grizzly.AbstractBindingHandler.Builder
-
- create() - Method in class org.glassfish.grizzly.AbstractSocketConnectorHandler.Builder
-
- create(Connection, Buffer, CompletionHandler, Interceptor<ReadResult>) - Static method in class org.glassfish.grizzly.asyncqueue.AsyncReadQueueRecord
-
- create(Connection, WritableMessage, CompletionHandler, Object, PushBackHandler, boolean) - Static method in class org.glassfish.grizzly.asyncqueue.AsyncWriteQueueRecord
-
- create(int, int) - Method in class org.glassfish.grizzly.compression.lzma.impl.Decoder.LiteralDecoder
-
- create(int, int, int, int) - Method in class org.glassfish.grizzly.compression.lzma.impl.lz.BinTree
-
- create(int, int, int) - Method in class org.glassfish.grizzly.compression.lzma.impl.lz.InWindow
-
- create(int) - Method in class org.glassfish.grizzly.compression.lzma.impl.lz.OutWindow
-
- create() - Static method in class org.glassfish.grizzly.compression.lzma.LZMADecoder
-
- create() - Static method in class org.glassfish.grizzly.compression.lzma.LZMAEncoder
-
- create(Connection) - Static method in class org.glassfish.grizzly.Context
-
- create(Connection, Processor, IOEvent, IOEventLifeCycleListener) - Static method in class org.glassfish.grizzly.Context
-
- create(Connection) - Static method in class org.glassfish.grizzly.filterchain.FilterChainContext
-
- create(Connection, Closeable) - Static method in class org.glassfish.grizzly.filterchain.FilterChainContext
-
- create() - Static method in class org.glassfish.grizzly.impl.ReadyFutureImpl
-
- create(R) - Static method in class org.glassfish.grizzly.impl.ReadyFutureImpl
-
Construct
Future with the result.
- create(Throwable) - Static method in class org.glassfish.grizzly.impl.ReadyFutureImpl
-
- create() - Static method in class org.glassfish.grizzly.impl.SafeFutureImpl
-
- create() - Static method in class org.glassfish.grizzly.impl.UnsafeFutureImpl
-
Construct Future.
- create() - Static method in class org.glassfish.grizzly.memory.BufferArray
-
- create() - Static method in class org.glassfish.grizzly.memory.BuffersBuffer
-
Construct BuffersBuffer.
- create(MemoryManager) - Static method in class org.glassfish.grizzly.memory.BuffersBuffer
-
- create(MemoryManager, Buffer...) - Static method in class org.glassfish.grizzly.memory.BuffersBuffer
-
- create(MemoryManager, Buffer[], boolean) - Static method in class org.glassfish.grizzly.memory.BuffersBuffer
-
- create() - Static method in class org.glassfish.grizzly.memory.ByteBufferArray
-
- create(NIOTransport) - Static method in class org.glassfish.grizzly.nio.SelectorRunner
-
- create() - Method in class org.glassfish.grizzly.nio.transport.TCPNIOBindingHandler.Builder
-
- create() - Method in class org.glassfish.grizzly.nio.transport.TCPNIOConnectorHandler.Builder
-
- create(String) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransportBuilder
-
- create() - Method in class org.glassfish.grizzly.nio.transport.UDPNIOBindingHandler.Builder
-
- create() - Method in class org.glassfish.grizzly.nio.transport.UDPNIOConnectorHandler.Builder
-
- create(String) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOTransportBuilder
-
- create(String) - Method in class org.glassfish.grizzly.NIOTransportBuilder
-
- create(Connection<L>) - Static method in class org.glassfish.grizzly.ReadResult
-
- create(Connection<L>, K, L, int) - Static method in class org.glassfish.grizzly.ReadResult
-
- create(Connection<L>) - Static method in class org.glassfish.grizzly.WriteResult
-
- create(Connection<L>, K, L, long) - Static method in class org.glassfish.grizzly.WriteResult
-
- createAddrHolder(L) - Method in class org.glassfish.grizzly.asyncqueue.RecordWriteResult
-
- createAddrHolder(L) - Method in class org.glassfish.grizzly.WriteResult
-
Create an address holder.
- createAttribute(String) - Method in interface org.glassfish.grizzly.attributes.AttributeBuilder
-
Create Attribute with name
- createAttribute(String, T) - Method in interface org.glassfish.grizzly.attributes.AttributeBuilder
-
Create Attribute with name and default value
- createAttribute(String, NullaryFunction<T>) - Method in interface org.glassfish.grizzly.attributes.AttributeBuilder
-
Create Attribute with name and initializer, which will be called, if
Attribute's value is null on a AttributedObject
- createAttribute(String, NullaryFunction<T>) - Method in interface org.glassfish.grizzly.attributes.AttributeBuilder
-
- createAttribute(String) - Method in class org.glassfish.grizzly.attributes.DefaultAttributeBuilder
-
Create Attribute with name
- createAttribute(String, T) - Method in class org.glassfish.grizzly.attributes.DefaultAttributeBuilder
-
Create Attribute with name and default value
- createAttribute(String, NullaryFunction<T>) - Method in class org.glassfish.grizzly.attributes.DefaultAttributeBuilder
-
Create Attribute with name and initializer, which will be called, if
Attribute's value is null on a AttributedObject
- createAttribute(String, NullaryFunction<T>) - Method in class org.glassfish.grizzly.attributes.DefaultAttributeBuilder
-
- createClientSSLEngine(SSLConnectionContext, SSLEngineConfigurator) - Method in class org.glassfish.grizzly.ssl.SSLFilter
-
- createComplete() - Static method in class org.glassfish.grizzly.ProcessorResult
-
- createComplete(Object) - Static method in class org.glassfish.grizzly.ProcessorResult
-
- createCompletedResult(O, I) - Static method in class org.glassfish.grizzly.TransformationResult
-
- createContext(Connection, FilterChainContext.Operation) - Method in class org.glassfish.grizzly.filterchain.BaseFilter
-
- createContext(Connection, FilterChainContext.Operation) - Method in class org.glassfish.grizzly.ssl.SSLBaseFilter.SSLTransportFilterWrapper
-
- createDefaultIdleDelayedExecutor() - Static method in class org.glassfish.grizzly.utils.ActivityCheckFilter
-
- createDefaultIdleDelayedExecutor(long, TimeUnit) - Static method in class org.glassfish.grizzly.utils.ActivityCheckFilter
-
- createDefaultIdleDelayedExecutor() - Static method in class org.glassfish.grizzly.utils.IdleTimeoutFilter
-
- createDefaultIdleDelayedExecutor(long, TimeUnit) - Static method in class org.glassfish.grizzly.utils.IdleTimeoutFilter
-
- createDefaultWorkerPoolConfig(Transport) - Method in class org.glassfish.grizzly.strategies.AbstractIOStrategy
-
- createDefaultWorkerPoolConfig(Transport) - Method in class org.glassfish.grizzly.strategies.SameThreadIOStrategy
-
- createDefaultWorkerPoolConfig(Transport) - Method in class org.glassfish.grizzly.strategies.SimpleDynamicNIOStrategy
-
- createDefaultWorkerPoolConfig(Transport) - Method in interface org.glassfish.grizzly.strategies.WorkerThreadPoolConfigProducer
-
- createDelayQueue(DelayedExecutor.Worker<E>, DelayedExecutor.Resolver<E>) - Method in class org.glassfish.grizzly.utils.DelayedExecutor
-
- createError() - Static method in class org.glassfish.grizzly.ProcessorResult
-
- createError(Object) - Static method in class org.glassfish.grizzly.ProcessorResult
-
- createErrorResult(int, String) - Static method in class org.glassfish.grizzly.TransformationResult
-
- createFlushEvent() - Static method in class org.glassfish.grizzly.filterchain.TransportFilter
-
- createFlushEvent(CompletionHandler) - Static method in class org.glassfish.grizzly.filterchain.TransportFilter
-
- createHeapBuffer(int, int) - Method in class org.glassfish.grizzly.memory.HeapBuffer
-
Create a new
HeapBuffer based on the current heap.
- createImmutable(AsyncQueueReader<L>, AsyncQueueWriter<L>) - Static method in class org.glassfish.grizzly.asyncqueue.AsyncQueueIO.Factory
-
- createIncompletedResult(I) - Static method in class org.glassfish.grizzly.TransformationResult
-
- createInstance() - Static method in class org.glassfish.grizzly.threadpool.GrizzlyExecutorService
-
- createInstance(ThreadPoolConfig) - Static method in class org.glassfish.grizzly.threadpool.GrizzlyExecutorService
-
- createJmxManagementObject() - Method in class org.glassfish.grizzly.AbstractTransport
-
Create the Transport JMX management object.
- createJmxManagementObject() - Method in class org.glassfish.grizzly.memory.AbstractMemoryManager
-
- createJmxManagementObject() - Method in class org.glassfish.grizzly.memory.ByteBufferManager
-
Create the Memory Manager JMX management object.
- createJmxManagementObject() - Method in class org.glassfish.grizzly.memory.HeapMemoryManager
- createJmxManagementObject() - Method in class org.glassfish.grizzly.memory.PooledMemoryManager
-
- createJmxManagementObject() - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransport
-
Create the Transport JMX management object.
- createJmxManagementObject() - Method in class org.glassfish.grizzly.nio.transport.UDPNIOTransport
-
Create the Transport JMX management object.
- createLeave() - Static method in class org.glassfish.grizzly.ProcessorResult
-
- createManagementObject() - Method in class org.glassfish.grizzly.monitoring.DefaultMonitoringConfig
-
Create the JMX
Object, which represents this object.
- createManagementObject() - Method in interface org.glassfish.grizzly.monitoring.MonitoringConfig
-
Create the JMX
Object, which represents this object.
- createMemoryManager() - Method in interface org.glassfish.grizzly.memory.DefaultMemoryManagerFactory
-
- createMutable(AsyncQueueReader<L>, AsyncQueueWriter<L>) - Static method in class org.glassfish.grizzly.asyncqueue.AsyncQueueIO.Factory
-
- createNotRun() - Static method in class org.glassfish.grizzly.ProcessorResult
-
- createOptimizedTransportFilter(TransportFilter) - Method in class org.glassfish.grizzly.ssl.SSLBaseFilter
-
- createReadyFuture(R) - Static method in class org.glassfish.grizzly.utils.Futures
-
Create a
Future, which has a preset result.
- createReadyFuture(Throwable) - Static method in class org.glassfish.grizzly.utils.Futures
-
Create a
Future, which has a preset failure.
- createRecord(Connection, WritableMessage, CompletionHandler<WriteResult<WritableMessage, SocketAddress>>, SocketAddress, PushBackHandler, boolean) - Method in class org.glassfish.grizzly.nio.AbstractNIOAsyncQueueWriter
-
- createReregister(Context) - Static method in class org.glassfish.grizzly.ProcessorResult
-
- createRerun(Context) - Static method in class org.glassfish.grizzly.ProcessorResult
-
- createSafeAttributeHolder() - Method in interface org.glassfish.grizzly.attributes.AttributeBuilder
-
- createSafeAttributeHolder() - Method in class org.glassfish.grizzly.attributes.DefaultAttributeBuilder
-
- createSafeFuture() - Static method in class org.glassfish.grizzly.utils.Futures
-
- createShutdownExecutorService() - Method in class org.glassfish.grizzly.nio.NIOTransport
-
- createSmallBuffer() - Method in class org.glassfish.grizzly.memory.ByteBufferManager
-
- createSslConnectionContext(Connection) - Method in class org.glassfish.grizzly.ssl.SSLBaseFilter
-
- createSSLContext() - Method in class org.glassfish.grizzly.ssl.SSLContextConfigurator
-
- createSSLEngine() - Method in class org.glassfish.grizzly.ssl.SSLEngineConfigurator
-
Create and configure
SSLEngine using this context configuration.
- createSSLEngine(String, int) - Method in class org.glassfish.grizzly.ssl.SSLEngineConfigurator
-
Create and configure
SSLEngine using this context configuration
using advisory peer information.
- createSSLEngine(String, int) - Method in interface org.glassfish.grizzly.ssl.SSLEngineFactory
-
Create and configure
SSLEngine using this factory configuration
using advisory peer information.
- createStateObject() - Method in class org.glassfish.grizzly.AbstractTransformer
-
- createStateObject() - Method in class org.glassfish.grizzly.compression.lzma.LZMADecoder
-
- createStateObject() - Method in class org.glassfish.grizzly.compression.lzma.LZMAEncoder
-
- createStateObject() - Method in class org.glassfish.grizzly.compression.zip.GZipDecoder
- createStateObject() - Method in class org.glassfish.grizzly.compression.zip.GZipEncoder
- createTaskQueue(TaskQueue.MutableMaxQueueSize) - Static method in class org.glassfish.grizzly.asyncqueue.TaskQueue
-
- createTemporarySelectorIO() - Method in class org.glassfish.grizzly.nio.NIOTransport
-
- createTemporarySelectorIO() - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransport
-
- createTemporarySelectorIO() - Method in class org.glassfish.grizzly.nio.transport.UDPNIOTransport
-
- createTerminate() - Static method in class org.glassfish.grizzly.ProcessorResult
-
- createThreadLocalPool() - Method in class org.glassfish.grizzly.memory.ByteBufferManager
-
- createThreadLocalPool() - Method in class org.glassfish.grizzly.memory.HeapMemoryManager
- createThreadLocalPool() - Method in interface org.glassfish.grizzly.memory.ThreadLocalPoolProvider
-
- createUnsafeAttributeHolder() - Method in interface org.glassfish.grizzly.attributes.AttributeBuilder
-
- createUnsafeAttributeHolder() - Method in class org.glassfish.grizzly.attributes.DefaultAttributeBuilder
-
- createUnsafeFuture() - Static method in class org.glassfish.grizzly.utils.Futures
-
Returns non thread-safe
FutureImpl implementation.
- DataStructures - Class in org.glassfish.grizzly.utils
-
- DataStructures() - Constructor for class org.glassfish.grizzly.utils.DataStructures
-
- DEBUG_MODE - Static variable in class org.glassfish.grizzly.memory.BuffersBuffer
-
- DEBUG_MODE - Static variable in class org.glassfish.grizzly.memory.ByteBufferWrapper
-
- DEBUG_MODE - Static variable in class org.glassfish.grizzly.memory.HeapBuffer
-
- DebugPoint - Class in org.glassfish.grizzly.utils
-
Utility class, which may stores the current execution position to help
tracking threading issues.
- DebugPoint(Exception, String) - Constructor for class org.glassfish.grizzly.utils.DebugPoint
-
- dec() - Method in class org.glassfish.grizzly.Writer.Reentrant
-
Decrements the reentrants counter by one.
- decInitialized - Variable in class org.glassfish.grizzly.compression.lzma.LZMADecoder.LZMAInputState
-
- decode(LZMADecoder.LZMAInputState, RangeDecoder) - Method in class org.glassfish.grizzly.compression.lzma.impl.rangecoder.BitTreeDecoder
-
- decode(Transformer<Stream, E>) - Method in class org.glassfish.grizzly.streams.AbstractStreamReader
-
Read and decode data from the StreamReader
- decode(Transformer<Stream, E>, CompletionHandler<E>) - Method in class org.glassfish.grizzly.streams.AbstractStreamReader
-
Read and decode data from the StreamReader
- decode(Transformer<Stream, E>) - Method in interface org.glassfish.grizzly.streams.StreamReader
-
Read and decode data from the StreamReader
- decode(Transformer<Stream, E>, CompletionHandler<E>) - Method in interface org.glassfish.grizzly.streams.StreamReader
-
Read and decode data from the StreamReader
- decodeBit(LZMADecoder.LZMAInputState, short[], int) - Method in class org.glassfish.grizzly.compression.lzma.impl.rangecoder.RangeDecoder
-
- decodeDirectBits(LZMADecoder.LZMAInputState, int) - Method in class org.glassfish.grizzly.compression.lzma.impl.rangecoder.RangeDecoder
-
- decodeNormal(LZMADecoder.LZMAInputState, RangeDecoder) - Method in class org.glassfish.grizzly.compression.lzma.impl.Decoder.LiteralDecoder.Decoder2
-
- Decoder - Class in org.glassfish.grizzly.compression.lzma.impl
-
RangeDecoder
- Decoder() - Constructor for class org.glassfish.grizzly.compression.lzma.impl.Decoder
-
- Decoder.LiteralDecoder - Class in org.glassfish.grizzly.compression.lzma.impl
-
- Decoder.LiteralDecoder() - Constructor for class org.glassfish.grizzly.compression.lzma.impl.Decoder.LiteralDecoder
-
- Decoder.LiteralDecoder.Decoder2 - Class in org.glassfish.grizzly.compression.lzma.impl
-
- Decoder.LiteralDecoder.Decoder2() - Constructor for class org.glassfish.grizzly.compression.lzma.impl.Decoder.LiteralDecoder.Decoder2
-
- Decoder.State - Enum in org.glassfish.grizzly.compression.lzma.impl
-
- decoder2 - Variable in class org.glassfish.grizzly.compression.lzma.LZMADecoder.LZMAInputState
-
- decodeWithMatchByte(LZMADecoder.LZMAInputState, RangeDecoder, byte) - Method in class org.glassfish.grizzly.compression.lzma.impl.Decoder.LiteralDecoder.Decoder2
-
- DEFAULT - Static variable in interface org.glassfish.grizzly.Interceptor
-
- DEFAULT_ATTRIBUTE_BUILDER - Static variable in interface org.glassfish.grizzly.attributes.AttributeBuilder
-
The default
AttributeBuilder implementation used by all created builder
instances.
- DEFAULT_ATTRIBUTE_BUILDER - Static variable in class org.glassfish.grizzly.Grizzly
-
- DEFAULT_BASE_BUFFER_SIZE - Static variable in class org.glassfish.grizzly.memory.PooledMemoryManager
-
- DEFAULT_BUFFER_SIZE - Static variable in class org.glassfish.grizzly.nio.AbstractNIOAsyncQueueReader
-
- DEFAULT_CHANNEL_CONFIGURATOR - Static variable in class org.glassfish.grizzly.nio.transport.TCPNIOTransport
-
- DEFAULT_CHANNEL_CONFIGURATOR - Static variable in class org.glassfish.grizzly.nio.transport.UDPNIOTransport
-
- DEFAULT_CHARACTER_ENCODING - Static variable in class org.glassfish.grizzly.utils.Charsets
-
The default character encoding of this Java virtual machine.
- DEFAULT_CHARSET - Static variable in class org.glassfish.grizzly.utils.Charsets
-
Returns the default charset of this Java virtual machine.
- DEFAULT_CLIENT_SOCKET_SO_TIMEOUT - Static variable in class org.glassfish.grizzly.nio.NIOTransport
-
- DEFAULT_CONFIG - Static variable in class org.glassfish.grizzly.ssl.SSLContextConfigurator
-
Default SSL configuration.
- DEFAULT_CONNECTION_TIMEOUT - Static variable in class org.glassfish.grizzly.nio.NIOTransport
-
- DEFAULT_CONNECTION_TIMEOUT - Static variable in class org.glassfish.grizzly.nio.transport.TCPNIOConnectorHandler
-
- DEFAULT_CONNECTION_TIMEOUT - Static variable in interface org.glassfish.grizzly.SocketConnectorHandler
-
- DEFAULT_GROWTH_FACTOR - Static variable in class org.glassfish.grizzly.memory.PooledMemoryManager
-
- DEFAULT_HEAP_USAGE_PERCENTAGE - Static variable in class org.glassfish.grizzly.memory.PooledMemoryManager
-
- DEFAULT_IDLE_THREAD_KEEPALIVE_TIMEOUT - Static variable in class org.glassfish.grizzly.threadpool.AbstractThreadPool
-
- DEFAULT_KEEP_ALIVE - Static variable in class org.glassfish.grizzly.nio.transport.TCPNIOTransport
-
- DEFAULT_LINGER - Static variable in class org.glassfish.grizzly.nio.transport.TCPNIOTransport
-
- DEFAULT_MAX_BUFFER_SIZE - Static variable in class org.glassfish.grizzly.memory.AbstractMemoryManager
-
The maximum size of the memory pool that is to be maintained by
either the MemoryManager itself or any
ThreadLocalPools.
- DEFAULT_MAX_TASKS_QUEUED - Static variable in class org.glassfish.grizzly.threadpool.AbstractThreadPool
-
- DEFAULT_MAX_THREAD_COUNT - Static variable in class org.glassfish.grizzly.threadpool.AbstractThreadPool
-
- DEFAULT_MEMORY_MANAGER - Static variable in interface org.glassfish.grizzly.memory.MemoryManager
-
The default
MemoryManager implementation used by all created builder
instances.
- DEFAULT_MIN_THREAD_COUNT - Static variable in class org.glassfish.grizzly.threadpool.AbstractThreadPool
-
- DEFAULT_NUMBER_OF_POOLS - Static variable in class org.glassfish.grizzly.memory.PooledMemoryManager
-
- DEFAULT_OPTIMIZED_FOR_MULTIPLEXING - Static variable in class org.glassfish.grizzly.nio.NIOTransport
-
- DEFAULT_PREALLOCATED_BUFFERS_PERCENTAGE - Static variable in class org.glassfish.grizzly.memory.PooledMemoryManager
-
- DEFAULT_READ_BUFFER_SIZE - Static variable in interface org.glassfish.grizzly.Transport
-
The default read buffer size.
- DEFAULT_READ_TIMEOUT - Static variable in interface org.glassfish.grizzly.Transport
-
Default read timeout in seconds.
- DEFAULT_REUSE_ADDRESS - Static variable in class org.glassfish.grizzly.nio.NIOTransport
-
- DEFAULT_SELECTION_KEY_HANDLER - Static variable in interface org.glassfish.grizzly.nio.SelectionKeyHandler
-
- DEFAULT_SELECTOR_HANDLER - Static variable in interface org.glassfish.grizzly.nio.SelectorHandler
-
- DEFAULT_SELECTOR_RUNNER_COUNT - Static variable in class org.glassfish.grizzly.nio.NIOTransport
-
- DEFAULT_SELECTORS_COUNT - Static variable in class org.glassfish.grizzly.nio.tmpselectors.TemporarySelectorPool
-
- DEFAULT_SERVER_CONNECTION_BACKLOG - Static variable in class org.glassfish.grizzly.nio.transport.TCPNIOTransport
-
- DEFAULT_SERVER_SOCKET_SO_TIMEOUT - Static variable in class org.glassfish.grizzly.nio.NIOTransport
-
- DEFAULT_SMALL_BUFFER_SIZE - Static variable in class org.glassfish.grizzly.memory.ByteBufferManager
-
TODO: Document
- DEFAULT_TCP_NO_DELAY - Static variable in class org.glassfish.grizzly.nio.transport.TCPNIOTransport
-
- DEFAULT_WRITE_BUFFER_SIZE - Static variable in interface org.glassfish.grizzly.Transport
-
The default write buffer size.
- DEFAULT_WRITE_TIMEOUT - Static variable in interface org.glassfish.grizzly.Transport
-
Default write timeout in seconds.
- DefaultAttributeBuilder - Class in org.glassfish.grizzly.attributes
-
- DefaultAttributeBuilder() - Constructor for class org.glassfish.grizzly.attributes.DefaultAttributeBuilder
-
- defaultBufferSize - Variable in class org.glassfish.grizzly.nio.AbstractNIOAsyncQueueReader
-
- defaultConfig() - Static method in class org.glassfish.grizzly.threadpool.ThreadPoolConfig
-
Create new Grizzly thread-pool configuration instance.
- defaultEndIdx(FilterChainContext) - Method in interface org.glassfish.grizzly.filterchain.FilterExecutor
-
- DefaultFilterChain - Class in org.glassfish.grizzly.filterchain
-
- DefaultFilterChain() - Constructor for class org.glassfish.grizzly.filterchain.DefaultFilterChain
-
- DefaultFilterChain(Collection<Filter>) - Constructor for class org.glassfish.grizzly.filterchain.DefaultFilterChain
-
- DefaultMemoryManagerFactory - Interface in org.glassfish.grizzly.memory
-
- DefaultMonitoringConfig<E> - Class in org.glassfish.grizzly.monitoring
-
Default monitoring configuration, with no JMX support.
- DefaultMonitoringConfig(Class<E>) - Constructor for class org.glassfish.grizzly.monitoring.DefaultMonitoringConfig
-
- DefaultProcessorSelector - Class in org.glassfish.grizzly
-
- DefaultProcessorSelector(Transport) - Constructor for class org.glassfish.grizzly.DefaultProcessorSelector
-
- DefaultSelectionKeyHandler - Class in org.glassfish.grizzly.nio
-
- DefaultSelectionKeyHandler() - Constructor for class org.glassfish.grizzly.nio.DefaultSelectionKeyHandler
-
- DefaultSelectorHandler - Class in org.glassfish.grizzly.nio
-
Default implementation of NIO SelectorHandler
- DefaultSelectorHandler() - Constructor for class org.glassfish.grizzly.nio.DefaultSelectorHandler
-
- DefaultSelectorHandler(long, TimeUnit) - Constructor for class org.glassfish.grizzly.nio.DefaultSelectorHandler
-
- DefaultSelectorHandler.DeregisterChannelOperation - Class in org.glassfish.grizzly.nio
-
- DefaultSelectorHandler.RegisterChannelOperation - Class in org.glassfish.grizzly.nio
-
- DefaultSelectorHandler.RegisterKeyTask - Class in org.glassfish.grizzly.nio
-
- DefaultSelectorHandler.RegisterKeyTask(SelectionKey, int) - Constructor for class org.glassfish.grizzly.nio.DefaultSelectorHandler.RegisterKeyTask
-
- DefaultSelectorHandler.RunnableTask - Class in org.glassfish.grizzly.nio
-
- defaultStartIdx(FilterChainContext) - Method in interface org.glassfish.grizzly.filterchain.FilterExecutor
-
- DefaultStreamReader - Class in org.glassfish.grizzly.nio.transport
-
- DefaultStreamReader(Connection) - Constructor for class org.glassfish.grizzly.nio.transport.DefaultStreamReader
-
- DefaultStreamReader.Input - Class in org.glassfish.grizzly.nio.transport
-
- DefaultStreamReader.Input() - Constructor for class org.glassfish.grizzly.nio.transport.DefaultStreamReader.Input
-
- DefaultStreamWriter - Class in org.glassfish.grizzly.nio.transport
-
- DefaultStreamWriter(Connection) - Constructor for class org.glassfish.grizzly.nio.transport.DefaultStreamWriter
-
- DefaultStreamWriter.Output - Class in org.glassfish.grizzly.nio.transport
-
- DefaultStreamWriter.Output(Connection) - Constructor for class org.glassfish.grizzly.nio.transport.DefaultStreamWriter.Output
-
- DefaultWorkerThread - Class in org.glassfish.grizzly.threadpool
-
Default Grizzly worker thread implementation
- DefaultWorkerThread(AttributeBuilder, String, ThreadLocalPool, Runnable) - Constructor for class org.glassfish.grizzly.threadpool.DefaultWorkerThread
-
- deflate(Deflater, MemoryManager) - Method in class org.glassfish.grizzly.compression.zip.GZipEncoder
-
Writes next block of compressed data to the output stream.
- DelayedExecutor - Class in org.glassfish.grizzly.utils
-
- DelayedExecutor(ExecutorService) - Constructor for class org.glassfish.grizzly.utils.DelayedExecutor
-
- DelayedExecutor(ExecutorService, long, TimeUnit) - Constructor for class org.glassfish.grizzly.utils.DelayedExecutor
-
- DelayedExecutor.DelayQueue<E> - Class in org.glassfish.grizzly.utils
-
- DelayedExecutor.DelayQueue(DelayedExecutor.Worker<E>, DelayedExecutor.Resolver<E>) - Constructor for class org.glassfish.grizzly.utils.DelayedExecutor.DelayQueue
-
- DelayedExecutor.Resolver<E> - Interface in org.glassfish.grizzly.utils
-
- DelayedExecutor.Worker<E> - Interface in org.glassfish.grizzly.utils
-
- delayedQueue - Variable in class org.glassfish.grizzly.threadpool.AbstractThreadPool
-
- DelayFilter - Class in org.glassfish.grizzly.utils
-
Filter which pauses protocol chain processing for a certain time.
- DelayFilter(long, long) - Constructor for class org.glassfish.grizzly.utils.DelayFilter
-
- deregister(Object) - Method in class org.glassfish.grizzly.jmxbase.GrizzlyJmxManager
-
Unregister Grizzly JMX
Object.
- deregisterChannel(SelectorRunner, SelectableChannel) - Method in class org.glassfish.grizzly.nio.DefaultSelectorHandler
-
- deregisterChannel(SelectorRunner, SelectableChannel) - Method in interface org.glassfish.grizzly.nio.SelectorHandler
-
- deregisterChannelAsync(SelectorRunner, SelectableChannel, CompletionHandler<RegisterChannelResult>) - Method in class org.glassfish.grizzly.nio.DefaultSelectorHandler
-
- deregisterChannelAsync(SelectorRunner, SelectableChannel, CompletionHandler<RegisterChannelResult>) - Method in interface org.glassfish.grizzly.nio.SelectorHandler
-
- deregisterKeyInterest(SelectorRunner, SelectionKey, int) - Method in class org.glassfish.grizzly.nio.DefaultSelectorHandler
-
Deregisters SelectionKey interest.
- deregisterKeyInterest(SelectorRunner, SelectionKey, int) - Method in interface org.glassfish.grizzly.nio.SelectorHandler
-
Deregisters SelectionKey interest.
- destroy() - Method in interface org.glassfish.grizzly.threadpool.WorkerThread
-
- destroy() - Method in class org.glassfish.grizzly.utils.DelayedExecutor.DelayQueue
-
- destroy() - Method in class org.glassfish.grizzly.utils.DelayedExecutor
-
- detachSelectorRunner() - Method in class org.glassfish.grizzly.nio.NIOConnection
-
- DirectByteBufferRecord - Class in org.glassfish.grizzly.nio
-
- disableIOEvent(IOEvent) - Method in interface org.glassfish.grizzly.Connection
-
- disableIOEvent(IOEvent) - Method in class org.glassfish.grizzly.nio.NIOConnection
-
- dispose() - Method in interface org.glassfish.grizzly.Buffer
-
Notify the allocator that the space for this Buffer is no
longer needed.
- dispose() - Method in class org.glassfish.grizzly.memory.BuffersBuffer
-
- dispose() - Method in class org.glassfish.grizzly.memory.ByteBufferManager.SmallByteBufferWrapper
-
- dispose() - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
-
- dispose() - Method in class org.glassfish.grizzly.memory.HeapBuffer
-
- disposeBuffer() - Method in class org.glassfish.grizzly.streams.AbstractStreamWriter.DisposeBufferCompletionHandler
-
- disposeOrder - Variable in class org.glassfish.grizzly.memory.CompositeBuffer
-
- disposeOrder() - Method in class org.glassfish.grizzly.memory.CompositeBuffer
-
Returns the order in which internal
Buffers will be disposed.
- disposeOrder(CompositeBuffer.DisposeOrder) - Method in class org.glassfish.grizzly.memory.CompositeBuffer
-
Sets the order in which internal
Buffers will be disposed.
- disposeStackTrace - Variable in class org.glassfish.grizzly.memory.BuffersBuffer
-
- disposeStackTrace - Variable in class org.glassfish.grizzly.memory.ByteBufferWrapper
-
- disposeStackTrace - Variable in class org.glassfish.grizzly.memory.HeapBuffer
-
- DMMF_PROP_NAME - Static variable in interface org.glassfish.grizzly.memory.DefaultMemoryManagerFactory
-
- doClose() - Method in class org.glassfish.grizzly.nio.NIOConnection
-
Do the actual connection close.
- doHandshakeStep(SSLConnectionContext, FilterChainContext, Buffer) - Method in class org.glassfish.grizzly.ssl.SSLBaseFilter
-
- doHandshakeStep(SSLConnectionContext, FilterChainContext, Buffer, Buffer) - Method in class org.glassfish.grizzly.ssl.SSLBaseFilter
-
- doHandshakeStep(SSLConnectionContext, FilterChainContext, Buffer, Buffer) - Method in class org.glassfish.grizzly.ssl.SSLFilter
-
- doHandshakeStep() - Method in class org.glassfish.grizzly.ssl.SSLStreamWriter.SSLHandshakeCondition
-
- doHandshakeSync(SSLConnectionContext, FilterChainContext, Buffer, long) - Method in class org.glassfish.grizzly.ssl.SSLBaseFilter
-
- done() - Method in class org.glassfish.grizzly.impl.SafeFutureImpl
-
Protected method invoked when this task transitions to state
isDone (whether normally or via cancellation).
- doNotify() - Method in class org.glassfish.grizzly.asyncqueue.TaskQueue
-
- doRead(Connection, AsyncReadQueueRecord) - Method in class org.glassfish.grizzly.nio.AbstractNIOAsyncQueueReader
-
Performs real read on the NIO channel
- doSelect() - Method in class org.glassfish.grizzly.nio.SelectorRunner
-
This method handle the processing of all Selector's interest op
(OP_ACCEPT,OP_READ,OP_WRITE,OP_CONNECT) by delegating to its Handler.
- doWork() - Method in class org.glassfish.grizzly.threadpool.AbstractThreadPool.Worker
-
- doWork(E) - Method in interface org.glassfish.grizzly.utils.DelayedExecutor.Worker
-
The method is executed by DelayExecutor once element's timeout expires.
- drain(Queue<Runnable>, Collection<Runnable>) - Static method in class org.glassfish.grizzly.threadpool.AbstractThreadPool
-
- drainAllCharsets() - Static method in class org.glassfish.grizzly.utils.Charsets
-
Remove all preloaded charsets.
- drainTo(Collection<? super E>) - Method in class org.glassfish.grizzly.utils.LinkedTransferQueue
-
- drainTo(Collection<? super E>, int) - Method in class org.glassfish.grizzly.utils.LinkedTransferQueue
-
- drop(InetAddress, NetworkInterface) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOConnection
-
Drops non-source specific membership in a multicast group.
- drop(InetAddress, NetworkInterface, InetAddress) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOConnection
-
Drops membership in a multicast group.
- dropAll(InetAddress, NetworkInterface) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOConnection
-
Drops all active membership in a multicast group.
- dumpBuffer(Appendable, Buffer) - Static method in class org.glassfish.grizzly.memory.Buffers
-
Generates a hex dump of the provided
Buffer.
- dumpHex(Appendable) - Method in interface org.glassfish.grizzly.Buffer
-
Generate a hex dump of this
Buffer's content.
- dumpHex(Appendable) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
-
- dumpHex(Appendable) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
-
- dumpHex(Appendable) - Method in class org.glassfish.grizzly.memory.HeapBuffer
-
Generate a hex dump of this
Buffer's content.
- duplicate() - Method in interface org.glassfish.grizzly.Buffer
-
Creates a new Buffer that shares this buffer's content.
- duplicate() - Method in class org.glassfish.grizzly.memory.BuffersBuffer
-
- duplicate() - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
-
- duplicate() - Method in class org.glassfish.grizzly.memory.HeapBuffer
-
- GenericAdapter<K,V> - Interface in org.glassfish.grizzly.utils
-
Generic Adapter interface.
- GenericCloseListener - Interface in org.glassfish.grizzly
-
Deprecated.
- get(AttributeHolder) - Method in class org.glassfish.grizzly.attributes.Attribute
-
- get(AttributeStorage) - Method in class org.glassfish.grizzly.attributes.Attribute
-
- get() - Method in interface org.glassfish.grizzly.Buffer
-
Relative get method.
- get(int) - Method in interface org.glassfish.grizzly.Buffer
-
Absolute get method.
- get(byte[]) - Method in interface org.glassfish.grizzly.Buffer
-
Relative bulk get method.
- get(byte[], int, int) - Method in interface org.glassfish.grizzly.Buffer
-
Relative bulk get method.
- get(ByteBuffer) - Method in interface org.glassfish.grizzly.Buffer
-
Relative bulk get method.
- get(ByteBuffer, int, int) - Method in interface org.glassfish.grizzly.Buffer
-
Relative bulk get method.
- get(int) - Method in class org.glassfish.grizzly.ChainProcessorSelector
- get(int) - Method in class org.glassfish.grizzly.filterchain.FilterChainBuilder
-
- get(int) - Method in class org.glassfish.grizzly.filterchain.ListFacadeFilterChain
- get() - Method in class org.glassfish.grizzly.impl.ReadyFutureImpl
- get(long, TimeUnit) - Method in class org.glassfish.grizzly.impl.ReadyFutureImpl
- get() - Method in class org.glassfish.grizzly.impl.SafeFutureImpl
-
- get(long, TimeUnit) - Method in class org.glassfish.grizzly.impl.SafeFutureImpl
-
- get() - Method in class org.glassfish.grizzly.impl.UnsafeFutureImpl
- get(long, TimeUnit) - Method in class org.glassfish.grizzly.impl.UnsafeFutureImpl
- get(ByteBuffer, byte[], int, int) - Static method in class org.glassfish.grizzly.memory.Buffers
-
- get() - Method in class org.glassfish.grizzly.memory.BuffersBuffer
-
- get(int) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
-
- get(byte[]) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
-
- get(byte[], int, int) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
-
- get(ByteBuffer) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
-
- get(ByteBuffer, int, int) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
-
- get() - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
-
- get(int) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
-
- get(byte[]) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
-
- get(byte[], int, int) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
-
- get(ByteBuffer) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
-
- get(ByteBuffer, int, int) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
-
- get() - Method in class org.glassfish.grizzly.memory.HeapBuffer
-
- get(int) - Method in class org.glassfish.grizzly.memory.HeapBuffer
-
- get(byte[]) - Method in class org.glassfish.grizzly.memory.HeapBuffer
-
- get(byte[], int, int) - Method in class org.glassfish.grizzly.memory.HeapBuffer
-
- get(ByteBuffer) - Method in class org.glassfish.grizzly.memory.HeapBuffer
-
- get(ByteBuffer, int, int) - Method in class org.glassfish.grizzly.memory.HeapBuffer
-
- get() - Static method in class org.glassfish.grizzly.nio.DirectByteBufferRecord
-
- get(ThreadCache.CachedTypeIndex<E>) - Method in class org.glassfish.grizzly.ThreadCache.ObjectCache
-
Get the cached object with the given type index from cache.
- get() - Method in class org.glassfish.grizzly.ThreadCache.ObjectCacheElement
-
Get (peek) the object from cache.
- get() - Method in class org.glassfish.grizzly.utils.Holder
-
- get() - Method in class org.glassfish.grizzly.utils.Holder.IntHolder
-
- get() - Method in class org.glassfish.grizzly.utils.Holder.LazyHolder
-
- get() - Method in class org.glassfish.grizzly.Writer.Reentrant
-
Returns the value of the reentrants counter for the current thread.
- getAddress() - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
-
Get address, associated with the current
IOEvent processing.
- getAddressHolder() - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
-
Get a
Holder, which contains address, associated with the
current
IOEvent processing.
- getAlgorithm() - Method in class org.glassfish.grizzly.compression.lzma.LZMAEncoder.LZMAProperties
-
- getAllStackTracesAsString() - Static method in class org.glassfish.grizzly.utils.Exceptions
-
- getAppBufferSize() - Method in class org.glassfish.grizzly.ssl.SSLConnectionContext
-
- getArguments() - Method in interface org.glassfish.grizzly.localization.Localizable
-
Returns the arguments for message formatting.
- getArguments() - Method in class org.glassfish.grizzly.localization.LocalizableMessage
-
- getArray() - Method in class org.glassfish.grizzly.memory.AbstractBufferArray
-
- getArray() - Method in class org.glassfish.grizzly.nio.DirectByteBufferRecord
-
- getArray() - Method in class org.glassfish.grizzly.utils.ArraySet
-
Get the underlying array.
- getArrayCopy() - Method in class org.glassfish.grizzly.utils.ArraySet
-
Get the copy of the underlying array.
- getArraySize() - Method in class org.glassfish.grizzly.nio.DirectByteBufferRecord
-
- getAsyncQueueIO() - Method in interface org.glassfish.grizzly.asyncqueue.AsyncQueueEnabledTransport
-
Get asynchronous queue implementation.
- getAsyncQueueIO() - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransport
-
- getAsyncQueueIO() - Method in class org.glassfish.grizzly.nio.transport.UDPNIOTransport
-
- getAsyncReadQueue() - Method in class org.glassfish.grizzly.nio.NIOConnection
-
- getAsyncWriteQueue() - Method in class org.glassfish.grizzly.nio.NIOConnection
-
- getAttribute(String) - Method in interface org.glassfish.grizzly.attributes.AttributeHolder
-
Return an object based on a name.
- getAttribute(String, NullaryFunction) - Method in interface org.glassfish.grizzly.attributes.AttributeHolder
-
Return an object based on a name.
- getAttribute(int) - Method in interface org.glassfish.grizzly.attributes.IndexedAttributeAccessor
-
Internal method for dynamic attribute support.
- getAttribute(int, NullaryFunction) - Method in interface org.glassfish.grizzly.attributes.IndexedAttributeAccessor
-
Internal method for dynamic attribute support.
- getAttribute(String) - Method in class org.glassfish.grizzly.attributes.IndexedAttributeHolder
-
Return an object based on a name.
- getAttribute(String, NullaryFunction) - Method in class org.glassfish.grizzly.attributes.IndexedAttributeHolder
-
Return an object based on a name.
- getAttribute(int) - Method in class org.glassfish.grizzly.attributes.IndexedAttributeHolder.IndexedAttributeAccessorImpl
-
Internal method for dynamic attribute support.
- getAttribute(int, NullaryFunction) - Method in class org.glassfish.grizzly.attributes.IndexedAttributeHolder.IndexedAttributeAccessorImpl
-
Internal method for dynamic attribute support.
- getAttributeBuilder() - Method in class org.glassfish.grizzly.AbstractTransport
-
- getAttributeBuilder() - Method in interface org.glassfish.grizzly.attributes.AttributeHolder
-
Get AttributeBuilder, associated with this holder
- getAttributeBuilder() - Method in class org.glassfish.grizzly.attributes.IndexedAttributeHolder
-
Get AttributeBuilder, associated with this holder
- getAttributeBuilder() - Method in class org.glassfish.grizzly.NIOTransportBuilder
-
- getAttributeBuilder() - Method in interface org.glassfish.grizzly.Transport
-
- getAttributeByIndex(int) - Method in class org.glassfish.grizzly.attributes.DefaultAttributeBuilder
-
- getAttributeByName(String) - Method in class org.glassfish.grizzly.attributes.DefaultAttributeBuilder
-
- getAttributeNames() - Method in interface org.glassfish.grizzly.attributes.AttributeHolder
-
Return a
Set of attribute names.
- getAttributeNames() - Method in class org.glassfish.grizzly.attributes.IndexedAttributeHolder
-
Return a
Set of attribute names.
- getAttributes() - Method in interface org.glassfish.grizzly.attributes.AttributeStorage
-
- getAttributes() - Method in class org.glassfish.grizzly.Context
-
- getAttributes() - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
-
- getAttributes() - Method in class org.glassfish.grizzly.nio.NIOConnection
-
- getAttributes() - Method in class org.glassfish.grizzly.threadpool.DefaultWorkerThread
-
- getBuffer() - Method in class org.glassfish.grizzly.streams.BufferedInput
-
- getBuffer() - Method in class org.glassfish.grizzly.streams.BufferedOutput
-
- getBuffer() - Method in interface org.glassfish.grizzly.streams.Input
-
- getBuffer() - Method in interface org.glassfish.grizzly.streams.Output
-
- getBuffer() - Method in class org.glassfish.grizzly.streams.StreamInput
-
- getBuffer() - Method in class org.glassfish.grizzly.streams.StreamOutput
-
- getBuffer() - Method in class org.glassfish.grizzly.utils.BufferOutputStream
-
Get the result
Buffer (not flipped).
- getBufferAppender(boolean) - Static method in class org.glassfish.grizzly.memory.Buffers
-
- getBufferedSize() - Method in class org.glassfish.grizzly.streams.BufferedOutput
-
- getBufferWindow() - Method in class org.glassfish.grizzly.streams.AbstractStreamReader
- getBufferWindow() - Method in interface org.glassfish.grizzly.streams.StreamReader
-
- getByte(int) - Method in class org.glassfish.grizzly.compression.lzma.impl.lz.OutWindow
-
- getBytesToReserve() - Method in class org.glassfish.grizzly.asyncqueue.AsyncWriteQueueRecord
-
- getCause() - Method in class org.glassfish.grizzly.CloseReason
-
Returns information about an error, that caused the
Connection to
be closed.
- getChannel() - Method in class org.glassfish.grizzly.nio.NIOConnection
-
- getChannel() - Method in class org.glassfish.grizzly.nio.RegisterChannelResult
-
- getChannelConfigurator() - Method in class org.glassfish.grizzly.nio.NIOTransport
-
- getChannelConfigurator() - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransport
-
- getChannelConfigurator() - Method in class org.glassfish.grizzly.nio.transport.UDPNIOTransport
-
- getChar() - Method in interface org.glassfish.grizzly.Buffer
-
Relative get method for reading a char value.
- getChar(int) - Method in interface org.glassfish.grizzly.Buffer
-
Absolute get method for reading a char value.
- getChar() - Method in class org.glassfish.grizzly.memory.BuffersBuffer
-
- getChar(int) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
-
- getChar() - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
-
- getChar(int) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
-
- getChar() - Method in class org.glassfish.grizzly.memory.HeapBuffer
-
- getChar(int) - Method in class org.glassfish.grizzly.memory.HeapBuffer
-
- getCharset() - Method in class org.glassfish.grizzly.utils.StringDecoder
-
- getCharset() - Method in class org.glassfish.grizzly.utils.StringEncoder
-
- getCharsetDecoder(Charset) - Static method in class org.glassfish.grizzly.utils.Charsets
-
- getCharsetEncoder(Charset) - Static method in class org.glassfish.grizzly.utils.Charsets
-
- getChunkSize() - Method in class org.glassfish.grizzly.utils.ChunkingFilter
-
- getCipherSuite() - Method in interface org.glassfish.grizzly.ssl.SSLSupport
-
The cipher suite being used on this connection.
- getCipherSuite() - Method in class org.glassfish.grizzly.ssl.SSLSupportImpl
-
- getClazz() - Method in class org.glassfish.grizzly.ThreadCache.CachedTypeIndex
-
- getClientSocketSoTimeout() - Method in class org.glassfish.grizzly.nio.NIOTransport
-
- getClientSocketSoTimeout() - Method in class org.glassfish.grizzly.NIOTransportBuilder
-
- getClientSSLEngineConfig() - Method in class org.glassfish.grizzly.ssl.SSLCodec
-
- getClientSSLEngineConfigurator() - Method in class org.glassfish.grizzly.ssl.SSLFilter
-
- getCloseable() - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
-
Get the
Closeable, associated with the current processing.
- getCloseReason() - Method in interface org.glassfish.grizzly.Connection
-
Returns
CloseReason if this
Connection has been closed,
or
null otherwise.
- getCloseReason() - Method in class org.glassfish.grizzly.nio.NIOConnection
-
- getCompletionHandler() - Method in class org.glassfish.grizzly.filterchain.FilterChainContext.TransportContext
-
- getCompletionHandler() - Method in class org.glassfish.grizzly.filterchain.TransportFilter.FlushEvent
-
- getCompletionHandler() - Method in class org.glassfish.grizzly.utils.StateHolder.ConditionElement
-
- getConcurrentMap() - Static method in class org.glassfish.grizzly.utils.DataStructures
-
Creates a new, empty map with a default initial capacity (16),
load factor (0.75) and concurrencyLevel (16).
- getConcurrentMap(Map<? extends K, ? extends V>) - Static method in class org.glassfish.grizzly.utils.DataStructures
-
Creates a new map with the same mappings as the given map.
- getConcurrentMap(int) - Static method in class org.glassfish.grizzly.utils.DataStructures
-
Creates a new, empty map with an initial table size
accommodating the specified number of elements without the need
to dynamically resize.
- getConcurrentMap(int, float, int) - Static method in class org.glassfish.grizzly.utils.DataStructures
-
Creates a new, empty map with an initial table size based on
the given number of elements (initialCapacity), table
density (loadFactor), and number of concurrently
updating threads (concurrencyLevel).
- getCondition() - Method in class org.glassfish.grizzly.utils.StateHolder.ConditionElement
-
- getConfig() - Method in class org.glassfish.grizzly.threadpool.AbstractThreadPool
-
- getConfiguration() - Method in class org.glassfish.grizzly.threadpool.GrizzlyExecutorService
-
- getConnection() - Method in class org.glassfish.grizzly.asyncqueue.AsyncQueueRecord
-
- getConnection() - Method in class org.glassfish.grizzly.Context
-
- getConnection() - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
-
Get the
Connection, associated with the current processing.
- getConnection() - Method in class org.glassfish.grizzly.ReadResult
-
- getConnection() - Method in interface org.glassfish.grizzly.Result
-
- getConnection() - Method in class org.glassfish.grizzly.ssl.SSLConnectionContext
-
- getConnection() - Method in class org.glassfish.grizzly.streams.AbstractStreamReader
-
- getConnection() - Method in class org.glassfish.grizzly.streams.AbstractStreamWriter
-
- getConnection() - Method in interface org.glassfish.grizzly.streams.Stream
-
- getConnection() - Method in interface org.glassfish.grizzly.streams.StreamWriter
-
- getConnection() - Method in class org.glassfish.grizzly.WriteResult
-
- getConnectionForKey(SelectionKey) - Method in class org.glassfish.grizzly.nio.DefaultSelectionKeyHandler
-
- getConnectionForKey(SelectionKey) - Method in interface org.glassfish.grizzly.nio.SelectionKeyHandler
-
- getConnectionMonitoringConfig() - Method in class org.glassfish.grizzly.AbstractTransport
-
Get the monitoring configuration for Transport
Connections.
- getConnectionMonitoringConfig() - Method in interface org.glassfish.grizzly.Transport
-
Get the monitoring configuration for Transport
Connections.
- getConnectionTimeout() - Method in class org.glassfish.grizzly.nio.NIOTransport
-
- getConnectionTimeout() - Method in class org.glassfish.grizzly.NIOTransportBuilder
-
- getCorePoolSize() - Method in class org.glassfish.grizzly.threadpool.ThreadPoolConfig
-
- getCrc32() - Method in class org.glassfish.grizzly.compression.zip.GZipDecoder.GZipInputState
-
- getCurrentResult() - Method in class org.glassfish.grizzly.asyncqueue.AsyncQueueRecord
-
Returns the current record result object.
- getCurrentResult() - Method in class org.glassfish.grizzly.asyncqueue.AsyncReadQueueRecord
-
- getCurrentResult() - Method in class org.glassfish.grizzly.asyncqueue.AsyncWriteQueueRecord
-
- getData() - Method in class org.glassfish.grizzly.ProcessorResult
-
- getDecoder() - Method in interface org.glassfish.grizzly.Codec
-
- getDecoder() - Method in class org.glassfish.grizzly.compression.lzma.LZMADecoder.LZMAInputState
-
- getDecoder() - Method in class org.glassfish.grizzly.filterchain.AbstractCodecFilter
-
- getDecoder() - Method in class org.glassfish.grizzly.ssl.SSLCodec
- getDecodeStatus() - Method in class org.glassfish.grizzly.compression.zip.GZipDecoder.GZipInputState
-
- getDefaultSelectorRunnersCount() - Method in class org.glassfish.grizzly.nio.NIOTransport
-
- getDefaultSelectorRunnersCount() - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransport
-
- getDefaultThreadFactory() - Method in class org.glassfish.grizzly.threadpool.AbstractThreadPool
-
- getDictionarySize() - Method in class org.glassfish.grizzly.compression.lzma.LZMAEncoder.LZMAProperties
-
- getDigest() - Method in class org.glassfish.grizzly.compression.lzma.impl.CRC
-
- getDirectBuffer() - Method in class org.glassfish.grizzly.nio.DirectByteBufferRecord
-
- getDirectBufferSlice() - Method in class org.glassfish.grizzly.nio.DirectByteBufferRecord
-
- getDotedVersion() - Static method in class org.glassfish.grizzly.Grizzly
-
Return the dotted version of the current release.
- getDouble() - Method in interface org.glassfish.grizzly.Buffer
-
Relative get method for reading a double value.
- getDouble(int) - Method in interface org.glassfish.grizzly.Buffer
-
Absolute get method for reading a double value.
- getDouble() - Method in class org.glassfish.grizzly.memory.BuffersBuffer
-
- getDouble(int) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
-
- getDouble() - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
-
- getDouble(int) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
-
- getDouble() - Method in class org.glassfish.grizzly.memory.HeapBuffer
-
- getDouble(int) - Method in class org.glassfish.grizzly.memory.HeapBuffer
-
- getDst() - Method in class org.glassfish.grizzly.compression.lzma.LZMADecoder.LZMAInputState
-
- getDst() - Method in class org.glassfish.grizzly.compression.lzma.LZMAEncoder.LZMAOutputState
-
- getDstAddress() - Method in class org.glassfish.grizzly.asyncqueue.AsyncWriteQueueRecord
-
- getDstAddress() - Method in class org.glassfish.grizzly.WriteResult
-
Get the destination address, the message was written to.
- getDstAddressHolder() - Method in class org.glassfish.grizzly.WriteResult
-
Get the destination address, the message was written to.
- getEnabledCipherSuites() - Method in class org.glassfish.grizzly.ssl.SSLEngineConfigurator
-
- getEnabledProtocols() - Method in class org.glassfish.grizzly.ssl.SSLEngineConfigurator
-
- getEncoder() - Method in interface org.glassfish.grizzly.Codec
-
- getEncoder() - Method in class org.glassfish.grizzly.compression.lzma.LZMAEncoder.LZMAOutputState
-
- getEncoder() - Method in class org.glassfish.grizzly.filterchain.AbstractCodecFilter
-
- getEncoder() - Method in class org.glassfish.grizzly.ssl.SSLCodec
- getEndIdx() - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
-
- getErrorCode() - Method in class org.glassfish.grizzly.TransformationResult
-
- getErrorDescription() - Method in class org.glassfish.grizzly.TransformationResult
-
- getExternalRemainder() - Method in class org.glassfish.grizzly.TransformationResult
-
- getFilterChain() - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
-
- getFilterIdx() - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
-
- getFirst() - Method in class org.glassfish.grizzly.utils.Pair
-
- getFloat() - Method in interface org.glassfish.grizzly.Buffer
-
Relative get method for reading a float value.
- getFloat(int) - Method in interface org.glassfish.grizzly.Buffer
-
Absolute get method for reading a float value.
- getFloat() - Method in class org.glassfish.grizzly.memory.BuffersBuffer
-
- getFloat(int) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
-
- getFloat() - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
-
- getFloat(int) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
-
- getFloat() - Method in class org.glassfish.grizzly.memory.HeapBuffer
-
- getFloat(int) - Method in class org.glassfish.grizzly.memory.HeapBuffer
-
- getForkAction() - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
-
- getForkAction(NextAction) - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
-
- getFromCache(ThreadCache.CachedTypeIndex<E>) - Static method in class org.glassfish.grizzly.ThreadCache
-
Get the cached object with the given type index from cache.
- getFromCache(Thread, ThreadCache.CachedTypeIndex<E>) - Static method in class org.glassfish.grizzly.ThreadCache
-
Get the cached object with the given type index from cache.
- getFromCache(ThreadCache.CachedTypeIndex<E>) - Method in class org.glassfish.grizzly.threadpool.DefaultWorkerThread
-
Get the cached object with the given type index from cache.
- getFuture() - Method in class org.glassfish.grizzly.utils.StateHolder.ConditionElement
-
- getHandshakeTimeout(TimeUnit) - Method in class org.glassfish.grizzly.ssl.SSLBaseFilter
-
- getHeaderFlag() - Method in class org.glassfish.grizzly.compression.zip.GZipDecoder.GZipInputState
-
- getHeaderParseStateValue() - Method in class org.glassfish.grizzly.compression.zip.GZipDecoder.GZipInputState
-
- getIndex() - Method in class org.glassfish.grizzly.ThreadCache.CachedTypeIndex
-
- getIndexByte(int) - Method in class org.glassfish.grizzly.compression.lzma.impl.lz.InWindow
-
- getIndexedAttributeAccessor() - Method in interface org.glassfish.grizzly.attributes.AttributeHolder
-
If AttributeHolder supports attribute access by index - it will return
an
IndexedAttributeAccessor, which will make
Attribute
access as fast as access to array element.
- getIndexedAttributeAccessor() - Method in class org.glassfish.grizzly.attributes.IndexedAttributeHolder
-
- getInflater() - Method in class org.glassfish.grizzly.compression.zip.GZipDecoder.GZipInputState
-
- getInitialBufferSize(int) - Method in class org.glassfish.grizzly.memory.AbstractBufferArray
-
- getInitialClassLoader() - Method in class org.glassfish.grizzly.threadpool.ThreadPoolConfig
-
- getInitialLimit(int) - Method in class org.glassfish.grizzly.memory.AbstractBufferArray
-
- getInitialMessageSize() - Method in class org.glassfish.grizzly.asyncqueue.AsyncWriteQueueRecord
-
- getInitialMonitoringConfig() - Method in class org.glassfish.grizzly.threadpool.ThreadPoolConfig
-
- getInitialPosition(int) - Method in class org.glassfish.grizzly.memory.AbstractBufferArray
-
- getInstance() - Static method in class org.glassfish.grizzly.strategies.LeaderFollowerNIOStrategy
-
- getInstance() - Static method in class org.glassfish.grizzly.strategies.SameThreadIOStrategy
-
- getInstance() - Static method in class org.glassfish.grizzly.strategies.SimpleDynamicNIOStrategy
-
- getInstance() - Static method in class org.glassfish.grizzly.strategies.WorkerThreadIOStrategy
-
- getInt() - Method in interface org.glassfish.grizzly.Buffer
-
Relative get method for reading an int value.
- getInt(int) - Method in interface org.glassfish.grizzly.Buffer
-
Absolute get method for reading an int value.
- getInt() - Method in class org.glassfish.grizzly.memory.BuffersBuffer
-
- getInt(int) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
-
- getInt() - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
-
- getInt(int) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
-
- getInt() - Method in class org.glassfish.grizzly.memory.HeapBuffer
-
- getInt(int) - Method in class org.glassfish.grizzly.memory.HeapBuffer
-
- getInt() - Method in class org.glassfish.grizzly.utils.Holder.IntHolder
-
- getInt() - Method in class org.glassfish.grizzly.utils.Holder.LazyIntHolder
-
- getInterceptor() - Method in class org.glassfish.grizzly.asyncqueue.AsyncReadQueueRecord
-
- getInternalContext() - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
-
Get the general Grizzly
Context this filter context wraps.
- getInvokeAction() - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
-
- getInvokeAction(Object) - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
-
- getInvokeAction(E, Appender<E>) - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
-
- getIoEvent() - Method in class org.glassfish.grizzly.Context
-
- getIOEvents(int) - Method in class org.glassfish.grizzly.nio.DefaultSelectionKeyHandler
-
- getIOEvents(int) - Method in interface org.glassfish.grizzly.nio.SelectionKeyHandler
-
- getIOStrategy() - Method in class org.glassfish.grizzly.AbstractTransport
-
- getIOStrategy() - Method in class org.glassfish.grizzly.NIOTransportBuilder
-
- getIOStrategy() - Method in interface org.glassfish.grizzly.Transport
-
- getJdkVersion() - Static method in class org.glassfish.grizzly.utils.JdkVersion
-
- getKeepAliveTime(TimeUnit) - Method in class org.glassfish.grizzly.threadpool.ThreadPoolConfig
-
Returns the max period of time a thread will wait for a new task to process.
- getKernelThreadPool() - Method in class org.glassfish.grizzly.AbstractTransport
- getKernelThreadPool() - Method in interface org.glassfish.grizzly.Transport
-
- getKernelThreadPoolConfig() - Method in class org.glassfish.grizzly.AbstractTransport
- getKernelThreadPoolConfig() - Method in interface org.glassfish.grizzly.Transport
-
- getKey() - Method in interface org.glassfish.grizzly.localization.Localizable
-
Gets the key in the resource bundle.
- getKey() - Method in class org.glassfish.grizzly.localization.LocalizableMessage
-
- getKeySize() - Method in interface org.glassfish.grizzly.ssl.SSLSupport
-
Get the keysize.
- getKeySize() - Method in class org.glassfish.grizzly.ssl.SSLSupportImpl
-
Copied from org.apache.catalina.valves.CertificateValve
- getLastResult(AttributeStorage) - Method in class org.glassfish.grizzly.AbstractTransformer
-
- getLastResult() - Method in class org.glassfish.grizzly.AbstractTransformer.LastResultAwareState
-
- getLastResult(AttributeStorage) - Method in interface org.glassfish.grizzly.Transformer
-
Gets the last returned Transformer result.
- getLastSelectedKeysCount() - Method in class org.glassfish.grizzly.nio.SelectorRunner
-
- getLc() - Method in class org.glassfish.grizzly.compression.lzma.LZMAEncoder.LZMAProperties
-
- getLenToPosState(int) - Static method in class org.glassfish.grizzly.compression.lzma.impl.Base
-
- getLevel() - Method in class org.glassfish.grizzly.utils.LogFilter
-
- getLimit(E) - Method in class org.glassfish.grizzly.memory.AbstractBufferArray
-
- getLimit(Buffer) - Method in class org.glassfish.grizzly.memory.BufferArray
-
- getLimit(ByteBuffer) - Method in class org.glassfish.grizzly.memory.ByteBufferArray
-
- getLinger() - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransport
-
- getLinger() - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransportBuilder
-
- getLocalAddress() - Method in interface org.glassfish.grizzly.Connection
-
Get the connection local address
- getLocalAddress() - Method in class org.glassfish.grizzly.nio.transport.TCPNIOConnection
-
Returns the local address of this Connection,
or null if it is unconnected.
- getLocalAddress() - Method in class org.glassfish.grizzly.nio.transport.UDPNIOConnection
-
Returns the local address of this Connection,
or null if it is unconnected.
- getLocale() - Method in class org.glassfish.grizzly.localization.Localizer
-
- getLogger() - Method in class org.glassfish.grizzly.utils.LogFilter
-
- getLong() - Method in interface org.glassfish.grizzly.Buffer
-
Relative get method for reading a long value.
- getLong(int) - Method in interface org.glassfish.grizzly.Buffer
-
Absolute get method for reading a long value.
- getLong() - Method in class org.glassfish.grizzly.memory.BuffersBuffer
-
- getLong(int) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
-
- getLong() - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
-
- getLong(int) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
-
- getLong() - Method in class org.glassfish.grizzly.memory.HeapBuffer
-
- getLong(int) - Method in class org.glassfish.grizzly.memory.HeapBuffer
-
- getLower() - Method in class org.glassfish.grizzly.PortRange
-
- getLp() - Method in class org.glassfish.grizzly.compression.lzma.LZMAEncoder.LZMAProperties
-
- getLTQInstance() - Static method in class org.glassfish.grizzly.utils.DataStructures
-
- getLTQInstance(Class<T>) - Static method in class org.glassfish.grizzly.utils.DataStructures
-
- getMaintenance() - Method in class org.glassfish.grizzly.utils.JdkVersion
-
- getMajor() - Method in class org.glassfish.grizzly.utils.JdkVersion
-
- getMajorVersion() - Static method in class org.glassfish.grizzly.Grizzly
-
Get Grizzly framework major version
- getMatches(int[]) - Method in class org.glassfish.grizzly.compression.lzma.impl.lz.BinTree
-
- getMatchFinder() - Method in class org.glassfish.grizzly.compression.lzma.LZMAEncoder.LZMAProperties
-
- getMatchLen(int, int, int) - Method in class org.glassfish.grizzly.compression.lzma.impl.lz.InWindow
-
- getMaxAsyncWriteQueueSize() - Method in interface org.glassfish.grizzly.Connection
-
Get the max size (in bytes) of asynchronous write queue associated
with connection.
- getMaxAsyncWriteQueueSize() - Method in class org.glassfish.grizzly.nio.NIOConnection
-
Get the max size (in bytes) of asynchronous write queue associated
with connection.
- getMaxAsyncWriteQueueSizeInBytes() - Method in class org.glassfish.grizzly.NIOTransportBuilder
-
- getMaxBufferSize() - Method in class org.glassfish.grizzly.memory.AbstractMemoryManager
-
- getMaxPendingBytesPerConnection() - Method in interface org.glassfish.grizzly.asyncqueue.AsyncQueueWriter
-
- getMaxPendingBytesPerConnection() - Method in class org.glassfish.grizzly.nio.AbstractNIOAsyncQueueWriter
- getMaxPendingBytesPerConnection() - Method in class org.glassfish.grizzly.ssl.SSLFilter
-
- getMaxPoolSize() - Method in class org.glassfish.grizzly.threadpool.ThreadPoolConfig
-
- getMaxQueueSize() - Method in interface org.glassfish.grizzly.asyncqueue.TaskQueue.MutableMaxQueueSize
-
- getMaxReentrants() - Static method in class org.glassfish.grizzly.Writer.Reentrant
-
Returns the maximum number of write() method reentrants a thread is
allowed to made.
- getMaxSmallBufferSize() - Method in class org.glassfish.grizzly.memory.ByteBufferManager
-
- getMemoryManager() - Method in class org.glassfish.grizzly.AbstractTransformer
-
- getMemoryManager() - Method in class org.glassfish.grizzly.AbstractTransport
-
- getMemoryManager() - Method in class org.glassfish.grizzly.compression.lzma.LZMADecoder.LZMAInputState
-
- getMemoryManager() - Method in class org.glassfish.grizzly.compression.lzma.LZMAEncoder.LZMAOutputState
-
- getMemoryManager() - Method in interface org.glassfish.grizzly.Connection
-
- getMemoryManager() - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
-
A simple alias for FilterChainContext.getConnection().getMemoryManager().
- getMemoryManager() - Method in class org.glassfish.grizzly.nio.NIOConnection
-
- getMemoryManager() - Method in class org.glassfish.grizzly.NIOTransportBuilder
-
- getMemoryManager() - Method in class org.glassfish.grizzly.threadpool.ThreadPoolConfig
-
- getMemoryManager() - Method in interface org.glassfish.grizzly.Transport
-
- getMemoryPool() - Method in class org.glassfish.grizzly.threadpool.DefaultWorkerThread
-
- getMessage() - Method in class org.glassfish.grizzly.asyncqueue.AsyncQueueRecord
-
- getMessage() - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
-
Get message object, associated with the current processing.
- getMessage(String, Object...) - Method in class org.glassfish.grizzly.localization.LocalizableMessageFactory
-
- getMessage() - Method in class org.glassfish.grizzly.ReadResult
-
Get the message, which was read.
- getMessage() - Method in class org.glassfish.grizzly.TransformationResult
-
- getMessage() - Method in class org.glassfish.grizzly.WriteResult
-
Get the message, which was read.
- getMessageCloner() - Method in class org.glassfish.grizzly.filterchain.FilterChainContext.TransportContext
-
- getMinor() - Method in class org.glassfish.grizzly.utils.JdkVersion
-
- getMinorVersion() - Static method in class org.glassfish.grizzly.Grizzly
-
Get Grizzly framework minor version
- getMonitoringConfig() - Method in class org.glassfish.grizzly.AbstractTransport
-
- getMonitoringConfig() - Method in interface org.glassfish.grizzly.Connection
-
- getMonitoringConfig() - Method in class org.glassfish.grizzly.memory.ByteBufferManager
-
- getMonitoringConfig() - Method in class org.glassfish.grizzly.memory.HeapMemoryManager
-
- getMonitoringConfig() - Method in class org.glassfish.grizzly.memory.PooledMemoryManager
-
- getMonitoringConfig() - Method in interface org.glassfish.grizzly.monitoring.MonitoringAware
-
- getMonitoringConfig() - Method in class org.glassfish.grizzly.nio.NIOConnection
-
- getMonitoringConfig() - Method in class org.glassfish.grizzly.threadpool.AbstractThreadPool
-
- getMonitoringConfig() - Method in class org.glassfish.grizzly.threadpool.GrizzlyExecutorService
-
- getMonitoringConfig() - Method in interface org.glassfish.grizzly.Transport
-
- getMonitoringProbes() - Method in class org.glassfish.grizzly.AbstractSocketConnectorHandler
-
- getName() - Method in class org.glassfish.grizzly.AbstractTransport
-
- getName() - Method in class org.glassfish.grizzly.compression.lzma.LZMADecoder
-
- getName() - Method in class org.glassfish.grizzly.compression.lzma.LZMAEncoder
-
- getName() - Method in class org.glassfish.grizzly.compression.zip.GZipDecoder
-
Get the Transformer name.
- getName() - Method in class org.glassfish.grizzly.compression.zip.GZipEncoder
-
Get the Transformer name.
- getName() - Method in class org.glassfish.grizzly.NIOTransportBuilder
-
- getName() - Method in class org.glassfish.grizzly.ssl.SSLDecoderTransformer
-
- getName() - Method in class org.glassfish.grizzly.ssl.SSLEncoderTransformer
-
- getName() - Method in class org.glassfish.grizzly.ThreadCache.CachedTypeIndex
-
- getName() - Method in interface org.glassfish.grizzly.threadpool.WorkerThread
-
- getName() - Method in interface org.glassfish.grizzly.Transformer
-
Get the Transformer name.
- getName() - Method in interface org.glassfish.grizzly.Transport
-
- getName() - Method in class org.glassfish.grizzly.utils.ChunkingFilter.ChunkingTransformer
-
- getName() - Method in class org.glassfish.grizzly.utils.StringDecoder
-
- getName() - Method in class org.glassfish.grizzly.utils.StringEncoder
-
- getNamePrefix() - Method in class org.glassfish.grizzly.AbstractTransformer
-
- getNetBufferSize() - Method in class org.glassfish.grizzly.ssl.SSLConnectionContext
-
- getNewConnectionFilterChain() - Method in class org.glassfish.grizzly.ssl.SSLConnectionContext
-
- getNextFilter(FilterChainContext) - Method in interface org.glassfish.grizzly.filterchain.FilterExecutor
-
- getNIOChannelDistributor() - Method in class org.glassfish.grizzly.nio.NIOTransport
-
- getNIOChannelDistributor() - Method in class org.glassfish.grizzly.NIOTransportBuilder
-
- getNumAvailableBytes() - Method in class org.glassfish.grizzly.compression.lzma.impl.lz.InWindow
-
- getNumFastBytes() - Method in class org.glassfish.grizzly.compression.lzma.LZMAEncoder.LZMAProperties
-
- getOptimizedTransportFilter(TransportFilter) - Method in class org.glassfish.grizzly.ssl.SSLBaseFilter
-
- getPb() - Method in class org.glassfish.grizzly.compression.lzma.LZMAEncoder.LZMAProperties
-
- getPeerAddress() - Method in interface org.glassfish.grizzly.Connection
-
Get the connection peer address
- getPeerAddress() - Method in class org.glassfish.grizzly.nio.transport.TCPNIOConnection
-
Returns the address of the endpoint this Connection is
connected to, or null if it is unconnected.
- getPeerAddress() - Method in class org.glassfish.grizzly.nio.transport.UDPNIOConnection
-
Returns the address of the endpoint this Connection is
connected to, or null if it is unconnected.
- getPeerCertificateChain(SSLConnectionContext, FilterChainContext, boolean, FutureImpl<Object[]>) - Method in class org.glassfish.grizzly.ssl.SSLBaseFilter
-
Obtains the certificate chain for this SSL session.
- getPeerCertificateChain() - Method in interface org.glassfish.grizzly.ssl.SSLSupport
-
The client certificate chain (if any).
- getPeerCertificateChain(boolean) - Method in interface org.glassfish.grizzly.ssl.SSLSupport
-
The client certificate chain (if any).
- getPeerCertificateChain() - Method in class org.glassfish.grizzly.ssl.SSLSupportImpl
-
- getPeerCertificateChain(boolean) - Method in class org.glassfish.grizzly.ssl.SSLSupportImpl
-
- getPendingTasks() - Method in class org.glassfish.grizzly.nio.SelectorRunner
-
- getPoolName() - Method in class org.glassfish.grizzly.threadpool.ThreadPoolConfig
-
- getPosition(E) - Method in class org.glassfish.grizzly.memory.AbstractBufferArray
-
- getPosition(Buffer) - Method in class org.glassfish.grizzly.memory.BufferArray
-
- getPosition(ByteBuffer) - Method in class org.glassfish.grizzly.memory.ByteBufferArray
-
- getPostponedTasks() - Method in class org.glassfish.grizzly.nio.SelectorRunner
-
- getPreviousFilter(FilterChainContext) - Method in interface org.glassfish.grizzly.filterchain.FilterExecutor
-
- getPrice(int) - Method in class org.glassfish.grizzly.compression.lzma.impl.rangecoder.BitTreeEncoder
-
- getPrice(int, int) - Static method in class org.glassfish.grizzly.compression.lzma.impl.rangecoder.RangeEncoder
-
- getPrice0(int) - Static method in class org.glassfish.grizzly.compression.lzma.impl.rangecoder.RangeEncoder
-
- getPrice1(int) - Static method in class org.glassfish.grizzly.compression.lzma.impl.rangecoder.RangeEncoder
-
- getPriority() - Method in class org.glassfish.grizzly.threadpool.ThreadPoolConfig
-
- getProbes() - Method in class org.glassfish.grizzly.monitoring.DefaultMonitoringConfig
-
Get the the monitoring probes, which are registered on the objet.
- getProbes() - Method in interface org.glassfish.grizzly.monitoring.MonitoringConfig
-
Get the the monitoring probes, which are registered on the objet.
- getProbesUnsafe() - Method in class org.glassfish.grizzly.monitoring.DefaultMonitoringConfig
-
Get the monitoring probes array (direct).
- getProcessedSizeAdd() - Method in class org.glassfish.grizzly.compression.lzma.impl.rangecoder.RangeEncoder
-
- getProcessor() - Method in class org.glassfish.grizzly.AbstractBindingHandler
-
- getProcessor() - Method in class org.glassfish.grizzly.AbstractSocketConnectorHandler
-
- getProcessor() - Method in class org.glassfish.grizzly.AbstractTransport
-
- getProcessor() - Method in interface org.glassfish.grizzly.Connection
-
- getProcessor() - Method in class org.glassfish.grizzly.Context
-
- getProcessor() - Method in class org.glassfish.grizzly.nio.NIOConnection
-
- getProcessor() - Method in class org.glassfish.grizzly.nio.transport.UDPNIOServerConnection
-
- getProcessor() - Method in class org.glassfish.grizzly.nio.transport.UDPNIOTransport.TransportConnectorHandler
-
- getProcessor() - Method in class org.glassfish.grizzly.NIOTransportBuilder
-
- getProcessor() - Method in interface org.glassfish.grizzly.Transport
-
- getProcessorSelector() - Method in class org.glassfish.grizzly.AbstractBindingHandler
-
- getProcessorSelector() - Method in class org.glassfish.grizzly.AbstractSocketConnectorHandler
-
- getProcessorSelector() - Method in class org.glassfish.grizzly.AbstractTransport
-
- getProcessorSelector() - Method in interface org.glassfish.grizzly.Connection
-
- getProcessorSelector() - Method in class org.glassfish.grizzly.nio.NIOConnection
-
- getProcessorSelector() - Method in class org.glassfish.grizzly.nio.transport.UDPNIOServerConnection
-
- getProcessorSelector() - Method in class org.glassfish.grizzly.nio.transport.UDPNIOTransport.TransportConnectorHandler
-
- getProcessorSelector() - Method in class org.glassfish.grizzly.NIOTransportBuilder
-
- getProcessorSelector() - Method in interface org.glassfish.grizzly.Transport
-
- getPushBackHandler() - Method in class org.glassfish.grizzly.asyncqueue.AsyncWriteQueueRecord
-
Deprecated.
- getPushBackHandler() - Method in class org.glassfish.grizzly.asyncqueue.PushBackContext
-
Deprecated.
- getPushBackHandler() - Method in class org.glassfish.grizzly.filterchain.FilterChainContext.TransportContext
-
Deprecated.
- getQueue() - Method in class org.glassfish.grizzly.asyncqueue.TaskQueue
-
Get the queue of tasks, which will be processed asynchronously
- getQueue() - Method in class org.glassfish.grizzly.threadpool.AbstractThreadPool
-
- getQueue() - Method in class org.glassfish.grizzly.threadpool.ThreadPoolConfig
-
- getQueueLimit() - Method in class org.glassfish.grizzly.threadpool.ThreadPoolConfig
-
- getReadBufferSize() - Method in class org.glassfish.grizzly.AbstractTransport
-
- getReadBufferSize() - Method in interface org.glassfish.grizzly.Connection
-
Get the default size of
Buffers, which will be allocated for
reading data from
Connection.
- getReadBufferSize() - Method in class org.glassfish.grizzly.nio.transport.TCPNIOConnection
-
Get the default size of
Buffers, which will be allocated for
reading data from
Connection.
- getReadBufferSize() - Method in class org.glassfish.grizzly.nio.transport.TCPNIOServerConnection
-
- getReadBufferSize() - Method in class org.glassfish.grizzly.nio.transport.UDPNIOConnection
-
Get the default size of
Buffers, which will be allocated for
reading data from
Connection.
- getReadBufferSize() - Method in class org.glassfish.grizzly.NIOTransportBuilder
-
- getReadBufferSize() - Method in interface org.glassfish.grizzly.Transport
-
- getReader() - Method in interface org.glassfish.grizzly.asyncqueue.AsyncQueueIO
-
- getReader() - Method in class org.glassfish.grizzly.asyncqueue.AsyncQueueIO.ImmutableAsyncQueueIO
-
- getReader() - Method in class org.glassfish.grizzly.asyncqueue.AsyncQueueIO.MutableAsyncQueueIO
-
- getReader() - Method in class org.glassfish.grizzly.nio.tmpselectors.TemporarySelectorIO
-
- getReader(Connection) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransport
-
- getReader(boolean) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransport
-
Get the
Reader implementation, depending on the requested mode.
- getReader(Connection) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOTransport
-
- getReader(boolean) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOTransport
-
Get the
Reader implementation, depending on the requested mode.
- getReader(Connection) - Method in interface org.glassfish.grizzly.Transport
-
- getReader(boolean) - Method in interface org.glassfish.grizzly.Transport
-
Get the
Reader implementation, depending on the requested mode.
- getReadSize() - Method in class org.glassfish.grizzly.ReadResult
-
Get the number of bytes, which were read.
- getReadTimeout(TimeUnit) - Method in class org.glassfish.grizzly.AbstractTransport
-
Returns the current value for the blocking read timeout converted to the
provided
TimeUnit specification.
- getReadTimeout(TimeUnit) - Method in interface org.glassfish.grizzly.Connection
-
Returns the current value for the blocking read timeout converted to the
provided
TimeUnit specification.
- getReadTimeout(TimeUnit) - Method in class org.glassfish.grizzly.nio.NIOConnection
-
- getReadTimeout(TimeUnit) - Method in class org.glassfish.grizzly.NIOTransportBuilder
-
- getReadTimeout(TimeUnit) - Method in interface org.glassfish.grizzly.Transport
-
Returns the current value for the blocking read timeout converted to the
provided
TimeUnit specification.
- getReadyThreadBufferSize() - Method in class org.glassfish.grizzly.memory.AbstractMemoryManager
-
Get the size of local thread memory pool.
- getRerunFilterAction() - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
-
- getResolver() - Method in class org.glassfish.grizzly.utils.IdleTimeoutFilter
-
- getResourceBundleName() - Method in interface org.glassfish.grizzly.localization.Localizable
-
- getResourceBundleName() - Method in class org.glassfish.grizzly.localization.LocalizableMessage
-
- getResult() - Method in interface org.glassfish.grizzly.impl.FutureImpl
-
Get current result value without any blocking.
- getResult() - Method in class org.glassfish.grizzly.impl.ReadyFutureImpl
-
Get current result value without any blocking.
- getResult() - Method in class org.glassfish.grizzly.impl.SafeFutureImpl
-
- getResult() - Method in class org.glassfish.grizzly.impl.UnsafeFutureImpl
-
Get current result value without any blocking.
- getRunnable() - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
-
- getRunnerThread() - Method in class org.glassfish.grizzly.nio.SelectorRunner
-
- getSecond() - Method in class org.glassfish.grizzly.utils.Pair
-
- getSelectionKey() - Method in class org.glassfish.grizzly.nio.NIOConnection
-
- getSelectionKey() - Method in class org.glassfish.grizzly.nio.RegisterChannelResult
-
- getSelectionKeyHandler() - Method in class org.glassfish.grizzly.nio.NIOTransport
-
- getSelectionKeyHandler() - Method in class org.glassfish.grizzly.NIOTransportBuilder
-
- getSelectionKeyInterest() - Method in enum org.glassfish.grizzly.IOEvent
-
- getSelector() - Method in class org.glassfish.grizzly.nio.SelectorRunner
-
- getSelectorHandler() - Method in class org.glassfish.grizzly.nio.NIOTransport
-
- getSelectorHandler() - Method in class org.glassfish.grizzly.NIOTransportBuilder
-
- getSelectorPool() - Method in class org.glassfish.grizzly.nio.tmpselectors.TemporarySelectorIO
-
- getSelectorProvider() - Method in class org.glassfish.grizzly.nio.NIOTransport
-
- getSelectorProvider() - Method in class org.glassfish.grizzly.nio.tmpselectors.TemporarySelectorPool
-
- getSelectorProvider() - Method in class org.glassfish.grizzly.NIOTransportBuilder
-
- getSelectorRunner() - Method in class org.glassfish.grizzly.nio.NIOConnection
-
- getSelectorRunner() - Method in class org.glassfish.grizzly.nio.RegisterChannelResult
-
- getSelectorRunners() - Method in class org.glassfish.grizzly.nio.NIOTransport
-
- getSelectorRunnersCount() - Method in class org.glassfish.grizzly.nio.NIOTransport
-
- getSelectorRunnersCount() - Method in class org.glassfish.grizzly.NIOTransportBuilder
-
- getSelectorThreadPoolConfig() - Method in class org.glassfish.grizzly.NIOTransportBuilder
-
- getSelectTimeout() - Method in class org.glassfish.grizzly.nio.DefaultSelectorHandler
-
- getSelectTimeout() - Method in interface org.glassfish.grizzly.nio.SelectorHandler
-
- getServerConnectionBackLog() - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransport
-
Get the default server connection backlog size.
- getServerConnectionBackLog() - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransportBuilder
-
- getServerSocketSoTimeout() - Method in class org.glassfish.grizzly.nio.NIOTransport
-
- getServerSocketSoTimeout() - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransportBuilder
-
- getServerSSLEngineConfig() - Method in class org.glassfish.grizzly.ssl.SSLCodec
-
- getServerSSLEngineConfigurator() - Method in class org.glassfish.grizzly.ssl.SSLBaseFilter
-
- getSessionId() - Method in interface org.glassfish.grizzly.ssl.SSLSupport
-
The current session Id.
- getSessionId() - Method in class org.glassfish.grizzly.ssl.SSLSupportImpl
-
- getShort() - Method in interface org.glassfish.grizzly.Buffer
-
Relative get method for reading a short value.
- getShort(int) - Method in interface org.glassfish.grizzly.Buffer
-
Absolute get method for reading a short value.
- getShort() - Method in class org.glassfish.grizzly.memory.BuffersBuffer
-
- getShort(int) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
-
- getShort() - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
-
- getShort(int) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
-
- getShort() - Method in class org.glassfish.grizzly.memory.HeapBuffer
-
- getShort(int) - Method in class org.glassfish.grizzly.memory.HeapBuffer
-
- getSize() - Method in class org.glassfish.grizzly.ThreadCache.CachedTypeIndex
-
- getSize() - Method in class org.glassfish.grizzly.threadpool.AbstractThreadPool
-
- getSource() - Method in class org.glassfish.grizzly.nio.transport.DefaultStreamReader
-
- getSrc() - Method in class org.glassfish.grizzly.compression.lzma.LZMADecoder.LZMAInputState
-
- getSrc() - Method in class org.glassfish.grizzly.compression.lzma.LZMAEncoder.LZMAOutputState
-
- getSrcAddress() - Method in class org.glassfish.grizzly.ReadResult
-
Get the source address, the message was read from.
- getSrcAddressHolder() - Method in class org.glassfish.grizzly.ReadResult
-
Get the source address, the message was read from.
- getSslConnectionContext(Connection) - Static method in class org.glassfish.grizzly.ssl.SSLUtils
-
- getSslContext() - Method in class org.glassfish.grizzly.ssl.SSLEngineConfigurator
-
- getSslEngine() - Method in class org.glassfish.grizzly.ssl.SSLConnectionContext
-
- getSSLEngine(Connection) - Static method in class org.glassfish.grizzly.ssl.SSLUtils
-
- getSSLPacketSize(Buffer) - Static method in class org.glassfish.grizzly.ssl.SSLUtils
-
- getStackTrace() - Method in class org.glassfish.grizzly.utils.DebugPoint
-
- getStackTraceAsString(Throwable) - Static method in class org.glassfish.grizzly.utils.Exceptions
-
- getStartIdx() - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
-
- getState() - Method in class org.glassfish.grizzly.AbstractTransport
-
- getState() - Method in class org.glassfish.grizzly.nio.SelectorRunner
-
- getState() - Method in interface org.glassfish.grizzly.Transport
-
- getState() - Method in class org.glassfish.grizzly.utils.StateHolder
-
Gets current state
Current StateHolder locking mode will be used
- getStateLocker() - Method in class org.glassfish.grizzly.utils.StateHolder
-
Gets Read/Write locker, which is used by this StateHolder
- getStatus() - Method in class org.glassfish.grizzly.ProcessorResult
-
Get the result status.
- getStatus() - Method in class org.glassfish.grizzly.TransformationResult
-
- getStopAction() - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
-
- getStopAction(Object) - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
-
- getStopAction(E, Appender<E>) - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
-
- getStreamReader(Connection) - Method in class org.glassfish.grizzly.StandaloneProcessor
-
- getStreamWriter(Connection) - Method in class org.glassfish.grizzly.StandaloneProcessor
-
- getSuspendAction() - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
-
- getSuspendingStopAction() - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
-
- getSyncConnectTimeout(TimeUnit) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOConnectorHandler
-
- getSyncConnectTimeout(TimeUnit) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOConnectorHandler
-
- getSystemInheritedChannel(Class<?>) - Method in class org.glassfish.grizzly.AbstractBindingHandler
-
- getTask() - Method in class org.glassfish.grizzly.threadpool.AbstractThreadPool.Worker
-
- getTask() - Method in class org.glassfish.grizzly.threadpool.SyncThreadPool.SyncThreadWorker
-
- getTemporarySelectorIO() - Method in class org.glassfish.grizzly.nio.NIOTransport
-
- getTemporarySelectorIO() - Method in interface org.glassfish.grizzly.nio.tmpselectors.TemporarySelectorsEnabledTransport
-
- getTemporarySelectorIO() - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransport
-
- getTemporarySelectorIO() - Method in class org.glassfish.grizzly.nio.transport.UDPNIOTransport
-
- getThis() - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransportBuilder
-
- getThis() - Method in class org.glassfish.grizzly.nio.transport.UDPNIOTransportBuilder
-
- getThis() - Method in class org.glassfish.grizzly.NIOTransportBuilder
-
- getThread() - Method in class org.glassfish.grizzly.threadpool.DefaultWorkerThread
-
- getThread() - Method in interface org.glassfish.grizzly.threadpool.WorkerThread
-
- getThreadFactory() - Method in class org.glassfish.grizzly.threadpool.ThreadPoolConfig
-
- getThreadLocalPool() - Static method in class org.glassfish.grizzly.memory.AbstractMemoryManager
-
Get thread associated buffer pool.
- getThreadName() - Method in class org.glassfish.grizzly.utils.DebugPoint
-
- getThreadPool() - Method in class org.glassfish.grizzly.utils.DelayedExecutor
-
- getThreadPoolFor(Connection, IOEvent) - Method in interface org.glassfish.grizzly.IOStrategy
-
Returns an
Executor to be used to run given
ioEvent
processing for the given
connection.
- getThreadPoolFor(Connection, IOEvent) - Method in class org.glassfish.grizzly.strategies.AbstractIOStrategy
-
- getThreadPoolFor(Connection, IOEvent) - Method in class org.glassfish.grizzly.strategies.SameThreadIOStrategy
-
- getThreadPoolFor(Connection, IOEvent) - Method in class org.glassfish.grizzly.strategies.SimpleDynamicNIOStrategy
-
- getThreadPoolMonitoringConfig() - Method in class org.glassfish.grizzly.AbstractTransport
-
Get the monitoring configuration for Transport thread pool.
- getThreadPoolMonitoringConfig() - Method in interface org.glassfish.grizzly.Transport
-
Get the monitoring configuration for Transport thread pool.
- getTimeout(TimeUnit) - Method in class org.glassfish.grizzly.streams.AbstractStreamWriter
-
Get the timeout for StreamWriter I/O operations.
- getTimeout(TimeUnit) - Method in interface org.glassfish.grizzly.streams.StreamWriter
-
Get the timeout for StreamWriter I/O operations.
- getTimeout(TimeUnit) - Method in class org.glassfish.grizzly.utils.ActivityCheckFilter
-
- getTimeout(FilterChainContext) - Method in interface org.glassfish.grizzly.utils.IdleTimeoutFilter.TimeoutResolver
-
- getTimeout(TimeUnit) - Method in class org.glassfish.grizzly.utils.SilentConnectionFilter
-
- getTimeoutMillis(E) - Method in interface org.glassfish.grizzly.utils.DelayedExecutor.Resolver
-
- getTransactionMonitor() - Method in class org.glassfish.grizzly.threadpool.ThreadPoolConfig
-
- getTransactionTimeout(TimeUnit) - Method in class org.glassfish.grizzly.threadpool.DefaultWorkerThread
-
- getTransactionTimeout(TimeUnit) - Method in class org.glassfish.grizzly.threadpool.ThreadPoolConfig
-
- getTransactionTimeout(TimeUnit) - Method in interface org.glassfish.grizzly.threadpool.WorkerThread
-
- getTransport() - Method in interface org.glassfish.grizzly.Connection
-
- getTransport() - Method in class org.glassfish.grizzly.nio.NIOConnection
-
- getTransport() - Method in class org.glassfish.grizzly.nio.SelectorRunner
-
- getTransport() - Method in class org.glassfish.grizzly.nio.tmpselectors.TemporarySelectorReader
-
- getTransport() - Method in class org.glassfish.grizzly.nio.tmpselectors.TemporarySelectorWriter
-
- getTransport() - Method in interface org.glassfish.grizzly.ShutdownContext
-
- getTransportContext() - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
-
- getTransportFilter() - Method in interface org.glassfish.grizzly.filterchain.FilterChainEnabledTransport
-
- getTransportFilter() - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransport
-
- getTransportFilter() - Method in class org.glassfish.grizzly.nio.transport.UDPNIOTransport
-
- getTransportFilter0(Transport) - Method in class org.glassfish.grizzly.filterchain.TransportFilter
-
Get default
Transport specific transport filter.
- getTransportSelectorRunners() - Method in class org.glassfish.grizzly.nio.AbstractNIOConnectionDistributor
-
- getType() - Method in class org.glassfish.grizzly.CloseReason
-
Return information whether
Connection was closed locally or remotely.
- getUpdate() - Method in class org.glassfish.grizzly.utils.JdkVersion
-
- getUpper() - Method in class org.glassfish.grizzly.PortRange
-
- getValue(AttributeStorage, Attribute<T>, T) - Static method in class org.glassfish.grizzly.AbstractTransformer
-
- getWaitingConsumerCount() - Method in class org.glassfish.grizzly.utils.LinkedTransferQueue
-
- getWaitingConsumerCount() - Method in interface org.glassfish.grizzly.utils.TransferQueue
-
Returns an estimate of the number of consumers waiting to
dequeue elements via take or poll.
- getWorkerThreadPool() - Method in class org.glassfish.grizzly.AbstractTransport
-
Get a thread pool, which will run IOEvent processing
(depending on Transport
IOStrategy) to let kernel threads continue
their job.
- getWorkerThreadPool() - Method in interface org.glassfish.grizzly.Transport
-
Get a thread pool, which will run IOEvent processing
(depending on Transport
IOStrategy) to let kernel threads continue
their job.
- getWorkerThreadPoolConfig() - Method in class org.glassfish.grizzly.AbstractTransport
- getWorkerThreadPoolConfig() - Method in class org.glassfish.grizzly.NIOTransportBuilder
-
- getWorkerThreadPoolConfig() - Method in interface org.glassfish.grizzly.Transport
-
- getWritableMessage() - Method in class org.glassfish.grizzly.asyncqueue.AsyncWriteQueueRecord
-
- getWriteBufferSize() - Method in class org.glassfish.grizzly.AbstractTransport
-
- getWriteBufferSize() - Method in interface org.glassfish.grizzly.Connection
-
Get the default size of
Buffers, which will be allocated for
writing data to
Connection.
- getWriteBufferSize() - Method in class org.glassfish.grizzly.nio.transport.TCPNIOConnection
-
Get the default size of
Buffers, which will be allocated for
writing data to
Connection.
- getWriteBufferSize() - Method in class org.glassfish.grizzly.nio.transport.TCPNIOServerConnection
-
- getWriteBufferSize() - Method in class org.glassfish.grizzly.nio.transport.UDPNIOConnection
-
Get the default size of
Buffers, which will be allocated for
writing data to
Connection.
- getWriteBufferSize() - Method in class org.glassfish.grizzly.NIOTransportBuilder
-
- getWriteBufferSize() - Method in interface org.glassfish.grizzly.Transport
-
- getWriter() - Method in interface org.glassfish.grizzly.asyncqueue.AsyncQueueIO
-
- getWriter() - Method in class org.glassfish.grizzly.asyncqueue.AsyncQueueIO.ImmutableAsyncQueueIO
-
- getWriter() - Method in class org.glassfish.grizzly.asyncqueue.AsyncQueueIO.MutableAsyncQueueIO
-
- getWriter() - Method in class org.glassfish.grizzly.nio.tmpselectors.TemporarySelectorIO
-
- getWriter(Connection) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransport
-
- getWriter(boolean) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransport
-
Get the
Writer implementation, depending on the requested mode.
- getWriter(Connection) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOTransport
-
- getWriter(boolean) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOTransport
-
Get the
Writer implementation, depending on the requested mode.
- getWriter(Connection) - Method in interface org.glassfish.grizzly.Transport
-
- getWriter(boolean) - Method in interface org.glassfish.grizzly.Transport
-
Get the
Writer implementation, depending on the requested mode.
- getWriteReentrant() - Static method in class org.glassfish.grizzly.Writer.Reentrant
-
Returns the current write reentrants counter.
- getWriteTimeout(TimeUnit) - Method in class org.glassfish.grizzly.AbstractTransport
-
Returns the current value for the blocking write timeout converted to the
provided
TimeUnit specification.
- getWriteTimeout(TimeUnit) - Method in interface org.glassfish.grizzly.Connection
-
Returns the current value for the blocking write timeout converted to the
provided
TimeUnit specification.
- getWriteTimeout(TimeUnit) - Method in class org.glassfish.grizzly.nio.NIOConnection
-
- getWriteTimeout(TimeUnit) - Method in class org.glassfish.grizzly.NIOTransportBuilder
-
- getWriteTimeout(TimeUnit) - Method in interface org.glassfish.grizzly.Transport
-
Returns the current value for the blocking write timeout converted to the
provided
TimeUnit specification.
- getWrittenSize() - Method in class org.glassfish.grizzly.WriteResult
-
Get the number of bytes, which were written.
- getX509Certificates(SSLSession) - Method in class org.glassfish.grizzly.ssl.SSLSupportImpl
-
- GracefulShutdownListener - Interface in org.glassfish.grizzly
-
Interface to notify interested parties that a
Transport is being
shutdown.
- Grizzly - Class in org.glassfish.grizzly
-
Class contains information about Grizzly framework.
- Grizzly() - Constructor for class org.glassfish.grizzly.Grizzly
-
- GrizzlyExecutorService - Class in org.glassfish.grizzly.threadpool
-
- GrizzlyExecutorService(ThreadPoolConfig) - Constructor for class org.glassfish.grizzly.threadpool.GrizzlyExecutorService
-
- GrizzlyFuture<R> - Interface in org.glassfish.grizzly
-
Grizzly
Future implementation.
- GrizzlyJmxManager - Class in org.glassfish.grizzly.jmxbase
-
Grizzly JMX manager
- GrizzlyJmxManager() - Constructor for class org.glassfish.grizzly.jmxbase.GrizzlyJmxManager
-
- GZipDecoder - Class in org.glassfish.grizzly.compression.zip
-
This class implements a
Transformer which decodes data
represented in the GZIP format.
- GZipDecoder() - Constructor for class org.glassfish.grizzly.compression.zip.GZipDecoder
-
- GZipDecoder(int) - Constructor for class org.glassfish.grizzly.compression.zip.GZipDecoder
-
- GZipDecoder.DecodeStatus - Enum in org.glassfish.grizzly.compression.zip
-
- GZipDecoder.GZipInputState - Class in org.glassfish.grizzly.compression.zip
-
- GZipDecoder.GZipInputState() - Constructor for class org.glassfish.grizzly.compression.zip.GZipDecoder.GZipInputState
-
- GZipEncoder - Class in org.glassfish.grizzly.compression.zip
-
This class implements a
Transformer which encodes plain data to
the GZIP format.
- GZipEncoder() - Constructor for class org.glassfish.grizzly.compression.zip.GZipEncoder
-
- GZipEncoder(int) - Constructor for class org.glassfish.grizzly.compression.zip.GZipEncoder
-
- GZipEncoder.GZipOutputState - Class in org.glassfish.grizzly.compression.zip
-
- GZipEncoder.GZipOutputState() - Constructor for class org.glassfish.grizzly.compression.zip.GZipEncoder.GZipOutputState
-
- GZipFilter - Class in org.glassfish.grizzly.compression.zip
-
This class implements a
Filter which
encodes/decodes data in the GZIP format.
- GZipFilter() - Constructor for class org.glassfish.grizzly.compression.zip.GZipFilter
-
Construct GZipFilter using default buffer sizes.
- GZipFilter(int, int) - Constructor for class org.glassfish.grizzly.compression.zip.GZipFilter
-
Construct GZipFilter using specific buffer sizes.
- handleAccept(FilterChainContext) - Method in class org.glassfish.grizzly.filterchain.BaseFilter
-
Execute a unit of processing work to be performed, when server channel
has accepted the client connection.
- handleAccept(FilterChainContext) - Method in interface org.glassfish.grizzly.filterchain.Filter
-
Execute a unit of processing work to be performed, when server channel
has accepted the client connection.
- handleAccept(FilterChainContext) - Method in class org.glassfish.grizzly.filterchain.TransportFilter
-
Delegates accept operation to
Transport's specific transport
filter.
- handleAccept(FilterChainContext) - Method in class org.glassfish.grizzly.ssl.SSLBaseFilter.SSLTransportFilterWrapper
-
- handleAccept(FilterChainContext) - Method in class org.glassfish.grizzly.utils.ActivityCheckFilter
-
- handleAccept(FilterChainContext) - Method in class org.glassfish.grizzly.utils.IdleTimeoutFilter
-
- handleAccept(FilterChainContext) - Method in class org.glassfish.grizzly.utils.LogFilter
-
- handleAccept(FilterChainContext) - Method in class org.glassfish.grizzly.utils.SilentConnectionFilter
-
- handleClose(FilterChainContext) - Method in class org.glassfish.grizzly.compression.lzma.LZMAFilter
-
- handleClose(FilterChainContext) - Method in class org.glassfish.grizzly.compression.zip.GZipFilter
-
Method perform the clean up of GZIP encoding/decoding state on a closed
Connection.
- handleClose(FilterChainContext) - Method in class org.glassfish.grizzly.filterchain.BaseFilter
-
Execute a unit of processing work to be performed, when connection
has been closed.
- handleClose(FilterChainContext) - Method in interface org.glassfish.grizzly.filterchain.Filter
-
Execute a unit of processing work to be performed, when connection
has been closed.
- handleClose(FilterChainContext) - Method in class org.glassfish.grizzly.filterchain.TransportFilter
-
Delegates close operation to
Transport's specific transport
filter.
- handleClose(FilterChainContext) - Method in class org.glassfish.grizzly.ssl.SSLBaseFilter.SSLTransportFilterWrapper
-
- handleClose(FilterChainContext) - Method in class org.glassfish.grizzly.utils.ActivityCheckFilter
-
- handleClose(FilterChainContext) - Method in class org.glassfish.grizzly.utils.IdleTimeoutFilter
-
- handleClose(FilterChainContext) - Method in class org.glassfish.grizzly.utils.LogFilter
-
- handleClose(FilterChainContext) - Method in class org.glassfish.grizzly.utils.SilentConnectionFilter
-
- handleConnect(FilterChainContext) - Method in class org.glassfish.grizzly.filterchain.BaseFilter
-
Execute a unit of processing work to be performed, when channel gets
connected.
- handleConnect(FilterChainContext) - Method in interface org.glassfish.grizzly.filterchain.Filter
-
Execute a unit of processing work to be performed, when channel gets
connected.
- handleConnect(FilterChainContext) - Method in class org.glassfish.grizzly.filterchain.TransportFilter
-
Delegates connect operation to
Transport's specific transport
filter.
- handleConnect(FilterChainContext) - Method in class org.glassfish.grizzly.ssl.SSLBaseFilter.SSLTransportFilterWrapper
-
- handleConnect(FilterChainContext) - Method in class org.glassfish.grizzly.utils.ActivityCheckFilter
-
- handleConnect(FilterChainContext) - Method in class org.glassfish.grizzly.utils.IdleTimeoutFilter
-
- handleConnect(FilterChainContext) - Method in class org.glassfish.grizzly.utils.LogFilter
-
- handleEvent(FilterChainContext, FilterChainEvent) - Method in class org.glassfish.grizzly.filterchain.BaseFilter
-
Handle custom event associated with the
Connection.
- handleEvent(FilterChainContext, FilterChainEvent) - Method in interface org.glassfish.grizzly.filterchain.Filter
-
Handle custom event associated with the
Connection.
- handleEvent(FilterChainContext, FilterChainEvent) - Method in class org.glassfish.grizzly.filterchain.TransportFilter
-
Delegates event operation to
Transport's specific transport
filter.
- handleEvent(FilterChainContext, FilterChainEvent) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransportFilter
-
- handleEvent(FilterChainContext, FilterChainEvent) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOTransportFilter
-
- handleEvent(FilterChainContext, FilterChainEvent) - Method in class org.glassfish.grizzly.ssl.SSLBaseFilter
-
- handleEvent(FilterChainContext, FilterChainEvent) - Method in class org.glassfish.grizzly.ssl.SSLBaseFilter.SSLTransportFilterWrapper
-
- handleRead(FilterChainContext) - Method in class org.glassfish.grizzly.compression.lzma.LZMAFilter
-
- handleRead(FilterChainContext) - Method in class org.glassfish.grizzly.compression.zip.GZipFilter
-
- handleRead(FilterChainContext) - Method in class org.glassfish.grizzly.filterchain.AbstractCodecFilter
-
- handleRead(FilterChainContext) - Method in class org.glassfish.grizzly.filterchain.BaseFilter
-
Execute a unit of processing work to be performed, when channel will
become available for reading.
- handleRead(FilterChainContext) - Method in interface org.glassfish.grizzly.filterchain.Filter
-
Execute a unit of processing work to be performed, when channel will
become available for reading.
- handleRead(FilterChainContext) - Method in class org.glassfish.grizzly.filterchain.TransportFilter
-
Delegates reading operation to
Transport's specific transport
filter.
- handleRead(FilterChainContext) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransportFilter
-
- handleRead(FilterChainContext) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOTransportFilter
-
- handleRead(FilterChainContext) - Method in class org.glassfish.grizzly.ssl.SSLBaseFilter
-
- handleRead(FilterChainContext) - Method in class org.glassfish.grizzly.ssl.SSLBaseFilter.SSLTransportFilterWrapper
-
- handleRead(FilterChainContext) - Method in class org.glassfish.grizzly.utils.ActivityCheckFilter
-
- handleRead(FilterChainContext) - Method in class org.glassfish.grizzly.utils.DelayFilter
-
- handleRead(FilterChainContext) - Method in class org.glassfish.grizzly.utils.EchoFilter
-
- handleRead(FilterChainContext) - Method in class org.glassfish.grizzly.utils.IdleTimeoutFilter
-
- handleRead(FilterChainContext) - Method in class org.glassfish.grizzly.utils.LogFilter
-
- handleRead(FilterChainContext) - Method in class org.glassfish.grizzly.utils.SilentConnectionFilter
-
- handleWrite(FilterChainContext) - Method in class org.glassfish.grizzly.compression.lzma.LZMAFilter
-
- handleWrite(FilterChainContext) - Method in class org.glassfish.grizzly.compression.zip.GZipFilter
-
- handleWrite(FilterChainContext) - Method in class org.glassfish.grizzly.filterchain.AbstractCodecFilter
-
- handleWrite(FilterChainContext) - Method in class org.glassfish.grizzly.filterchain.BaseFilter
-
Execute a unit of processing work to be performed, when some data should
be written on channel.
- handleWrite(FilterChainContext) - Method in interface org.glassfish.grizzly.filterchain.Filter
-
Execute a unit of processing work to be performed, when some data should
be written on channel.
- handleWrite(FilterChainContext) - Method in class org.glassfish.grizzly.filterchain.TransportFilter
-
Delegates writing operation to
Transport's specific transport
filter.
- handleWrite(FilterChainContext) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransportFilter
-
- handleWrite(FilterChainContext) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOTransportFilter
-
- handleWrite(FilterChainContext) - Method in class org.glassfish.grizzly.ssl.SSLBaseFilter
-
- handleWrite(FilterChainContext) - Method in class org.glassfish.grizzly.ssl.SSLBaseFilter.SSLTransportFilterWrapper
-
- handleWrite(FilterChainContext) - Method in class org.glassfish.grizzly.ssl.SSLFilter
-
- handleWrite(FilterChainContext) - Method in class org.glassfish.grizzly.utils.ActivityCheckFilter
-
- handleWrite(FilterChainContext) - Method in class org.glassfish.grizzly.utils.DelayFilter
-
- handleWrite(FilterChainContext) - Method in class org.glassfish.grizzly.utils.IdleTimeoutFilter
-
- handleWrite(FilterChainContext) - Method in class org.glassfish.grizzly.utils.LogFilter
-
- handleWrite(FilterChainContext) - Method in class org.glassfish.grizzly.utils.SilentConnectionFilter
-
- handshake(Connection) - Method in class org.glassfish.grizzly.ssl.SSLCodec
-
- handshake(Connection, SSLEngineConfigurator) - Method in class org.glassfish.grizzly.ssl.SSLCodec
-
- handshake(Connection, CompletionHandler<SSLEngine>) - Method in class org.glassfish.grizzly.ssl.SSLFilter
-
- handshake(Connection, CompletionHandler<SSLEngine>, Object) - Method in class org.glassfish.grizzly.ssl.SSLFilter
-
- handshake(Connection, CompletionHandler<SSLEngine>, Object, SSLEngineConfigurator) - Method in class org.glassfish.grizzly.ssl.SSLFilter
-
- handshake(Connection<?>, CompletionHandler<SSLEngine>, Object, SSLEngineConfigurator, FilterChainContext, boolean) - Method in class org.glassfish.grizzly.ssl.SSLFilter
-
- handshake(SSLStreamReader, SSLEngineConfigurator) - Method in class org.glassfish.grizzly.ssl.SSLStreamWriter
-
- handshake(SSLStreamReader, SSLEngineConfigurator, CompletionHandler<SSLEngine>) - Method in class org.glassfish.grizzly.ssl.SSLStreamWriter
-
- handshakeListeners - Variable in class org.glassfish.grizzly.ssl.SSLBaseFilter
-
- handshakeUnwrap(int, SSLConnectionContext, Buffer, Buffer) - Static method in class org.glassfish.grizzly.ssl.SSLUtils
-
- handshakeWrap(Connection, SSLConnectionContext, Buffer) - Static method in class org.glassfish.grizzly.ssl.SSLUtils
-
- hasArray() - Method in interface org.glassfish.grizzly.Buffer
-
Tells whether or not this buffer is backed by an accessible byte array.
- hasArray() - Method in class org.glassfish.grizzly.memory.BuffersBuffer
-
- hasArray() - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
-
- hasArray() - Method in class org.glassfish.grizzly.memory.HeapBuffer
-
- hasAvailable() - Method in class org.glassfish.grizzly.streams.AbstractStreamReader
-
Return true if StreamReader has available data, which
could be read, or false otherwise.
- hasAvailable() - Method in interface org.glassfish.grizzly.streams.StreamReader
-
Return true if StreamReader has available data, which
could be read, or false otherwise.
- hashCode() - Method in class org.glassfish.grizzly.memory.BuffersBuffer
-
Returns the current hash code of this buffer.
- hashCode() - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
-
- hashCode() - Method in class org.glassfish.grizzly.memory.HeapBuffer
-
- hasInputRemaining(AttributeStorage, Buffer) - Method in class org.glassfish.grizzly.compression.lzma.LZMADecoder
-
- hasInputRemaining(AttributeStorage, Buffer) - Method in class org.glassfish.grizzly.compression.lzma.LZMAEncoder
-
- hasInputRemaining(AttributeStorage, Buffer) - Method in class org.glassfish.grizzly.compression.zip.GZipDecoder
- hasInputRemaining(AttributeStorage, Buffer) - Method in class org.glassfish.grizzly.compression.zip.GZipEncoder
- hasInputRemaining(AttributeStorage, Buffer) - Method in class org.glassfish.grizzly.ssl.SSLDecoderTransformer
-
- hasInputRemaining(AttributeStorage, Buffer) - Method in class org.glassfish.grizzly.ssl.SSLEncoderTransformer
-
- hasInputRemaining(AttributeStorage, K) - Method in interface org.glassfish.grizzly.Transformer
-
- hasInputRemaining(AttributeStorage, Buffer) - Method in class org.glassfish.grizzly.utils.ChunkingFilter.ChunkingTransformer
-
- hasInputRemaining(AttributeStorage, Buffer) - Method in class org.glassfish.grizzly.utils.StringDecoder
-
- hasInputRemaining(AttributeStorage, String) - Method in class org.glassfish.grizzly.utils.StringEncoder
-
- hasLifeCycleListener(IOEventLifeCycleListener) - Method in class org.glassfish.grizzly.Context
-
- hasNextFilter(FilterChainContext, int) - Method in interface org.glassfish.grizzly.filterchain.FilterExecutor
-
- hasPreviousFilter(FilterChainContext, int) - Method in interface org.glassfish.grizzly.filterchain.FilterExecutor
-
- hasProbes() - Method in class org.glassfish.grizzly.monitoring.DefaultMonitoringConfig
-
- hasProbes() - Method in interface org.glassfish.grizzly.monitoring.MonitoringConfig
-
- hasRemaining() - Method in interface org.glassfish.grizzly.asyncqueue.WritableMessage
-
Return true if this message has data remaining to be
written.
- hasRemaining() - Method in interface org.glassfish.grizzly.Buffer
-
Tells whether there are any elements between the current position and
the limit.
- hasRemaining() - Method in class org.glassfish.grizzly.FileTransfer
-
Return true if this message has data remaining to be
written.
- hasRemaining() - Method in class org.glassfish.grizzly.memory.BuffersBuffer
-
- hasRemaining() - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
-
- hasRemaining() - Method in class org.glassfish.grizzly.memory.HeapBuffer
-
- hasRemaining() - Method in interface org.glassfish.grizzly.memory.ThreadLocalPool
-
- hasWaitingConsumer() - Method in class org.glassfish.grizzly.utils.LinkedTransferQueue
-
- hasWaitingConsumer() - Method in interface org.glassfish.grizzly.utils.TransferQueue
-
Returns true if there is at least one consumer waiting
to dequeue an element via take or poll.
- heap - Variable in class org.glassfish.grizzly.memory.HeapBuffer
-
- HeapBuffer - Class in org.glassfish.grizzly.memory
-
- HeapBuffer() - Constructor for class org.glassfish.grizzly.memory.HeapBuffer
-
- HeapBuffer(byte[], int, int) - Constructor for class org.glassfish.grizzly.memory.HeapBuffer
-
- HeapMemoryManager - Class in org.glassfish.grizzly.memory
-
- HeapMemoryManager() - Constructor for class org.glassfish.grizzly.memory.HeapMemoryManager
-
- HeapMemoryManager(int) - Constructor for class org.glassfish.grizzly.memory.HeapMemoryManager
-
- Holder<E> - Class in org.glassfish.grizzly.utils
-
The object holder, which might be used for lazy object initialization.
- Holder() - Constructor for class org.glassfish.grizzly.utils.Holder
-
- Holder.IntHolder - Class in org.glassfish.grizzly.utils
-
- Holder.IntHolder() - Constructor for class org.glassfish.grizzly.utils.Holder.IntHolder
-
- Holder.LazyHolder<E> - Class in org.glassfish.grizzly.utils
-
- Holder.LazyHolder() - Constructor for class org.glassfish.grizzly.utils.Holder.LazyHolder
-
- Holder.LazyIntHolder - Class in org.glassfish.grizzly.utils
-
- Holder.LazyIntHolder() - Constructor for class org.glassfish.grizzly.utils.Holder.LazyIntHolder
-
- ICloseType - Interface in org.glassfish.grizzly
-
Deprecated.
- IDLE_ATTRIBUTE_NAME - Static variable in class org.glassfish.grizzly.utils.IdleTimeoutFilter
-
- IdleTimeoutFilter - Class in org.glassfish.grizzly.utils
-
The Filter is responsible for tracking
Connection activity and closing
Connection ones it becomes idle for certain amount of time.
- IdleTimeoutFilter(DelayedExecutor, long, TimeUnit) - Constructor for class org.glassfish.grizzly.utils.IdleTimeoutFilter
-
- IdleTimeoutFilter(DelayedExecutor, IdleTimeoutFilter.TimeoutResolver) - Constructor for class org.glassfish.grizzly.utils.IdleTimeoutFilter
-
- IdleTimeoutFilter(DelayedExecutor, long, TimeUnit, IdleTimeoutFilter.TimeoutHandler) - Constructor for class org.glassfish.grizzly.utils.IdleTimeoutFilter
-
- IdleTimeoutFilter(DelayedExecutor, IdleTimeoutFilter.TimeoutResolver, IdleTimeoutFilter.TimeoutHandler) - Constructor for class org.glassfish.grizzly.utils.IdleTimeoutFilter
-
- IdleTimeoutFilter(DelayedExecutor, DelayedExecutor.Worker<Connection>, IdleTimeoutFilter.TimeoutResolver) - Constructor for class org.glassfish.grizzly.utils.IdleTimeoutFilter
-
- IdleTimeoutFilter.TimeoutHandler - Interface in org.glassfish.grizzly.utils
-
- IdleTimeoutFilter.TimeoutResolver - Interface in org.glassfish.grizzly.utils
-
- inc() - Method in class org.glassfish.grizzly.Writer.Reentrant
-
Increments the reentrants counter by one.
- INCOMPLETE_EVENT - Static variable in interface org.glassfish.grizzly.Reader
-
- INCOMPLETED - Static variable in interface org.glassfish.grizzly.Interceptor
-
- index() - Method in class org.glassfish.grizzly.attributes.Attribute
-
Return attribute name, which is used as attribute key on
indexed
AttributeHolders.
- IndexedAttributeAccessor - Interface in org.glassfish.grizzly.attributes
-
- indexedAttributeAccessor - Variable in class org.glassfish.grizzly.attributes.IndexedAttributeHolder
-
- IndexedAttributeHolder - Class in org.glassfish.grizzly.attributes
-
- IndexedAttributeHolder(AttributeBuilder) - Constructor for class org.glassfish.grizzly.attributes.IndexedAttributeHolder
-
- IndexedAttributeHolder.IndexedAttributeAccessorImpl - Class in org.glassfish.grizzly.attributes
-
- IndexedAttributeHolder.IndexedAttributeAccessorImpl() - Constructor for class org.glassfish.grizzly.attributes.IndexedAttributeHolder.IndexedAttributeAccessorImpl
-
- indexOf(Object) - Method in class org.glassfish.grizzly.ChainProcessorSelector
- indexOf(Filter) - Method in class org.glassfish.grizzly.filterchain.FilterChainBuilder
-
- indexOf(Object) - Method in class org.glassfish.grizzly.filterchain.ListFacadeFilterChain
- indexOf(T[], Object) - Static method in class org.glassfish.grizzly.utils.ArrayUtils
-
Return the element index in the array.
- indexOfType(Class<? extends Filter>) - Method in class org.glassfish.grizzly.filterchain.AbstractFilterChain
-
Get the index of
Filter in chain, which type is filterType, or
-1 if the
Filter of required type was not found.
- indexOfType(Class<? extends Filter>) - Method in interface org.glassfish.grizzly.filterchain.FilterChain
-
Get the index of
Filter in chain, which type is filterType, or
-1 if the
Filter of required type was not found.
- indexOfType(Class<? extends Filter>) - Method in class org.glassfish.grizzly.filterchain.FilterChainBuilder
-
- INFO_GRIZZLY_HTTP_PARAMETERS_DECODE_FAIL_INFO(Object, Object, Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
-
GRIZZLY0156: Character decoding failed.
- INFO_GRIZZLY_HTTP_PARAMETERS_INVALID_CHUNK(Object, Object, Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
-
GRIZZLY0155: Invalid chunk starting at byte [{0}] and ending at byte [{1}] with a value of [{2}] ignored
- INFO_GRIZZLY_HTTP_PARAMETERS_MULTIPLE_DECODING_FAIL(Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
-
GRIZZLY0157: Character decoding failed.
- init() - Method in class org.glassfish.grizzly.compression.lzma.impl.CRC
-
- init() - Method in class org.glassfish.grizzly.compression.lzma.impl.Decoder.LiteralDecoder.Decoder2
-
- init() - Method in class org.glassfish.grizzly.compression.lzma.impl.Decoder.LiteralDecoder
-
- init() - Method in class org.glassfish.grizzly.compression.lzma.impl.lz.BinTree
-
- init() - Method in class org.glassfish.grizzly.compression.lzma.impl.lz.InWindow
-
- init(boolean) - Method in class org.glassfish.grizzly.compression.lzma.impl.lz.OutWindow
-
- init() - Method in class org.glassfish.grizzly.compression.lzma.impl.rangecoder.BitTreeDecoder
-
- init() - Method in class org.glassfish.grizzly.compression.lzma.impl.rangecoder.BitTreeEncoder
-
- init() - Method in class org.glassfish.grizzly.compression.lzma.impl.rangecoder.RangeDecoder
-
- init() - Method in class org.glassfish.grizzly.compression.lzma.impl.rangecoder.RangeEncoder
-
- initBitModels(short[]) - Static method in class org.glassfish.grizzly.compression.lzma.impl.rangecoder.RangeDecoder
-
- initBitModels(short[]) - Static method in class org.glassfish.grizzly.compression.lzma.impl.rangecoder.RangeEncoder
-
- initFromState(LZMADecoder.LZMAInputState) - Method in class org.glassfish.grizzly.compression.lzma.impl.lz.OutWindow
-
- initFromState(LZMADecoder.LZMAInputState) - Method in class org.glassfish.grizzly.compression.lzma.impl.rangecoder.RangeDecoder
-
- initialClassLoader - Variable in class org.glassfish.grizzly.threadpool.ThreadPoolConfig
-
- initialize(Buffer) - Method in class org.glassfish.grizzly.compression.lzma.LZMADecoder.LZMAInputState
-
- initIndexes(FilterChainContext) - Method in interface org.glassfish.grizzly.filterchain.FilterExecutor
-
- inner1State - Variable in class org.glassfish.grizzly.compression.lzma.LZMADecoder.LZMAInputState
-
- inner2State - Variable in class org.glassfish.grizzly.compression.lzma.LZMADecoder.LZMAInputState
-
- input - Variable in class org.glassfish.grizzly.streams.AbstractStreamReader
-
- Input - Interface in org.glassfish.grizzly.streams
-
- InputSource - Interface in org.glassfish.grizzly
-
This interface defines methods to allow an
InputStream or
Reader to notify the developer
when and
how much
data is ready to be read without blocking.
- instance() - Static method in class org.glassfish.grizzly.jmxbase.GrizzlyJmxManager
-
Return the GrizzlyJmxManager instance.
- INSTANCE - Static variable in class org.glassfish.grizzly.StandaloneProcessor
-
- INSTANCE - Static variable in class org.glassfish.grizzly.StandaloneProcessorSelector
-
- intercept(int, Object, R) - Method in interface org.glassfish.grizzly.Interceptor
-
Callback method is called by
Readable, so it is possible to
customize reading process.
- interceptor - Variable in class org.glassfish.grizzly.asyncqueue.AsyncReadQueueRecord
-
- Interceptor<R> - Interface in org.glassfish.grizzly
-
Handler, which is used to finer control
Readable.
- interestedIoEventsMask - Variable in class org.glassfish.grizzly.filterchain.AbstractFilterChain
-
- InWindow - Class in org.glassfish.grizzly.compression.lzma.impl.lz
-
InWindow
- InWindow() - Constructor for class org.glassfish.grizzly.compression.lzma.impl.lz.InWindow
-
- ioEvent - Variable in class org.glassfish.grizzly.Context
-
Processing IOEvent
- IOEvent - Enum in org.glassfish.grizzly
-
Enumeration represents the I/O events, occurred on a
Connection.
- ioEvent2SelectionKeyInterest(IOEvent) - Method in class org.glassfish.grizzly.nio.DefaultSelectionKeyHandler
-
- ioEvent2SelectionKeyInterest(IOEvent) - Method in interface org.glassfish.grizzly.nio.SelectionKeyHandler
-
- IOEventLifeCycleListener - Interface in org.glassfish.grizzly
-
The
IOEvent life-cycle listener, which will be notified about changes
in
IOEvent processing statuses.
- IOEventLifeCycleListener.Adapter - Class in org.glassfish.grizzly
-
- IOEventLifeCycleListener.Adapter() - Constructor for class org.glassfish.grizzly.IOEventLifeCycleListener.Adapter
-
- IOStrategy - Interface in org.glassfish.grizzly
-
strategy is responsible for making decision how
Runnable task will be run: in current thread, worker thread.
- ioStrategy - Variable in class org.glassfish.grizzly.NIOTransportBuilder
-
- IS_WORKAROUND_SELECTOR_SPIN - Static variable in class org.glassfish.grizzly.nio.DefaultSelectorHandler
-
- isAllowDirectWrite() - Method in interface org.glassfish.grizzly.asyncqueue.AsyncQueueWriter
-
Returns true, if async write queue is allowed to write buffer
directly during write(...) method call, w/o adding buffer to the
queue, or false otherwise.
- isAllowDirectWrite() - Method in class org.glassfish.grizzly.nio.AbstractNIOAsyncQueueWriter
-
Returns true, if async write queue is allowed to write buffer
directly during write(...) method call, w/o adding buffer to the
queue, or false otherwise.
- isBlocking - Variable in class org.glassfish.grizzly.AbstractTransport
-
Transport mode
- isBlocking() - Method in class org.glassfish.grizzly.AbstractTransport
-
- isBlocking() - Method in interface org.glassfish.grizzly.Connection
-
- isBlocking() - Method in class org.glassfish.grizzly.filterchain.FilterChainContext.TransportContext
-
- isBlocking - Variable in class org.glassfish.grizzly.nio.NIOConnection
-
- isBlocking() - Method in class org.glassfish.grizzly.nio.NIOConnection
-
- isBlocking() - Method in class org.glassfish.grizzly.nio.transport.TCPNIOServerConnection
-
- isBlocking() - Method in interface org.glassfish.grizzly.Transport
-
- isBuffered() - Method in class org.glassfish.grizzly.streams.BufferedInput
-
- isBuffered() - Method in class org.glassfish.grizzly.streams.BufferedOutput
-
- isBuffered() - Method in interface org.glassfish.grizzly.streams.Input
-
- isBuffered() - Method in interface org.glassfish.grizzly.streams.Output
-
- isBuffered() - Method in class org.glassfish.grizzly.streams.StreamInput
-
- isBuffered() - Method in class org.glassfish.grizzly.streams.StreamOutput
-
- isCancelled() - Method in class org.glassfish.grizzly.impl.ReadyFutureImpl
- isCancelled() - Method in class org.glassfish.grizzly.impl.SafeFutureImpl
- isCancelled - Variable in class org.glassfish.grizzly.impl.UnsafeFutureImpl
-
- isCancelled() - Method in class org.glassfish.grizzly.impl.UnsafeFutureImpl
- isCipherConfigured() - Method in class org.glassfish.grizzly.ssl.SSLEngineConfigurator
-
- isClientMode() - Method in class org.glassfish.grizzly.ssl.SSLEngineConfigurator
-
Will
SSLEngine be configured to work in client mode.
- isClosed() - Method in class org.glassfish.grizzly.nio.NIOConnection
-
- isClosed - Variable in class org.glassfish.grizzly.streams.AbstractStreamReader
-
- isClosed() - Method in class org.glassfish.grizzly.streams.AbstractStreamReader
-
Returns true, if StreamReader has been closed,
or false otherwise.
- isClosed() - Method in class org.glassfish.grizzly.streams.AbstractStreamWriter
-
Returns true, if StreamReader has been closed,
or false otherwise.
- isClosed - Variable in class org.glassfish.grizzly.streams.BufferedOutput
-
- isClosed() - Method in interface org.glassfish.grizzly.streams.StreamReader
-
Returns true, if StreamReader has been closed,
or false otherwise.
- isClosed() - Method in interface org.glassfish.grizzly.streams.StreamWriter
-
Returns true, if StreamReader has been closed,
or false otherwise.
- isCompletionHandlerRegistered - Variable in class org.glassfish.grizzly.streams.BufferedInput
-
- isComposite() - Method in interface org.glassfish.grizzly.Buffer
-
- isComposite() - Method in class org.glassfish.grizzly.memory.BuffersBuffer
-
- isComposite() - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
-
- isComposite() - Method in class org.glassfish.grizzly.memory.HeapBuffer
-
- isConnected() - Method in class org.glassfish.grizzly.nio.transport.UDPNIOConnection
-
- isDaemon - Variable in class org.glassfish.grizzly.threadpool.ThreadPoolConfig
-
- isDaemon() - Method in class org.glassfish.grizzly.threadpool.ThreadPoolConfig
-
- isDirect() - Method in interface org.glassfish.grizzly.Buffer
-
Tells whether or not this buffer is
direct.
- isDirect() - Method in class org.glassfish.grizzly.memory.BuffersBuffer
-
- isDirect - Variable in class org.glassfish.grizzly.memory.ByteBufferManager
-
Is direct ByteBuffer should be used?
- isDirect() - Method in class org.glassfish.grizzly.memory.ByteBufferManager
-
Returns
true, if
ByteBufferManager works with direct
ByteBuffers, or
false otherwise.
- isDirect() - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
-
- isDirect() - Method in class org.glassfish.grizzly.memory.HeapBuffer
-
- isDone() - Method in class org.glassfish.grizzly.impl.ReadyFutureImpl
- isDone() - Method in class org.glassfish.grizzly.impl.SafeFutureImpl
- isDone - Variable in class org.glassfish.grizzly.impl.UnsafeFutureImpl
-
- isDone() - Method in class org.glassfish.grizzly.impl.UnsafeFutureImpl
- isDownstream() - Method in interface org.glassfish.grizzly.filterchain.FilterExecutor
-
- isEmpty() - Method in class org.glassfish.grizzly.asyncqueue.TaskQueue
-
- isEmpty() - Method in class org.glassfish.grizzly.ChainProcessorSelector
- isEmpty() - Method in class org.glassfish.grizzly.filterchain.ListFacadeFilterChain
- isEmpty() - Method in class org.glassfish.grizzly.utils.ArraySet
- isEmpty() - Method in class org.glassfish.grizzly.utils.LinkedTransferQueue
-
Returns true if this queue contains no elements.
- isExternal() - Method in interface org.glassfish.grizzly.asyncqueue.WritableMessage
-
Returns
true if the message represents an external resource
(for example
FileTransfer),
which is not loaded in memory.
- isExternal() - Method in class org.glassfish.grizzly.FileTransfer
-
Returns
true if the message represents an external resource
(for example
FileTransfer),
which is not loaded in memory.
- isExternal() - Method in class org.glassfish.grizzly.memory.BuffersBuffer
-
Returns
true if the message represents an external resource
(for example
FileTransfer),
which is not loaded in memory.
- isExternal() - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
-
Returns
true if the message represents an external resource
(for example
FileTransfer),
which is not loaded in memory.
- isExternal() - Method in class org.glassfish.grizzly.memory.HeapBuffer
-
Returns
true if the message represents an external resource
(for example
FileTransfer),
which is not loaded in memory.
- isFinished() - Method in class org.glassfish.grizzly.asyncqueue.AsyncReadQueueRecord
-
- isFinished() - Method in class org.glassfish.grizzly.asyncqueue.AsyncWriteQueueRecord
-
- isFinished() - Method in interface org.glassfish.grizzly.InputSource
-
- isHandshaking(SSLEngine) - Static method in class org.glassfish.grizzly.ssl.SSLUtils
-
- isHeaderWritten() - Method in class org.glassfish.grizzly.compression.lzma.LZMAEncoder.LZMAOutputState
-
- isInitialized() - Method in class org.glassfish.grizzly.compression.lzma.LZMADecoder.LZMAInputState
-
- isInitialized() - Method in class org.glassfish.grizzly.compression.lzma.LZMAEncoder.LZMAOutputState
-
- isInitialized() - Method in class org.glassfish.grizzly.compression.zip.GZipDecoder.GZipInputState
-
- isInterested(IOEvent) - Method in class org.glassfish.grizzly.filterchain.AbstractFilterChain
-
Is this
Processor interested in processing the i/o event
- isInterested(IOEvent) - Method in interface org.glassfish.grizzly.Processor
-
Is this
Processor interested in processing the i/o event
- isInterested(IOEvent) - Method in class org.glassfish.grizzly.StandaloneProcessor
-
- isKeepAlive() - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransport
-
- isKeepAlive() - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransportBuilder
-
- isLastAllocated(E) - Method in interface org.glassfish.grizzly.memory.ThreadLocalPool
-
- isManualIOEventControl - Variable in class org.glassfish.grizzly.Context
-
- isManualIOEventControl() - Method in class org.glassfish.grizzly.Context
-
- isMaxReentrantsReached() - Method in class org.glassfish.grizzly.Writer.Reentrant
-
Returns
true, if max number of write->completion-handler
reentrants has been reached for the passed
Writer.Reentrant object,
and next write will happen in the separate thread.
- isNeedClientAuth() - Method in class org.glassfish.grizzly.ssl.SSLEngineConfigurator
-
- isOpen() - Method in interface org.glassfish.grizzly.Closeable
-
Is Closeable open and ready.
- isOpen() - Method in interface org.glassfish.grizzly.Connection
-
- isOpen() - Method in class org.glassfish.grizzly.nio.NIOConnection
-
- isOptimizedForMultiplexing() - Method in class org.glassfish.grizzly.nio.NIOTransport
-
Returns
true, if
NIOTransport is configured to use
AsyncQueueWriter, optimized to be used in connection multiplexing
mode, or
false otherwise.
- isOptimizedForMultiplexing() - Method in class org.glassfish.grizzly.NIOTransportBuilder
-
- isOutputBuffered - Variable in class org.glassfish.grizzly.streams.AbstractStreamWriter
-
- isPaused() - Method in class org.glassfish.grizzly.AbstractTransport
- isPaused() - Method in interface org.glassfish.grizzly.Transport
-
- isProtocolConfigured() - Method in class org.glassfish.grizzly.ssl.SSLEngineConfigurator
-
- isReadOnly() - Method in interface org.glassfish.grizzly.Buffer
-
Tells whether or not this buffer is read-only.
- isReadOnly() - Method in class org.glassfish.grizzly.memory.BuffersBuffer
-
- isReadOnly() - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
-
- isReadOnly() - Method in class org.glassfish.grizzly.memory.HeapBuffer
-
- isReadWrite(IOEvent) - Static method in class org.glassfish.grizzly.strategies.AbstractIOStrategy
-
- isReady(Connection) - Method in interface org.glassfish.grizzly.asyncqueue.AsyncQueue
-
- isReady() - Method in interface org.glassfish.grizzly.InputSource
-
- isReady(Connection) - Method in class org.glassfish.grizzly.nio.AbstractNIOAsyncQueueReader
-
- isReady(Connection) - Method in class org.glassfish.grizzly.nio.AbstractNIOAsyncQueueWriter
-
- isReallocate() - Method in class org.glassfish.grizzly.utils.BufferOutputStream
-
Returns true if "reallocate" strategy is used or false
otherwise.
- isRecycled - Variable in class org.glassfish.grizzly.asyncqueue.AsyncQueueRecord
-
- isRenegotiateOnClientAuthWant() - Method in class org.glassfish.grizzly.ssl.SSLBaseFilter
-
- isReuseAddress() - Method in class org.glassfish.grizzly.nio.NIOTransport
-
- isReuseAddress - Variable in class org.glassfish.grizzly.nio.transport.TCPNIOConnectorHandler
-
- isReuseAddress() - Method in class org.glassfish.grizzly.nio.transport.TCPNIOConnectorHandler
-
- isReuseAddress - Variable in class org.glassfish.grizzly.nio.transport.UDPNIOConnectorHandler
-
- isReuseAddress() - Method in class org.glassfish.grizzly.nio.transport.UDPNIOConnectorHandler
-
- isReuseAddress() - Method in class org.glassfish.grizzly.NIOTransportBuilder
-
- isServerMode() - Method in class org.glassfish.grizzly.ssl.SSLConnectionContext
-
- isService() - Static method in class org.glassfish.grizzly.threadpool.Threads
-
- isSet(AttributeHolder) - Method in class org.glassfish.grizzly.attributes.Attribute
-
- isSet(AttributeStorage) - Method in class org.glassfish.grizzly.attributes.Attribute
-
- isShutdown() - Method in class org.glassfish.grizzly.threadpool.AbstractThreadPool
-
- isShutdown() - Method in class org.glassfish.grizzly.threadpool.GrizzlyExecutorService
-
- isStandalone - Variable in class org.glassfish.grizzly.AbstractTransport
-
- isStandalone() - Method in class org.glassfish.grizzly.AbstractTransport
-
- isStandalone() - Method in interface org.glassfish.grizzly.Connection
-
Deprecated.
- isStandalone - Variable in class org.glassfish.grizzly.nio.NIOConnection
-
- isStandalone() - Method in class org.glassfish.grizzly.nio.NIOConnection
-
- isStandalone() - Method in class org.glassfish.grizzly.nio.transport.TCPNIOServerConnection
-
- isStandalone() - Method in interface org.glassfish.grizzly.Transport
-
- isStopped() - Method in class org.glassfish.grizzly.AbstractTransport
-
Returns true, if this Transport is in stopped state,
false otherwise.
- isStopped() - Method in interface org.glassfish.grizzly.Transport
-
Returns true, if this Transport is in stopped state,
false otherwise.
- isSupportBufferWindow() - Method in class org.glassfish.grizzly.streams.AbstractStreamReader
- isSupportBufferWindow() - Method in interface org.glassfish.grizzly.streams.StreamReader
-
- isTcpNoDelay() - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransport
-
- isTcpNoDelay() - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransportBuilder
-
- isTerminated() - Method in class org.glassfish.grizzly.threadpool.AbstractThreadPool
- isTerminated() - Method in class org.glassfish.grizzly.threadpool.GrizzlyExecutorService
-
- isTrackingThreadCache() - Static method in class org.glassfish.grizzly.Grizzly
-
- isUncountable() - Method in class org.glassfish.grizzly.asyncqueue.AsyncWriteQueueRecord
-
- isUnsafeSupported() - Method in class org.glassfish.grizzly.utils.JdkVersion
-
- isUpstream() - Method in interface org.glassfish.grizzly.filterchain.FilterExecutor
-
- isWantClientAuth() - Method in class org.glassfish.grizzly.ssl.SSLEngineConfigurator
-
- iterator() - Method in class org.glassfish.grizzly.ChainProcessorSelector
- iterator() - Method in class org.glassfish.grizzly.filterchain.ListFacadeFilterChain
- iterator() - Method in class org.glassfish.grizzly.utils.ArraySet
- iterator() - Method in class org.glassfish.grizzly.utils.LinkedTransferQueue
-
Returns an iterator over the elements in this queue in proper sequence.
- iterator() - Method in class org.glassfish.grizzly.utils.ServiceFinder
-
Returns discovered objects incrementally.
- ObjectPool<E extends PoolableObject> - Interface in org.glassfish.grizzly.utils
-
Basic interface for object pool implementations
- obtainArrayCopy() - Method in class org.glassfish.grizzly.utils.ArraySet
-
Get the copy of the underlying array.
- obtainContext(Connection) - Method in class org.glassfish.grizzly.filterchain.AbstractFilterChain
-
- obtainContext(Connection) - Method in interface org.glassfish.grizzly.Processor
-
- obtainContext(Connection) - Method in class org.glassfish.grizzly.StandaloneProcessor
-
- obtainFilterChainContext(Connection) - Method in class org.glassfish.grizzly.filterchain.AbstractFilterChain
-
- obtainFilterChainContext(Connection, Closeable) - Method in class org.glassfish.grizzly.filterchain.AbstractFilterChain
-
- obtainFilterChainContext(Connection, int, int, int) - Method in class org.glassfish.grizzly.filterchain.AbstractFilterChain
-
- obtainFilterChainContext(Connection, Closeable, int, int, int) - Method in class org.glassfish.grizzly.filterchain.AbstractFilterChain
-
- obtainFilterChainContext(Connection) - Method in interface org.glassfish.grizzly.filterchain.FilterChain
-
- obtainFilterChainContext(Connection, Closeable) - Method in interface org.glassfish.grizzly.filterchain.FilterChain
-
- obtainFilterChainContext(Connection, int, int, int) - Method in interface org.glassfish.grizzly.filterchain.FilterChain
-
- obtainFilterChainContext(Connection, Closeable, int, int, int) - Method in interface org.glassfish.grizzly.filterchain.FilterChain
-
- obtainIndex(Class<E>, int) - Static method in class org.glassfish.grizzly.ThreadCache
-
- obtainIndex(String, Class<E>, int) - Static method in class org.glassfish.grizzly.ThreadCache
-
- obtainMemoryManager(AttributeStorage) - Method in class org.glassfish.grizzly.AbstractTransformer
-
- obtainPostponedTasks() - Method in class org.glassfish.grizzly.nio.SelectorRunner
-
- obtainProcessor(IOEvent, Connection) - Method in class org.glassfish.grizzly.AbstractTransport
-
- obtainProcessor(IOEvent) - Method in interface org.glassfish.grizzly.Connection
-
- obtainProcessor(IOEvent) - Method in class org.glassfish.grizzly.nio.NIOConnection
-
- obtainProcessor(IOEvent, Connection) - Method in interface org.glassfish.grizzly.Transport
-
- obtainProcessorState(Processor, NullaryFunction<E>) - Method in interface org.glassfish.grizzly.Connection
-
Returns the
Processor state associated with this
Connection.
- obtainProcessorState(Processor, NullaryFunction<E>) - Method in class org.glassfish.grizzly.nio.NIOConnection
-
- obtainSslConnectionContext(Connection) - Method in class org.glassfish.grizzly.ssl.SSLBaseFilter
-
- obtainStateObject(AttributeStorage) - Method in class org.glassfish.grizzly.AbstractTransformer
-
- offer(E) - Method in class org.glassfish.grizzly.asyncqueue.TaskQueue
-
Add the new task into the task queue.
- offer(Selector) - Method in class org.glassfish.grizzly.nio.tmpselectors.TemporarySelectorPool
-
- offer(E, long, TimeUnit) - Method in class org.glassfish.grizzly.utils.LinkedTransferQueue
-
Inserts the specified element at the tail of this queue.
- offer(E) - Method in class org.glassfish.grizzly.utils.LinkedTransferQueue
-
Inserts the specified element at the tail of this queue.
- offer(E) - Method in interface org.glassfish.grizzly.utils.ObjectPool
-
- offset - Variable in class org.glassfish.grizzly.memory.HeapBuffer
-
- onAccept(Connection, WritableMessage) - Method in interface org.glassfish.grizzly.asyncqueue.PushBackHandler
-
Deprecated.
The method is invoked once message is accepted by
Writer.
- onAccept() - Method in class org.glassfish.grizzly.nio.transport.TCPNIOServerConnection
-
Method will be called by framework, when async accept will be ready
- onAcceptEvent(Connection, Connection) - Method in class org.glassfish.grizzly.ConnectionProbe.Adapter
-
Method will be called, when server side connection gets accepted.
- onAcceptEvent(Connection, Connection) - Method in interface org.glassfish.grizzly.ConnectionProbe
-
Method will be called, when server side connection gets accepted.
- onAdded(FilterChain) - Method in class org.glassfish.grizzly.filterchain.BaseFilter
-
Method is called, when the
Filter has been added to the
passed
FilterChain.
- onAdded(FilterChain) - Method in interface org.glassfish.grizzly.filterchain.Filter
-
Method is called, when the
Filter has been added to the
passed
FilterChain.
- onAdded(FilterChain) - Method in class org.glassfish.grizzly.ssl.SSLBaseFilter
-
- onAdded(FilterChain) - Method in class org.glassfish.grizzly.ssl.SSLBaseFilter.SSLTransportFilterWrapper
-
- onAdded(FilterChain) - Method in class org.glassfish.grizzly.utils.LogFilter
-
- onAllDataRead() - Method in interface org.glassfish.grizzly.ReadHandler
-
Invoked when all data for the current request has been read.
- onBeforePauseEvent(Transport) - Method in class org.glassfish.grizzly.TransportProbe.Adapter
-
Method will be called before pausing the
Transport.
- onBeforePauseEvent(Transport) - Method in interface org.glassfish.grizzly.TransportProbe
-
Method will be called before pausing the
Transport.
- onBeforeResumeEvent(Transport) - Method in class org.glassfish.grizzly.TransportProbe.Adapter
-
Method will be called before resuming the
Transport.
- onBeforeResumeEvent(Transport) - Method in interface org.glassfish.grizzly.TransportProbe
-
Method will be called before resuming the
Transport.
- onBeforeStartEvent(Transport) - Method in class org.glassfish.grizzly.TransportProbe.Adapter
-
Method will be called before starting the
Transport.
- onBeforeStartEvent(Transport) - Method in interface org.glassfish.grizzly.TransportProbe
-
Method will be called before starting the
Transport.
- onBeforeStopEvent(Transport) - Method in class org.glassfish.grizzly.TransportProbe.Adapter
-
Method will be called before stopping the
Transport.
- onBeforeStopEvent(Transport) - Method in interface org.glassfish.grizzly.TransportProbe
-
Method will be called before stopping the
Transport.
- onBindEvent(Connection) - Method in class org.glassfish.grizzly.ConnectionProbe.Adapter
-
Method will be called, when server side connection gets bound.
- onBindEvent(Connection) - Method in interface org.glassfish.grizzly.ConnectionProbe
-
Method will be called, when server side connection gets bound.
- onBufferAllocateEvent(int) - Method in class org.glassfish.grizzly.memory.MemoryProbe.Adapter
-
- onBufferAllocateEvent(int) - Method in interface org.glassfish.grizzly.memory.MemoryProbe
-
- onBufferAllocateFromPoolEvent(int) - Method in class org.glassfish.grizzly.memory.MemoryProbe.Adapter
-
Called by
MemoryManager, when buffer gets allocated from some pool
- onBufferAllocateFromPoolEvent(int) - Method in interface org.glassfish.grizzly.memory.MemoryProbe
-
Called by
MemoryManager, when buffer gets allocated from some pool
- onBufferReleaseToPoolEvent(int) - Method in class org.glassfish.grizzly.memory.MemoryProbe.Adapter
-
Called by
MemoryManager, when buffer gets released into a buffer pool
- onBufferReleaseToPoolEvent(int) - Method in interface org.glassfish.grizzly.memory.MemoryProbe
-
Called by
MemoryManager, when buffer gets released into a buffer pool
- onClose(Connection) - Method in interface org.glassfish.grizzly.asyncqueue.AsyncQueue
-
Callback method, which is called, when
Connection has been closed,
to let processor release a connection associated resources.
- onClose() - Method in class org.glassfish.grizzly.asyncqueue.TaskQueue
-
- onClose(Throwable) - Method in class org.glassfish.grizzly.asyncqueue.TaskQueue
-
- onClose(Connection) - Method in class org.glassfish.grizzly.nio.AbstractNIOAsyncQueueReader
-
Callback method, which is called, when
Connection has been closed,
to let processor release a connection associated resources.
- onClose(Connection) - Method in class org.glassfish.grizzly.nio.AbstractNIOAsyncQueueWriter
-
Callback method, which is called, when
Connection has been closed,
to let processor release a connection associated resources.
- onClosed(T, C) - Method in interface org.glassfish.grizzly.CloseListener
-
- onClosed(Connection, Connection.CloseType) - Method in interface org.glassfish.grizzly.Connection.CloseListener
-
Deprecated.
- onClosed() - Method in class org.glassfish.grizzly.nio.transport.DefaultStreamWriter.Output
-
- onClosed() - Method in class org.glassfish.grizzly.streams.BufferedOutput
-
- onClosed() - Method in class org.glassfish.grizzly.streams.TransformerOutput
-
- onCloseEvent(Connection) - Method in class org.glassfish.grizzly.ConnectionProbe.Adapter
-
Method will be called, when
Connection gets closed.
- onCloseEvent(Connection) - Method in interface org.glassfish.grizzly.ConnectionProbe
-
Method will be called, when
Connection gets closed.
- onCloseInputSource() - Method in class org.glassfish.grizzly.nio.transport.DefaultStreamReader.Input
-
- onCloseInputSource() - Method in class org.glassfish.grizzly.streams.BufferedInput
-
- onCloseInputSource() - Method in class org.glassfish.grizzly.streams.TransformerInput
-
- onComplete(FilterChainContext) - Method in interface org.glassfish.grizzly.filterchain.FilterChainContext.CompletionListener
-
- onComplete() - Method in class org.glassfish.grizzly.impl.SafeFutureImpl
-
The method is called when this SafeFutureImpl is marked as completed.
- onComplete(Context, Object) - Method in class org.glassfish.grizzly.IOEventLifeCycleListener.Adapter
-
- onComplete(Context, Object) - Method in interface org.glassfish.grizzly.IOEventLifeCycleListener
-
- onComplete(Connection) - Method in interface org.glassfish.grizzly.ssl.SSLBaseFilter.HandshakeListener
-
- onConfigChangeEvent(Transport) - Method in class org.glassfish.grizzly.TransportProbe.Adapter
-
Method will be called, when the
Transport configuration gets changed.
- onConfigChangeEvent(Transport) - Method in interface org.glassfish.grizzly.TransportProbe
-
Method will be called, when the
Transport configuration gets changed.
- onConnect() - Method in class org.glassfish.grizzly.nio.transport.TCPNIOConnection
-
Method will be called, when the connection gets connected.
- onConnect() - Method in class org.glassfish.grizzly.nio.transport.UDPNIOConnection
-
Method will be called, when the connection gets connected.
- onConnectedAsync(TCPNIOConnection, CompletionHandler<Connection>) - Static method in class org.glassfish.grizzly.nio.transport.TCPNIOConnectorHandler
-
- onConnectEvent(Connection) - Method in class org.glassfish.grizzly.ConnectionProbe.Adapter
-
Method will be called, when client side connection gets connected (opened).
- onConnectEvent(Connection) - Method in interface org.glassfish.grizzly.ConnectionProbe
-
Method will be called, when client side connection gets connected (opened).
- onContextManualIOEventControl(Context) - Method in class org.glassfish.grizzly.IOEventLifeCycleListener.Adapter
-
Processing switched to the manual IOEvent control.
- onContextManualIOEventControl(Context) - Method in interface org.glassfish.grizzly.IOEventLifeCycleListener
-
Processing switched to the manual IOEvent control.
- onContextResume(Context) - Method in class org.glassfish.grizzly.IOEventLifeCycleListener.Adapter
-
- onContextResume(Context) - Method in interface org.glassfish.grizzly.IOEventLifeCycleListener
-
- onContextSuspend(Context) - Method in class org.glassfish.grizzly.IOEventLifeCycleListener.Adapter
-
- onContextSuspend(Context) - Method in interface org.glassfish.grizzly.IOEventLifeCycleListener
-
- onCopy(FilterChainContext, FilterChainContext) - Method in interface org.glassfish.grizzly.filterchain.FilterChainContext.CopyListener
-
- onDataAvailable() - Method in interface org.glassfish.grizzly.ReadHandler
-
Invoked when data is available to be read without blocking.
- onError(Context, Object) - Method in class org.glassfish.grizzly.IOEventLifeCycleListener.Adapter
-
Error occurred during
IOEvent processing.
- onError(Context, Object) - Method in interface org.glassfish.grizzly.IOEventLifeCycleListener
-
Error occurred during
IOEvent processing.
- onError(Throwable) - Method in interface org.glassfish.grizzly.ReadHandler
-
Invoked when an error occurs processing the request asynchronously.
- onError(Throwable) - Method in interface org.glassfish.grizzly.WriteHandler
-
Invoked when an error occurs processing the request asynchronously.
- onErrorEvent(Connection, Throwable) - Method in class org.glassfish.grizzly.ConnectionProbe.Adapter
-
Method will be called, when error occurs on the
Connection.
- onErrorEvent(Connection, Throwable) - Method in interface org.glassfish.grizzly.ConnectionProbe
-
Method will be called, when error occurs on the
Connection.
- onErrorEvent(Transport, Throwable) - Method in class org.glassfish.grizzly.TransportProbe.Adapter
-
Method will be called, when error occurs on the
Transport.
- onErrorEvent(Transport, Throwable) - Method in interface org.glassfish.grizzly.TransportProbe
-
Method will be called, when error occurs on the
Transport.
- onFailure(Connection, Throwable) - Method in interface org.glassfish.grizzly.ssl.SSLBaseFilter.HandshakeListener
-
- onFilterChainChanged(FilterChain) - Method in class org.glassfish.grizzly.filterchain.BaseFilter
-
Method is called, when the
FilterChain this
Filter is part of,
has been changed.
- onFilterChainChanged(FilterChain) - Method in interface org.glassfish.grizzly.filterchain.Filter
-
Method is called, when the
FilterChain this
Filter is part of,
has been changed.
- onFilterChainChanged(FilterChain) - Method in class org.glassfish.grizzly.ssl.SSLBaseFilter.SSLTransportFilterWrapper
-
- onFilterChainChanged(FilterChain) - Method in class org.glassfish.grizzly.utils.LogFilter
-
- onIOEventDisableEvent(Connection, IOEvent) - Method in class org.glassfish.grizzly.ConnectionProbe.Adapter
-
- onIOEventDisableEvent(Connection, IOEvent) - Method in interface org.glassfish.grizzly.ConnectionProbe
-
- onIOEventEnableEvent(Connection, IOEvent) - Method in class org.glassfish.grizzly.ConnectionProbe.Adapter
-
- onIOEventEnableEvent(Connection, IOEvent) - Method in interface org.glassfish.grizzly.ConnectionProbe
-
- onIOEventReadyEvent(Connection, IOEvent) - Method in class org.glassfish.grizzly.ConnectionProbe.Adapter
-
- onIOEventReadyEvent(Connection, IOEvent) - Method in interface org.glassfish.grizzly.ConnectionProbe
-
- onKeyDeregistered(SelectionKey) - Method in class org.glassfish.grizzly.nio.DefaultSelectionKeyHandler
-
- onKeyDeregistered(SelectionKey) - Method in interface org.glassfish.grizzly.nio.SelectionKeyHandler
-
- onKeyRegistered(SelectionKey) - Method in class org.glassfish.grizzly.nio.DefaultSelectionKeyHandler
-
- onKeyRegistered(SelectionKey) - Method in interface org.glassfish.grizzly.nio.SelectionKeyHandler
-
- onLeave(Context) - Method in class org.glassfish.grizzly.IOEventLifeCycleListener.Adapter
-
- onLeave(Context) - Method in interface org.glassfish.grizzly.IOEventLifeCycleListener
-
- onMaxNumberOfThreadsEvent(AbstractThreadPool, int) - Method in class org.glassfish.grizzly.threadpool.ThreadPoolProbe.Adapter
-
This event may be fired when the
AbstractThreadPool implementation
has allocated and is managing a number of threads equal to the maximum limit
of the pool.
- onMaxNumberOfThreadsEvent(AbstractThreadPool, int) - Method in interface org.glassfish.grizzly.threadpool.ThreadPoolProbe
-
This event may be fired when the
AbstractThreadPool implementation
has allocated and is managing a number of threads equal to the maximum limit
of the pool.
- onMaxNumberOfThreadsReached() - Method in class org.glassfish.grizzly.threadpool.AbstractThreadPool
-
Method is called by AbstractThreadPool, when maximum number of
worker threads is reached and task will need to wait in task queue, until
one of the threads will be able to process it.
- onNotRun(Context) - Method in class org.glassfish.grizzly.IOEventLifeCycleListener.Adapter
-
- onNotRun(Context) - Method in interface org.glassfish.grizzly.IOEventLifeCycleListener
-
- onOpenInputSource() - Method in class org.glassfish.grizzly.nio.transport.DefaultStreamReader.Input
-
- onOpenInputSource() - Method in class org.glassfish.grizzly.streams.BufferedInput
-
- onOpenInputSource() - Method in class org.glassfish.grizzly.streams.TransformerInput
-
- onPauseEvent(Transport) - Method in class org.glassfish.grizzly.TransportProbe.Adapter
-
Method will be called when the
Transport is paused.
- onPauseEvent(Transport) - Method in interface org.glassfish.grizzly.TransportProbe
-
Method will be called when the
Transport is paused.
- onProcessInterest(SelectionKey, int) - Method in class org.glassfish.grizzly.nio.DefaultSelectionKeyHandler
-
- onProcessInterest(SelectionKey, int) - Method in interface org.glassfish.grizzly.nio.SelectionKeyHandler
-
- onPushBack(Connection, WritableMessage, PushBackContext) - Method in interface org.glassfish.grizzly.asyncqueue.PushBackHandler
-
Deprecated.
The method is invoked if message was refused by
Writer
due to I/O or memory limitations.
- onRead(Buffer, int) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOConnection
-
Method will be called, when some data was read on the connection
- onRead(Buffer, int) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOConnection
-
Method will be called, when some data was read on the connection
- onReadEvent(Connection, Buffer, int) - Method in class org.glassfish.grizzly.ConnectionProbe.Adapter
-
Method will be called, when the
Connection has read data.
- onReadEvent(Connection, Buffer, int) - Method in interface org.glassfish.grizzly.ConnectionProbe
-
Method will be called, when the
Connection has read data.
- onReadFailure(Connection, AsyncReadQueueRecord, IOException) - Method in class org.glassfish.grizzly.nio.AbstractNIOAsyncQueueReader
-
- onReadyToRead(Connection) - Method in class org.glassfish.grizzly.nio.AbstractNIOAsyncQueueReader
-
- onReadyToRead(Connection) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOAsyncQueueReader
-
- onReadyToRead(Connection) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOAsyncQueueReader
-
- onReadyToWrite(NIOConnection) - Method in class org.glassfish.grizzly.nio.AbstractNIOAsyncQueueWriter
-
- onReadyToWrite(NIOConnection) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOAsyncQueueWriter
-
- onReadyToWrite(NIOConnection) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOAsyncQueueWriter
-
- onRemoved(FilterChain) - Method in class org.glassfish.grizzly.filterchain.BaseFilter
-
Method is called, when the
Filter has been removed from the
passed
FilterChain.
- onRemoved(FilterChain) - Method in interface org.glassfish.grizzly.filterchain.Filter
-
Method is called, when the
Filter has been removed from the
passed
FilterChain.
- onRemoved(FilterChain) - Method in class org.glassfish.grizzly.ssl.SSLBaseFilter
-
- onRemoved(FilterChain) - Method in class org.glassfish.grizzly.ssl.SSLBaseFilter.SSLTransportFilterWrapper
-
- onRemoved(FilterChain) - Method in class org.glassfish.grizzly.utils.LogFilter
-
- onReregister(Context) - Method in class org.glassfish.grizzly.IOEventLifeCycleListener.Adapter
-
- onReregister(Context) - Method in interface org.glassfish.grizzly.IOEventLifeCycleListener
-
- onRerun(Context, Context) - Method in class org.glassfish.grizzly.IOEventLifeCycleListener.Adapter
-
- onRerun(Context, Context) - Method in interface org.glassfish.grizzly.IOEventLifeCycleListener
-
- onResumeEvent(Transport) - Method in class org.glassfish.grizzly.TransportProbe.Adapter
-
Method will be called, when the
Transport gets resumed.
- onResumeEvent(Transport) - Method in interface org.glassfish.grizzly.TransportProbe
-
Method will be called, when the
Transport gets resumed.
- onSelectorClosed(SelectorRunner) - Method in class org.glassfish.grizzly.nio.DefaultSelectorHandler
-
- onSelectorClosed(SelectorRunner) - Method in interface org.glassfish.grizzly.nio.SelectorHandler
-
- onShareHeap() - Method in class org.glassfish.grizzly.memory.HeapBuffer
-
- onStart(Connection) - Method in interface org.glassfish.grizzly.ssl.SSLBaseFilter.HandshakeListener
-
- onStartEvent(Transport) - Method in class org.glassfish.grizzly.TransportProbe.Adapter
-
Method will be called when the
Transport has been started.
- onStartEvent(Transport) - Method in interface org.glassfish.grizzly.TransportProbe
-
Method will be called when the
Transport has been started.
- onStopEvent(Transport) - Method in class org.glassfish.grizzly.TransportProbe.Adapter
-
Method will be called when the
Transport has been stopped.
- onStopEvent(Transport) - Method in interface org.glassfish.grizzly.TransportProbe
-
Method will be called when the
Transport has been stopped.
- onTaskCancelEvent(AbstractThreadPool, Runnable) - Method in class org.glassfish.grizzly.threadpool.ThreadPoolProbe.Adapter
-
This event may be fired when a dequeued task has been canceled.
- onTaskCancelEvent(AbstractThreadPool, Runnable) - Method in interface org.glassfish.grizzly.threadpool.ThreadPoolProbe
-
This event may be fired when a dequeued task has been canceled.
- onTaskCancelled(Runnable) - Method in class org.glassfish.grizzly.threadpool.AbstractThreadPool
-
Method is called by a thread pool each time a dequeued task has been canceled
instead of being processed.
- onTaskCompletedEvent(Runnable) - Method in class org.glassfish.grizzly.threadpool.AbstractThreadPool
-
This method will be invoked when a the specified
Runnable has
completed execution.
- onTaskCompleteEvent(AbstractThreadPool, Runnable) - Method in class org.glassfish.grizzly.threadpool.ThreadPoolProbe.Adapter
-
This event may be fired when a dequeued task has completed processing.
- onTaskCompleteEvent(AbstractThreadPool, Runnable) - Method in interface org.glassfish.grizzly.threadpool.ThreadPoolProbe
-
This event may be fired when a dequeued task has completed processing.
- onTaskDequeued(Runnable) - Method in class org.glassfish.grizzly.threadpool.AbstractThreadPool
-
Method is called by a thread pool each time a task has been dequeued from
a task queue.
- onTaskDequeueEvent(AbstractThreadPool, Runnable) - Method in class org.glassfish.grizzly.threadpool.ThreadPoolProbe.Adapter
-
This event may be fired when a task has been pulled from the queue and
is about to be processed.
- onTaskDequeueEvent(AbstractThreadPool, Runnable) - Method in interface org.glassfish.grizzly.threadpool.ThreadPoolProbe
-
This event may be fired when a task has been pulled from the queue and
is about to be processed.
- onTaskQueued(Runnable) - Method in class org.glassfish.grizzly.threadpool.AbstractThreadPool
-
Method is called by a thread pool each time new task has been queued to
a task queue.
- onTaskQueueEvent(AbstractThreadPool, Runnable) - Method in class org.glassfish.grizzly.threadpool.ThreadPoolProbe.Adapter
-
This event may be fired when a task has been queued for processing.
- onTaskQueueEvent(AbstractThreadPool, Runnable) - Method in interface org.glassfish.grizzly.threadpool.ThreadPoolProbe
-
This event may be fired when a task has been queued for processing.
- onTaskQueueOverflow() - Method in class org.glassfish.grizzly.threadpool.AbstractThreadPool
-
Method is called by a thread pool, when new task could not be added
to a task queue, because task queue is full.
- onTaskQueueOverflowEvent(AbstractThreadPool) - Method in class org.glassfish.grizzly.threadpool.ThreadPoolProbe.Adapter
-
This event may be fired when the task queue of the
AbstractThreadPool
implementation has exceeded its configured size.
- onTaskQueueOverflowEvent(AbstractThreadPool) - Method in interface org.glassfish.grizzly.threadpool.ThreadPoolProbe
-
This event may be fired when the task queue of the
AbstractThreadPool
implementation has exceeded its configured size.
- onTerminate(Context) - Method in class org.glassfish.grizzly.IOEventLifeCycleListener.Adapter
-
Terminate
IOEvent processing in this thread, but it's going to
be continued later.
- onTerminate(Context) - Method in interface org.glassfish.grizzly.IOEventLifeCycleListener
-
Deprecated.
will never be invoked
- onThreadAllocateEvent(AbstractThreadPool, Thread) - Method in class org.glassfish.grizzly.threadpool.ThreadPoolProbe.Adapter
-
- onThreadAllocateEvent(AbstractThreadPool, Thread) - Method in interface org.glassfish.grizzly.threadpool.ThreadPoolProbe
-
- onThreadPoolStartEvent(AbstractThreadPool) - Method in class org.glassfish.grizzly.threadpool.ThreadPoolProbe.Adapter
-
- onThreadPoolStartEvent(AbstractThreadPool) - Method in interface org.glassfish.grizzly.threadpool.ThreadPoolProbe
-
- onThreadPoolStopEvent(AbstractThreadPool) - Method in class org.glassfish.grizzly.threadpool.ThreadPoolProbe.Adapter
-
- onThreadPoolStopEvent(AbstractThreadPool) - Method in interface org.glassfish.grizzly.threadpool.ThreadPoolProbe
-
- onThreadReleaseEvent(AbstractThreadPool, Thread) - Method in class org.glassfish.grizzly.threadpool.ThreadPoolProbe.Adapter
-
This event may be fired when a thread will no longer be managed by the
AbstractThreadPool implementation.
- onThreadReleaseEvent(AbstractThreadPool, Thread) - Method in interface org.glassfish.grizzly.threadpool.ThreadPoolProbe
-
This event may be fired when a thread will no longer be managed by the
AbstractThreadPool implementation.
- onTimeout(Connection) - Method in interface org.glassfish.grizzly.utils.ActivityCheckFilter.TimeoutHandler
-
- onTimeout(Connection) - Method in interface org.glassfish.grizzly.utils.IdleTimeoutFilter.TimeoutHandler
-
- onWorkerExit(AbstractThreadPool.Worker) - Method in class org.glassfish.grizzly.threadpool.AbstractThreadPool
-
- onWorkerExit(AbstractThreadPool.Worker) - Method in class org.glassfish.grizzly.threadpool.SyncThreadPool
-
- onWorkerStarted(AbstractThreadPool.Worker) - Method in class org.glassfish.grizzly.threadpool.AbstractThreadPool
-
- onWrite(Buffer, long) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOConnection
-
Method will be called, when some data was written on the connection
- onWrite(Buffer, int) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOConnection
-
Method will be called, when some data was written on the connection
- onWriteEvent(Connection, Buffer, long) - Method in class org.glassfish.grizzly.ConnectionProbe.Adapter
-
Method will be called, when the
Connection has written data.
- onWriteEvent(Connection, Buffer, long) - Method in interface org.glassfish.grizzly.ConnectionProbe
-
Method will be called, when the
Connection has written data.
- onWriteFailure(Connection, AsyncWriteQueueRecord, Throwable) - Static method in class org.glassfish.grizzly.nio.AbstractNIOAsyncQueueWriter
-
- onWritePossible() - Method in interface org.glassfish.grizzly.WriteHandler
-
This callback will be invoked when the requirements as dictated
by writer are met.
- operationCompletionHandler - Variable in class org.glassfish.grizzly.filterchain.FilterChainContext
-
- optimizedForMultiplexing - Variable in class org.glassfish.grizzly.NIOTransportBuilder
-
- order() - Method in interface org.glassfish.grizzly.Buffer
-
Retrieves this buffer's byte order.
- order(ByteOrder) - Method in interface org.glassfish.grizzly.Buffer
-
Modifies this buffer's byte order.
- order() - Method in class org.glassfish.grizzly.memory.BuffersBuffer
-
- order(ByteOrder) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
-
- order() - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
-
- order(ByteOrder) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
-
- order - Variable in class org.glassfish.grizzly.memory.HeapBuffer
-
- order() - Method in class org.glassfish.grizzly.memory.HeapBuffer
-
- order(ByteOrder) - Method in class org.glassfish.grizzly.memory.HeapBuffer
-
- org.glassfish.grizzly - package org.glassfish.grizzly
-
- org.glassfish.grizzly.asyncqueue - package org.glassfish.grizzly.asyncqueue
-
- org.glassfish.grizzly.attributes - package org.glassfish.grizzly.attributes
-
- org.glassfish.grizzly.compression.lzma - package org.glassfish.grizzly.compression.lzma
-
- org.glassfish.grizzly.compression.lzma.impl - package org.glassfish.grizzly.compression.lzma.impl
-
- org.glassfish.grizzly.compression.lzma.impl.lz - package org.glassfish.grizzly.compression.lzma.impl.lz
-
- org.glassfish.grizzly.compression.lzma.impl.rangecoder - package org.glassfish.grizzly.compression.lzma.impl.rangecoder
-
- org.glassfish.grizzly.compression.zip - package org.glassfish.grizzly.compression.zip
-
- org.glassfish.grizzly.filterchain - package org.glassfish.grizzly.filterchain
-
- org.glassfish.grizzly.impl - package org.glassfish.grizzly.impl
-
- org.glassfish.grizzly.jmxbase - package org.glassfish.grizzly.jmxbase
-
- org.glassfish.grizzly.localization - package org.glassfish.grizzly.localization
-
- org.glassfish.grizzly.memory - package org.glassfish.grizzly.memory
-
- org.glassfish.grizzly.monitoring - package org.glassfish.grizzly.monitoring
-
- org.glassfish.grizzly.nio - package org.glassfish.grizzly.nio
-
- org.glassfish.grizzly.nio.tmpselectors - package org.glassfish.grizzly.nio.tmpselectors
-
- org.glassfish.grizzly.nio.transport - package org.glassfish.grizzly.nio.transport
-
- org.glassfish.grizzly.ssl - package org.glassfish.grizzly.ssl
-
- org.glassfish.grizzly.strategies - package org.glassfish.grizzly.strategies
-
- org.glassfish.grizzly.streams - package org.glassfish.grizzly.streams
-
- org.glassfish.grizzly.threadpool - package org.glassfish.grizzly.threadpool
-
- org.glassfish.grizzly.utils - package org.glassfish.grizzly.utils
-
- org.glassfish.grizzly.utils.conditions - package org.glassfish.grizzly.utils.conditions
-
- output - Variable in class org.glassfish.grizzly.streams.AbstractStreamWriter
-
- Output - Interface in org.glassfish.grizzly.streams
-
- OutputSink - Interface in org.glassfish.grizzly
-
This interface defines methods to allow an
OutputStream or
Writer to allow the developer to check with the runtime
whether or not it's possible to write a certain amount of data, or if it's
not possible, to be notified when it is.
- OutWindow - Class in org.glassfish.grizzly.compression.lzma.impl.lz
-
OutWindow
- OutWindow() - Constructor for class org.glassfish.grizzly.compression.lzma.impl.lz.OutWindow
-
- Pair<K,L> - Class in org.glassfish.grizzly.utils
-
Key : Value pair implementation.
- Pair() - Constructor for class org.glassfish.grizzly.utils.Pair
-
- Pair(K, L) - Constructor for class org.glassfish.grizzly.utils.Pair
-
- parseVersion(String) - Static method in class org.glassfish.grizzly.utils.JdkVersion
-
- parseWithLengthPrefix(AttributeStorage, Buffer) - Method in class org.glassfish.grizzly.utils.StringDecoder
-
- parseWithTerminatingSeq(AttributeStorage, Buffer) - Method in class org.glassfish.grizzly.utils.StringDecoder
-
- patternFilterChain - Variable in class org.glassfish.grizzly.filterchain.FilterChainBuilder
-
- pause() - Method in class org.glassfish.grizzly.nio.NIOTransport
-
Pause UDPNIOTransport, so I/O events coming on its
UDPNIOConnections
will not be processed.
- pause() - Method in interface org.glassfish.grizzly.Transport
-
Pauses the transport
- peek() - Method in class org.glassfish.grizzly.asyncqueue.TaskQueue
-
Get the current processing task, if the current in not set, take the
task from the queue.
- peek(AttributeHolder) - Method in class org.glassfish.grizzly.attributes.Attribute
-
- peek(AttributeStorage) - Method in class org.glassfish.grizzly.attributes.Attribute
-
- peek() - Method in class org.glassfish.grizzly.utils.LinkedTransferQueue
-
- PendingWriteQueueLimitExceededException - Exception in org.glassfish.grizzly
-
Thrown when an attempt is made to add a record that exceeds
the configured maximum queue size.
- PendingWriteQueueLimitExceededException() - Constructor for exception org.glassfish.grizzly.PendingWriteQueueLimitExceededException
-
- PendingWriteQueueLimitExceededException(String) - Constructor for exception org.glassfish.grizzly.PendingWriteQueueLimitExceededException
-
- phrase - Variable in class org.glassfish.grizzly.ssl.SSLSupport.CipherData
-
- poison - Static variable in class org.glassfish.grizzly.threadpool.AbstractThreadPool
-
- poisonAll() - Method in class org.glassfish.grizzly.threadpool.AbstractThreadPool
-
- poisonAll() - Method in class org.glassfish.grizzly.threadpool.SyncThreadPool
-
- poll() - Method in class org.glassfish.grizzly.asyncqueue.TaskQueue
-
Pools the current processing task.
- poll() - Method in class org.glassfish.grizzly.nio.tmpselectors.TemporarySelectorPool
-
- poll(long, TimeUnit) - Method in class org.glassfish.grizzly.utils.LinkedTransferQueue
-
- poll() - Method in class org.glassfish.grizzly.utils.LinkedTransferQueue
-
- poll() - Method in interface org.glassfish.grizzly.utils.ObjectPool
-
- PoolableObject - Interface in org.glassfish.grizzly.utils
-
- PooledMemoryManager - Class in org.glassfish.grizzly.memory
-
A
MemoryManager implementation based on a series of shared memory pools.
- PooledMemoryManager() - Constructor for class org.glassfish.grizzly.memory.PooledMemoryManager
-
Creates a new PooledMemoryManager using the following defaults:
4 KiB base buffer size
3 pools
2 growth factor, which means 1st pool will contain buffers of size 4KiB, the 2nd - 16KiB, the 3rd - 64KiB
Number of pool slices based on Runtime.getRuntime().availableProcessors()
The initial allocation will use 10% of the heap
The percentage of buffers to be pre-allocated during MemoryManager initialization
- PooledMemoryManager(boolean) - Constructor for class org.glassfish.grizzly.memory.PooledMemoryManager
-
Creates a new PooledMemoryManager using the specified parameters for configuration.
- PooledMemoryManager(int, int, int, int, float, float, boolean) - Constructor for class org.glassfish.grizzly.memory.PooledMemoryManager
-
Creates a new PooledMemoryManager using the specified parameters for configuration.
- poolName - Variable in class org.glassfish.grizzly.threadpool.ThreadPoolConfig
-
- PortRange - Class in org.glassfish.grizzly
-
Immutable class representing a port range.
- PortRange(int, int) - Constructor for class org.glassfish.grizzly.PortRange
-
Creates a port range with the given bounds (both inclusive).
- PortRange(int) - Constructor for class org.glassfish.grizzly.PortRange
-
Creates a port range containing a single port.
- pos - Variable in class org.glassfish.grizzly.memory.HeapBuffer
-
- position() - Method in interface org.glassfish.grizzly.Buffer
-
Returns this buffer's position.
- position(int) - Method in interface org.glassfish.grizzly.Buffer
-
Sets this buffer's position.
- position() - Method in class org.glassfish.grizzly.memory.BuffersBuffer
-
- position(int) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
-
- position() - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
-
- position(int) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
-
- position() - Method in class org.glassfish.grizzly.memory.HeapBuffer
-
- position(int) - Method in class org.glassfish.grizzly.memory.HeapBuffer
-
- posState - Variable in class org.glassfish.grizzly.compression.lzma.LZMADecoder.LZMAInputState
-
- postConfigure(NIOTransport, SelectableChannel) - Method in interface org.glassfish.grizzly.nio.ChannelConfigurator
-
- postpone() - Method in class org.glassfish.grizzly.nio.SelectorRunner
-
- postSelect(SelectorRunner) - Method in class org.glassfish.grizzly.nio.DefaultSelectorHandler
-
- postSelect(SelectorRunner) - Method in interface org.glassfish.grizzly.nio.SelectorHandler
-
- preClose() - Method in class org.glassfish.grizzly.nio.NIOConnection
-
- preClose() - Method in class org.glassfish.grizzly.nio.transport.TCPNIOConnection
-
- preClose() - Method in class org.glassfish.grizzly.nio.transport.TCPNIOServerConnection
-
- preClose() - Method in class org.glassfish.grizzly.nio.transport.UDPNIOServerConnection
-
- preConfigure(Connection) - Method in class org.glassfish.grizzly.AbstractSocketConnectorHandler
-
Pre-configures
Connection object before actual connecting phase
will be started.
- preConfigure(NIOTransport, SelectableChannel) - Method in interface org.glassfish.grizzly.nio.ChannelConfigurator
-
This method is called by a
NIOTransport to configure newly created
SelectableChannel at the very early stage, right after the object
has been created.
- preloadAllCharsets() - Static method in class org.glassfish.grizzly.utils.Charsets
-
Preloads all
Charsets available to the JMV, which makes charset
searching faster (at the cost of memory).
- prepare() - Method in class org.glassfish.grizzly.utils.Pair
-
- prepare() - Method in interface org.glassfish.grizzly.utils.PoolableObject
-
- prepareDispose() - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
-
- prepareDispose() - Method in class org.glassfish.grizzly.memory.HeapBuffer
-
- prepend(Buffer) - Method in interface org.glassfish.grizzly.Buffer
-
Prepend data from header.position() to header.limit() to the
current buffer.
- prepend(Buffer) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
-
- prepend(Buffer) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
-
- prepend(Buffer) - Method in class org.glassfish.grizzly.memory.CompositeBuffer
-
- prepend(Buffer) - Method in class org.glassfish.grizzly.memory.HeapBuffer
-
- prepend(Buffer) - Method in class org.glassfish.grizzly.streams.BufferedInput
-
- preSelect(SelectorRunner) - Method in class org.glassfish.grizzly.nio.DefaultSelectorHandler
-
- preSelect(SelectorRunner) - Method in interface org.glassfish.grizzly.nio.SelectorHandler
-
- prevByte - Variable in class org.glassfish.grizzly.compression.lzma.LZMADecoder.LZMAInputState
-
- previousFilterIdx() - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
-
- priority - Variable in class org.glassfish.grizzly.threadpool.ThreadPoolConfig
-
- probe(ConnectionProbe) - Method in class org.glassfish.grizzly.AbstractSocketConnectorHandler.Builder
-
- probes - Variable in class org.glassfish.grizzly.AbstractSocketConnectorHandler
-
- process(Context) - Method in class org.glassfish.grizzly.filterchain.DefaultFilterChain
-
- process(E) - Method in interface org.glassfish.grizzly.Processor
-
Method will be called by framework to process some event, which
occurred on a connection
- process(Context) - Method in class org.glassfish.grizzly.StandaloneProcessor
-
- processAsync(Context) - Method in interface org.glassfish.grizzly.asyncqueue.AsyncQueue
-
Callback method, which is called async.
- processAsync(Context) - Method in class org.glassfish.grizzly.nio.AbstractNIOAsyncQueueReader
-
Callback method, which is called async.
- processAsync(Context) - Method in class org.glassfish.grizzly.nio.AbstractNIOAsyncQueueWriter
-
Callback method, which is called async.
- processByte(byte, CompositeBuffer.Setter) - Method in interface org.glassfish.grizzly.memory.CompositeBuffer.BulkOperation
-
Method is responsible to examine/change one single Buffer's byte.
- processor - Variable in class org.glassfish.grizzly.AbstractBindingHandler.Builder
-
- processor(Processor) - Method in class org.glassfish.grizzly.AbstractBindingHandler.Builder
-
- processor - Variable in class org.glassfish.grizzly.AbstractBindingHandler
-
- processor - Variable in class org.glassfish.grizzly.AbstractSocketConnectorHandler.Builder
-
- processor(Processor) - Method in class org.glassfish.grizzly.AbstractSocketConnectorHandler.Builder
-
- processor - Variable in class org.glassfish.grizzly.AbstractTransport
-
Transport default Processor
- processor - Variable in class org.glassfish.grizzly.nio.NIOConnection
-
- processor - Variable in class org.glassfish.grizzly.NIOTransportBuilder
-
- Processor<E extends Context> - Interface in org.glassfish.grizzly
-
Processor implementations are responsible for processing I/O events, which
occur on connection.
- ProcessorExecutor - Class in org.glassfish.grizzly
-
- ProcessorExecutor() - Constructor for class org.glassfish.grizzly.ProcessorExecutor
-
- ProcessorResult - Class in org.glassfish.grizzly
-
The interface represents the result of
Processor execution.
- ProcessorResult.Status - Enum in org.glassfish.grizzly
-
- processorSelector - Variable in class org.glassfish.grizzly.AbstractBindingHandler.Builder
-
- processorSelector(ProcessorSelector) - Method in class org.glassfish.grizzly.AbstractBindingHandler.Builder
-
- processorSelector - Variable in class org.glassfish.grizzly.AbstractBindingHandler
-
- processorSelector - Variable in class org.glassfish.grizzly.AbstractSocketConnectorHandler.Builder
-
- processorSelector(ProcessorSelector) - Method in class org.glassfish.grizzly.AbstractSocketConnectorHandler.Builder
-
- processorSelector - Variable in class org.glassfish.grizzly.AbstractTransport
-
Transport default ProcessorSelector
- processorSelector - Variable in class org.glassfish.grizzly.nio.NIOConnection
-
- processorSelector - Variable in class org.glassfish.grizzly.NIOTransportBuilder
-
- ProcessorSelector - Interface in org.glassfish.grizzly
-
Implementations of the interface will be responsible to find correct
Processor, which will process
IOEvent, occurred on the
Connection
- PushBackContext - Class in org.glassfish.grizzly.asyncqueue
-
Deprecated.
push back logic is deprecated.
- PushBackContext(AsyncWriteQueueRecord) - Constructor for class org.glassfish.grizzly.asyncqueue.PushBackContext
-
Deprecated.
- PushBackHandler - Interface in org.glassfish.grizzly.asyncqueue
-
Deprecated.
push back logic is deprecated.
- put(byte) - Method in interface org.glassfish.grizzly.Buffer
-
Relative put method (optional operation).
- put(int, byte) - Method in interface org.glassfish.grizzly.Buffer
-
Absolute put method (optional operation).
- put(Buffer) - Method in interface org.glassfish.grizzly.Buffer
-
Relative bulk put method (optional operation).
- put(Buffer, int, int) - Method in interface org.glassfish.grizzly.Buffer
-
Relative bulk put method (optional operation).
- put(ByteBuffer) - Method in interface org.glassfish.grizzly.Buffer
-
Relative bulk put method (optional operation).
- put(ByteBuffer, int, int) - Method in interface org.glassfish.grizzly.Buffer
-
Relative bulk put method (optional operation).
- put(byte[]) - Method in interface org.glassfish.grizzly.Buffer
-
Relative bulk put method (optional operation).
- put(byte[], int, int) - Method in interface org.glassfish.grizzly.Buffer
-
Relative bulk put method (optional operation).
- put(ByteBuffer, int, int, ByteBuffer) - Static method in class org.glassfish.grizzly.memory.Buffers
-
- put(Buffer, int, int, Buffer) - Static method in class org.glassfish.grizzly.memory.Buffers
-
- put(byte[], int, int, ByteBuffer) - Static method in class org.glassfish.grizzly.memory.Buffers
-
- put(byte) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
-
- put(int, byte) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
-
- put(byte[]) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
-
- put(byte[], int, int) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
-
- put(ByteBuffer) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
-
- put(ByteBuffer, int, int) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
-
- put(Buffer) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
-
- put(Buffer, int, int) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
-
- put(byte) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
-
- put(int, byte) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
-
- put(Buffer) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
-
- put(Buffer, int, int) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
-
- put(ByteBuffer) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
-
- put(ByteBuffer, int, int) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
-
- put(byte[]) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
-
- put(byte[], int, int) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
-
- put(byte) - Method in class org.glassfish.grizzly.memory.HeapBuffer
-
- put(int, byte) - Method in class org.glassfish.grizzly.memory.HeapBuffer
-
- put(Buffer) - Method in class org.glassfish.grizzly.memory.HeapBuffer
-
- put(Buffer, int, int) - Method in class org.glassfish.grizzly.memory.HeapBuffer
-
- put(ByteBuffer) - Method in class org.glassfish.grizzly.memory.HeapBuffer
-
- put(ByteBuffer, int, int) - Method in class org.glassfish.grizzly.memory.HeapBuffer
-
- put(byte[]) - Method in class org.glassfish.grizzly.memory.HeapBuffer
-
- put(byte[], int, int) - Method in class org.glassfish.grizzly.memory.HeapBuffer
-
- put(ThreadCache.CachedTypeIndex, Object) - Method in class org.glassfish.grizzly.ThreadCache.ObjectCache
-
- put(Object) - Method in class org.glassfish.grizzly.ThreadCache.ObjectCacheElement
-
- put(E) - Method in class org.glassfish.grizzly.utils.LinkedTransferQueue
-
Inserts the specified element at the tail of this queue.
- put8BitString(String) - Method in interface org.glassfish.grizzly.Buffer
-
Relative bulk put method (optional operation).
- put8BitString(String) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
-
- put8BitString(String) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
-
- put8BitString(String) - Method in class org.glassfish.grizzly.memory.HeapBuffer
-
- putByte(byte) - Method in class org.glassfish.grizzly.compression.lzma.impl.lz.OutWindow
-
- putChar(char) - Method in interface org.glassfish.grizzly.Buffer
-
Relative put method for writing a char
value (optional operation).
- putChar(int, char) - Method in interface org.glassfish.grizzly.Buffer
-
Absolute put method for writing a char
value (optional operation).
- putChar(char) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
-
- putChar(int, char) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
-
- putChar(char) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
-
- putChar(int, char) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
-
- putChar(char) - Method in class org.glassfish.grizzly.memory.HeapBuffer
-
- putChar(int, char) - Method in class org.glassfish.grizzly.memory.HeapBuffer
-
- putDouble(double) - Method in interface org.glassfish.grizzly.Buffer
-
Relative put method for writing a double
value (optional operation).
- putDouble(int, double) - Method in interface org.glassfish.grizzly.Buffer
-
Absolute put method for writing a double
value (optional operation).
- putDouble(double) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
-
- putDouble(int, double) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
-
- putDouble(double) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
-
- putDouble(int, double) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
-
- putDouble(double) - Method in class org.glassfish.grizzly.memory.HeapBuffer
-
- putDouble(int, double) - Method in class org.glassfish.grizzly.memory.HeapBuffer
-
- putFloat(float) - Method in interface org.glassfish.grizzly.Buffer
-
Relative put method for writing a float
value (optional operation).
- putFloat(int, float) - Method in interface org.glassfish.grizzly.Buffer
-
Absolute put method for writing a float
value (optional operation).
- putFloat(float) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
-
- putFloat(int, float) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
-
- putFloat(float) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
-
- putFloat(int, float) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
-
- putFloat(float) - Method in class org.glassfish.grizzly.memory.HeapBuffer
-
- putFloat(int, float) - Method in class org.glassfish.grizzly.memory.HeapBuffer
-
- putInt(int) - Method in interface org.glassfish.grizzly.Buffer
-
Relative put method for writing an int
value (optional operation).
- putInt(int, int) - Method in interface org.glassfish.grizzly.Buffer
-
Absolute put method for writing an int
value (optional operation).
- putInt(int) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
-
- putInt(int, int) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
-
- putInt(int) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
-
- putInt(int, int) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
-
- putInt(int) - Method in class org.glassfish.grizzly.memory.HeapBuffer
-
- putInt(int, int) - Method in class org.glassfish.grizzly.memory.HeapBuffer
-
- putLong(long) - Method in interface org.glassfish.grizzly.Buffer
-
Relative put method for writing a long
value (optional operation).
- putLong(int, long) - Method in interface org.glassfish.grizzly.Buffer
-
Absolute put method for writing a long
value (optional operation).
- putLong(long) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
-
- putLong(int, long) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
-
- putLong(long) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
-
- putLong(int, long) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
-
- putLong(long) - Method in class org.glassfish.grizzly.memory.HeapBuffer
-
- putLong(int, long) - Method in class org.glassfish.grizzly.memory.HeapBuffer
-
- putShort(short) - Method in interface org.glassfish.grizzly.Buffer
-
Relative put method for writing a short
value (optional operation).
- putShort(int, short) - Method in interface org.glassfish.grizzly.Buffer
-
Absolute put method for writing a short
value (optional operation).
- putShort(short) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
-
- putShort(int, short) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
-
- putShort(short) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
-
- putShort(int, short) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
-
- putShort(short) - Method in class org.glassfish.grizzly.memory.HeapBuffer
-
- putShort(int, short) - Method in class org.glassfish.grizzly.memory.HeapBuffer
-
- putToArray(ByteBuffer) - Method in class org.glassfish.grizzly.nio.DirectByteBufferRecord
-
- putToCache(ThreadCache.CachedTypeIndex<E>, E) - Static method in class org.glassfish.grizzly.ThreadCache
-
- putToCache(Thread, ThreadCache.CachedTypeIndex<E>, E) - Static method in class org.glassfish.grizzly.ThreadCache
-
- putToCache(ThreadCache.CachedTypeIndex<E>, E) - Method in class org.glassfish.grizzly.threadpool.DefaultWorkerThread
-
- RANDOM - Static variable in class org.glassfish.grizzly.AbstractBindingHandler
-
- RangeDecoder - Class in org.glassfish.grizzly.compression.lzma.impl.rangecoder
-
RangeDecoder
- RangeDecoder() - Constructor for class org.glassfish.grizzly.compression.lzma.impl.rangecoder.RangeDecoder
-
- RangeEncoder - Class in org.glassfish.grizzly.compression.lzma.impl.rangecoder
-
RangeEncoder
- RangeEncoder() - Constructor for class org.glassfish.grizzly.compression.lzma.impl.rangecoder.RangeEncoder
-
- read(Connection<L>) - Method in class org.glassfish.grizzly.AbstractReader
-
Method reads data.
- read(Connection<L>, Buffer) - Method in class org.glassfish.grizzly.AbstractReader
-
Method reads data to the buffer.
- read(Connection<L>, Buffer, CompletionHandler<ReadResult<Buffer, L>>) - Method in class org.glassfish.grizzly.AbstractReader
-
Method reads data to the buffer.
- read(Connection, CompletionHandler<ReadResult>) - Method in class org.glassfish.grizzly.filterchain.DefaultFilterChain
-
- read(FilterChainContext) - Method in class org.glassfish.grizzly.filterchain.DefaultFilterChain
-
- read(FilterChainContext) - Method in interface org.glassfish.grizzly.filterchain.FilterChain
-
- read() - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
-
Performs a blocking read.
- read(Connection<SocketAddress>, Buffer, CompletionHandler<ReadResult<Buffer, SocketAddress>>, Interceptor<ReadResult>) - Method in class org.glassfish.grizzly.nio.AbstractNIOAsyncQueueReader
-
Method reads data to the buffer.
- read() - Method in class org.glassfish.grizzly.nio.NIOConnection
-
- read(CompletionHandler<ReadResult<M, SocketAddress>>) - Method in class org.glassfish.grizzly.nio.NIOConnection
-
- read(Connection<SocketAddress>, Buffer, CompletionHandler<ReadResult<Buffer, SocketAddress>>, Interceptor<ReadResult>) - Method in class org.glassfish.grizzly.nio.tmpselectors.TemporarySelectorReader
-
- read(Connection<SocketAddress>, Buffer, CompletionHandler<ReadResult<Buffer, SocketAddress>>, Interceptor<ReadResult>, long, TimeUnit) - Method in class org.glassfish.grizzly.nio.tmpselectors.TemporarySelectorReader
-
Method reads data to the message.
- read(Connection, Buffer) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransport
-
- read(UDPNIOConnection, Buffer) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOTransport
-
- read(UDPNIOConnection, Buffer, ReadResult<Buffer, SocketAddress>) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOTransport
-
- read(Connection, CompletionHandler<ReadResult>) - Method in interface org.glassfish.grizzly.Processor
-
- read() - Method in interface org.glassfish.grizzly.Readable
-
Method reads data.
- read(CompletionHandler<ReadResult<M, L>>) - Method in interface org.glassfish.grizzly.Readable
-
- read(Connection<L>) - Method in interface org.glassfish.grizzly.Reader
-
Method reads data.
- read(Connection<L>, Buffer) - Method in interface org.glassfish.grizzly.Reader
-
Method reads data to the buffer.
- read(Connection<L>, Buffer, CompletionHandler<ReadResult<Buffer, L>>) - Method in interface org.glassfish.grizzly.Reader
-
Method reads data to the buffer.
- read(Connection<L>, Buffer, CompletionHandler<ReadResult<Buffer, L>>, Interceptor<ReadResult>) - Method in interface org.glassfish.grizzly.Reader
-
Method reads data to the buffer.
- read(Connection, CompletionHandler) - Method in class org.glassfish.grizzly.StandaloneProcessor
-
- read() - Method in class org.glassfish.grizzly.streams.BufferedInput
-
- read() - Method in interface org.glassfish.grizzly.streams.Input
-
- read() - Method in class org.glassfish.grizzly.streams.StreamInput
-
- read() - Method in class org.glassfish.grizzly.utils.BufferInputStream
- read(byte[], int, int) - Method in class org.glassfish.grizzly.utils.BufferInputStream
- read0(Connection, Buffer, ReadResult<Buffer, SocketAddress>) - Method in class org.glassfish.grizzly.nio.AbstractNIOAsyncQueueReader
-
- read0(NIOConnection, ReadResult<Buffer, SocketAddress>, Buffer, long, TimeUnit) - Method in class org.glassfish.grizzly.nio.tmpselectors.TemporarySelectorReader
-
- read0(Connection, Buffer, ReadResult<Buffer, SocketAddress>) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOAsyncQueueReader
-
- read0(Connection, Buffer, ReadResult<Buffer, SocketAddress>) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOAsyncQueueReader
-
- READ_EVENT - Static variable in interface org.glassfish.grizzly.Reader
-
- Readable<L> - Interface in org.glassfish.grizzly
-
Implementations of this interface are able to read data from internal source
to a
Buffer.
- readBlock() - Method in class org.glassfish.grizzly.compression.lzma.impl.lz.InWindow
-
- readBoolean() - Method in class org.glassfish.grizzly.streams.AbstractStreamReader
-
Get the next boolean in the stream.
- readBoolean() - Method in interface org.glassfish.grizzly.streams.StreamReader
-
Get the next boolean in the stream.
- readBooleanArray(boolean[]) - Method in class org.glassfish.grizzly.streams.AbstractStreamReader
-
Fill data with booleans (byte 1=true, 0=false) from the stream.
- readBooleanArray(boolean[]) - Method in interface org.glassfish.grizzly.streams.StreamReader
-
Fill data with booleans (byte 1=true, 0=false) from the stream.
- readBuffer(TCPNIOConnection, Buffer) - Static method in class org.glassfish.grizzly.nio.transport.TCPNIOUtils
-
- readBufferSize - Variable in class org.glassfish.grizzly.AbstractTransport
-
Transport default buffer size for read operations
- readBufferSize - Variable in class org.glassfish.grizzly.NIOTransportBuilder
-
- readByte() - Method in class org.glassfish.grizzly.streams.AbstractStreamReader
-
Get the next byte in the stream.
- readByte() - Method in interface org.glassfish.grizzly.streams.StreamReader
-
Get the next byte in the stream.
- readByteArray(byte[]) - Method in class org.glassfish.grizzly.streams.AbstractStreamReader
-
Fill data with bytes from the stream.
- readByteArray(byte[], int, int) - Method in class org.glassfish.grizzly.streams.AbstractStreamReader
-
Fill data with bytes from the stream.
- readByteArray(byte[]) - Method in interface org.glassfish.grizzly.streams.StreamReader
-
Fill data with bytes from the stream.
- readByteArray(byte[], int, int) - Method in interface org.glassfish.grizzly.streams.StreamReader
-
Fill data with bytes from the stream.
- readBytes(Buffer) - Method in class org.glassfish.grizzly.streams.AbstractStreamReader
-
Fill the buffer with data from the stream (that is, copy data
from the stream to fill buffer from position to limit).
- readBytes(Buffer) - Method in interface org.glassfish.grizzly.streams.StreamReader
-
Fill the buffer with data from the stream (that is, copy data
from the stream to fill buffer from position to limit).
- readChar() - Method in class org.glassfish.grizzly.streams.AbstractStreamReader
-
Get the next character in the stream.
- readChar() - Method in interface org.glassfish.grizzly.streams.StreamReader
-
Get the next character in the stream.
- readCharArray(char[]) - Method in class org.glassfish.grizzly.streams.AbstractStreamReader
-
Fill data with characters from the stream.
- readCharArray(char[]) - Method in interface org.glassfish.grizzly.streams.StreamReader
-
Fill data with characters from the stream.
- readCompositeBuffer(TCPNIOConnection, CompositeBuffer) - Static method in class org.glassfish.grizzly.nio.transport.TCPNIOUtils
-
- readDouble() - Method in class org.glassfish.grizzly.streams.AbstractStreamReader
-
Get the next double in the stream.
- readDouble() - Method in interface org.glassfish.grizzly.streams.StreamReader
-
Get the next double in the stream.
- readDoubleArray(double[]) - Method in class org.glassfish.grizzly.streams.AbstractStreamReader
-
Fill data with characters from the stream.
- readDoubleArray(double[]) - Method in interface org.glassfish.grizzly.streams.StreamReader
-
Fill data with characters from the stream.
- Reader<L> - Interface in org.glassfish.grizzly
-
Implementations of this interface are able to read data from
Connection to a
Buffer.
- readFloat() - Method in class org.glassfish.grizzly.streams.AbstractStreamReader
-
Get the next float in the stream.
- readFloat() - Method in interface org.glassfish.grizzly.streams.StreamReader
-
Get the next float in the stream.
- readFloatArray(float[]) - Method in class org.glassfish.grizzly.streams.AbstractStreamReader
-
Fill data with characters from the stream.
- readFloatArray(float[]) - Method in interface org.glassfish.grizzly.streams.StreamReader
-
Fill data with characters from the stream.
- readFromFileChannel(FileChannel, Buffer) - Static method in class org.glassfish.grizzly.memory.Buffers
-
- ReadHandler - Interface in org.glassfish.grizzly
-
This class represents a call-back mechanism that will notify implementations
as more input data becomes available to read without blocking.
- readInt() - Method in class org.glassfish.grizzly.streams.AbstractStreamReader
-
Get the next int in the stream.
- readInt() - Method in interface org.glassfish.grizzly.streams.StreamReader
-
Get the next int in the stream.
- readIntArray(int[]) - Method in class org.glassfish.grizzly.streams.AbstractStreamReader
-
Fill data with characters from the stream.
- readIntArray(int[]) - Method in interface org.glassfish.grizzly.streams.StreamReader
-
Fill data with characters from the stream.
- readLong() - Method in class org.glassfish.grizzly.streams.AbstractStreamReader
-
Get the next long in the stream.
- readLong() - Method in interface org.glassfish.grizzly.streams.StreamReader
-
Get the next long in the stream.
- readLongArray(long[]) - Method in class org.glassfish.grizzly.streams.AbstractStreamReader
-
Fill data with characters from the stream.
- readLongArray(long[]) - Method in interface org.glassfish.grizzly.streams.StreamReader
-
Fill data with characters from the stream.
- readNow0(NIOConnection, Buffer, ReadResult<Buffer, SocketAddress>) - Method in class org.glassfish.grizzly.nio.tmpselectors.TemporarySelectorReader
-
- readNow0(NIOConnection, Buffer, ReadResult<Buffer, SocketAddress>) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTemporarySelectorReader
-
- readNow0(NIOConnection, Buffer, ReadResult<Buffer, SocketAddress>) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOTemporarySelectorReader
-
- readOnly - Variable in class org.glassfish.grizzly.memory.HeapBuffer
-
- ReadResult<K,L> - Class in org.glassfish.grizzly
-
Result of read operation, returned by
Readable.
- ReadResult() - Constructor for class org.glassfish.grizzly.ReadResult
-
- ReadResult(Connection<L>) - Constructor for class org.glassfish.grizzly.ReadResult
-
- ReadResult(Connection<L>, K, L, int) - Constructor for class org.glassfish.grizzly.ReadResult
-
- readShort() - Method in class org.glassfish.grizzly.streams.AbstractStreamReader
-
Get the next short in the stream.
- readShort() - Method in interface org.glassfish.grizzly.streams.StreamReader
-
Get the next short in the stream.
- readShortArray(short[]) - Method in class org.glassfish.grizzly.streams.AbstractStreamReader
-
Fill data with characters from the stream.
- readShortArray(short[]) - Method in interface org.glassfish.grizzly.streams.StreamReader
-
Fill data with characters from the stream.
- readSimpleBuffer(TCPNIOConnection, Buffer) - Static method in class org.glassfish.grizzly.nio.transport.TCPNIOUtils
-
- readTimeout - Variable in class org.glassfish.grizzly.AbstractTransport
-
- readTimeout - Variable in class org.glassfish.grizzly.NIOTransportBuilder
-
- readTimeoutMillis - Variable in class org.glassfish.grizzly.nio.NIOConnection
-
- ready() - Method in interface org.glassfish.grizzly.ShutdownContext
-
Invoked by called
GracefulShutdownListener to notify the graceful
termination process that it's safe to terminate the transport.
- readyData() - Method in interface org.glassfish.grizzly.InputSource
-
- ReadyFutureImpl<R> - Class in org.glassfish.grizzly.impl
-
Future implementation with the specific unmodifiable result.
- reallocate(ByteBufferWrapper, int) - Method in class org.glassfish.grizzly.memory.ByteBufferManager
-
Reallocate
Buffer to a required size.
- reallocate(HeapBuffer, int) - Method in class org.glassfish.grizzly.memory.HeapMemoryManager
-
Reallocate
Buffer to a required size.
- reallocate(E, int) - Method in interface org.glassfish.grizzly.memory.MemoryManager
-
Reallocate
Buffer to a required size.
- reallocate(Buffer, int) - Method in class org.glassfish.grizzly.memory.PooledMemoryManager
-
Reallocates an existing buffer to at least the specified size.
- reallocate(E, int) - Method in interface org.glassfish.grizzly.memory.ThreadLocalPool
-
- reallocateBuffer(Buffer, int) - Method in class org.glassfish.grizzly.nio.transport.DefaultStreamWriter.Output
-
- reallocateBuffer(Buffer, int) - Method in class org.glassfish.grizzly.streams.BufferedOutput
-
- reallocateBuffer(Buffer, int) - Method in class org.glassfish.grizzly.streams.TransformerOutput
-
- reallocateByteBuffer(ByteBuffer, int) - Method in interface org.glassfish.grizzly.memory.ByteBufferAware
-
- reallocateByteBuffer(ByteBuffer, int) - Method in class org.glassfish.grizzly.memory.ByteBufferManager
-
- reallocateByteBuffer(MemoryManager, ByteBuffer, int) - Static method in class org.glassfish.grizzly.memory.MemoryUtils
-
- reallocateHeapBuffer(HeapBuffer, int) - Method in class org.glassfish.grizzly.memory.HeapMemoryManager
-
- reconfigure(ThreadPoolConfig) - Method in class org.glassfish.grizzly.threadpool.GrizzlyExecutorService
-
- RecordReadResult<K,L> - Class in org.glassfish.grizzly.asyncqueue
-
- RecordReadResult() - Constructor for class org.glassfish.grizzly.asyncqueue.RecordReadResult
-
- RecordWriteResult<K,L> - Class in org.glassfish.grizzly.asyncqueue
-
- RecordWriteResult() - Constructor for class org.glassfish.grizzly.asyncqueue.RecordWriteResult
-
- recycle() - Method in class org.glassfish.grizzly.asyncqueue.AsyncReadQueueRecord
-
- recycle() - Method in class org.glassfish.grizzly.asyncqueue.AsyncWriteQueueRecord
-
- recycle() - Method in class org.glassfish.grizzly.asyncqueue.RecordReadResult
-
- recycle() - Method in class org.glassfish.grizzly.asyncqueue.RecordWriteResult
-
- recycle() - Method in interface org.glassfish.grizzly.attributes.AttributeHolder
-
Recycle AttributeHolder
- recycle() - Method in class org.glassfish.grizzly.attributes.IndexedAttributeHolder
-
Recycle AttributeHolder
- recycle() - Method in interface org.glassfish.grizzly.Cacheable
-
- recycle() - Method in class org.glassfish.grizzly.compression.lzma.LZMADecoder.LZMAInputState
-
- recycle() - Method in class org.glassfish.grizzly.compression.lzma.LZMAEncoder.LZMAOutputState
-
- recycle() - Method in class org.glassfish.grizzly.Context
-
- recycle(boolean) - Method in interface org.glassfish.grizzly.GrizzlyFuture
-
Recycle GrizzlyFuture now.
- recycle() - Method in class org.glassfish.grizzly.impl.ReadyFutureImpl
-
- recycle(boolean) - Method in class org.glassfish.grizzly.impl.ReadyFutureImpl
-
- recycle(boolean) - Method in class org.glassfish.grizzly.impl.SafeFutureImpl
-
- recycle() - Method in class org.glassfish.grizzly.impl.SafeFutureImpl
-
- recycle(boolean) - Method in class org.glassfish.grizzly.impl.UnsafeFutureImpl
-
- recycle() - Method in class org.glassfish.grizzly.impl.UnsafeFutureImpl
-
- recycle() - Method in class org.glassfish.grizzly.memory.AbstractBufferArray
-
- recycle() - Method in class org.glassfish.grizzly.memory.BufferArray
-
- recycle() - Method in class org.glassfish.grizzly.memory.ByteBufferArray
-
- recycle() - Method in class org.glassfish.grizzly.memory.ByteBufferManager.SmallByteBufferWrapper
-
- recycle() - Method in class org.glassfish.grizzly.ReadResult
-
- recycle() - Method in class org.glassfish.grizzly.TransformationResult
-
- recycle() - Method in class org.glassfish.grizzly.WriteResult
-
- recycleMark - Variable in class org.glassfish.grizzly.impl.UnsafeFutureImpl
-
- recycleTemporaryArtifacts(Selector, SelectionKey) - Method in class org.glassfish.grizzly.nio.tmpselectors.TemporarySelectorIO
-
- recycleTrack - Variable in class org.glassfish.grizzly.asyncqueue.AsyncQueueRecord
-
- reduceLastAllocated(E) - Method in interface org.glassfish.grizzly.memory.ThreadLocalPool
-
- reduceOffsets(int) - Method in class org.glassfish.grizzly.compression.lzma.impl.lz.InWindow
-
- register(Object, Object) - Method in class org.glassfish.grizzly.jmxbase.GrizzlyJmxManager
-
Register Grizzly JMX
Object as child of the passed parent object.
- register(Object, Object, String) - Method in class org.glassfish.grizzly.jmxbase.GrizzlyJmxManager
-
Register Grizzly JMX
Object as child of the passed parent object
with the specific name.
- register() - Method in class org.glassfish.grizzly.nio.transport.UDPNIOServerConnection
-
- registerAtRoot(Object) - Method in class org.glassfish.grizzly.jmxbase.GrizzlyJmxManager
-
Register Grizzly JMX
Object at the root.
- registerAtRoot(Object, String) - Method in class org.glassfish.grizzly.jmxbase.GrizzlyJmxManager
-
Register Grizzly JMX
Object at the root with the passed name.
- registerChannel(SelectableChannel) - Method in class org.glassfish.grizzly.nio.AbstractNIOConnectionDistributor
-
- registerChannel(SelectableChannel, int) - Method in class org.glassfish.grizzly.nio.AbstractNIOConnectionDistributor
-
- registerChannel(SelectorRunner, SelectableChannel, int, Object) - Method in class org.glassfish.grizzly.nio.DefaultSelectorHandler
-
- registerChannel(SelectableChannel) - Method in interface org.glassfish.grizzly.nio.NIOChannelDistributor
-
- registerChannel(SelectableChannel, int) - Method in interface org.glassfish.grizzly.nio.NIOChannelDistributor
-
- registerChannel(SelectableChannel, int, Object) - Method in interface org.glassfish.grizzly.nio.NIOChannelDistributor
-
- registerChannel(SelectableChannel, int, Object) - Method in class org.glassfish.grizzly.nio.RoundRobinConnectionDistributor
-
- registerChannel(SelectorRunner, SelectableChannel, int, Object) - Method in interface org.glassfish.grizzly.nio.SelectorHandler
-
- registerChannelAsync(SelectableChannel) - Method in class org.glassfish.grizzly.nio.AbstractNIOConnectionDistributor
-
- registerChannelAsync(SelectableChannel, int) - Method in class org.glassfish.grizzly.nio.AbstractNIOConnectionDistributor
-
- registerChannelAsync(SelectableChannel, int, Object) - Method in class org.glassfish.grizzly.nio.AbstractNIOConnectionDistributor
-
- registerChannelAsync(SelectorRunner, SelectableChannel, int, Object, CompletionHandler<RegisterChannelResult>) - Method in class org.glassfish.grizzly.nio.DefaultSelectorHandler
-
- registerChannelAsync(SelectableChannel) - Method in interface org.glassfish.grizzly.nio.NIOChannelDistributor
-
- registerChannelAsync(SelectableChannel, int) - Method in interface org.glassfish.grizzly.nio.NIOChannelDistributor
-
- registerChannelAsync(SelectableChannel, int, Object) - Method in interface org.glassfish.grizzly.nio.NIOChannelDistributor
-
- registerChannelAsync(SelectableChannel, int, Object, CompletionHandler<RegisterChannelResult>) - Method in interface org.glassfish.grizzly.nio.NIOChannelDistributor
-
- registerChannelAsync(SelectableChannel, int, Object, CompletionHandler<RegisterChannelResult>) - Method in class org.glassfish.grizzly.nio.RoundRobinConnectionDistributor
-
- registerChannelAsync(SelectorRunner, SelectableChannel, int, Object, CompletionHandler<RegisterChannelResult>) - Method in interface org.glassfish.grizzly.nio.SelectorHandler
-
- registerChannelCompletionHandler - Variable in class org.glassfish.grizzly.nio.transport.UDPNIOTransport
-
- RegisterChannelResult - Class in org.glassfish.grizzly.nio
-
- RegisterChannelResult(SelectorRunner, SelectionKey, SelectableChannel) - Constructor for class org.glassfish.grizzly.nio.RegisterChannelResult
-
- registerKeyInterest(SelectorRunner, SelectionKey, int) - Method in class org.glassfish.grizzly.nio.DefaultSelectorHandler
-
- registerKeyInterest(SelectorRunner, SelectionKey, int) - Method in interface org.glassfish.grizzly.nio.SelectorHandler
-
- registerServiceChannelAsync(SelectableChannel, int, Object, CompletionHandler<RegisterChannelResult>) - Method in interface org.glassfish.grizzly.nio.NIOChannelDistributor
-
- registerServiceChannelAsync(SelectableChannel, int, Object, CompletionHandler<RegisterChannelResult>) - Method in class org.glassfish.grizzly.nio.RoundRobinConnectionDistributor
-
- registrationStackTrace - Variable in class org.glassfish.grizzly.streams.BufferedInput
-
- release(AttributeStorage) - Method in class org.glassfish.grizzly.AbstractTransformer
-
- release() - Method in interface org.glassfish.grizzly.asyncqueue.WritableMessage
-
Perform message specific actions to release resources held by the
entity backing this WritableMessage.
- release() - Method in class org.glassfish.grizzly.FileTransfer
-
Perform message specific actions to release resources held by the
entity backing this WritableMessage.
- release() - Method in class org.glassfish.grizzly.memory.BuffersBuffer
-
- release(ByteBufferWrapper) - Method in class org.glassfish.grizzly.memory.ByteBufferManager
-
Lets JVM Garbage collector to release buffer.
- release() - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
-
- release() - Method in class org.glassfish.grizzly.memory.HeapBuffer
-
- release(HeapBuffer) - Method in class org.glassfish.grizzly.memory.HeapMemoryManager
-
- release(E) - Method in interface org.glassfish.grizzly.memory.MemoryManager
-
- release(Buffer) - Method in class org.glassfish.grizzly.memory.PooledMemoryManager
-
- release(E) - Method in interface org.glassfish.grizzly.memory.ThreadLocalPool
-
- release() - Method in class org.glassfish.grizzly.nio.DirectByteBufferRecord
-
- release(AttributeStorage) - Method in interface org.glassfish.grizzly.Transformer
-
The Transformer has done its work and can release all
associated resource.
- release() - Method in class org.glassfish.grizzly.utils.Pair
-
- release() - Method in interface org.glassfish.grizzly.utils.PoolableObject
-
- release(AttributeStorage) - Method in class org.glassfish.grizzly.utils.StringDecoder
-
- releaseBuffer() - Method in class org.glassfish.grizzly.compression.lzma.impl.lz.InWindow
-
- releaseBuffer() - Method in class org.glassfish.grizzly.compression.lzma.impl.lz.OutWindow
-
- releaseBuffer() - Method in class org.glassfish.grizzly.compression.lzma.impl.rangecoder.RangeDecoder
-
- releaseBuffer() - Method in class org.glassfish.grizzly.compression.lzma.impl.rangecoder.RangeEncoder
-
- releaseByteBuffer(ByteBuffer) - Method in interface org.glassfish.grizzly.memory.ByteBufferAware
-
- releaseByteBuffer(ByteBuffer) - Method in class org.glassfish.grizzly.memory.ByteBufferManager
-
- releaseByteBuffer(MemoryManager, ByteBuffer) - Static method in class org.glassfish.grizzly.memory.MemoryUtils
-
- releaseHeapBuffer(HeapBuffer) - Method in class org.glassfish.grizzly.memory.HeapMemoryManager
-
- releaseSpace(int) - Method in class org.glassfish.grizzly.asyncqueue.TaskQueue
-
Releases memory space in the queue.
- releaseSpaceAndNotify(int) - Method in class org.glassfish.grizzly.asyncqueue.TaskQueue
-
Releases memory space in the queue and notifies registered
QueueMonitors about the update.
- remaining() - Method in class org.glassfish.grizzly.asyncqueue.AsyncWriteQueueRecord
-
- remaining() - Method in interface org.glassfish.grizzly.asyncqueue.WritableMessage
-
Return the number of bytes remaining to be written.
- remaining() - Method in interface org.glassfish.grizzly.Buffer
-
Returns the number of elements between the current position and the
limit.
- remaining() - Method in class org.glassfish.grizzly.FileTransfer
-
Return the number of bytes remaining to be written.
- remaining() - Method in class org.glassfish.grizzly.memory.BuffersBuffer
-
- remaining() - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
-
- remaining() - Method in class org.glassfish.grizzly.memory.HeapBuffer
-
- remaining() - Method in interface org.glassfish.grizzly.memory.ThreadLocalPool
-
- remainingCapacity() - Method in class org.glassfish.grizzly.utils.LinkedTransferQueue
-
Always returns Integer.MAX_VALUE because a
LinkedTransferQueue is not capacity constrained.
- REMOTELY_CLOSED_REASON - Static variable in class org.glassfish.grizzly.CloseReason
-
- remove(E) - Method in class org.glassfish.grizzly.asyncqueue.TaskQueue
-
Remove the task from queue.
- remove(AttributeHolder) - Method in class org.glassfish.grizzly.attributes.Attribute
-
- remove(AttributeStorage) - Method in class org.glassfish.grizzly.attributes.Attribute
-
- remove(Object) - Method in class org.glassfish.grizzly.ChainProcessorSelector
- remove(int) - Method in class org.glassfish.grizzly.ChainProcessorSelector
- remove(int) - Method in class org.glassfish.grizzly.filterchain.FilterChainBuilder
-
- remove(Filter) - Method in class org.glassfish.grizzly.filterchain.FilterChainBuilder
-
- remove(Object) - Method in class org.glassfish.grizzly.filterchain.ListFacadeFilterChain
- remove(int) - Method in class org.glassfish.grizzly.filterchain.ListFacadeFilterChain
- remove(Object) - Method in class org.glassfish.grizzly.utils.ArraySet
- remove(T[], Object) - Static method in class org.glassfish.grizzly.utils.ArrayUtils
-
Removes the element from the array.
- remove(E) - Method in class org.glassfish.grizzly.utils.DelayedExecutor.DelayQueue
-
- remove(Object) - Method in class org.glassfish.grizzly.utils.LinkedTransferQueue
-
Removes a single instance of the specified element from this queue,
if it is present.
- removeAll(Collection<?>) - Method in class org.glassfish.grizzly.ChainProcessorSelector
- removeAll(Collection<?>) - Method in class org.glassfish.grizzly.filterchain.ListFacadeFilterChain
- removeAll() - Method in class org.glassfish.grizzly.memory.BuffersBuffer
-
- removeAll() - Method in class org.glassfish.grizzly.memory.CompositeBuffer
-
Removes underlying
Buffers, without disposing
- removeAll(Object...) - Method in class org.glassfish.grizzly.utils.ArraySet
-
Remove element(s) from the set.
- removeAll(Collection<?>) - Method in class org.glassfish.grizzly.utils.ArraySet
- removeAllLifeCycleListeners() - Method in class org.glassfish.grizzly.Context
-
- removeAttribute(String) - Method in interface org.glassfish.grizzly.attributes.AttributeHolder
-
Remove a name/value object.
- removeAttribute(int) - Method in interface org.glassfish.grizzly.attributes.IndexedAttributeAccessor
-
Internal method for dynamic attribute support.
- removeAttribute(int) - Method in class org.glassfish.grizzly.attributes.IndexedAttributeHolder.IndexedAttributeAccessorImpl
-
- removeAttribute(String) - Method in class org.glassfish.grizzly.attributes.IndexedAttributeHolder
-
Remove a name/value object.
- removeCloseListener(CloseListener) - Method in interface org.glassfish.grizzly.Closeable
-
- removeCloseListener(CloseListener) - Method in interface org.glassfish.grizzly.Connection
-
- removeCloseListener(Connection.CloseListener) - Method in interface org.glassfish.grizzly.Connection
-
- removeCloseListener(CloseListener) - Method in class org.glassfish.grizzly.nio.NIOConnection
-
- removeCloseListener(Connection.CloseListener) - Method in class org.glassfish.grizzly.nio.NIOConnection
-
- removeCompletionListener(FilterChainContext.CompletionListener) - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
-
- removeCopyListener(FilterChainContext.CopyListener) - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
-
- removeHandshakeListener(SSLBaseFilter.HandshakeListener) - Method in class org.glassfish.grizzly.ssl.SSLBaseFilter
-
- removeLifeCycleListener(IOEventLifeCycleListener) - Method in class org.glassfish.grizzly.Context
-
- removeMonitoringProbe(ConnectionProbe) - Method in class org.glassfish.grizzly.AbstractSocketConnectorHandler
-
- removeProbes(E...) - Method in class org.glassfish.grizzly.monitoring.DefaultMonitoringConfig
-
Remove the monitoring probes.
- removeProbes(E...) - Method in interface org.glassfish.grizzly.monitoring.MonitoringConfig
-
Remove the monitoring probes.
- removeRightBuffers(int) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
-
- removeTimeout(E) - Method in interface org.glassfish.grizzly.utils.DelayedExecutor.Resolver
-
- renegotiate(SSLConnectionContext, FilterChainContext) - Method in class org.glassfish.grizzly.ssl.SSLBaseFilter
-
Performs an SSL renegotiation.
- rep0 - Variable in class org.glassfish.grizzly.compression.lzma.LZMADecoder.LZMAInputState
-
- rep1 - Variable in class org.glassfish.grizzly.compression.lzma.LZMADecoder.LZMAInputState
-
- rep2 - Variable in class org.glassfish.grizzly.compression.lzma.LZMADecoder.LZMAInputState
-
- rep3 - Variable in class org.glassfish.grizzly.compression.lzma.LZMADecoder.LZMAInputState
-
- replace(Buffer, Buffer) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
-
- replace(Buffer, Buffer) - Method in class org.glassfish.grizzly.memory.CompositeBuffer
-
Replace one internal
Buffer with another one.
- RerunFilterAction - Class in org.glassfish.grizzly.filterchain
-
- reserveSpace(int) - Method in class org.glassfish.grizzly.asyncqueue.TaskQueue
-
Reserves memory space in the queue.
- reset() - Method in class org.glassfish.grizzly.asyncqueue.AsyncReadQueueRecord
-
- reset() - Method in class org.glassfish.grizzly.asyncqueue.AsyncWriteQueueRecord
-
- reset() - Method in interface org.glassfish.grizzly.Buffer
-
Resets this buffer's position to the previously-marked position.
- reset() - Method in class org.glassfish.grizzly.Context
-
If implementation uses
ObjectPool
to store and reuse
Context instances - this method will be
called before
Context will be offered to pool.
- reset() - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
-
Release the context associated resources.
- reset() - Method in class org.glassfish.grizzly.impl.UnsafeFutureImpl
-
- RESET - Static variable in interface org.glassfish.grizzly.Interceptor
-
- reset() - Method in class org.glassfish.grizzly.memory.AbstractBufferArray
-
- reset() - Method in class org.glassfish.grizzly.memory.BuffersBuffer
-
- reset() - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
-
- reset() - Method in class org.glassfish.grizzly.memory.HeapBuffer
-
- reset(E) - Method in interface org.glassfish.grizzly.memory.ThreadLocalPool
-
- reset() - Method in class org.glassfish.grizzly.ReadResult
-
- reset() - Method in class org.glassfish.grizzly.TransformationResult
-
- reset() - Method in class org.glassfish.grizzly.utils.BufferOutputStream
-
- reset() - Method in class org.glassfish.grizzly.WriteResult
-
- resetProperties() - Method in class org.glassfish.grizzly.nio.transport.TCPNIOConnection
-
- resetProperties() - Method in class org.glassfish.grizzly.nio.transport.TCPNIOServerConnection
-
- resetProperties() - Method in class org.glassfish.grizzly.nio.transport.UDPNIOConnection
-
- restore() - Method in class org.glassfish.grizzly.memory.AbstractBufferArray
-
- result(R) - Method in interface org.glassfish.grizzly.impl.FutureImpl
-
Set the result value and notify about operation completion.
- result - Variable in class org.glassfish.grizzly.impl.ReadyFutureImpl
-
- result(R) - Method in class org.glassfish.grizzly.impl.ReadyFutureImpl
-
- result(R) - Method in class org.glassfish.grizzly.impl.SafeFutureImpl
-
Set the result value and notify about operation completion.
- result - Variable in class org.glassfish.grizzly.impl.UnsafeFutureImpl
-
- result(R) - Method in class org.glassfish.grizzly.impl.UnsafeFutureImpl
-
Set the result value and notify about operation completion.
- Result - Interface in org.glassfish.grizzly
-
Common I/O result interface.
- ResultAware<E> - Interface in org.glassfish.grizzly.utils
-
- resume() - Method in class org.glassfish.grizzly.Context
-
Notify Context its processing will be resumed in the current thread.
- resume() - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
-
Resume processing of the current task
- resume(NextAction) - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
-
Resume the current FilterChain task processing by completing the current
Filter (the Filter, which suspended the processing) with the
passed
NextAction.
- resume() - Method in class org.glassfish.grizzly.nio.NIOTransport
-
- resume(Context) - Static method in class org.glassfish.grizzly.ProcessorExecutor
-
- resume() - Method in interface org.glassfish.grizzly.Transport
-
Resumes the transport after a pause
- resumeNext() - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
-
Resume processing of the current task starting from the Filter, which
follows the Filter, which suspend the processing.
- retainAll(Collection<?>) - Method in class org.glassfish.grizzly.ChainProcessorSelector
- retainAll(Collection<?>) - Method in class org.glassfish.grizzly.filterchain.ListFacadeFilterChain
- retainAll(Collection<?>) - Method in class org.glassfish.grizzly.utils.ArraySet
- retrieve(Properties) - Method in class org.glassfish.grizzly.ssl.SSLContextConfigurator
-
- retryNow() - Method in class org.glassfish.grizzly.asyncqueue.PushBackContext
-
Deprecated.
Instructs Grizzly to try to resend the message right now.
- retryWhenPossible() - Method in class org.glassfish.grizzly.asyncqueue.PushBackContext
-
Deprecated.
Instructs Grizzly to send this message once some resources get released.
- reuseAddress - Variable in class org.glassfish.grizzly.NIOTransportBuilder
-
- reverseDecode(LZMADecoder.LZMAInputState, RangeDecoder) - Method in class org.glassfish.grizzly.compression.lzma.impl.rangecoder.BitTreeDecoder
-
- reverseDecode(LZMADecoder.LZMAInputState, short[], int, RangeDecoder, int) - Static method in class org.glassfish.grizzly.compression.lzma.impl.rangecoder.BitTreeDecoder
-
- reverseEncode(RangeEncoder, int) - Method in class org.glassfish.grizzly.compression.lzma.impl.rangecoder.BitTreeEncoder
-
- reverseEncode(short[], int, RangeEncoder, int, int) - Static method in class org.glassfish.grizzly.compression.lzma.impl.rangecoder.BitTreeEncoder
-
- reverseGetPrice(int) - Method in class org.glassfish.grizzly.compression.lzma.impl.rangecoder.BitTreeEncoder
-
- reverseGetPrice(short[], int, int, int) - Static method in class org.glassfish.grizzly.compression.lzma.impl.rangecoder.BitTreeEncoder
-
- rewind() - Method in interface org.glassfish.grizzly.Buffer
-
Rewinds this buffer.
- rewind() - Method in class org.glassfish.grizzly.memory.BuffersBuffer
-
- rewind() - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
-
- rewind() - Method in class org.glassfish.grizzly.memory.HeapBuffer
-
- RoundRobinConnectionDistributor - Class in org.glassfish.grizzly.nio
-
RoundRobin NIOConnectionDistributor implementation,
which allocates one SelectorRunner for OP_ACCEPT events and other
event will be assign to a next SelectorRunner from the array.
- RoundRobinConnectionDistributor(NIOTransport) - Constructor for class org.glassfish.grizzly.nio.RoundRobinConnectionDistributor
-
- RoundRobinConnectionDistributor(NIOTransport, boolean) - Constructor for class org.glassfish.grizzly.nio.RoundRobinConnectionDistributor
-
- RoundRobinConnectionDistributor(NIOTransport, boolean, boolean) - Constructor for class org.glassfish.grizzly.nio.RoundRobinConnectionDistributor
-
Constructs RoundRobinConnectionDistributor with the given configuration.
- run(SelectorRunner) - Method in class org.glassfish.grizzly.nio.DefaultSelectorHandler.DeregisterChannelOperation
-
- run(SelectorRunner) - Method in class org.glassfish.grizzly.nio.DefaultSelectorHandler.RegisterChannelOperation
-
- run(SelectorRunner) - Method in class org.glassfish.grizzly.nio.DefaultSelectorHandler.RegisterKeyTask
-
- run(SelectorRunner) - Method in class org.glassfish.grizzly.nio.DefaultSelectorHandler.RunnableTask
-
- run() - Method in interface org.glassfish.grizzly.nio.SelectorHandler.Task
-
- run(SelectorRunner) - Method in interface org.glassfish.grizzly.nio.SelectorHandlerTask
-
- run() - Method in class org.glassfish.grizzly.nio.SelectorRunner
-
- run() - Method in class org.glassfish.grizzly.threadpool.AbstractThreadPool.Worker
-
- running - Variable in class org.glassfish.grizzly.threadpool.AbstractThreadPool
-
- SafeFutureImpl<R> - Class in org.glassfish.grizzly.impl
-
- SafeFutureImpl() - Constructor for class org.glassfish.grizzly.impl.SafeFutureImpl
-
Creates SafeFutureImpl
- SameThreadIOStrategy - Class in org.glassfish.grizzly.strategies
-
- saveLastResult(AttributeStorage, TransformationResult<K, L>) - Method in class org.glassfish.grizzly.AbstractTransformer
-
- select(IOEvent, Connection) - Method in class org.glassfish.grizzly.ChainProcessorSelector
-
Selects
Processor, which will process connection event.
- select(IOEvent, Connection) - Method in class org.glassfish.grizzly.DefaultProcessorSelector
-
Selects
Processor, which will process connection event.
- select(IOEvent, Connection) - Method in class org.glassfish.grizzly.filterchain.FilterChainProcessorSelector
-
Returns
FilterChain instance, if it's interested in processing
passed
IOEvent, or
null otherwise.
- select(SelectorRunner) - Method in class org.glassfish.grizzly.nio.DefaultSelectorHandler
-
- select(SelectorRunner) - Method in interface org.glassfish.grizzly.nio.SelectorHandler
-
- select(IOEvent, Connection) - Method in interface org.glassfish.grizzly.ProcessorSelector
-
Selects
Processor, which will process connection event.
- select(IOEvent, Connection) - Method in class org.glassfish.grizzly.StandaloneProcessorSelector
-
- selectionKey - Variable in class org.glassfish.grizzly.nio.NIOConnection
-
- selectionKeyHandler - Variable in class org.glassfish.grizzly.nio.NIOTransport
-
- SelectionKeyHandler - Interface in org.glassfish.grizzly.nio
-
- selectionKeyHandler - Variable in class org.glassfish.grizzly.NIOTransportBuilder
-
- selectionKeyInterest2IoEvent(int) - Method in class org.glassfish.grizzly.nio.DefaultSelectionKeyHandler
-
- selectionKeyInterest2IoEvent(int) - Method in interface org.glassfish.grizzly.nio.SelectionKeyHandler
-
- selectorHandler - Variable in class org.glassfish.grizzly.nio.NIOTransport
-
- SelectorHandler - Interface in org.glassfish.grizzly.nio
-
- selectorHandler - Variable in class org.glassfish.grizzly.NIOTransportBuilder
-
- SelectorHandler.Task - Interface in org.glassfish.grizzly.nio
-
- SelectorHandlerTask - Interface in org.glassfish.grizzly.nio
-
Task, which may be registered on
SelectorHandler and executed in a
Selector thread.
- selectorPool - Variable in class org.glassfish.grizzly.nio.tmpselectors.TemporarySelectorIO
-
- selectorProvider - Variable in class org.glassfish.grizzly.nio.NIOTransport
-
- selectorProvider - Variable in class org.glassfish.grizzly.NIOTransportBuilder
-
- selectorRunner - Variable in class org.glassfish.grizzly.nio.NIOConnection
-
- SelectorRunner - Class in org.glassfish.grizzly.nio
-
- selectorRunnerCount - Variable in class org.glassfish.grizzly.NIOTransportBuilder
-
- selectorRunners - Variable in class org.glassfish.grizzly.nio.NIOTransport
-
- Selectors - Class in org.glassfish.grizzly.nio
-
Utility class for
Selector related operations.
- Selectors() - Constructor for class org.glassfish.grizzly.nio.Selectors
-
- selectTimeout - Variable in class org.glassfish.grizzly.nio.DefaultSelectorHandler
-
- serverConnectionBackLog - Variable in class org.glassfish.grizzly.nio.transport.TCPNIOTransportBuilder
-
- serverConnections - Variable in class org.glassfish.grizzly.nio.transport.UDPNIOTransport
-
The Server connections.
- serverSocketSoTimeout - Variable in class org.glassfish.grizzly.nio.transport.TCPNIOTransportBuilder
-
- ServiceConfigurationError - Error in org.glassfish.grizzly.utils
-
Error thrown when something goes wrong while looking up service providers.
- ServiceConfigurationError(String) - Constructor for error org.glassfish.grizzly.utils.ServiceConfigurationError
-
Constructs a new instance with the specified detail string.
- ServiceConfigurationError(Throwable) - Constructor for error org.glassfish.grizzly.utils.ServiceConfigurationError
-
Constructs a new instance that wraps the specified throwable.
- ServiceFinder<T> - Class in org.glassfish.grizzly.utils
-
A simple service-provider lookup mechanism.
- SESSION_ID_KEY - Static variable in interface org.glassfish.grizzly.ssl.SSLSupport
-
The Request attribute key for the session id.
- set(Connection, Object, CompletionHandler) - Method in class org.glassfish.grizzly.asyncqueue.AsyncQueueRecord
-
- set(Connection, Object, CompletionHandler, Interceptor) - Method in class org.glassfish.grizzly.asyncqueue.AsyncReadQueueRecord
-
- set(Connection, WritableMessage, CompletionHandler, Object, PushBackHandler, boolean) - Method in class org.glassfish.grizzly.asyncqueue.AsyncWriteQueueRecord
-
- set(Connection<L>, K, L, int) - Method in class org.glassfish.grizzly.asyncqueue.RecordReadResult
-
- set(Connection<L>, K, L, long) - Method in class org.glassfish.grizzly.asyncqueue.RecordWriteResult
-
- set(AttributeHolder, T) - Method in class org.glassfish.grizzly.attributes.Attribute
-
- set(AttributeStorage, T) - Method in class org.glassfish.grizzly.attributes.Attribute
-
- set(int, ProcessorSelector) - Method in class org.glassfish.grizzly.ChainProcessorSelector
- set(int, Filter) - Method in class org.glassfish.grizzly.filterchain.FilterChainBuilder
-
- set(int, Filter) - Method in class org.glassfish.grizzly.filterchain.ListFacadeFilterChain
- set(byte) - Method in interface org.glassfish.grizzly.memory.CompositeBuffer.Setter
-
Set the current byte value.
- set(Connection<L>, K, L, int) - Method in class org.glassfish.grizzly.ReadResult
-
One method to set all the WriteResult properties.
- set(Connection<L>, K, L, long) - Method in class org.glassfish.grizzly.WriteResult
-
One method to set all the WriteResult properties.
- setAddress(Object) - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
-
Set address, associated with the current
IOEvent processing.
- setAddressHolder(Holder<?>) - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
-
Set address, associated with the current
IOEvent processing.
- setAlgorithm(int) - Method in class org.glassfish.grizzly.compression.lzma.impl.Encoder
-
- setAlgorithm(int) - Method in class org.glassfish.grizzly.compression.lzma.LZMAEncoder.LZMAProperties
-
- setAllowDirectWrite(boolean) - Method in interface org.glassfish.grizzly.asyncqueue.AsyncQueueWriter
-
Set true, if async write queue is allowed to write buffer
directly during write(...) method call, w/o adding buffer to the
queue, or false otherwise.
- setAllowDirectWrite(boolean) - Method in class org.glassfish.grizzly.nio.AbstractNIOAsyncQueueWriter
-
Set true, if async write queue is allowed to write buffer
directly during write(...) method call, w/o adding buffer to the
queue, or false otherwise.
- setAttribute(String, Object) - Method in interface org.glassfish.grizzly.attributes.AttributeHolder
-
Set a name/value object.
- setAttribute(int, Object) - Method in interface org.glassfish.grizzly.attributes.IndexedAttributeAccessor
-
Internal method for dynamic attribute support.
- setAttribute(int, Object) - Method in class org.glassfish.grizzly.attributes.IndexedAttributeHolder.IndexedAttributeAccessorImpl
-
Internal method for dynamic attribute support.
- setAttribute(String, Object) - Method in class org.glassfish.grizzly.attributes.IndexedAttributeHolder
-
Set a name/value object.
- setAttributeBuilder(AttributeBuilder) - Method in class org.glassfish.grizzly.AbstractTransport
-
- setAttributeBuilder(AttributeBuilder) - Method in class org.glassfish.grizzly.NIOTransportBuilder
-
- setAttributeBuilder(AttributeBuilder) - Method in interface org.glassfish.grizzly.Transport
-
- setBuffer(Buffer) - Method in class org.glassfish.grizzly.compression.lzma.impl.lz.InWindow
-
- setBuffer(Buffer, MemoryManager) - Method in class org.glassfish.grizzly.compression.lzma.impl.rangecoder.RangeEncoder
-
- setChannel(SelectableChannel) - Method in class org.glassfish.grizzly.nio.NIOConnection
-
- setChannelConfigurator(ChannelConfigurator) - Method in class org.glassfish.grizzly.nio.NIOTransport
-
Sets the configurator responsible for initial SelectableChannel
configuration.
- setCharset(Charset) - Method in class org.glassfish.grizzly.utils.StringDecoder
-
- setCharset(Charset) - Method in class org.glassfish.grizzly.utils.StringEncoder
-
- setCipherConfigured(boolean) - Method in class org.glassfish.grizzly.ssl.SSLEngineConfigurator
-
- setClientMode(boolean) - Method in class org.glassfish.grizzly.ssl.SSLEngineConfigurator
-
Set
SSLEngine to be configured to work in client mode.
- setClientSocketSoTimeout(int) - Method in class org.glassfish.grizzly.nio.NIOTransport
-
- setClientSocketSoTimeout(int) - Method in class org.glassfish.grizzly.NIOTransportBuilder
-
- setCompletionHandler(CompletionHandler) - Method in class org.glassfish.grizzly.filterchain.FilterChainContext.TransportContext
-
- setConnection(Connection) - Method in class org.glassfish.grizzly.Context
-
- setConnectionForKey(NIOConnection, SelectionKey) - Method in class org.glassfish.grizzly.nio.DefaultSelectionKeyHandler
-
- setConnectionForKey(NIOConnection, SelectionKey) - Method in interface org.glassfish.grizzly.nio.SelectionKeyHandler
-
- setConnectionTimeout(int) - Method in class org.glassfish.grizzly.nio.NIOTransport
-
- setConnectionTimeout(int) - Method in class org.glassfish.grizzly.NIOTransportBuilder
-
- setConnectResultHandler(TCPNIOConnection.ConnectResultHandler) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOConnection
-
- setCorePoolSize(int) - Method in class org.glassfish.grizzly.threadpool.ThreadPoolConfig
-
- setCrc32(CRC32) - Method in class org.glassfish.grizzly.compression.zip.GZipDecoder.GZipInputState
-
- setCurrentElement(E) - Method in class org.glassfish.grizzly.asyncqueue.TaskQueue
-
Set current task element.
- setCustomTimeout(Connection, long, TimeUnit) - Static method in class org.glassfish.grizzly.utils.IdleTimeoutFilter
-
Provides an override mechanism for the default timeout.
- setDaemon(boolean) - Method in class org.glassfish.grizzly.threadpool.ThreadPoolConfig
-
- setData(Object) - Method in class org.glassfish.grizzly.ProcessorResult
-
- setDecoderProperties(byte[]) - Method in class org.glassfish.grizzly.compression.lzma.impl.Decoder
-
- setDecodeStatus(GZipDecoder.DecodeStatus) - Method in class org.glassfish.grizzly.compression.zip.GZipDecoder.GZipInputState
-
- setDictionarySize(int) - Method in class org.glassfish.grizzly.compression.lzma.impl.Encoder
-
- setDictionarySize(int) - Method in class org.glassfish.grizzly.compression.lzma.LZMAEncoder.LZMAProperties
-
- setDirect(boolean) - Method in class org.glassfish.grizzly.memory.ByteBufferManager
-
Set
true, if
ByteBufferManager works with direct
ByteBuffers, or
false otherwise.
- setDst(Buffer) - Method in class org.glassfish.grizzly.compression.lzma.LZMADecoder.LZMAInputState
-
- setDst(Buffer) - Method in class org.glassfish.grizzly.compression.lzma.LZMAEncoder.LZMAOutputState
-
- setDstAddress(L) - Method in class org.glassfish.grizzly.WriteResult
-
Set the destination address, the message was written to.
- setDstAddressHolder(Holder<L>) - Method in class org.glassfish.grizzly.WriteResult
-
Set the destination address, the message was written to.
- setEnabledCipherSuites(String[]) - Method in class org.glassfish.grizzly.ssl.SSLEngineConfigurator
-
Sets a list of enabled cipher suites.
- setEnabledProtocols(String[]) - Method in class org.glassfish.grizzly.ssl.SSLEngineConfigurator
-
Sets a list of enabled protocols.
- setEndIdx(int) - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
-
- setEndMarkerMode(boolean) - Method in class org.glassfish.grizzly.compression.lzma.impl.Encoder
-
- setErrorCode(int) - Method in class org.glassfish.grizzly.TransformationResult
-
- setErrorDescription(String) - Method in class org.glassfish.grizzly.TransformationResult
-
- setExternalRemainder(I) - Method in class org.glassfish.grizzly.TransformationResult
-
- setFilterIdx(int) - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
-
- setFirst(K) - Method in class org.glassfish.grizzly.utils.Pair
-
- setHandshakeTimeout(long, TimeUnit) - Method in class org.glassfish.grizzly.ssl.SSLBaseFilter
-
Sets the handshake timeout.
- setHeaderFlag(int) - Method in class org.glassfish.grizzly.compression.zip.GZipDecoder.GZipInputState
-
- setHeaderParseStateValue(int) - Method in class org.glassfish.grizzly.compression.zip.GZipDecoder.GZipInputState
-
- setHeaderWritten(boolean) - Method in class org.glassfish.grizzly.compression.lzma.LZMAEncoder.LZMAOutputState
-
- setImpl(ThreadPoolConfig) - Method in class org.glassfish.grizzly.threadpool.GrizzlyExecutorService
-
- setInflater(Inflater) - Method in class org.glassfish.grizzly.compression.zip.GZipDecoder.GZipInputState
-
- setInitialClassLoader(ClassLoader) - Method in class org.glassfish.grizzly.threadpool.ThreadPoolConfig
-
Specifies the context classloader that will be used by threads in this pool.
- setInitialized(boolean) - Method in class org.glassfish.grizzly.compression.lzma.LZMAEncoder.LZMAOutputState
-
- setInitialized(boolean) - Method in class org.glassfish.grizzly.compression.zip.GZipDecoder.GZipInputState
-
- setInitialOutputBuffer(Buffer) - Method in class org.glassfish.grizzly.utils.BufferOutputStream
-
- setInterested(IOEvent, boolean) - Method in class org.glassfish.grizzly.filterchain.AbstractFilterChain
-
Set the the i/o event, this
Processor is interested in
- setInterested(IOEvent, boolean) - Method in interface org.glassfish.grizzly.Processor
-
Set the the i/o event, this
Processor is interested in
- setInterested(IOEvent, boolean) - Method in class org.glassfish.grizzly.StandaloneProcessor
-
Method does nothing.
- setIoEvent(IOEvent) - Method in class org.glassfish.grizzly.Context
-
- setIOStrategy(IOStrategy) - Method in class org.glassfish.grizzly.AbstractTransport
-
- setIOStrategy(IOStrategy) - Method in class org.glassfish.grizzly.NIOTransportBuilder
-
- setIOStrategy(IOStrategy) - Method in interface org.glassfish.grizzly.Transport
-
- setKeepAlive(boolean) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransport
-
- setKeepAlive(boolean) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransportBuilder
-
- setKeepAliveTime(long, TimeUnit) - Method in class org.glassfish.grizzly.threadpool.ThreadPoolConfig
-
The max period of time a thread will wait for a new task to process.
- setKernelPool0(ExecutorService) - Method in class org.glassfish.grizzly.AbstractTransport
-
- setKernelThreadPool(ExecutorService) - Method in class org.glassfish.grizzly.AbstractTransport
-
Set a thread pool which will run Transport internal tasks.
- setKernelThreadPool(ExecutorService) - Method in interface org.glassfish.grizzly.Transport
-
Set a thread pool which will run Transport internal tasks.
- setKernelThreadPoolConfig(ThreadPoolConfig) - Method in class org.glassfish.grizzly.AbstractTransport
-
- setKernelThreadPoolConfig(ThreadPoolConfig) - Method in interface org.glassfish.grizzly.Transport
-
- setKeyManagerFactoryAlgorithm(String) - Method in class org.glassfish.grizzly.ssl.SSLContextConfigurator
-
Sets the key manager factory algorithm.
- setKeyPass(String) - Method in class org.glassfish.grizzly.ssl.SSLContextConfigurator
-
Password of the key in the key store.
- setKeyPass(char[]) - Method in class org.glassfish.grizzly.ssl.SSLContextConfigurator
-
Password of the key in the key store.
- setKeyStoreBytes(byte[]) - Method in class org.glassfish.grizzly.ssl.SSLContextConfigurator
-
Sets key store payload as byte array.
- setKeyStoreFile(String) - Method in class org.glassfish.grizzly.ssl.SSLContextConfigurator
-
Sets key store file name, also makes sure that if other key store
configuration parameters are not set to set them to default values.
- setKeyStorePass(String) - Method in class org.glassfish.grizzly.ssl.SSLContextConfigurator
-
Password of key store.
- setKeyStorePass(char[]) - Method in class org.glassfish.grizzly.ssl.SSLContextConfigurator
-
Password of key store.
- setKeyStoreProvider(String) - Method in class org.glassfish.grizzly.ssl.SSLContextConfigurator
-
Sets the key store provider name.
- setKeyStoreType(String) - Method in class org.glassfish.grizzly.ssl.SSLContextConfigurator
-
Type of key store.
- setLastResult(TransformationResult<K, L>) - Method in class org.glassfish.grizzly.AbstractTransformer.LastResultAwareState
-
- setLc(int) - Method in class org.glassfish.grizzly.compression.lzma.LZMAEncoder.LZMAProperties
-
- setLcLpPb(int, int, int) - Method in class org.glassfish.grizzly.compression.lzma.impl.Encoder
-
- setLinger(int) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransport
-
- setLinger(int) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransportBuilder
-
- setLp(int) - Method in class org.glassfish.grizzly.compression.lzma.LZMAEncoder.LZMAProperties
-
- setManualIOEventControl() - Method in class org.glassfish.grizzly.Context
-
Switches processing to the manual IOEvent control.
- setMatchFinder(int) - Method in class org.glassfish.grizzly.compression.lzma.impl.Encoder
-
- setMatchFinder(int) - Method in class org.glassfish.grizzly.compression.lzma.LZMAEncoder.LZMAProperties
-
- setMaxAsyncWriteQueueSize(int) - Method in interface org.glassfish.grizzly.Connection
-
Set the max size (in bytes) of asynchronous write queue associated
with connection.
- setMaxAsyncWriteQueueSize(int) - Method in class org.glassfish.grizzly.nio.NIOConnection
-
Set the max size (in bytes) of asynchronous write queue associated
with connection.
- setMaxAsyncWriteQueueSizeInBytes(int) - Method in class org.glassfish.grizzly.NIOTransportBuilder
-
- setMaxPendingBytesPerConnection(int) - Method in interface org.glassfish.grizzly.asyncqueue.AsyncQueueWriter
-
Configures the maximum number of bytes pending to be written
for a particular
Connection.
- setMaxPendingBytesPerConnection(int) - Method in class org.glassfish.grizzly.nio.AbstractNIOAsyncQueueWriter
-
Configures the maximum number of bytes pending to be written
for a particular
Connection.
- setMaxPendingBytesPerConnection(int) - Method in class org.glassfish.grizzly.ssl.SSLFilter
-
Configures the maximum number of bytes that may be queued to be written
for a particular
Connection.
- setMaxPoolSize(int) - Method in class org.glassfish.grizzly.threadpool.ThreadPoolConfig
-
- setMemoryManager(MemoryManager) - Method in class org.glassfish.grizzly.AbstractTransformer
-
- setMemoryManager(MemoryManager) - Method in class org.glassfish.grizzly.AbstractTransport
-
- setMemoryManager(MemoryManager) - Method in class org.glassfish.grizzly.compression.lzma.LZMADecoder.LZMAInputState
-
- setMemoryManager(MemoryManager) - Method in class org.glassfish.grizzly.compression.lzma.LZMAEncoder.LZMAOutputState
-
- setMemoryManager(MemoryManager) - Method in class org.glassfish.grizzly.NIOTransportBuilder
-
- setMemoryManager(MemoryManager) - Method in class org.glassfish.grizzly.threadpool.ThreadPoolConfig
-
- setMemoryManager(MemoryManager) - Method in interface org.glassfish.grizzly.Transport
-
- setMessage(Object) - Method in class org.glassfish.grizzly.asyncqueue.AsyncQueueRecord
-
- setMessage(Object) - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
-
Set message object, associated with the current processing.
- setMessage(K) - Method in class org.glassfish.grizzly.ReadResult
-
Set the message, which was read.
- setMessage(O) - Method in class org.glassfish.grizzly.TransformationResult
-
- setMessage(K) - Method in class org.glassfish.grizzly.WriteResult
-
Set the message, which was read.
- setMessageCloner(MessageCloner) - Method in class org.glassfish.grizzly.filterchain.FilterChainContext.TransportContext
-
- setName(String) - Method in class org.glassfish.grizzly.AbstractTransport
-
- setName(String) - Method in class org.glassfish.grizzly.NIOTransportBuilder
-
- setName(String) - Method in interface org.glassfish.grizzly.Transport
-
- setNeedClientAuth(boolean) - Method in class org.glassfish.grizzly.ssl.SSLEngineConfigurator
-
- setNewConnectionFilterChain(FilterChain) - Method in class org.glassfish.grizzly.ssl.SSLConnectionContext
-
- setNIOChannelDistributor(NIOChannelDistributor) - Method in class org.glassfish.grizzly.nio.NIOTransport
-
- setNIOChannelDistributor(NIOChannelDistributor) - Method in class org.glassfish.grizzly.NIOTransportBuilder
-
- setNumFastBytes(int) - Method in class org.glassfish.grizzly.compression.lzma.impl.Encoder
-
- setNumFastBytes(int) - Method in class org.glassfish.grizzly.compression.lzma.LZMAEncoder.LZMAProperties
-
- setOptimizedForMultiplexing(boolean) - Method in class org.glassfish.grizzly.nio.NIOTransport
-
Configures NIOTransport to be optimized for specific for the
connection multiplexing usecase, when different threads will try to
write data simultaneously.
- setOptimizedForMultiplexing(boolean) - Method in class org.glassfish.grizzly.NIOTransportBuilder
-
- setPb(int) - Method in class org.glassfish.grizzly.compression.lzma.LZMAEncoder.LZMAProperties
-
- setPoolName(String) - Method in class org.glassfish.grizzly.threadpool.ThreadPoolConfig
-
- setPositionLimit(E, int, int) - Method in class org.glassfish.grizzly.memory.AbstractBufferArray
-
- setPositionLimit(Buffer, int, int) - Method in class org.glassfish.grizzly.memory.BufferArray
-
- setPositionLimit(Buffer, int, int) - Static method in class org.glassfish.grizzly.memory.Buffers
-
- setPositionLimit(ByteBuffer, int, int) - Static method in class org.glassfish.grizzly.memory.Buffers
-
- setPositionLimit(ByteBuffer, int, int) - Method in class org.glassfish.grizzly.memory.ByteBufferArray
-
- setPriority(int) - Method in class org.glassfish.grizzly.threadpool.ThreadPoolConfig
-
- setProcessor(Processor) - Method in class org.glassfish.grizzly.AbstractBindingHandler
-
- setProcessor(Processor) - Method in class org.glassfish.grizzly.AbstractSocketConnectorHandler
-
- setProcessor(Processor) - Method in class org.glassfish.grizzly.AbstractTransport
-
- setProcessor(Processor) - Method in interface org.glassfish.grizzly.Connection
-
- setProcessor(Processor) - Method in class org.glassfish.grizzly.Context
-
- setProcessor(Processor) - Method in class org.glassfish.grizzly.nio.NIOConnection
-
- setProcessor(Processor) - Method in class org.glassfish.grizzly.NIOTransportBuilder
-
- setProcessor(Processor) - Method in interface org.glassfish.grizzly.Transport
-
- setProcessorSelector(ProcessorSelector) - Method in class org.glassfish.grizzly.AbstractBindingHandler
-
- setProcessorSelector(ProcessorSelector) - Method in class org.glassfish.grizzly.AbstractSocketConnectorHandler
-
- setProcessorSelector(ProcessorSelector) - Method in class org.glassfish.grizzly.AbstractTransport
-
- setProcessorSelector(ProcessorSelector) - Method in interface org.glassfish.grizzly.Connection
-
- setProcessorSelector(ProcessorSelector) - Method in class org.glassfish.grizzly.nio.NIOConnection
-
- setProcessorSelector(ProcessorSelector) - Method in class org.glassfish.grizzly.NIOTransportBuilder
-
- setProcessorSelector(ProcessorSelector) - Method in interface org.glassfish.grizzly.Transport
-
- setProtocolConfigured(boolean) - Method in class org.glassfish.grizzly.ssl.SSLEngineConfigurator
-
- setPushBackHandler(PushBackHandler) - Method in class org.glassfish.grizzly.filterchain.FilterChainContext.TransportContext
-
Deprecated.
- setQueue(Queue<Runnable>) - Method in class org.glassfish.grizzly.threadpool.ThreadPoolConfig
-
- setQueueLimit(int) - Method in class org.glassfish.grizzly.threadpool.ThreadPoolConfig
-
- setReadBufferSize(int) - Method in class org.glassfish.grizzly.AbstractTransport
-
- setReadBufferSize(int) - Method in interface org.glassfish.grizzly.Connection
-
Set the default size of
Buffers, which will be allocated for
reading data from
Connection.
- setReadBufferSize(int) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOConnection
-
Set the default size of
Buffers, which will be allocated for
reading data from
Connection.
- setReadBufferSize(int) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOServerConnection
-
- setReadBufferSize(int) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOConnection
-
Set the default size of
Buffers, which will be allocated for
reading data from
Connection.
- setReadBufferSize(int) - Method in class org.glassfish.grizzly.NIOTransportBuilder
-
- setReadBufferSize(int) - Method in interface org.glassfish.grizzly.Transport
-
- setReader(AsyncQueueReader<L>) - Method in class org.glassfish.grizzly.asyncqueue.AsyncQueueIO.MutableAsyncQueueIO
-
- setReadSize(int) - Method in class org.glassfish.grizzly.ReadResult
-
Set the number of bytes, which were read.
- setReadTimeout(long, TimeUnit) - Method in class org.glassfish.grizzly.AbstractTransport
-
Specifies the timeout for the blocking reads.
- setReadTimeout(long, TimeUnit) - Method in interface org.glassfish.grizzly.Connection
-
Specifies the timeout for the blocking reads.
- setReadTimeout(long, TimeUnit) - Method in class org.glassfish.grizzly.nio.NIOConnection
-
- setReadTimeout(long, TimeUnit) - Method in class org.glassfish.grizzly.NIOTransportBuilder
-
- setReadTimeout(long, TimeUnit) - Method in interface org.glassfish.grizzly.Transport
-
Specifies the timeout for the blocking reads.
- setResult(R) - Method in class org.glassfish.grizzly.impl.ReadyFutureImpl
-
Should not be called for ReadyFutureImpl
- setResult(E) - Method in interface org.glassfish.grizzly.utils.ResultAware
-
- setReuseAddress(boolean) - Method in class org.glassfish.grizzly.nio.NIOTransport
-
- setReuseAddress(boolean) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOConnectorHandler.Builder
-
- setReuseAddress(boolean) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOConnectorHandler
-
- setReuseAddress(boolean) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOConnectorHandler.Builder
-
- setReuseAddress(boolean) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOConnectorHandler
-
- setReuseAddress(boolean) - Method in class org.glassfish.grizzly.NIOTransportBuilder
-
- setSecond(L) - Method in class org.glassfish.grizzly.utils.Pair
-
- setSecurityProtocol(String) - Method in class org.glassfish.grizzly.ssl.SSLContextConfigurator
-
Sets the SSLContext protocol.
- setSelectionKey(SelectionKey) - Method in class org.glassfish.grizzly.nio.NIOConnection
-
- setSelectionKey(SelectionKey) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOConnection
-
- setSelectionKey(SelectionKey) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOConnection
-
- setSelectionKeyHandler(SelectionKeyHandler) - Method in class org.glassfish.grizzly.nio.NIOTransport
-
- setSelectionKeyHandler(SelectionKeyHandler) - Method in class org.glassfish.grizzly.NIOTransportBuilder
-
- setSelectorHandler(SelectorHandler) - Method in class org.glassfish.grizzly.nio.NIOTransport
-
- setSelectorHandler(SelectorHandler) - Method in class org.glassfish.grizzly.NIOTransportBuilder
-
- setSelectorPool(TemporarySelectorPool) - Method in class org.glassfish.grizzly.nio.tmpselectors.TemporarySelectorIO
-
- setSelectorProvider(SelectorProvider) - Method in class org.glassfish.grizzly.nio.NIOTransport
-
- setSelectorProvider(SelectorProvider) - Method in class org.glassfish.grizzly.NIOTransportBuilder
-
- setSelectorRunner(SelectorRunner) - Method in class org.glassfish.grizzly.nio.NIOConnection
-
- setSelectorRunner(SelectorRunner) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOConnection
-
- setSelectorRunner(SelectorRunner) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOConnection
-
- setSelectorRunnersCount(int) - Method in class org.glassfish.grizzly.nio.NIOTransport
-
- setSelectorRunnersCount(int) - Method in class org.glassfish.grizzly.NIOTransportBuilder
-
Sets the number of Selectors to be created to serve Transport
connections.
- setSelectorThreadPoolConfig(ThreadPoolConfig) - Method in class org.glassfish.grizzly.NIOTransportBuilder
-
- setServerConnectionBackLog(int) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransport
-
Set the default server connection backlog size.
- setServerConnectionBackLog(int) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransportBuilder
-
- setServerSocketSoTimeout(int) - Method in class org.glassfish.grizzly.nio.NIOTransport
-
- setServerSocketSoTimeout(int) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransportBuilder
-
- setService(boolean) - Static method in class org.glassfish.grizzly.threadpool.Threads
-
- setSize(int) - Method in class org.glassfish.grizzly.nio.tmpselectors.TemporarySelectorPool
-
- setSrc(Buffer) - Method in class org.glassfish.grizzly.compression.lzma.LZMADecoder.LZMAInputState
-
- setSrc(Buffer) - Method in class org.glassfish.grizzly.compression.lzma.LZMAEncoder.LZMAOutputState
-
- setSrcAddress(L) - Method in class org.glassfish.grizzly.ReadResult
-
Set the source address, the message was read from.
- setSrcAddressHolder(Holder<L>) - Method in class org.glassfish.grizzly.ReadResult
-
Set the source address, the message was read from.
- setSSLEngine(Connection, SSLEngine) - Static method in class org.glassfish.grizzly.ssl.SSLUtils
-
- setStartIdx(int) - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
-
- setState(E) - Method in class org.glassfish.grizzly.utils.StateHolder
-
Sets current state
Current StateHolder locking mode will be used
- setStatus(ProcessorResult.Status) - Method in class org.glassfish.grizzly.ProcessorResult
-
- setStatus(TransformationResult.Status) - Method in class org.glassfish.grizzly.TransformationResult
-
- setSyncConnectTimeout(long, TimeUnit) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOConnectorHandler.Builder
-
- setSyncConnectTimeout(long, TimeUnit) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOConnectorHandler
-
- setSyncConnectTimeout(long, TimeUnit) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOConnectorHandler.Builder
-
- setSyncConnectTimeout(long, TimeUnit) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOConnectorHandler
-
- setTcpNoDelay(boolean) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransport
-
- setTcpNoDelay(boolean) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransportBuilder
-
- setThreadFactory(ThreadFactory) - Method in class org.glassfish.grizzly.threadpool.ThreadPoolConfig
-
- setTimeout(long, TimeUnit) - Method in class org.glassfish.grizzly.streams.AbstractStreamWriter
-
Set the timeout for StreamWriter I/O operations.
- setTimeout(long, TimeUnit) - Method in interface org.glassfish.grizzly.streams.StreamWriter
-
Set the timeout for StreamWriter I/O operations.
- setTimeoutMillis(E, long) - Method in interface org.glassfish.grizzly.utils.DelayedExecutor.Resolver
-
- setTrackingThreadCache(boolean) - Static method in class org.glassfish.grizzly.Grizzly
-
- setTransactionMonitor(DelayedExecutor) - Method in class org.glassfish.grizzly.threadpool.ThreadPoolConfig
-
- setTransactionTimeout(long, TimeUnit) - Method in class org.glassfish.grizzly.threadpool.DefaultWorkerThread
-
- setTransactionTimeout(long, TimeUnit) - Method in class org.glassfish.grizzly.threadpool.ThreadPoolConfig
-
- setTransactionTimeout(DelayedExecutor, long, TimeUnit) - Method in class org.glassfish.grizzly.threadpool.ThreadPoolConfig
-
- setTransactionTimeout(long, TimeUnit) - Method in interface org.glassfish.grizzly.threadpool.WorkerThread
-
- setTransport(TCPNIOTransport) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOConnectorHandler.Builder
-
- setTransport(UDPNIOTransport) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOConnectorHandler.Builder
-
- setTrustManagerFactoryAlgorithm(String) - Method in class org.glassfish.grizzly.ssl.SSLContextConfigurator
-
Sets the trust manager factory algorithm.
- setTrustStoreBytes(byte[]) - Method in class org.glassfish.grizzly.ssl.SSLContextConfigurator
-
Sets trust store payload as byte array.
- setTrustStoreFile(String) - Method in class org.glassfish.grizzly.ssl.SSLContextConfigurator
-
Sets trust store file name, also makes sure that if other trust store
configuration parameters are not set to set them to default values.
- setTrustStorePass(String) - Method in class org.glassfish.grizzly.ssl.SSLContextConfigurator
-
Password of trust store.
- setTrustStoreProvider(String) - Method in class org.glassfish.grizzly.ssl.SSLContextConfigurator
-
Sets the trust store provider name.
- setTrustStoreType(String) - Method in class org.glassfish.grizzly.ssl.SSLContextConfigurator
-
Type of trust store.
- setType(int) - Method in class org.glassfish.grizzly.compression.lzma.impl.lz.BinTree
-
- setUncountable(boolean) - Method in class org.glassfish.grizzly.asyncqueue.AsyncWriteQueueRecord
-
- setWantClientAuth(boolean) - Method in class org.glassfish.grizzly.ssl.SSLEngineConfigurator
-
- setWorkerThreadPool(ExecutorService) - Method in class org.glassfish.grizzly.AbstractTransport
-
Set a thread pool, which will run IOEvent processing
(depending on Transport
IOStrategy) to let kernel threads continue
their job.
- setWorkerThreadPool(ExecutorService) - Method in interface org.glassfish.grizzly.Transport
-
Set a thread pool, which will run IOEvent processing
(depending on Transport
IOStrategy) to let kernel threads continue
their job.
- setWorkerThreadPool0(ExecutorService) - Method in class org.glassfish.grizzly.AbstractTransport
-
- setWorkerThreadPoolConfig(ThreadPoolConfig) - Method in class org.glassfish.grizzly.AbstractTransport
-
- setWorkerThreadPoolConfig(ThreadPoolConfig) - Method in class org.glassfish.grizzly.NIOTransportBuilder
-
- setWorkerThreadPoolConfig(ThreadPoolConfig) - Method in interface org.glassfish.grizzly.Transport
-
- setWriteBufferSize(int) - Method in class org.glassfish.grizzly.AbstractTransport
-
- setWriteBufferSize(int) - Method in interface org.glassfish.grizzly.Connection
-
Set the default size of
Buffers, which will be allocated for
writing data to
Connection.
- setWriteBufferSize(int) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOConnection
-
Set the default size of
Buffers, which will be allocated for
writing data to
Connection.
- setWriteBufferSize(int) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOServerConnection
-
- setWriteBufferSize(int) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOConnection
-
Set the default size of
Buffers, which will be allocated for
writing data to
Connection.
- setWriteBufferSize(int) - Method in class org.glassfish.grizzly.NIOTransportBuilder
-
- setWriteBufferSize(int) - Method in interface org.glassfish.grizzly.Transport
-
- setWriter(AsyncQueueWriter<L>) - Method in class org.glassfish.grizzly.asyncqueue.AsyncQueueIO.MutableAsyncQueueIO
-
- setWriteTimeout(long, TimeUnit) - Method in class org.glassfish.grizzly.AbstractTransport
-
Specifies the timeout for the blocking writes.
- setWriteTimeout(long, TimeUnit) - Method in interface org.glassfish.grizzly.Connection
-
Specifies the timeout for the blocking writes.
- setWriteTimeout(long, TimeUnit) - Method in class org.glassfish.grizzly.nio.NIOConnection
-
- setWriteTimeout(long, TimeUnit) - Method in class org.glassfish.grizzly.NIOTransportBuilder
-
- setWriteTimeout(long, TimeUnit) - Method in interface org.glassfish.grizzly.Transport
-
Specifies the timeout for the blocking writes.
- setWrittenSize(long) - Method in class org.glassfish.grizzly.WriteResult
-
Set the number of bytes, which were written.
- SEVERE_GRIZZLY_COMET_ENGINE_INVALID_NOTIFICATION_HANDLER_ERROR(Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
-
GRIZZLY0103: Invalid NotificationHandler class [{0}].
- SEVERE_GRIZZLY_CONFIG_SSL_CLASS_LOAD_FAILED_ERROR(Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
-
GRIZZLY0054: Unable to load class: {0}.
- SEVERE_GRIZZLY_CONFIG_SSL_ERROR() - Static method in class org.glassfish.grizzly.localization.LogMessages
-
GRIZZLY0055: Can not configure SSLImplementation.
- shiftLow() - Method in class org.glassfish.grizzly.compression.lzma.impl.rangecoder.RangeEncoder
-
- shrink() - Method in interface org.glassfish.grizzly.Buffer
-
Disposes the buffer part, outside [position, limit] interval if possible.
- shrink() - Method in class org.glassfish.grizzly.memory.BuffersBuffer
-
- shrink() - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
-
- shrink() - Method in class org.glassfish.grizzly.memory.HeapBuffer
-
- shutdown() - Method in class org.glassfish.grizzly.nio.NIOTransport
-
- shutdown(long, TimeUnit) - Method in class org.glassfish.grizzly.nio.NIOTransport
-
Gracefully stops the transport accepting new connections and allows
existing work to complete before finalizing the shutdown.
- shutdown() - Method in class org.glassfish.grizzly.threadpool.AbstractThreadPool
- shutdown() - Method in class org.glassfish.grizzly.threadpool.GrizzlyExecutorService
-
- shutdown() - Method in interface org.glassfish.grizzly.Transport
-
Gracefully stops the transport accepting new connections and allows
existing work to complete before finalizing the shutdown.
- shutdown(long, TimeUnit) - Method in interface org.glassfish.grizzly.Transport
-
Gracefully stops the transport accepting new connections and allows
existing work to complete before finalizing the shutdown.
- ShutdownContext - Interface in org.glassfish.grizzly
-
- shutdownForced() - Method in interface org.glassfish.grizzly.GracefulShutdownListener
-
Invoked when the transport is being shutdown forcefully.
- shutdownFuture - Variable in class org.glassfish.grizzly.nio.NIOTransport
-
Future to control graceful shutdown status
- shutdownListeners - Variable in class org.glassfish.grizzly.nio.NIOTransport
-
- shutdownNow() - Method in class org.glassfish.grizzly.nio.NIOTransport
-
Forcibly stops the transport and closes all connections.
- shutdownNow() - Method in class org.glassfish.grizzly.threadpool.AbstractThreadPool
- shutdownNow() - Method in class org.glassfish.grizzly.threadpool.GrizzlyExecutorService
-
- shutdownNow() - Method in interface org.glassfish.grizzly.Transport
-
Forcibly stops the transport and closes all connections.
- shutdownRequested(ShutdownContext) - Method in interface org.glassfish.grizzly.GracefulShutdownListener
-
Invoked when an attempt is made to shutdown the transport gracefully.
- shutdownService - Variable in class org.glassfish.grizzly.nio.NIOTransport
-
ExecutorService hosting shutdown listener threads.
- SilentConnectionFilter - Class in org.glassfish.grizzly.utils
-
Filter, which determines silent connections and closes them.
- SilentConnectionFilter(DelayedExecutor, long, TimeUnit) - Constructor for class org.glassfish.grizzly.utils.SilentConnectionFilter
-
- SimpleDynamicNIOStrategy - Class in org.glassfish.grizzly.strategies
-
Simple dynamic strategy, which switches I/O processing strategies, basing
on statistics.
- simulateIOEvent(IOEvent) - Method in interface org.glassfish.grizzly.Connection
-
- simulateIOEvent(IOEvent) - Method in class org.glassfish.grizzly.nio.NIOConnection
-
- size() - Method in class org.glassfish.grizzly.asyncqueue.PushBackContext
-
Deprecated.
Returns the message size.
- size() - Method in class org.glassfish.grizzly.asyncqueue.TaskQueue
-
Returns the number of queued bytes.
- size() - Method in class org.glassfish.grizzly.ChainProcessorSelector
- size() - Method in class org.glassfish.grizzly.Context.MinimalisticArrayList
-
- size() - Method in class org.glassfish.grizzly.filterchain.ListFacadeFilterChain
- size() - Method in class org.glassfish.grizzly.memory.AbstractBufferArray
-
- size() - Method in class org.glassfish.grizzly.nio.tmpselectors.TemporarySelectorPool
-
- size() - Method in class org.glassfish.grizzly.streams.BufferedInput
-
- size() - Method in interface org.glassfish.grizzly.streams.Input
-
- size() - Method in class org.glassfish.grizzly.streams.StreamInput
-
- size() - Method in class org.glassfish.grizzly.utils.ArraySet
- size() - Method in class org.glassfish.grizzly.utils.LinkedTransferQueue
-
Returns the number of elements in this queue.
- skip(int) - Method in class org.glassfish.grizzly.compression.lzma.impl.lz.BinTree
-
- skip(int) - Method in class org.glassfish.grizzly.streams.AbstractStreamReader
-
- skip(int) - Method in class org.glassfish.grizzly.streams.BufferedInput
-
- skip(int) - Method in interface org.glassfish.grizzly.streams.Input
-
- skip(int) - Method in class org.glassfish.grizzly.streams.StreamInput
-
- skip(int) - Method in interface org.glassfish.grizzly.streams.StreamReader
-
- skip(long) - Method in class org.glassfish.grizzly.utils.BufferInputStream
- slice() - Method in interface org.glassfish.grizzly.Buffer
-
Creates a new Buffer whose content is a shared subsequence
of this buffer's content.
- slice(int, int) - Method in interface org.glassfish.grizzly.Buffer
-
Creates a new Buffer whose content is a shared subsequence of
this buffer's content.
- slice(ByteBuffer, int) - Static method in class org.glassfish.grizzly.memory.Buffers
-
- slice(ByteBuffer, int, int) - Static method in class org.glassfish.grizzly.memory.Buffers
-
Get the
ByteBuffer's slice basing on its passed position and limit.
- slice() - Method in class org.glassfish.grizzly.memory.BuffersBuffer
-
- slice(int, int) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
-
- slice() - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
-
- slice(int, int) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
-
- slice() - Method in class org.glassfish.grizzly.memory.HeapBuffer
-
- slice(int, int) - Method in class org.glassfish.grizzly.memory.HeapBuffer
-
- sliceBuffer() - Method in class org.glassfish.grizzly.nio.DirectByteBufferRecord
-
- SocketAcceptor - Interface in org.glassfish.grizzly
-
Common interface for SocketAcceptor implementations.
- SocketBinder - Interface in org.glassfish.grizzly
-
Common API for
Socket based
Transports, which are able
to bind server
Socket to specific address and listen for incoming
data.
- SocketConnectorHandler - Interface in org.glassfish.grizzly
-
Socket based client side connector.
- spaceInBytes() - Method in class org.glassfish.grizzly.asyncqueue.TaskQueue
-
Returns the number of queued bytes.
- split(int) - Method in interface org.glassfish.grizzly.Buffer
-
Split up the buffer into two parts: [0..splitPosition) and [splitPosition, capacity).
- split(int) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
-
- split(int) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
-
- split(int) - Method in class org.glassfish.grizzly.memory.HeapBuffer
-
Split up the buffer into two parts: [0..splitPosition) and [splitPosition, capacity).
- SSLBaseFilter - Class in org.glassfish.grizzly.ssl
-
SSL
Filter to operate with SSL encrypted data.
- SSLBaseFilter() - Constructor for class org.glassfish.grizzly.ssl.SSLBaseFilter
-
- SSLBaseFilter(SSLEngineConfigurator) - Constructor for class org.glassfish.grizzly.ssl.SSLBaseFilter
-
- SSLBaseFilter(SSLEngineConfigurator, boolean) - Constructor for class org.glassfish.grizzly.ssl.SSLBaseFilter
-
- sslBaseFilter - Variable in class org.glassfish.grizzly.ssl.SSLBaseFilter.SSLTransportFilterWrapper
-
- SSLBaseFilter.CertificateEvent - Class in org.glassfish.grizzly.ssl
-
- SSLBaseFilter.CertificateEvent(boolean) - Constructor for class org.glassfish.grizzly.ssl.SSLBaseFilter.CertificateEvent
-
- SSLBaseFilter.HandshakeListener - Interface in org.glassfish.grizzly.ssl
-
- SSLBaseFilter.SSLTransportFilterWrapper - Class in org.glassfish.grizzly.ssl
-
- SSLBaseFilter.SSLTransportFilterWrapper(TransportFilter, SSLBaseFilter) - Constructor for class org.glassfish.grizzly.ssl.SSLBaseFilter.SSLTransportFilterWrapper
-
- SSLCodec - Class in org.glassfish.grizzly.ssl
-
SSL Codec, which contains SSL encoder and decoder
Transformers.
- SSLCodec(SSLContextConfigurator) - Constructor for class org.glassfish.grizzly.ssl.SSLCodec
-
- SSLCodec(SSLContext) - Constructor for class org.glassfish.grizzly.ssl.SSLCodec
-
- SSLConnectionContext - Class in org.glassfish.grizzly.ssl
-
- SSLConnectionContext(Connection) - Constructor for class org.glassfish.grizzly.ssl.SSLConnectionContext
-
- sslContext - Variable in class org.glassfish.grizzly.ssl.SSLEngineConfigurator
-
- sslContextConfiguration - Variable in class org.glassfish.grizzly.ssl.SSLEngineConfigurator
-
- SSLContextConfigurator - Class in org.glassfish.grizzly.ssl
-
Utility class, which helps to configure
SSLContext.
- SSLContextConfigurator() - Constructor for class org.glassfish.grizzly.ssl.SSLContextConfigurator
-
Default constructor.
- SSLContextConfigurator(boolean) - Constructor for class org.glassfish.grizzly.ssl.SSLContextConfigurator
-
Constructor that allows you creating empty configuration.
- SSLDecoderTransformer - Class in org.glassfish.grizzly.ssl
-
Transformer, which decodes SSL encrypted data, contained in the
input Buffer, to the output Buffer.
- SSLDecoderTransformer() - Constructor for class org.glassfish.grizzly.ssl.SSLDecoderTransformer
-
- SSLDecoderTransformer(MemoryManager) - Constructor for class org.glassfish.grizzly.ssl.SSLDecoderTransformer
-
- SSLEncoderTransformer - Class in org.glassfish.grizzly.ssl
-
Transformer, which encrypts plain data, contained in the
input Buffer, into SSL/TLS data and puts the result to the output Buffer.
- SSLEncoderTransformer() - Constructor for class org.glassfish.grizzly.ssl.SSLEncoderTransformer
-
- SSLEncoderTransformer(MemoryManager) - Constructor for class org.glassfish.grizzly.ssl.SSLEncoderTransformer
-
- SSLEngineConfigurator - Class in org.glassfish.grizzly.ssl
-
Utility class, which helps to configure
SSLEngine.
- SSLEngineConfigurator(SSLContext) - Constructor for class org.glassfish.grizzly.ssl.SSLEngineConfigurator
-
Create SSL Engine configuration basing on passed
SSLContext.
- SSLEngineConfigurator(SSLContext, boolean, boolean, boolean) - Constructor for class org.glassfish.grizzly.ssl.SSLEngineConfigurator
-
Create SSL Engine configuration basing on passed
SSLContext,
using passed client mode, need/want client auth parameters.
- SSLEngineConfigurator(SSLContextConfigurator) - Constructor for class org.glassfish.grizzly.ssl.SSLEngineConfigurator
-
- SSLEngineConfigurator(SSLContextConfigurator, boolean, boolean, boolean) - Constructor for class org.glassfish.grizzly.ssl.SSLEngineConfigurator
-
- SSLEngineConfigurator(SSLEngineConfigurator) - Constructor for class org.glassfish.grizzly.ssl.SSLEngineConfigurator
-
- SSLEngineConfigurator() - Constructor for class org.glassfish.grizzly.ssl.SSLEngineConfigurator
-
- SSLEngineFactory - Interface in org.glassfish.grizzly.ssl
-
The factory responsible for creating
SSLEngine.
- SSLFilter - Class in org.glassfish.grizzly.ssl
-
SSL
Filter to operate with SSL encrypted data.
- SSLFilter() - Constructor for class org.glassfish.grizzly.ssl.SSLFilter
-
- SSLFilter(SSLEngineConfigurator, SSLEngineConfigurator) - Constructor for class org.glassfish.grizzly.ssl.SSLFilter
-
- SSLFilter(SSLEngineConfigurator, SSLEngineConfigurator, boolean) - Constructor for class org.glassfish.grizzly.ssl.SSLFilter
-
- SSLStreamReader - Class in org.glassfish.grizzly.ssl
-
- SSLStreamReader(StreamReader) - Constructor for class org.glassfish.grizzly.ssl.SSLStreamReader
-
- SSLStreamWriter - Class in org.glassfish.grizzly.ssl
-
- SSLStreamWriter(StreamWriter) - Constructor for class org.glassfish.grizzly.ssl.SSLStreamWriter
-
- SSLStreamWriter.HandshakeCompletionHandler - Class in org.glassfish.grizzly.ssl
-
- SSLStreamWriter.HandshakeCompletionHandler(FutureImpl<SSLEngine>, CompletionHandler<SSLEngine>, SSLEngine) - Constructor for class org.glassfish.grizzly.ssl.SSLStreamWriter.HandshakeCompletionHandler
-
- SSLStreamWriter.SSLHandshakeCondition - Class in org.glassfish.grizzly.ssl
-
- SSLStreamWriter.SSLHandshakeCondition(StreamReader, StreamWriter, SSLEngineConfigurator, SSLEngine, SSLStreamWriter.HandshakeCompletionHandler) - Constructor for class org.glassfish.grizzly.ssl.SSLStreamWriter.SSLHandshakeCondition
-
- SSLSupport - Interface in org.glassfish.grizzly.ssl
-
SSLSupport
Interface for SSL-specific functions
- SSLSupport.CipherData - Class in org.glassfish.grizzly.ssl
-
Simple data class that represents the cipher being used, along with the
corresponding effective key size.
- SSLSupport.CipherData(String, int) - Constructor for class org.glassfish.grizzly.ssl.SSLSupport.CipherData
-
- SSLSupportImpl - Class in org.glassfish.grizzly.ssl
-
- SSLSupportImpl(Connection) - Constructor for class org.glassfish.grizzly.ssl.SSLSupportImpl
-
- SSLUtils - Class in org.glassfish.grizzly.ssl
-
Utility class, which implements the set of useful SSL related operations.
- SSLUtils() - Constructor for class org.glassfish.grizzly.ssl.SSLUtils
-
- StandaloneProcessor - Class in org.glassfish.grizzly
-
Processor, which is not interested in processing I/O events.
- StandaloneProcessor() - Constructor for class org.glassfish.grizzly.StandaloneProcessor
-
- StandaloneProcessorSelector - Class in org.glassfish.grizzly
-
- StandaloneProcessorSelector() - Constructor for class org.glassfish.grizzly.StandaloneProcessorSelector
-
- start() - Method in class org.glassfish.grizzly.nio.NIOTransport
-
Start TCPNIOTransport.
- start() - Method in class org.glassfish.grizzly.nio.SelectorRunner
-
- start() - Method in interface org.glassfish.grizzly.threadpool.WorkerThread
-
- start() - Method in interface org.glassfish.grizzly.Transport
-
Starts the transport
- start() - Method in class org.glassfish.grizzly.utils.DelayedExecutor
-
- startSelectorRunners() - Method in class org.glassfish.grizzly.nio.NIOTransport
-
- startWorker(AbstractThreadPool.Worker) - Method in class org.glassfish.grizzly.threadpool.AbstractThreadPool
-
must hold statelock while calling this method.
- startWorker(AbstractThreadPool.Worker) - Method in class org.glassfish.grizzly.threadpool.SyncThreadPool
-
- state - Variable in class org.glassfish.grizzly.AbstractTransport
-
Transport state controller
- state - Variable in class org.glassfish.grizzly.compression.lzma.LZMADecoder.LZMAInputState
-
- state() - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
-
Get the current processing task state.
- state31 - Variable in class org.glassfish.grizzly.compression.lzma.LZMADecoder.LZMAInputState
-
- state311 - Variable in class org.glassfish.grizzly.compression.lzma.LZMADecoder.LZMAInputState
-
- state311Distance - Variable in class org.glassfish.grizzly.compression.lzma.LZMADecoder.LZMAInputState
-
- state32 - Variable in class org.glassfish.grizzly.compression.lzma.LZMADecoder.LZMAInputState
-
- state321 - Variable in class org.glassfish.grizzly.compression.lzma.LZMADecoder.LZMAInputState
-
- state321NumDirectBits - Variable in class org.glassfish.grizzly.compression.lzma.LZMADecoder.LZMAInputState
-
- state32PosSlot - Variable in class org.glassfish.grizzly.compression.lzma.LZMADecoder.LZMAInputState
-
- state3Len - Variable in class org.glassfish.grizzly.compression.lzma.LZMADecoder.LZMAInputState
-
- stateAttr - Variable in class org.glassfish.grizzly.AbstractTransformer
-
- stateful() - Static method in class org.glassfish.grizzly.filterchain.FilterChainBuilder
-
- StateHolder<E> - Class in org.glassfish.grizzly.utils
-
Class, which holds the state.
- StateHolder() - Constructor for class org.glassfish.grizzly.utils.StateHolder
-
Constructs StateHolder.
- StateHolder(E) - Constructor for class org.glassfish.grizzly.utils.StateHolder
-
Constructs StateHolder.
- StateHolder.ConditionElement<E> - Class in org.glassfish.grizzly.utils
-
- StateHolder.ConditionElement(Condition, FutureImpl<E>, CompletionHandler<E>) - Constructor for class org.glassfish.grizzly.utils.StateHolder.ConditionElement
-
- stateInit() - Static method in class org.glassfish.grizzly.compression.lzma.impl.Base
-
- stateIsCharState(int) - Static method in class org.glassfish.grizzly.compression.lzma.impl.Base
-
- stateless() - Static method in class org.glassfish.grizzly.filterchain.FilterChainBuilder
-
- stateLock - Variable in class org.glassfish.grizzly.threadpool.AbstractThreadPool
-
- stateUpdateChar(int) - Static method in class org.glassfish.grizzly.compression.lzma.impl.Base
-
- stateUpdateMatch(int) - Static method in class org.glassfish.grizzly.compression.lzma.impl.Base
-
- stateUpdateRep(int) - Static method in class org.glassfish.grizzly.compression.lzma.impl.Base
-
- stateUpdateShortRep(int) - Static method in class org.glassfish.grizzly.compression.lzma.impl.Base
-
- staticBitIndex - Variable in class org.glassfish.grizzly.compression.lzma.LZMADecoder.LZMAInputState
-
- staticHolder(T) - Static method in class org.glassfish.grizzly.utils.Holder
-
- staticIntHolder(int) - Static method in class org.glassfish.grizzly.utils.Holder
-
- staticM - Variable in class org.glassfish.grizzly.compression.lzma.LZMADecoder.LZMAInputState
-
- staticReverseDecodeMethodState - Variable in class org.glassfish.grizzly.compression.lzma.LZMADecoder.LZMAInputState
-
- staticSymbol - Variable in class org.glassfish.grizzly.compression.lzma.LZMADecoder.LZMAInputState
-
- stop() - Method in class org.glassfish.grizzly.AbstractTransport
-
Deprecated.
- stop() - Method in class org.glassfish.grizzly.nio.SelectorRunner
-
- stop() - Method in interface org.glassfish.grizzly.threadpool.WorkerThread
-
- stop() - Method in interface org.glassfish.grizzly.Transport
-
- stop() - Method in class org.glassfish.grizzly.utils.DelayedExecutor
-
- stopSelectorRunners() - Method in class org.glassfish.grizzly.nio.NIOTransport
-
- strategy - Variable in class org.glassfish.grizzly.AbstractTransport
-
Transport strategy
- Stream - Interface in org.glassfish.grizzly.streams
-
Common interface for Stream readers and writers.
- StreamDecodeCondition<E> - Class in org.glassfish.grizzly.streams
-
- StreamDecodeCondition(StreamReader, Transformer<Stream, E>, ResultAware<E>) - Constructor for class org.glassfish.grizzly.streams.StreamDecodeCondition
-
- StreamInput - Class in org.glassfish.grizzly.streams
-
- StreamInput(StreamReader) - Constructor for class org.glassfish.grizzly.streams.StreamInput
-
- StreamOutput - Class in org.glassfish.grizzly.streams
-
- StreamOutput(StreamWriter) - Constructor for class org.glassfish.grizzly.streams.StreamOutput
-
- StreamReader - Interface in org.glassfish.grizzly.streams
-
Interface that defines methods for reading primitive types and arrays
of primitive types from a stream.
- StreamWriter - Interface in org.glassfish.grizzly.streams
-
Write the primitive Java types and arrays of primitives to some data sink.
- StringDecoder - Class in org.glassfish.grizzly.utils
-
- StringDecoder() - Constructor for class org.glassfish.grizzly.utils.StringDecoder
-
- StringDecoder(String) - Constructor for class org.glassfish.grizzly.utils.StringDecoder
-
- StringDecoder(Charset) - Constructor for class org.glassfish.grizzly.utils.StringDecoder
-
- StringDecoder(Charset, String) - Constructor for class org.glassfish.grizzly.utils.StringDecoder
-
- StringEncoder - Class in org.glassfish.grizzly.utils
-
- StringEncoder() - Constructor for class org.glassfish.grizzly.utils.StringEncoder
-
- StringEncoder(String) - Constructor for class org.glassfish.grizzly.utils.StringEncoder
-
- StringEncoder(Charset) - Constructor for class org.glassfish.grizzly.utils.StringEncoder
-
- StringEncoder(Charset, String) - Constructor for class org.glassfish.grizzly.utils.StringEncoder
-
- StringFilter - Class in org.glassfish.grizzly.utils
-
StringFilter implementation, which performs Buffer <-> String transformation.
- StringFilter() - Constructor for class org.glassfish.grizzly.utils.StringFilter
-
- StringFilter(Charset) - Constructor for class org.glassfish.grizzly.utils.StringFilter
-
- StringFilter(Charset, String) - Constructor for class org.glassfish.grizzly.utils.StringFilter
-
- stringTerminateBytes - Variable in class org.glassfish.grizzly.utils.StringDecoder
-
- stringTerminator - Variable in class org.glassfish.grizzly.utils.StringEncoder
-
- subList(int, int) - Method in class org.glassfish.grizzly.ChainProcessorSelector
- subList(int, int) - Method in class org.glassfish.grizzly.filterchain.DefaultFilterChain
-
- suspend() - Method in class org.glassfish.grizzly.Context
-
Notify Context its processing will be suspended in the current thread.
- suspend() - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
-
Suspend processing of the current task
- switchToNewSelector() - Method in class org.glassfish.grizzly.nio.SelectorRunner
-
- SyncThreadPool - Class in org.glassfish.grizzly.threadpool
-
ExecutorService implementation, which function the similar way as
former Grizzly 1.x Pipeline based thread pools.
- SyncThreadPool(ThreadPoolConfig) - Constructor for class org.glassfish.grizzly.threadpool.SyncThreadPool
-
- SyncThreadPool.SyncThreadWorker - Class in org.glassfish.grizzly.threadpool
-
- SyncThreadPool.SyncThreadWorker(boolean) - Constructor for class org.glassfish.grizzly.threadpool.SyncThreadPool.SyncThreadWorker
-
- t - Variable in class org.glassfish.grizzly.threadpool.AbstractThreadPool.Worker
-
- take(ThreadCache.CachedTypeIndex<E>) - Method in class org.glassfish.grizzly.ThreadCache.ObjectCache
-
Take the cached object with the given type index from cache.
- take() - Method in class org.glassfish.grizzly.ThreadCache.ObjectCacheElement
-
Take (poll) the object from cache.
- take() - Method in class org.glassfish.grizzly.utils.LinkedTransferQueue
-
- takeBuffer() - Method in class org.glassfish.grizzly.streams.BufferedInput
-
- takeBuffer() - Method in interface org.glassfish.grizzly.streams.Input
-
- takeBuffer() - Method in class org.glassfish.grizzly.streams.StreamInput
-
- takeBufferWindow() - Method in class org.glassfish.grizzly.streams.AbstractStreamReader
- takeBufferWindow() - Method in interface org.glassfish.grizzly.streams.StreamReader
-
- takeFromCache(ThreadCache.CachedTypeIndex<E>) - Static method in class org.glassfish.grizzly.ThreadCache
-
Take the cached object with the given type index from cache.
- takeFromCache(Thread, ThreadCache.CachedTypeIndex<E>) - Static method in class org.glassfish.grizzly.ThreadCache
-
Take the cached object with the given type index from cache.
- takeFromCache(ThreadCache.CachedTypeIndex<E>) - Method in class org.glassfish.grizzly.threadpool.DefaultWorkerThread
-
Take the cached object with the given type index from cache.
- TaskQueue<E extends AsyncQueueRecord> - Class in org.glassfish.grizzly.asyncqueue
-
Class represents common implementation of asynchronous processing queue.
- TaskQueue(TaskQueue.MutableMaxQueueSize) - Constructor for class org.glassfish.grizzly.asyncqueue.TaskQueue
-
- TaskQueue.MutableMaxQueueSize - Interface in org.glassfish.grizzly.asyncqueue
-
- TCPNIOAsyncQueueReader - Class in org.glassfish.grizzly.nio.transport
-
- TCPNIOAsyncQueueReader(NIOTransport) - Constructor for class org.glassfish.grizzly.nio.transport.TCPNIOAsyncQueueReader
-
- TCPNIOAsyncQueueWriter - Class in org.glassfish.grizzly.nio.transport
-
- TCPNIOAsyncQueueWriter(NIOTransport) - Constructor for class org.glassfish.grizzly.nio.transport.TCPNIOAsyncQueueWriter
-
- TCPNIOBindingHandler - Class in org.glassfish.grizzly.nio.transport
-
- TCPNIOBindingHandler.Builder - Class in org.glassfish.grizzly.nio.transport
-
- TCPNIOBindingHandler.Builder() - Constructor for class org.glassfish.grizzly.nio.transport.TCPNIOBindingHandler.Builder
-
- TCPNIOConnection - Class in org.glassfish.grizzly.nio.transport
-
- TCPNIOConnection(TCPNIOTransport, SelectableChannel) - Constructor for class org.glassfish.grizzly.nio.transport.TCPNIOConnection
-
- TCPNIOConnection.ConnectResultHandler - Interface in org.glassfish.grizzly.nio.transport
-
This interface implementations can be used to be notified about the
TCPNIOConnection connect state.
- TCPNIOConnectorHandler - Class in org.glassfish.grizzly.nio.transport
-
TCP NIO transport client side ConnectorHandler implementation
- TCPNIOConnectorHandler(TCPNIOTransport) - Constructor for class org.glassfish.grizzly.nio.transport.TCPNIOConnectorHandler
-
- TCPNIOConnectorHandler.Builder - Class in org.glassfish.grizzly.nio.transport
-
- TCPNIOConnectorHandler.Builder() - Constructor for class org.glassfish.grizzly.nio.transport.TCPNIOConnectorHandler.Builder
-
- TCPNIOServerConnection - Class in org.glassfish.grizzly.nio.transport
-
- TCPNIOServerConnection(TCPNIOTransport, ServerSocketChannel) - Constructor for class org.glassfish.grizzly.nio.transport.TCPNIOServerConnection
-
- TCPNIOServerConnection.RegisterAcceptedChannelCompletionHandler - Class in org.glassfish.grizzly.nio.transport
-
- TCPNIOServerConnection.RegisterAcceptedChannelCompletionHandler() - Constructor for class org.glassfish.grizzly.nio.transport.TCPNIOServerConnection.RegisterAcceptedChannelCompletionHandler
-
- TCPNIOServerConnection.RegisterAcceptedChannelCompletionHandler(FutureImpl<Connection>) - Constructor for class org.glassfish.grizzly.nio.transport.TCPNIOServerConnection.RegisterAcceptedChannelCompletionHandler
-
- TCPNIOTemporarySelectorReader - Class in org.glassfish.grizzly.nio.transport
-
- TCPNIOTemporarySelectorReader(TCPNIOTransport) - Constructor for class org.glassfish.grizzly.nio.transport.TCPNIOTemporarySelectorReader
-
- TCPNIOTemporarySelectorWriter - Class in org.glassfish.grizzly.nio.transport
-
- TCPNIOTemporarySelectorWriter(TCPNIOTransport) - Constructor for class org.glassfish.grizzly.nio.transport.TCPNIOTemporarySelectorWriter
-
- TCPNIOTransport - Class in org.glassfish.grizzly.nio.transport
-
TCP Transport NIO implementation
- TCPNIOTransport() - Constructor for class org.glassfish.grizzly.nio.transport.TCPNIOTransport
-
- TCPNIOTransportBuilder - Class in org.glassfish.grizzly.nio.transport
-
- TCPNIOTransportBuilder(Class<? extends TCPNIOTransport>) - Constructor for class org.glassfish.grizzly.nio.transport.TCPNIOTransportBuilder
-
- TCPNIOTransportFilter - Class in org.glassfish.grizzly.nio.transport
-
- TCPNIOUtils - Class in org.glassfish.grizzly.nio.transport
-
TCP NIO Transport utils
- TCPNIOUtils() - Constructor for class org.glassfish.grizzly.nio.transport.TCPNIOUtils
-
- tcpNoDelay - Variable in class org.glassfish.grizzly.nio.transport.TCPNIOTransportBuilder
-
- temporarySelectorIO - Variable in class org.glassfish.grizzly.nio.NIOTransport
-
- TemporarySelectorIO - Class in org.glassfish.grizzly.nio.tmpselectors
-
- TemporarySelectorIO(Reader<SocketAddress>, Writer<SocketAddress>) - Constructor for class org.glassfish.grizzly.nio.tmpselectors.TemporarySelectorIO
-
- TemporarySelectorIO(Reader<SocketAddress>, Writer<SocketAddress>, TemporarySelectorPool) - Constructor for class org.glassfish.grizzly.nio.tmpselectors.TemporarySelectorIO
-
- TemporarySelectorPool - Class in org.glassfish.grizzly.nio.tmpselectors
-
- TemporarySelectorPool(SelectorProvider) - Constructor for class org.glassfish.grizzly.nio.tmpselectors.TemporarySelectorPool
-
- TemporarySelectorPool(SelectorProvider, int) - Constructor for class org.glassfish.grizzly.nio.tmpselectors.TemporarySelectorPool
-
- TemporarySelectorReader - Class in org.glassfish.grizzly.nio.tmpselectors
-
- TemporarySelectorReader(TemporarySelectorsEnabledTransport) - Constructor for class org.glassfish.grizzly.nio.tmpselectors.TemporarySelectorReader
-
- TemporarySelectorsEnabledTransport - Interface in org.glassfish.grizzly.nio.tmpselectors
-
Common interface for Transports, which will use temporary selectors technics
- TemporarySelectorWriter - Class in org.glassfish.grizzly.nio.tmpselectors
-
- TemporarySelectorWriter(TemporarySelectorsEnabledTransport) - Constructor for class org.glassfish.grizzly.nio.tmpselectors.TemporarySelectorWriter
-
- terminate() - Method in interface org.glassfish.grizzly.Closeable
-
Closes this stream and releases any system resources associated with it.
- terminate() - Method in interface org.glassfish.grizzly.Connection
-
- terminate() - Method in class org.glassfish.grizzly.nio.NIOConnection
-
- terminate0(CompletionHandler<Closeable>, CloseReason) - Method in class org.glassfish.grizzly.nio.NIOConnection
-
- terminate0(CompletionHandler<Closeable>, CloseReason) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOConnection
- terminate0(CompletionHandler<Closeable>, CloseReason) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOServerConnection
-
- terminateSilently() - Method in interface org.glassfish.grizzly.Closeable
-
Closes this stream and releases any system resources associated with it.
- terminateSilently() - Method in interface org.glassfish.grizzly.Connection
-
Close the
Connection silently, no notification required on
completion or failure.
- terminateSilently() - Method in class org.glassfish.grizzly.nio.NIOConnection
-
- terminateWithReason(IOException) - Method in interface org.glassfish.grizzly.Closeable
-
Closes the Closeable and provides the reason description.
- terminateWithReason(IOException) - Method in interface org.glassfish.grizzly.Connection
-
Closes the Connection and provides the reason description.
- terminateWithReason(IOException) - Method in class org.glassfish.grizzly.nio.NIOConnection
-
- ThreadCache - Class in org.glassfish.grizzly
-
- ThreadCache() - Constructor for class org.glassfish.grizzly.ThreadCache
-
- ThreadCache.CachedTypeIndex<E> - Class in org.glassfish.grizzly
-
- ThreadCache.CachedTypeIndex(int, String, Class<E>, int) - Constructor for class org.glassfish.grizzly.ThreadCache.CachedTypeIndex
-
- ThreadCache.ObjectCache - Class in org.glassfish.grizzly
-
- ThreadCache.ObjectCache() - Constructor for class org.glassfish.grizzly.ThreadCache.ObjectCache
-
- ThreadCache.ObjectCacheElement - Class in org.glassfish.grizzly
-
- ThreadCache.ObjectCacheElement(int) - Constructor for class org.glassfish.grizzly.ThreadCache.ObjectCacheElement
-
- threadFactory - Variable in class org.glassfish.grizzly.threadpool.ThreadPoolConfig
-
- ThreadLocalPool<E> - Interface in org.glassfish.grizzly.memory
-
TODO Documentation
- ThreadLocalPoolProvider - Interface in org.glassfish.grizzly.memory
-
This interface may be implemented by custom
MemoryManager implementations
in order to provide per-thread memory management.
- ThreadPoolConfig - Class in org.glassfish.grizzly.threadpool
-
- threadPoolMonitoringConfig - Variable in class org.glassfish.grizzly.AbstractTransport
-
Thread pool probes
- threadPoolMonitoringConfig - Variable in class org.glassfish.grizzly.threadpool.ThreadPoolConfig
-
Thread pool probes
- ThreadPoolProbe - Interface in org.glassfish.grizzly.threadpool
-
Monitoring probe providing callbacks that may be invoked by Grizzly
AbstractThreadPool implementations.
- ThreadPoolProbe.Adapter - Class in org.glassfish.grizzly.threadpool
-
ThreadPoolProbe adapter that provides no-op implementations for
all interface methods allowing easy extension by the developer.
- ThreadPoolProbe.Adapter() - Constructor for class org.glassfish.grizzly.threadpool.ThreadPoolProbe.Adapter
-
- Threads - Class in org.glassfish.grizzly.threadpool
-
- Threads() - Constructor for class org.glassfish.grizzly.threadpool.Threads
-
- toAdaptedCompletionHandler(FutureImpl<A>, GenericAdapter<B, A>) - Static method in class org.glassfish.grizzly.utils.Futures
-
- toAdaptedCompletionHandler(FutureImpl<A>, CompletionHandler<A>, GenericAdapter<B, A>) - Static method in class org.glassfish.grizzly.utils.Futures
-
- toArray() - Method in class org.glassfish.grizzly.ChainProcessorSelector
- toArray(T[]) - Method in class org.glassfish.grizzly.ChainProcessorSelector
- toArray() - Method in class org.glassfish.grizzly.filterchain.ListFacadeFilterChain
- toArray(T[]) - Method in class org.glassfish.grizzly.filterchain.ListFacadeFilterChain
- toArray() - Method in class org.glassfish.grizzly.utils.ArraySet
- toArray(K[]) - Method in class org.glassfish.grizzly.utils.ArraySet
- toArray() - Method in class org.glassfish.grizzly.utils.ServiceFinder
-
Returns discovered objects all at once.
- toBufferArray() - Method in interface org.glassfish.grizzly.Buffer
-
- toBufferArray(BufferArray) - Method in interface org.glassfish.grizzly.Buffer
-
Returns the specified
BufferArray after adding this
Buffer.
- toBufferArray(int, int) - Method in interface org.glassfish.grizzly.Buffer
-
Updates this
Buffer's
position and
limit
and adds it to a new
BufferArray instance.
- toBufferArray(BufferArray, int, int) - Method in interface org.glassfish.grizzly.Buffer
-
Updates this
Buffer's
position and
limit
and adds it to the specified
BufferArray.
- toBufferArray() - Method in class org.glassfish.grizzly.memory.BuffersBuffer
-
- toBufferArray(BufferArray) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
-
- toBufferArray(int, int) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
-
- toBufferArray(BufferArray, int, int) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
-
- toBufferArray() - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
-
- toBufferArray(int, int) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
-
Updates this
Buffer's
position and
limit
and adds it to a new
BufferArray instance.
- toBufferArray(BufferArray) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
-
Returns the specified
BufferArray after adding this
Buffer.
- toBufferArray(BufferArray, int, int) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
-
Updates this
Buffer's
position and
limit
and adds it to the specified
BufferArray.
- toBufferArray() - Method in class org.glassfish.grizzly.memory.HeapBuffer
-
- toBufferArray(int, int) - Method in class org.glassfish.grizzly.memory.HeapBuffer
-
Updates this
Buffer's
position and
limit
and adds it to a new
BufferArray instance.
- toBufferArray(BufferArray) - Method in class org.glassfish.grizzly.memory.HeapBuffer
-
Returns the specified
BufferArray after adding this
Buffer.
- toBufferArray(BufferArray, int, int) - Method in class org.glassfish.grizzly.memory.HeapBuffer
-
Updates this
Buffer's
position and
limit
and adds it to the specified
BufferArray.
- toByteBuffer() - Method in interface org.glassfish.grizzly.Buffer
-
- toByteBuffer(int, int) - Method in interface org.glassfish.grizzly.Buffer
-
- toByteBuffer() - Method in class org.glassfish.grizzly.memory.BuffersBuffer
-
- toByteBuffer(int, int) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
-
- toByteBuffer() - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
-
- toByteBuffer(int, int) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
-
- toByteBuffer() - Method in class org.glassfish.grizzly.memory.HeapBuffer
-
- toByteBuffer(int, int) - Method in class org.glassfish.grizzly.memory.HeapBuffer
-
- toByteBuffer0(int, int, boolean) - Method in class org.glassfish.grizzly.memory.HeapBuffer
-
- toByteBufferArray() - Method in interface org.glassfish.grizzly.Buffer
-
- toByteBufferArray(ByteBufferArray) - Method in interface org.glassfish.grizzly.Buffer
-
- toByteBufferArray(int, int) - Method in interface org.glassfish.grizzly.Buffer
-
- toByteBufferArray(ByteBufferArray, int, int) - Method in interface org.glassfish.grizzly.Buffer
-
- toByteBufferArray() - Method in class org.glassfish.grizzly.memory.BuffersBuffer
-
- toByteBufferArray(ByteBufferArray) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
-
- toByteBufferArray(int, int) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
-
- toByteBufferArray(ByteBufferArray, int, int) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
-
- toByteBufferArray() - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
-
- toByteBufferArray(int, int) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
-
- toByteBufferArray(ByteBufferArray) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
-
- toByteBufferArray(ByteBufferArray, int, int) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
-
- toByteBufferArray() - Method in class org.glassfish.grizzly.memory.HeapBuffer
-
- toByteBufferArray(int, int) - Method in class org.glassfish.grizzly.memory.HeapBuffer
-
- toByteBufferArray(ByteBufferArray) - Method in class org.glassfish.grizzly.memory.HeapBuffer
-
- toByteBufferArray(ByteBufferArray, int, int) - Method in class org.glassfish.grizzly.memory.HeapBuffer
-
- toCompletionHandler(FutureImpl<R>) - Static method in class org.glassfish.grizzly.utils.Futures
-
- toCompletionHandler(FutureImpl<R>, CompletionHandler<R>) - Static method in class org.glassfish.grizzly.utils.Futures
-
- toProcessorResult() - Method in enum org.glassfish.grizzly.asyncqueue.AsyncQueue.AsyncResult
-
- toString() - Method in class org.glassfish.grizzly.attributes.Attribute
-
- toString() - Method in class org.glassfish.grizzly.filterchain.AbstractFilterChain
-
- toString() - Method in class org.glassfish.grizzly.filterchain.BaseFilter
-
- toString() - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
-
- toString() - Method in class org.glassfish.grizzly.memory.BuffersBuffer
-
- toString() - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
-
- toString() - Method in class org.glassfish.grizzly.memory.HeapBuffer
-
- toString() - Method in class org.glassfish.grizzly.nio.transport.TCPNIOConnection
-
- toString() - Method in class org.glassfish.grizzly.nio.transport.UDPNIOConnection
-
- toString() - Method in class org.glassfish.grizzly.PortRange
-
- toString() - Method in class org.glassfish.grizzly.ssl.SSLEngineConfigurator
-
- toString() - Method in class org.glassfish.grizzly.threadpool.AbstractThreadPool
-
- toString() - Method in class org.glassfish.grizzly.threadpool.SyncThreadPool
-
- toString() - Method in class org.glassfish.grizzly.threadpool.ThreadPoolConfig
-
- toString() - Method in class org.glassfish.grizzly.TransformationResult
-
- toString() - Method in class org.glassfish.grizzly.utils.DebugPoint
-
- toString() - Method in class org.glassfish.grizzly.utils.Holder
-
- toString() - Method in class org.glassfish.grizzly.utils.JdkVersion
-
- toString() - Method in class org.glassfish.grizzly.utils.Pair
-
- toStringContent() - Method in interface org.glassfish.grizzly.Buffer
-
- toStringContent(Charset) - Method in interface org.glassfish.grizzly.Buffer
-
- toStringContent(Charset, int, int) - Method in interface org.glassfish.grizzly.Buffer
-
- toStringContent(ByteBuffer, Charset, int, int) - Static method in class org.glassfish.grizzly.memory.Buffers
-
- toStringContent(Buffer, int, int) - Method in class org.glassfish.grizzly.memory.Buffers
-
Returns the
Buffer's
String representation in a form:
Buffer#toString() + "[" +
+ "..." + + "]"
For example:
- toStringContent(Buffer, int, int, Charset) - Method in class org.glassfish.grizzly.memory.Buffers
-
Returns the
Buffer's
String representation in a form:
Buffer#toString() + "[" +
+ "..." + + "]"
For example:
- toStringContent() - Method in class org.glassfish.grizzly.memory.BuffersBuffer
-
- toStringContent(Charset) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
-
- toStringContent(Charset, int, int) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
-
- toStringContent() - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
-
- toStringContent(Charset) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
-
- toStringContent(Charset, int, int) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
-
- toStringContent() - Method in class org.glassfish.grizzly.memory.HeapBuffer
-
- toStringContent(Charset) - Method in class org.glassfish.grizzly.memory.HeapBuffer
-
- toStringContent(Charset, int, int) - Method in class org.glassfish.grizzly.memory.HeapBuffer
-
- transactionExpirationTime - Variable in class org.glassfish.grizzly.threadpool.AbstractThreadPool.Worker
-
- transactionMonitor - Variable in class org.glassfish.grizzly.threadpool.ThreadPoolConfig
-
- transactionTimeoutMillis - Variable in class org.glassfish.grizzly.threadpool.AbstractThreadPool
-
- transactionTimeoutMillis - Variable in class org.glassfish.grizzly.threadpool.ThreadPoolConfig
-
- transfer(E) - Method in class org.glassfish.grizzly.utils.LinkedTransferQueue
-
Transfers the element to a consumer, waiting if necessary to do so.
- transfer(E) - Method in interface org.glassfish.grizzly.utils.TransferQueue
-
Inserts the specified element into this queue, waiting if
necessary for space to become available and the element to be
dequeued by a consumer invoking take or poll.
- TransferQueue<E> - Interface in org.glassfish.grizzly.utils
-
A
BlockingQueue in which producers may wait for consumers
to receive elements.
- transform(AttributeStorage, K) - Method in class org.glassfish.grizzly.AbstractTransformer
-
- transform(AttributeStorage, K) - Method in interface org.glassfish.grizzly.Transformer
-
Transforms an input data to some custom representation.
- TransformationException - Exception in org.glassfish.grizzly
-
Describes the problem, occured during original message transformation.
- TransformationException() - Constructor for exception org.glassfish.grizzly.TransformationException
-
- TransformationException(String) - Constructor for exception org.glassfish.grizzly.TransformationException
-
- TransformationException(Throwable) - Constructor for exception org.glassfish.grizzly.TransformationException
-
- TransformationException(String, Throwable) - Constructor for exception org.glassfish.grizzly.TransformationException
-
- TransformationResult<I,O> - Class in org.glassfish.grizzly
-
Represents the result of message encoding/decoding.
- TransformationResult() - Constructor for class org.glassfish.grizzly.TransformationResult
-
- TransformationResult(TransformationResult.Status, O, I) - Constructor for class org.glassfish.grizzly.TransformationResult
-
- TransformationResult(int, String) - Constructor for class org.glassfish.grizzly.TransformationResult
-
Creates error transformation result with specific code and description.
- TransformationResult(TransformationResult.Status, O, I, int, String) - Constructor for class org.glassfish.grizzly.TransformationResult
-
- TransformationResult.Status - Enum in org.glassfish.grizzly
-
- transformer - Variable in class org.glassfish.grizzly.streams.TransformerInput
-
- transformer - Variable in class org.glassfish.grizzly.streams.TransformerOutput
-
- Transformer<K,L> - Interface in org.glassfish.grizzly
-
Transformer interface, which knows how to transform the original
data to some custom representation.
- TransformerInput - Class in org.glassfish.grizzly.streams
-
- TransformerInput(Transformer<Buffer, Buffer>, Input, Connection) - Constructor for class org.glassfish.grizzly.streams.TransformerInput
-
- TransformerInput(Transformer<Buffer, Buffer>, Input, MemoryManager, AttributeStorage) - Constructor for class org.glassfish.grizzly.streams.TransformerInput
-
- TransformerInput.TransformerCompletionHandler - Class in org.glassfish.grizzly.streams
-
- TransformerInput.TransformerCompletionHandler() - Constructor for class org.glassfish.grizzly.streams.TransformerInput.TransformerCompletionHandler
-
- TransformerInput.TransformerCondition - Class in org.glassfish.grizzly.streams
-
- TransformerInput.TransformerCondition() - Constructor for class org.glassfish.grizzly.streams.TransformerInput.TransformerCondition
-
- TransformerOutput - Class in org.glassfish.grizzly.streams
-
- TransformerOutput(Transformer<Buffer, Buffer>, Output, Connection) - Constructor for class org.glassfish.grizzly.streams.TransformerOutput
-
- TransformerOutput(Transformer<Buffer, Buffer>, Output, MemoryManager, AttributeStorage) - Constructor for class org.glassfish.grizzly.streams.TransformerOutput
-
- TransformerStreamReader - Class in org.glassfish.grizzly.streams
-
- TransformerStreamReader(StreamReader, Transformer<Buffer, Buffer>) - Constructor for class org.glassfish.grizzly.streams.TransformerStreamReader
-
- TransformerStreamWriter - Class in org.glassfish.grizzly.streams
-
- TransformerStreamWriter(StreamWriter, Transformer<Buffer, Buffer>) - Constructor for class org.glassfish.grizzly.streams.TransformerStreamWriter
-
- transformImpl(AttributeStorage, K) - Method in class org.glassfish.grizzly.AbstractTransformer
-
- transformImpl(AttributeStorage, Buffer) - Method in class org.glassfish.grizzly.compression.lzma.LZMADecoder
-
- transformImpl(AttributeStorage, Buffer) - Method in class org.glassfish.grizzly.compression.lzma.LZMAEncoder
-
- transformImpl(AttributeStorage, Buffer) - Method in class org.glassfish.grizzly.compression.zip.GZipDecoder
-
- transformImpl(AttributeStorage, Buffer) - Method in class org.glassfish.grizzly.compression.zip.GZipEncoder
- transformImpl(AttributeStorage, Buffer) - Method in class org.glassfish.grizzly.ssl.SSLDecoderTransformer
-
- transformImpl(AttributeStorage, Buffer) - Method in class org.glassfish.grizzly.ssl.SSLEncoderTransformer
-
- transformImpl(AttributeStorage, Buffer) - Method in class org.glassfish.grizzly.utils.ChunkingFilter.ChunkingTransformer
-
- transformImpl(AttributeStorage, Buffer) - Method in class org.glassfish.grizzly.utils.StringDecoder
-
- transformImpl(AttributeStorage, String) - Method in class org.glassfish.grizzly.utils.StringEncoder
-
- transport - Variable in class org.glassfish.grizzly.AbstractBindingHandler
-
- transport - Variable in class org.glassfish.grizzly.AbstractSocketConnectorHandler
-
- transport - Variable in class org.glassfish.grizzly.DefaultProcessorSelector
-
- transport - Variable in class org.glassfish.grizzly.nio.AbstractNIOAsyncQueueReader
-
- transport - Variable in class org.glassfish.grizzly.nio.AbstractNIOAsyncQueueWriter
-
- transport - Variable in class org.glassfish.grizzly.nio.AbstractNIOConnectionDistributor
-
- transport - Variable in class org.glassfish.grizzly.nio.NIOConnection
-
- transport - Variable in class org.glassfish.grizzly.nio.tmpselectors.TemporarySelectorReader
-
- transport - Variable in class org.glassfish.grizzly.nio.tmpselectors.TemporarySelectorWriter
-
- transport(TCPNIOTransport) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOBindingHandler.Builder
-
- transport(UDPNIOTransport) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOBindingHandler.Builder
-
- Transport - Interface in org.glassfish.grizzly
-
Transport interface describes the transport unit used in Grizzly.
- Transport.State - Enum in org.glassfish.grizzly
-
- transportClass - Variable in class org.glassfish.grizzly.NIOTransportBuilder
-
- TransportFilter - Class in org.glassfish.grizzly.filterchain
-
- TransportFilter() - Constructor for class org.glassfish.grizzly.filterchain.TransportFilter
-
Create TransportFilter.
- TransportFilter.FlushEvent - Class in org.glassfish.grizzly.filterchain
-
- transportMonitoringConfig - Variable in class org.glassfish.grizzly.AbstractTransport
-
Transport probes
- TransportProbe - Interface in org.glassfish.grizzly
-
Monitoring probe providing callbacks that may be invoked by Grizzly
Transport implementations.
- TransportProbe.Adapter - Class in org.glassfish.grizzly
-
TransportProbe adapter that provides no-op implementations for
all interface methods allowing easy extension by the developer.
- TransportProbe.Adapter() - Constructor for class org.glassfish.grizzly.TransportProbe.Adapter
-
- trigger(FilterChainContext) - Method in class org.glassfish.grizzly.ssl.SSLBaseFilter.CertificateEvent
-
Invoke this method to trigger processing to abtain certificates from
the remote peer.
- trim() - Method in interface org.glassfish.grizzly.Buffer
-
Trim the buffer by reducing capacity to position, if possible.
- trim() - Method in class org.glassfish.grizzly.memory.BuffersBuffer
-
- trim() - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
-
- trim() - Method in class org.glassfish.grizzly.memory.HeapBuffer
-
- TRUST_FACTORY_MANAGER_ALGORITHM - Static variable in class org.glassfish.grizzly.ssl.SSLContextConfigurator
-
- TRUST_STORE_FILE - Static variable in class org.glassfish.grizzly.ssl.SSLContextConfigurator
-
- TRUST_STORE_PASSWORD - Static variable in class org.glassfish.grizzly.ssl.SSLContextConfigurator
-
- TRUST_STORE_PROVIDER - Static variable in class org.glassfish.grizzly.ssl.SSLContextConfigurator
-
- TRUST_STORE_TYPE - Static variable in class org.glassfish.grizzly.ssl.SSLContextConfigurator
-
- tryDispose() - Method in interface org.glassfish.grizzly.Buffer
-
Try to dispose Buffer if it's allowed.
- tryDispose() - Method in class org.glassfish.grizzly.memory.BuffersBuffer
-
- tryDispose() - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
-
- tryDispose() - Method in class org.glassfish.grizzly.memory.HeapBuffer
-
- tryTransfer(E) - Method in class org.glassfish.grizzly.utils.LinkedTransferQueue
-
Transfers the element to a waiting consumer immediately, if possible.
- tryTransfer(E, long, TimeUnit) - Method in class org.glassfish.grizzly.utils.LinkedTransferQueue
-
Transfers the element to a consumer if it is possible to do so
before the timeout elapses.
- tryTransfer(E) - Method in interface org.glassfish.grizzly.utils.TransferQueue
-
Transfers the specified element if there exists a consumer
already waiting to receive it, otherwise returning false
without enqueuing the element.
- tryTransfer(E, long, TimeUnit) - Method in interface org.glassfish.grizzly.utils.TransferQueue
-
Inserts the specified element into this queue, waiting up to
the specified wait time if necessary for space to become
available and the element to be dequeued by a consumer invoking
take or poll.
- type() - Method in interface org.glassfish.grizzly.filterchain.FilterChainEvent
-
- type() - Method in interface org.glassfish.grizzly.filterchain.NextAction
-
Get NextAction type
- TYPE - Static variable in class org.glassfish.grizzly.filterchain.TransportFilter.FlushEvent
-
- type() - Method in class org.glassfish.grizzly.filterchain.TransportFilter.FlushEvent
-
- type() - Method in class org.glassfish.grizzly.ssl.SSLBaseFilter.CertificateEvent
-
- validateConfiguration() - Method in class org.glassfish.grizzly.ssl.SSLContextConfigurator
-
- validateConfiguration(boolean) - Method in class org.glassfish.grizzly.ssl.SSLContextConfigurator
-
- validateNewPoolSize(int, int) - Method in class org.glassfish.grizzly.threadpool.AbstractThreadPool
-
- valueOf(String) - Static method in enum org.glassfish.grizzly.asyncqueue.AsyncQueue.AsyncResult
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.glassfish.grizzly.CloseType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.glassfish.grizzly.compression.lzma.impl.Decoder.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.glassfish.grizzly.compression.zip.GZipDecoder.DecodeStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.glassfish.grizzly.Connection.CloseType
-
Deprecated.
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.glassfish.grizzly.filterchain.FilterChainContext.Operation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.glassfish.grizzly.filterchain.FilterChainContext.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.glassfish.grizzly.IOEvent
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.glassfish.grizzly.memory.CompositeBuffer.DisposeOrder
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in class org.glassfish.grizzly.PortRange
-
Parse a port range.
- valueOf(String) - Static method in enum org.glassfish.grizzly.ProcessorResult.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.glassfish.grizzly.TransformationResult.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.glassfish.grizzly.Transport.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.glassfish.grizzly.utils.ExceptionHandler.Severity
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.glassfish.grizzly.asyncqueue.AsyncQueue.AsyncResult
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.glassfish.grizzly.CloseType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.glassfish.grizzly.compression.lzma.impl.Decoder.State
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.glassfish.grizzly.compression.zip.GZipDecoder.DecodeStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.glassfish.grizzly.Connection.CloseType
-
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.glassfish.grizzly.filterchain.FilterChainContext.Operation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.glassfish.grizzly.filterchain.FilterChainContext.State
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.glassfish.grizzly.IOEvent
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.glassfish.grizzly.memory.CompositeBuffer.DisposeOrder
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.glassfish.grizzly.ProcessorResult.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.glassfish.grizzly.TransformationResult.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.glassfish.grizzly.Transport.State
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.glassfish.grizzly.utils.ExceptionHandler.Severity
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- visible - Variable in class org.glassfish.grizzly.memory.ByteBufferWrapper
-
- waitNIOFuture(FutureImpl<Connection>, CompletionHandler<Connection>) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOConnectorHandler
-
- waitNIOFuture(FutureImpl<Connection>, CompletionHandler<Connection>) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOConnectorHandler
-
- wantClientAuth - Variable in class org.glassfish.grizzly.ssl.SSLEngineConfigurator
-
True when requesting authentication.
- wantReset(int) - Method in interface org.glassfish.grizzly.memory.ThreadLocalPool
-
- WARNING_GRIZZLY_BUFFERS_OVERFLOW_EXCEPTION(Object, Object, Object, Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
-
GRIZZLY0012: BufferOverflow srcBuffer={0} srcOffset={1} length={2} dstBuffer={3}
- WARNING_GRIZZLY_CONFIG_SSL_GENERAL_CONFIG_ERROR() - Static method in class org.glassfish.grizzly.localization.LogMessages
-
GRIZZLY0050: SSL support could not be configured!
- WARNING_GRIZZLY_CONFIG_SSL_SECURE_PASSWORD_INITIALIZATION_ERROR(Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
-
GRIZZLY0051: Secure password provider could not be initialized: {0}.
- WARNING_GRIZZLY_CONFIG_SSL_SSL_IMPLEMENTATION_LOAD_ERROR(Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
-
GRIZZLY0052: Unable to load SSLImplementation: {0}.
- WARNING_GRIZZLY_CONFIG_SSL_UNKNOWN_CIPHER_ERROR(Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
-
GRIZZLY0053: Unrecognized cipher [{0}].
- WARNING_GRIZZLY_CONNECTION_GET_READBUFFER_SIZE_EXCEPTION() - Static method in class org.glassfish.grizzly.localization.LogMessages
-
GRIZZLY0018: Error getting read buffer size
- WARNING_GRIZZLY_CONNECTION_GET_WRITEBUFFER_SIZE_EXCEPTION() - Static method in class org.glassfish.grizzly.localization.LogMessages
-
GRIZZLY0019: Error getting write buffer size
- WARNING_GRIZZLY_CONNECTION_SET_READBUFFER_SIZE_EXCEPTION() - Static method in class org.glassfish.grizzly.localization.LogMessages
-
GRIZZLY0016: Error setting read buffer size
- WARNING_GRIZZLY_CONNECTION_SET_WRITEBUFFER_SIZE_EXCEPTION() - Static method in class org.glassfish.grizzly.localization.LogMessages
-
GRIZZLY0017: Error setting write buffer size
- WARNING_GRIZZLY_CONNECTION_UDPMULTICASTING_EXCEPTIONE() - Static method in class org.glassfish.grizzly.localization.LogMessages
-
GRIZZLY0033: Can't initialize reflection methods for DatagramChannel multicasting
- WARNING_GRIZZLY_FILTERCHAIN_EXCEPTION() - Static method in class org.glassfish.grizzly.localization.LogMessages
-
GRIZZLY0013: Exception during FilterChain execution
- WARNING_GRIZZLY_GRACEFULSHUTDOWN_EXCEEDED(Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
-
GRIZZLY0031: Shutdown grace period exceeded.
- WARNING_GRIZZLY_GRACEFULSHUTDOWN_INTERRUPTED() - Static method in class org.glassfish.grizzly.localization.LogMessages
-
GRIZZLY0032: Primary shutdown thread interrupted.
- WARNING_GRIZZLY_GRACEFULSHUTDOWN_MSG(Object, Object, Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
-
GRIZZLY0030: Shutting down transport {0} in {1} {2}.
- WARNING_GRIZZLY_HTTP_SERVER_FILECACHE_GENERAL_ERROR() - Static method in class org.glassfish.grizzly.localization.LogMessages
-
GRIZZLY0208: File cache exception
- WARNING_GRIZZLY_HTTP_SERVER_FILTER_HTTPHANDLER_INVOCATION_ERROR() - Static method in class org.glassfish.grizzly.localization.LogMessages
-
GRIZZLY0202: Exception during HttpHandler invocation
- WARNING_GRIZZLY_HTTP_SERVER_FILTER_UNEXPECTED() - Static method in class org.glassfish.grizzly.localization.LogMessages
-
GRIZZLY0203: Unexpected error
- WARNING_GRIZZLY_HTTP_SERVER_HTTPHANDLER_SERVICE_ERROR() - Static method in class org.glassfish.grizzly.localization.LogMessages
-
GRIZZLY0200: Service exception
- WARNING_GRIZZLY_HTTP_SERVER_HTTPHANDLERCHAIN_ERRORPAGE() - Static method in class org.glassfish.grizzly.localization.LogMessages
-
GRIZZLY0201: Unable to set error page
- WARNING_GRIZZLY_HTTP_SERVER_REQUEST_AFTERSERVICE_NOTIFICATION_ERROR() - Static method in class org.glassfish.grizzly.localization.LogMessages
-
GRIZZLY0204: Unexpected error during afterService notification
- WARNING_GRIZZLY_HTTP_SERVER_REQUEST_BODY_SKIP() - Static method in class org.glassfish.grizzly.localization.LogMessages
-
GRIZZLY0206: Exception occurred during body skip
- WARNING_GRIZZLY_HTTP_SERVER_REQUEST_POST_TOO_LARGE() - Static method in class org.glassfish.grizzly.localization.LogMessages
-
GRIZZLY0205: Post too large
- WARNING_GRIZZLY_HTTP_SERVER_REQUESTUTILS_SENDFILE_FAILED() - Static method in class org.glassfish.grizzly.localization.LogMessages
-
GRIZZLY0211: SendFile can't be performed, because response headers are committed
- WARNING_GRIZZLY_HTTP_SERVER_RESPONSE_FINISH_ERROR() - Static method in class org.glassfish.grizzly.localization.LogMessages
-
GRIZZLY0207: Error during the Response finish phase
- WARNING_GRIZZLY_HTTP_SERVER_SERVEROUTPUTBUFFER_FILE_TRANSFER_CANCELLED(Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
-
GRIZZLY0209: Transfer of file {0} was cancelled.
- WARNING_GRIZZLY_HTTP_SERVER_SERVEROUTPUTBUFFER_FILE_TRANSFER_FAILED(Object, Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
-
GRIZZLY0210: "Failed to transfer file {0}.
- WARNING_GRIZZLY_HTTP_SERVLET_ATTRIBUTE_LISTENER_ADD_ERROR(Object, Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
-
GRIZZLY0302: Exception invoking attributeAdded() or attributeReplaced() on {0}: {1}.
- WARNING_GRIZZLY_HTTP_SERVLET_ATTRIBUTE_LISTENER_REMOVE_ERROR(Object, Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
-
GRIZZLY0303: Exception invoking attributeRemoved() on {0}: {1}.
- WARNING_GRIZZLY_HTTP_SERVLET_CONTAINER_OBJECT_DESTROYED_ERROR(Object, Object, Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
-
GRIZZLY0301: Exception invoking {0}() on {1}: {2}.
- WARNING_GRIZZLY_HTTP_SERVLET_CONTAINER_OBJECT_INITIALIZED_ERROR(Object, Object, Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
-
GRIZZLY0300: Exception invoking {0}() on {1}: {2}.
- WARNING_GRIZZLY_HTTP_SERVLET_CONTEXT_LISTENER_LOAD_ERROR(Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
-
GRIZZLY0306: Unable to load listener: {0}.
- WARNING_GRIZZLY_HTTP_SERVLET_COOKIE_CREATE_ERROR(Object, Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
-
GRIZZLY0312: Discarding invalid Cookie "{0}" because of error: {1}.
- WARNING_GRIZZLY_HTTP_SERVLET_INPUTSTREAM_ISREADY_ERROR() - Static method in class org.glassfish.grizzly.localization.LogMessages
-
GRIZZLY0308: ReadListener has not been set.
- WARNING_GRIZZLY_HTTP_SERVLET_INPUTSTREAM_SETREADLISTENER_ERROR() - Static method in class org.glassfish.grizzly.localization.LogMessages
-
GRIZZLY0310: Cannot set ReaderListener for non-async or non-upgrade request
- WARNING_GRIZZLY_HTTP_SERVLET_NON_BLOCKING_ERROR() - Static method in class org.glassfish.grizzly.localization.LogMessages
-
GRIZZLY0307: Can't block in non-blocking mode.
- WARNING_GRIZZLY_HTTP_SERVLET_OUTPUTSTREAM_ISREADY_ERROR() - Static method in class org.glassfish.grizzly.localization.LogMessages
-
GRIZZLY0309: WriteListener has not been set.
- WARNING_GRIZZLY_HTTP_SERVLET_OUTPUTSTREAM_SETWRITELISTENER_ERROR() - Static method in class org.glassfish.grizzly.localization.LogMessages
-
GRIZZLY0311: Cannot set WriteListener for non-async or non-upgrade request
- WARNING_GRIZZLY_HTTP_SERVLET_SESSION_LISTENER_BOUND_ERROR(Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
-
GRIZZLY0305: Exception invoking valueBound() on HttpSessionBindingListener {0}.
- WARNING_GRIZZLY_HTTP_SERVLET_SESSION_LISTENER_UNBOUND_ERROR(Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
-
GRIZZLY0304: Exception invoking valueUnbound() on HttpSessionBindingListener {0}.
- WARNING_GRIZZLY_HTTP_SEVERE_GRIZZLY_HTTP_PARAMETERS_MAX_COUNT_FAIL(Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
-
GRIZZLY0173: More than the maximum number of request parameters (GET plus POST) for a single request ([{0}]) were detected.
- WARNING_GRIZZLY_IOSTRATEGY_UNCAUGHT_EXCEPTION() - Static method in class org.glassfish.grizzly.localization.LogMessages
-
GRIZZLY0010: Uncaught exception:
- WARNING_GRIZZLY_PROCESSOR_ERROR(Object, Object, Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
-
GRIZZLY0029: Error during Processor execution.
- WARNING_GRIZZLY_SELECTOR_RUNNER_NOT_IN_STOPPED_STATE_EXCEPTION() - Static method in class org.glassfish.grizzly.localization.LogMessages
-
GRIZZLY0014: SelectorRunner is not in the stopped state!
- WARNING_GRIZZLY_SOCKET_KEEPALIVE_EXCEPTION(Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
-
GRIZZLY0005: Can not set SO_KEEPALIVE to {0}
- WARNING_GRIZZLY_SOCKET_LINGER_EXCEPTION(Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
-
GRIZZLY0003: Can not set SO_LINGER to {0}
- WARNING_GRIZZLY_SOCKET_REUSEADDRESS_EXCEPTION(Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
-
GRIZZLY0006: Can not set SO_REUSEADDR to {0}
- WARNING_GRIZZLY_SOCKET_TCPNODELAY_EXCEPTION(Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
-
GRIZZLY0004: Can not set TCP_NODELAY to {0}
- WARNING_GRIZZLY_SOCKET_TIMEOUT_EXCEPTION(Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
-
GRIZZLY0007: Can not set SO_TIMEOUT to {0}
- WARNING_GRIZZLY_STATE_HOLDER_CALLING_CONDITIONLISTENER_EXCEPTION() - Static method in class org.glassfish.grizzly.localization.LogMessages
-
GRIZZLY0015: Error calling ConditionListener
- WARNING_GRIZZLY_TCPSELECTOR_HANDLER_ACCEPTCHANNEL_EXCEPTION() - Static method in class org.glassfish.grizzly.localization.LogMessages
-
GRIZZLY0008: Exception accepting channel
- WARNING_GRIZZLY_TEMPORARY_SELECTOR_IO_CANCEL_KEY_EXCEPTION(Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
-
GRIZZLY0025: Unexpected exception, when canceling the SelectionKey: {0}
- WARNING_GRIZZLY_TEMPORARY_SELECTOR_POOL_CREATE_SELECTOR_EXCEPTION() - Static method in class org.glassfish.grizzly.localization.LogMessages
-
GRIZZLY0026: SelectorFactory.
- WARNING_GRIZZLY_TEMPORARY_SELECTOR_POOL_MISSES_EXCEPTION(Object, Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
-
GRIZZLY0027: SelectorFactory.
- WARNING_GRIZZLY_TEMPORARY_SELECTOR_POOL_SELECTOR_FAILURE_EXCEPTION() - Static method in class org.glassfish.grizzly.localization.LogMessages
-
GRIZZLY0028: Temporary Selector failure.
- WARNING_GRIZZLY_THREADPOOL_UNCAUGHT_EXCEPTION(Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
-
GRIZZLY0011: Uncaught exception on thread {0}
- WARNING_GRIZZLY_TRANSPORT_NOT_PAUSE_STATE_EXCEPTION() - Static method in class org.glassfish.grizzly.localization.LogMessages
-
GRIZZLY0022: Transport is not in PAUSE state!
- WARNING_GRIZZLY_TRANSPORT_NOT_START_STATE_EXCEPTION() - Static method in class org.glassfish.grizzly.localization.LogMessages
-
GRIZZLY0021: Transport is not in START state!
- WARNING_GRIZZLY_TRANSPORT_NOT_STOP_STATE_EXCEPTION() - Static method in class org.glassfish.grizzly.localization.LogMessages
-
GRIZZLY0020: Transport is not in STOP state!
- WARNING_GRIZZLY_TRANSPORT_START_SERVER_CONNECTION_EXCEPTION(Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
-
GRIZZLY0023: Exception occurred when starting server connection {0}
- WARNING_GRIZZLY_TRANSPORT_UNBINDING_CONNECTION_EXCEPTION(Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
-
GRIZZLY0024: Error unbinding connection {0}
- WARNING_GRIZZLY_UTILS_STATE_HOLDER_CONDITION_LISTENER_INVOCATION_ERROR() - Static method in class org.glassfish.grizzly.localization.LogMessages
-
GRIZZLY0558: Error calling ConditionListener.
- wasSuspended - Variable in class org.glassfish.grizzly.Context
-
true if this IOEvent processing was suspended during its processing,
or false otherwise.
- wasSuspended() - Method in class org.glassfish.grizzly.Context
-
- willAllocateDirect(int) - Method in class org.glassfish.grizzly.memory.ByteBufferManager
-
- willAllocateDirect(int) - Method in class org.glassfish.grizzly.memory.HeapMemoryManager
-
- willAllocateDirect(int) - Method in interface org.glassfish.grizzly.memory.MemoryManager
-
- willAllocateDirect(int) - Method in class org.glassfish.grizzly.memory.PooledMemoryManager
-
- workerConfig - Variable in class org.glassfish.grizzly.NIOTransportBuilder
-
- workerPoolConfig - Variable in class org.glassfish.grizzly.AbstractTransport
-
- workers - Variable in class org.glassfish.grizzly.threadpool.AbstractThreadPool
-
- WorkerThread - Interface in org.glassfish.grizzly.threadpool
-
Interface, which Grizzly thread pool threads should implement.
- WorkerThreadIOStrategy - Class in org.glassfish.grizzly.strategies
-
- workerThreadPool - Variable in class org.glassfish.grizzly.AbstractTransport
-
Worker thread pool
- WorkerThreadPoolConfigProducer - Interface in org.glassfish.grizzly.strategies
-
Strategy implementations may implement this interface to signify they have
certain thread pool configuration requirements that could be used when
building the runtime.
- workQueue - Variable in class org.glassfish.grizzly.threadpool.FixedThreadPool
-
- wrap(MemoryManager, String) - Static method in class org.glassfish.grizzly.memory.Buffers
-
- wrap(MemoryManager, String, Charset) - Static method in class org.glassfish.grizzly.memory.Buffers
-
- wrap(MemoryManager, byte[]) - Static method in class org.glassfish.grizzly.memory.Buffers
-
Returns
Buffer, which wraps the byte array.
- wrap(MemoryManager, byte[], int, int) - Static method in class org.glassfish.grizzly.memory.Buffers
-
Returns
Buffer, which wraps the part of byte array with
specific offset and length.
- wrap(MemoryManager, ByteBuffer) - Static method in class org.glassfish.grizzly.memory.Buffers
-
- wrap(byte[]) - Method in class org.glassfish.grizzly.memory.ByteBufferManager
-
Returns
Buffer, which wraps the byte array.
- wrap(byte[], int, int) - Method in class org.glassfish.grizzly.memory.ByteBufferManager
-
Returns
Buffer, which wraps the part of byte array with
specific offset and length.
- wrap(String) - Method in class org.glassfish.grizzly.memory.ByteBufferManager
-
- wrap(String, Charset) - Method in class org.glassfish.grizzly.memory.ByteBufferManager
-
- wrap(ByteBuffer) - Method in class org.glassfish.grizzly.memory.ByteBufferManager
-
- wrap(byte[]) - Static method in class org.glassfish.grizzly.memory.HeapBuffer
-
- wrap(byte[], int, int) - Static method in class org.glassfish.grizzly.memory.HeapBuffer
-
- wrap(byte[]) - Method in class org.glassfish.grizzly.memory.HeapMemoryManager
-
Returns
Buffer, which wraps the byte array.
- wrap(byte[], int, int) - Method in class org.glassfish.grizzly.memory.HeapMemoryManager
-
Returns
Buffer, which wraps the part of byte array with
specific offset and length.
- wrap(String) - Method in class org.glassfish.grizzly.memory.HeapMemoryManager
-
- wrap(String, Charset) - Method in class org.glassfish.grizzly.memory.HeapMemoryManager
-
- wrap(ByteBuffer) - Method in class org.glassfish.grizzly.memory.HeapMemoryManager
-
- wrap(byte[]) - Method in class org.glassfish.grizzly.memory.PooledMemoryManager
-
- wrap(byte[], int, int) - Method in class org.glassfish.grizzly.memory.PooledMemoryManager
-
- wrap(String) - Method in class org.glassfish.grizzly.memory.PooledMemoryManager
-
- wrap(String, Charset) - Method in class org.glassfish.grizzly.memory.PooledMemoryManager
-
- wrap(ByteBuffer) - Method in class org.glassfish.grizzly.memory.PooledMemoryManager
-
- wrap(byte[]) - Method in interface org.glassfish.grizzly.memory.WrapperAware
-
Returns
Buffer, which wraps the byte array.
- wrap(byte[], int, int) - Method in interface org.glassfish.grizzly.memory.WrapperAware
-
Returns
Buffer, which wraps the part of byte array with
specific offset and length.
- wrap(String) - Method in interface org.glassfish.grizzly.memory.WrapperAware
-
- wrap(String, Charset) - Method in interface org.glassfish.grizzly.memory.WrapperAware
-
- wrap(ByteBuffer) - Method in interface org.glassfish.grizzly.memory.WrapperAware
-
- wrapAll(FilterChainContext, SSLConnectionContext) - Method in class org.glassfish.grizzly.ssl.SSLBaseFilter
-
- wrapByteBuffer(ByteBuffer) - Method in class org.glassfish.grizzly.memory.ByteBufferManager.SmallByteBufferWrapper
-
- wrapByteBuffer(ByteBuffer) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
-
- wrappedFilter - Variable in class org.glassfish.grizzly.ssl.SSLBaseFilter.SSLTransportFilterWrapper
-
- WrapperAware - Interface in org.glassfish.grizzly.memory
-
MemoryManagers, which implement this interface, are able to convert
frequently used Java buffer types to Grizzly
Buffer.
- WritableMessage - Interface in org.glassfish.grizzly.asyncqueue
-
Common interface for entities that may be written to a
Channel.
- write(Connection<L>, WritableMessage) - Method in class org.glassfish.grizzly.AbstractWriter
-
- write(Connection<L>, WritableMessage, CompletionHandler<WriteResult<WritableMessage, L>>) - Method in class org.glassfish.grizzly.AbstractWriter
-
- write(Connection<L>, L, WritableMessage) - Method in class org.glassfish.grizzly.AbstractWriter
-
- write(Connection<L>, L, WritableMessage, CompletionHandler<WriteResult<WritableMessage, L>>) - Method in class org.glassfish.grizzly.AbstractWriter
-
- write(Connection<L>, L, WritableMessage, CompletionHandler<WriteResult<WritableMessage, L>>, PushBackHandler, MessageCloner<WritableMessage>) - Method in interface org.glassfish.grizzly.asyncqueue.AsyncQueueWriter
-
Deprecated.
push back logic is deprecated
- write(Connection, Object, Object, CompletionHandler<WriteResult>) - Method in class org.glassfish.grizzly.filterchain.DefaultFilterChain
-
- write(Connection, Object, Object, CompletionHandler<WriteResult>, MessageCloner) - Method in class org.glassfish.grizzly.filterchain.DefaultFilterChain
-
- write(Connection, Object, Object, CompletionHandler, PushBackHandler) - Method in class org.glassfish.grizzly.filterchain.DefaultFilterChain
-
Deprecated.
- write(Object) - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
-
- write(Object, boolean) - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
-
- write(Object, CompletionHandler<WriteResult>) - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
-
- write(Object, CompletionHandler<WriteResult>, boolean) - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
-
- write(Object, Object, CompletionHandler<WriteResult>) - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
-
- write(Object, Object, CompletionHandler<WriteResult>, boolean) - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
-
- write(Object, Object, CompletionHandler<WriteResult>, PushBackHandler) - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
-
Deprecated.
- write(Object, Object, CompletionHandler<WriteResult>, PushBackHandler, boolean) - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
-
Deprecated.
- write(Object, Object, CompletionHandler<WriteResult>, MessageCloner) - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
-
- write(Object, Object, CompletionHandler<WriteResult>, PushBackHandler, MessageCloner) - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
-
Deprecated.
- write(Object, Object, CompletionHandler<WriteResult>, MessageCloner, boolean) - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
-
- write(Object, Object, CompletionHandler<WriteResult>, PushBackHandler, MessageCloner, boolean) - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
-
Deprecated.
- write(Connection<SocketAddress>, SocketAddress, WritableMessage, CompletionHandler<WriteResult<WritableMessage, SocketAddress>>, MessageCloner<WritableMessage>) - Method in class org.glassfish.grizzly.nio.AbstractNIOAsyncQueueWriter
-
- write(Connection<SocketAddress>, SocketAddress, WritableMessage, CompletionHandler<WriteResult<WritableMessage, SocketAddress>>, PushBackHandler) - Method in class org.glassfish.grizzly.nio.AbstractNIOAsyncQueueWriter
-
Deprecated.
- write(Connection<SocketAddress>, SocketAddress, WritableMessage, CompletionHandler<WriteResult<WritableMessage, SocketAddress>>, PushBackHandler, MessageCloner<WritableMessage>) - Method in class org.glassfish.grizzly.nio.AbstractNIOAsyncQueueWriter
-
Deprecated.
- write(M) - Method in class org.glassfish.grizzly.nio.NIOConnection
-
- write(M, CompletionHandler<WriteResult<M, SocketAddress>>) - Method in class org.glassfish.grizzly.nio.NIOConnection
-
- write(M, CompletionHandler<WriteResult<M, SocketAddress>>, PushBackHandler) - Method in class org.glassfish.grizzly.nio.NIOConnection
-
Deprecated.
- write(SocketAddress, M, CompletionHandler<WriteResult<M, SocketAddress>>) - Method in class org.glassfish.grizzly.nio.NIOConnection
-
- write(SocketAddress, M, CompletionHandler<WriteResult<M, SocketAddress>>, PushBackHandler) - Method in class org.glassfish.grizzly.nio.NIOConnection
-
Deprecated.
- write(Connection<SocketAddress>, SocketAddress, WritableMessage, CompletionHandler<WriteResult<WritableMessage, SocketAddress>>, MessageCloner<WritableMessage>) - Method in class org.glassfish.grizzly.nio.tmpselectors.TemporarySelectorWriter
-
- write(Connection<SocketAddress>, SocketAddress, WritableMessage, CompletionHandler<WriteResult<WritableMessage, SocketAddress>>, PushBackHandler) - Method in class org.glassfish.grizzly.nio.tmpselectors.TemporarySelectorWriter
-
Deprecated.
- write(Connection<SocketAddress>, SocketAddress, WritableMessage, CompletionHandler<WriteResult<WritableMessage, SocketAddress>>, long, TimeUnit) - Method in class org.glassfish.grizzly.nio.tmpselectors.TemporarySelectorWriter
-
- write(Connection<SocketAddress>, SocketAddress, WritableMessage, CompletionHandler<WriteResult<WritableMessage, SocketAddress>>, PushBackHandler, long, TimeUnit) - Method in class org.glassfish.grizzly.nio.tmpselectors.TemporarySelectorWriter
-
- write(TCPNIOConnection, WritableMessage) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransport
-
- write(TCPNIOConnection, WritableMessage, WriteResult) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransport
-
- write(UDPNIOConnection, SocketAddress, WritableMessage) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOTransport
-
- write(UDPNIOConnection, SocketAddress, WritableMessage, WriteResult<WritableMessage, SocketAddress>) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOTransport
-
- write(Connection, Object, Object, CompletionHandler<WriteResult>) - Method in interface org.glassfish.grizzly.Processor
-
- write(Connection, Object, Object, CompletionHandler<WriteResult>, MessageCloner) - Method in interface org.glassfish.grizzly.Processor
-
- write(Connection, Object, Object, CompletionHandler<WriteResult>, PushBackHandler) - Method in interface org.glassfish.grizzly.Processor
-
Deprecated.
- write(Connection, Object, Object, CompletionHandler) - Method in class org.glassfish.grizzly.StandaloneProcessor
-
- write(Connection, Object, Object, CompletionHandler, MessageCloner) - Method in class org.glassfish.grizzly.StandaloneProcessor
-
- write(Connection, Object, Object, CompletionHandler, PushBackHandler) - Method in class org.glassfish.grizzly.StandaloneProcessor
-
Deprecated.
- write(byte) - Method in class org.glassfish.grizzly.streams.BufferedOutput
-
- write(Buffer) - Method in class org.glassfish.grizzly.streams.BufferedOutput
-
- write(byte) - Method in interface org.glassfish.grizzly.streams.Output
-
- write(Buffer) - Method in interface org.glassfish.grizzly.streams.Output
-
- write(byte) - Method in class org.glassfish.grizzly.streams.StreamOutput
-
- write(Buffer) - Method in class org.glassfish.grizzly.streams.StreamOutput
-
- write(int) - Method in class org.glassfish.grizzly.utils.BufferOutputStream
-
- write(byte[]) - Method in class org.glassfish.grizzly.utils.BufferOutputStream
-
- write(byte[], int, int) - Method in class org.glassfish.grizzly.utils.BufferOutputStream
-
- write(M) - Method in interface org.glassfish.grizzly.Writeable
-
Method writes the buffer.
- write(M, CompletionHandler<WriteResult<M, L>>) - Method in interface org.glassfish.grizzly.Writeable
-
Method writes the buffer.
- write(M, CompletionHandler<WriteResult<M, L>>, PushBackHandler) - Method in interface org.glassfish.grizzly.Writeable
-
Deprecated.
push back logic is deprecated
- write(L, M, CompletionHandler<WriteResult<M, L>>) - Method in interface org.glassfish.grizzly.Writeable
-
Method writes the buffer to the specific address.
- write(L, M, CompletionHandler<WriteResult<M, L>>, PushBackHandler) - Method in interface org.glassfish.grizzly.Writeable
-
Deprecated.
push back logic is deprecated
- write(Connection<L>, WritableMessage) - Method in interface org.glassfish.grizzly.Writer
-
- write(Connection<L>, WritableMessage, CompletionHandler<WriteResult<WritableMessage, L>>) - Method in interface org.glassfish.grizzly.Writer
-
- write(Connection<L>, L, WritableMessage) - Method in interface org.glassfish.grizzly.Writer
-
- write(Connection<L>, L, WritableMessage, CompletionHandler<WriteResult<WritableMessage, L>>) - Method in interface org.glassfish.grizzly.Writer
-
- write(Connection<L>, L, WritableMessage, CompletionHandler<WriteResult<WritableMessage, L>>, PushBackHandler) - Method in interface org.glassfish.grizzly.Writer
-
Deprecated.
push back logic is deprecated
- write(Connection<L>, L, WritableMessage, CompletionHandler<WriteResult<WritableMessage, L>>, MessageCloner<WritableMessage>) - Method in interface org.glassfish.grizzly.Writer
-
- write0(NIOConnection, AsyncWriteQueueRecord) - Method in class org.glassfish.grizzly.nio.AbstractNIOAsyncQueueWriter
-
- write0(NIOConnection, SocketAddress, WritableMessage, WriteResult<WritableMessage, SocketAddress>, long, TimeUnit) - Method in class org.glassfish.grizzly.nio.tmpselectors.TemporarySelectorWriter
-
Flush the buffer by looping until the
Buffer is empty
- write0(NIOConnection, AsyncWriteQueueRecord) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOAsyncQueueWriter
-
- write0(NIOConnection, WritableMessage, WriteResult<WritableMessage, SocketAddress>) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOAsyncQueueWriter
-
- write0(NIOConnection, AsyncWriteQueueRecord) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOAsyncQueueWriter
-
- Writeable<L> - Interface in org.glassfish.grizzly
-
Implementations of this interface are able to write data from a
Buffer.
- writeBoolean(boolean) - Method in class org.glassfish.grizzly.streams.AbstractStreamWriter
-
Write the boolean value to the StreamWriter.
- writeBoolean(boolean) - Method in interface org.glassfish.grizzly.streams.StreamWriter
-
Write the boolean value to the StreamWriter.
- writeBooleanArray(boolean[]) - Method in class org.glassfish.grizzly.streams.AbstractStreamWriter
-
Write the array of boolean values to the StreamWriter.
- writeBooleanArray(boolean[]) - Method in interface org.glassfish.grizzly.streams.StreamWriter
-
Write the array of boolean values to the StreamWriter.
- writeBuffer(Buffer) - Method in class org.glassfish.grizzly.streams.AbstractStreamWriter
-
Write the
Buffer to the
StreamWriter.
- writeBuffer(Buffer) - Method in interface org.glassfish.grizzly.streams.StreamWriter
-
Write the
Buffer to the
StreamWriter.
- writeBufferSize - Variable in class org.glassfish.grizzly.AbstractTransport
-
Transport default buffer size for write operations
- writeBufferSize - Variable in class org.glassfish.grizzly.NIOTransportBuilder
-
- writeByte(byte) - Method in class org.glassfish.grizzly.streams.AbstractStreamWriter
-
Write the byte value to the StreamWriter.
- writeByte(byte) - Method in interface org.glassfish.grizzly.streams.StreamWriter
-
Write the byte value to the StreamWriter.
- writeByteArray(byte[]) - Method in class org.glassfish.grizzly.streams.AbstractStreamWriter
-
Write the array of byte values to the StreamWriter.
- writeByteArray(byte[], int, int) - Method in class org.glassfish.grizzly.streams.AbstractStreamWriter
-
Write the part of array of byte values to the
StreamWriter, using specific offset and length values.
- writeByteArray(byte[]) - Method in interface org.glassfish.grizzly.streams.StreamWriter
-
Write the array of byte values to the StreamWriter.
- writeByteArray(byte[], int, int) - Method in interface org.glassfish.grizzly.streams.StreamWriter
-
Write the part of array of byte values to the
StreamWriter, using specific offset and length values.
- writeChar(char) - Method in class org.glassfish.grizzly.streams.AbstractStreamWriter
-
Write the char value to the StreamWriter.
- writeChar(char) - Method in interface org.glassfish.grizzly.streams.StreamWriter
-
Write the char value to the StreamWriter.
- writeCharArray(char[]) - Method in class org.glassfish.grizzly.streams.AbstractStreamWriter
-
Write the array of char values to the StreamWriter.
- writeCharArray(char[]) - Method in interface org.glassfish.grizzly.streams.StreamWriter
-
Write the array of char values to the StreamWriter.
- writeCoderProperties(Buffer) - Method in class org.glassfish.grizzly.compression.lzma.impl.Encoder
-
- writeCompositeBuffer(TCPNIOConnection, CompositeBuffer) - Static method in class org.glassfish.grizzly.nio.transport.TCPNIOUtils
-
- writeDouble(double) - Method in class org.glassfish.grizzly.streams.AbstractStreamWriter
-
Write the double value to the StreamWriter.
- writeDouble(double) - Method in interface org.glassfish.grizzly.streams.StreamWriter
-
Write the double value to the StreamWriter.
- writeDoubleArray(double[]) - Method in class org.glassfish.grizzly.streams.AbstractStreamWriter
-
Write the array of double values to the StreamWriter.
- writeDoubleArray(double[]) - Method in interface org.glassfish.grizzly.streams.StreamWriter
-
Write the array of double values to the StreamWriter.
- writeFloat(float) - Method in class org.glassfish.grizzly.streams.AbstractStreamWriter
-
Write the float value to the StreamWriter.
- writeFloat(float) - Method in interface org.glassfish.grizzly.streams.StreamWriter
-
Write the float value to the StreamWriter.
- writeFloatArray(float[]) - Method in class org.glassfish.grizzly.streams.AbstractStreamWriter
-
Write the array of float values to the StreamWriter.
- writeFloatArray(float[]) - Method in interface org.glassfish.grizzly.streams.StreamWriter
-
Write the array of float values to the StreamWriter.
- WriteHandler - Interface in org.glassfish.grizzly
-
Callback notification mechanism that signals the developer it's possible
to write content.
- writeHandlersQueue - Variable in class org.glassfish.grizzly.asyncqueue.TaskQueue
-
- writeInt(int) - Method in class org.glassfish.grizzly.streams.AbstractStreamWriter
-
- writeInt(int) - Method in interface org.glassfish.grizzly.streams.StreamWriter
-
Write the int value to the StreamWriter.
- writeIntArray(int[]) - Method in class org.glassfish.grizzly.streams.AbstractStreamWriter
-
Write the array of int values to the StreamWriter.
- writeIntArray(int[]) - Method in interface org.glassfish.grizzly.streams.StreamWriter
-
Write the array of int values to the StreamWriter.
- writeLong(long) - Method in class org.glassfish.grizzly.streams.AbstractStreamWriter
-
Write the long value to the StreamWriter.
- writeLong(long) - Method in interface org.glassfish.grizzly.streams.StreamWriter
-
Write the long value to the StreamWriter.
- writeLongArray(long[]) - Method in class org.glassfish.grizzly.streams.AbstractStreamWriter
-
Write the array of long values to the StreamWriter.
- writeLongArray(long[]) - Method in interface org.glassfish.grizzly.streams.StreamWriter
-
Write the array of long values to the StreamWriter.
- writeNow0(NIOConnection, SocketAddress, WritableMessage, WriteResult<WritableMessage, SocketAddress>) - Method in class org.glassfish.grizzly.nio.tmpselectors.TemporarySelectorWriter
-
- writeNow0(NIOConnection, SocketAddress, WritableMessage, WriteResult<WritableMessage, SocketAddress>) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTemporarySelectorWriter
-
- writeNow0(NIOConnection, SocketAddress, WritableMessage, WriteResult<WritableMessage, SocketAddress>) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOTemporarySelectorWriter
-
- Writer<L> - Interface in org.glassfish.grizzly
-
Implementations of this interface are able to write data from a
Buffer
to
Connection.
- Writer.Reentrant - Class in org.glassfish.grizzly
-
Write reentrants counter
- Writer.Reentrant() - Constructor for class org.glassfish.grizzly.Writer.Reentrant
-
- WriteResult<K,L> - Class in org.glassfish.grizzly
-
Result of write operation, returned by
Writeable.
- WriteResult() - Constructor for class org.glassfish.grizzly.WriteResult
-
- writeShort(short) - Method in class org.glassfish.grizzly.streams.AbstractStreamWriter
-
Write the short value to the StreamWriter.
- writeShort(short) - Method in interface org.glassfish.grizzly.streams.StreamWriter
-
Write the short value to the StreamWriter.
- writeShortArray(short[]) - Method in class org.glassfish.grizzly.streams.AbstractStreamWriter
-
Write the array of short values to the StreamWriter.
- writeShortArray(short[]) - Method in interface org.glassfish.grizzly.streams.StreamWriter
-
Write the array of short values to the StreamWriter.
- writeSimpleBuffer(TCPNIOConnection, Buffer) - Static method in class org.glassfish.grizzly.nio.transport.TCPNIOUtils
-
- writeTimeout - Variable in class org.glassfish.grizzly.AbstractTransport
-
- writeTimeout - Variable in class org.glassfish.grizzly.NIOTransportBuilder
-
- writeTimeoutMillis - Variable in class org.glassfish.grizzly.nio.NIOConnection
-
- writeTo(WritableByteChannel) - Method in class org.glassfish.grizzly.FileTransfer
-
- writeToFileChannel(FileChannel, Buffer) - Static method in class org.glassfish.grizzly.memory.Buffers
-