- Cacheable - Interface in org.glassfish.grizzly
-
- CachedTypeIndex(int, String, Class<E>, int) - Constructor for class org.glassfish.grizzly.ThreadCache.CachedTypeIndex
-
- 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.
- CertificateEvent(boolean) - Constructor for class org.glassfish.grizzly.ssl.SSLBaseFilter.CertificateEvent
-
- 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
-
- ChunkingDecoder(int) - Constructor for class org.glassfish.grizzly.utils.ChunkingFilter.ChunkingDecoder
-
- ChunkingEncoder(int) - Constructor for class org.glassfish.grizzly.utils.ChunkingFilter.ChunkingEncoder
-
- 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.ChunkingEncoder - Class in org.glassfish.grizzly.utils
-
- ChunkingFilter.ChunkingTransformer - Class in org.glassfish.grizzly.utils
-
- 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.
- CipherData(String, int) - Constructor for class org.glassfish.grizzly.ssl.SSLSupport.CipherData
-
- 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
-
- completeAndRelease() - 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
-
- ConditionElement(Condition, FutureImpl<E>, CompletionHandler<E>) - Constructor for class org.glassfish.grizzly.utils.StateHolder.ConditionElement
-
- 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
-
- connectCloseSemaphoreUpdater - Static 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.
- 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
- 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
-
- 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
-
- createSSLContext(boolean) - 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.