- name - Variable in class org.glassfish.grizzly.AbstractTransport
-
Transport name
- name() - Method in class org.glassfish.grizzly.attributes.Attribute
-
Return attribute name, which is used as attribute key on non-indexed
AttributeHolders.
- name - Variable in class org.glassfish.grizzly.NIOTransportBuilder
-
- name2Attribute - Variable in class org.glassfish.grizzly.attributes.DefaultAttributeBuilder
-
- NEED_HANDSHAKE_ERROR - Static variable in class org.glassfish.grizzly.ssl.SSLDecoderTransformer
-
- NEED_HANDSHAKE_ERROR - Static variable in class org.glassfish.grizzly.ssl.SSLEncoderTransformer
-
- needClientAuth - Variable in class org.glassfish.grizzly.ssl.SSLEngineConfigurator
-
Require client Authentication.
- newBuffer() - Static method in class org.glassfish.grizzly.memory.CompositeBuffer
-
Construct CompositeBuffer.
- newBuffer(MemoryManager) - Static method in class org.glassfish.grizzly.memory.CompositeBuffer
-
- newBuffer(MemoryManager, Buffer...) - Static method in class org.glassfish.grizzly.memory.CompositeBuffer
-
- newBuffer(MemoryManager, Buffer[], boolean) - Static method in class org.glassfish.grizzly.memory.CompositeBuffer
-
- newBuffer(int) - Method in class org.glassfish.grizzly.nio.transport.DefaultStreamWriter.Output
-
- newBuffer(int) - Method in class org.glassfish.grizzly.streams.BufferedOutput
-
- newBuffer(int) - Method in class org.glassfish.grizzly.streams.TransformerOutput
-
- newInstance() - Static method in class org.glassfish.grizzly.nio.transport.TCPNIOTransportBuilder
-
- newInstance() - Static method in class org.glassfish.grizzly.nio.transport.UDPNIOTransportBuilder
-
- newSelector(SelectorProvider) - Static method in class org.glassfish.grizzly.nio.Selectors
-
- NextAction - Interface in org.glassfish.grizzly.filterchain
-
The interface defines the instruction for a
FilterChain, how it should continue filter chain execution.
- nextFilterIdx() - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
-
- NIOChannelDistributor - Interface in org.glassfish.grizzly.nio
-
- nioChannelDistributor - Variable in class org.glassfish.grizzly.nio.NIOTransport
-
- nioChannelDistributor - Variable in class org.glassfish.grizzly.NIOTransportBuilder
-
- NIOConnection - Class in org.glassfish.grizzly.nio
-
Common
Connection implementation for Java NIO
Connections.
- NIOConnection(NIOTransport) - Constructor for class org.glassfish.grizzly.nio.NIOConnection
-
- NIOTransport - Class in org.glassfish.grizzly.nio
-
- NIOTransport(String) - Constructor for class org.glassfish.grizzly.nio.NIOTransport
-
- NIOTransportBuilder<T extends NIOTransportBuilder> - Class in org.glassfish.grizzly
-
This builder is responsible for creating
NIOTransport implementations as well as providing basic
configuration for
IOStrategies and thread pools.
- NIOTransportBuilder(Class<? extends NIOTransport>) - Constructor for class org.glassfish.grizzly.NIOTransportBuilder
-
Constructs a new
NIOTransport using the given
transportClass and
IOStrategy.
- NO_FILTER_INDEX - Static variable in class org.glassfish.grizzly.filterchain.FilterChainContext
-
- NOT_LOCALIZABLE - Static variable in interface org.glassfish.grizzly.localization.Localizable
-
Special constant that represents a message that is not localizable.
- NOTIFICATION_CLOSED_COMPLETE - Static variable in class org.glassfish.grizzly.nio.NIOConnection
-
- NOTIFICATION_INITIALIZED - Static variable in class org.glassfish.grizzly.nio.NIOConnection
-
- notifyAvailable(ReadHandler) - Method in interface org.glassfish.grizzly.InputSource
-
Notify the specified
ReadHandler when any number of bytes or characters can be read without blocking.
- notifyAvailable(ReadHandler, int) - Method in interface org.glassfish.grizzly.InputSource
-
Notify the specified
ReadHandler when the number of bytes that can be read without blocking is greater or
equal to the specified
size.
- notifyAvailable(int) - Method in class org.glassfish.grizzly.streams.AbstractStreamReader
-
Method returns
Future, using which it's possible check if
StreamReader has required amount of bytes
available for reading reading.
- notifyAvailable(int, CompletionHandler<Integer>) - Method in class org.glassfish.grizzly.streams.AbstractStreamReader
-
Method returns
Future, using which it's possible check if
StreamReader has required amount of bytes
available for reading reading.
- notifyAvailable(int) - Method in interface org.glassfish.grizzly.streams.StreamReader
-
Method returns
Future, using which it's possible check if
StreamReader has required amount of bytes
available for reading reading.
- notifyAvailable(int, CompletionHandler<Integer>) - Method in interface org.glassfish.grizzly.streams.StreamReader
-
Method returns
Future, using which it's possible check if
StreamReader has required amount of bytes
available for reading reading.
- notifyCancel(FutureImpl<R>, CompletionHandler) - Static method in class org.glassfish.grizzly.utils.Futures
-
- notifyCanWrite(WriteHandler) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOConnection
-
Instructs the
OutputSink to invoke the provided
WriteHandler when it is possible to write more
bytes (or characters).
- notifyCanWrite(WriteHandler, int) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOConnection
-
Deprecated.
- notifyCanWrite(WriteHandler) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOConnection
-
Instructs the
OutputSink to invoke the provided
WriteHandler when it is possible to write more
bytes (or characters).
- notifyCanWrite(WriteHandler, int) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOConnection
-
Deprecated.
- notifyCanWrite(WriteHandler) - Method in interface org.glassfish.grizzly.OutputSink
-
Instructs the
OutputSink to invoke the provided
WriteHandler when it is possible to write more
bytes (or characters).
- notifyCanWrite(WriteHandler, int) - Method in interface org.glassfish.grizzly.OutputSink
-
- notifyChangedExcept(Filter) - Method in class org.glassfish.grizzly.filterchain.ListFacadeFilterChain
-
- notifyComplete() - Method in class org.glassfish.grizzly.asyncqueue.AsyncReadQueueRecord
-
- notifyCompleteAndRecycle() - Method in class org.glassfish.grizzly.asyncqueue.AsyncWriteQueueRecord
-
- notifyCompleted(CompletionHandler<Integer>) - Method in class org.glassfish.grizzly.nio.transport.DefaultStreamReader.Input
-
- notifyCompleted(CompletionHandler<Integer>) - Method in class org.glassfish.grizzly.streams.BufferedInput
-
- notifyCondition(Condition) - Method in class org.glassfish.grizzly.streams.AbstractStreamReader
-
Method returns
Future, using which it's possible check if
StreamReader meets specific
Condition.
- notifyCondition(Condition, CompletionHandler<Integer>) - Method in class org.glassfish.grizzly.streams.AbstractStreamReader
-
Method returns
Future, using which it's possible check if
StreamReader meets specific
Condition.
- notifyCondition(Condition, CompletionHandler<Integer>) - Method in class org.glassfish.grizzly.streams.BufferedInput
-
- notifyCondition(Condition, CompletionHandler<Integer>) - Method in interface org.glassfish.grizzly.streams.Input
-
- notifyCondition(Condition, CompletionHandler<Integer>) - Method in class org.glassfish.grizzly.streams.StreamInput
-
- notifyCondition(Condition) - Method in interface org.glassfish.grizzly.streams.StreamReader
-
Method returns
Future, using which it's possible check if
StreamReader meets specific
Condition.
- notifyCondition(Condition, CompletionHandler<Integer>) - Method in interface org.glassfish.grizzly.streams.StreamReader
-
Method returns
Future, using which it's possible check if
StreamReader meets specific
Condition.
- notifyConditionListeners() - Method in class org.glassfish.grizzly.utils.StateHolder
-
- notifyConnectionError(Throwable) - Method in interface org.glassfish.grizzly.Connection
-
Method gets invoked, when error occur during the Connection lifecycle.
- notifyConnectionError(Throwable) - Method in class org.glassfish.grizzly.nio.NIOConnection
-
Method gets invoked, when error occur during the Connection lifecycle.
- notifyDownstream(FilterChainEvent) - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
-
- notifyDownstream(FilterChainEvent, CompletionHandler<FilterChainContext>) - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
-
- notifyException(ExceptionHandler.Severity, Throwable) - Method in interface org.glassfish.grizzly.utils.ExceptionHandler
-
- notifyFailure(Throwable) - Method in class org.glassfish.grizzly.asyncqueue.AsyncQueueRecord
-
- notifyFailure(CompletionHandler<Integer>, Throwable) - Method in class org.glassfish.grizzly.nio.transport.DefaultStreamReader.Input
-
- notifyFailure(CompletionHandler<Integer>, Throwable) - Method in class org.glassfish.grizzly.streams.BufferedInput
-
- notifyFailure(FutureImpl<R>, CompletionHandler, Throwable) - Static method in class org.glassfish.grizzly.utils.Futures
-
- notifyHandshakeComplete(Connection<?>, SSLEngine) - Method in class org.glassfish.grizzly.ssl.SSLBaseFilter
-
- notifyHandshakeComplete(Connection<?>, SSLEngine) - Method in class org.glassfish.grizzly.ssl.SSLFilter
-
- notifyHandshakeFailed(Connection, Throwable) - Method in class org.glassfish.grizzly.ssl.SSLBaseFilter
-
- notifyHandshakeFailed(Connection, Throwable) - Method in class org.glassfish.grizzly.ssl.SSLFilter
-
- notifyHandshakeInit(Connection<?>, SSLEngine) - Method in class org.glassfish.grizzly.ssl.SSLBaseFilter
-
- notifyHandshakeStart(Connection) - Method in class org.glassfish.grizzly.ssl.SSLBaseFilter
-
- notifyHaveResult() - Method in class org.glassfish.grizzly.impl.UnsafeFutureImpl
-
Notify blocked listeners threads about operation completion.
- notifyIncomplete() - Method in class org.glassfish.grizzly.asyncqueue.AsyncQueueRecord
-
- notifyIOEventDisabled(NIOConnection, IOEvent) - Static method in class org.glassfish.grizzly.nio.NIOConnection
-
- notifyIOEventEnabled(NIOConnection, IOEvent) - Static method in class org.glassfish.grizzly.nio.NIOConnection
-
- notifyIOEventReady(NIOConnection, IOEvent) - Static method in class org.glassfish.grizzly.nio.NIOConnection
-
- notifyProbesAccept(NIOConnection, NIOConnection) - Static method in class org.glassfish.grizzly.nio.NIOConnection
-
- notifyProbesBeforePause(AbstractTransport) - Static method in class org.glassfish.grizzly.AbstractTransport
-
- notifyProbesBeforeResume(AbstractTransport) - Static method in class org.glassfish.grizzly.AbstractTransport
-
- notifyProbesBeforeStart(AbstractTransport) - Static method in class org.glassfish.grizzly.AbstractTransport
-
- notifyProbesBeforeStop(AbstractTransport) - Static method in class org.glassfish.grizzly.AbstractTransport
-
- notifyProbesBind(NIOConnection) - Static method in class org.glassfish.grizzly.nio.NIOConnection
-
- notifyProbesClose(NIOConnection) - Static method in class org.glassfish.grizzly.nio.NIOConnection
-
- notifyProbesConfigChanged(AbstractTransport) - Static method in class org.glassfish.grizzly.AbstractTransport
-
- notifyProbesConnect(NIOConnection) - Static method in class org.glassfish.grizzly.nio.NIOConnection
-
- notifyProbesError(NIOConnection, Throwable) - Static method in class org.glassfish.grizzly.nio.NIOConnection
-
- notifyProbesError(NIOTransport, Throwable) - Static method in class org.glassfish.grizzly.nio.NIOTransport
-
- notifyProbesPause(AbstractTransport) - Static method in class org.glassfish.grizzly.AbstractTransport
-
- notifyProbesPause(NIOTransport) - Static method in class org.glassfish.grizzly.nio.NIOTransport
-
- notifyProbesRead(NIOConnection, Buffer, int) - Static method in class org.glassfish.grizzly.nio.NIOConnection
-
- notifyProbesResume(NIOTransport) - Static method in class org.glassfish.grizzly.nio.NIOTransport
-
- notifyProbesStart(NIOTransport) - Static method in class org.glassfish.grizzly.nio.NIOTransport
-
- notifyProbesStop(AbstractTransport) - Static method in class org.glassfish.grizzly.AbstractTransport
-
- notifyProbesStop(NIOTransport) - Static method in class org.glassfish.grizzly.nio.NIOTransport
-
- notifyProbesWrite(NIOConnection, Buffer, long) - Static method in class org.glassfish.grizzly.nio.NIOConnection
-
- notifyReady() - Method in class org.glassfish.grizzly.nio.transport.TCPNIOConnection
-
- notifyReady() - Method in class org.glassfish.grizzly.nio.transport.UDPNIOConnection
-
- notifyResult(FutureImpl<R>, CompletionHandler<R>, R) - Static method in class org.glassfish.grizzly.utils.Futures
-
- notifyTransportError(Throwable) - Method in class org.glassfish.grizzly.nio.NIOTransport
-
Method gets invoked, when error occur during the Transport lifecycle.
- notifyTransportError(Throwable) - Method in interface org.glassfish.grizzly.Transport
-
Method gets invoked, when error occur during the Transport lifecycle.
- notifyUpstream(FilterChainEvent) - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
-
- notifyUpstream(FilterChainEvent, CompletionHandler<FilterChainContext>) - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
-
- notifyWhenConditionMatchState(Condition, CompletionHandler<E>) - Method in class org.glassfish.grizzly.utils.StateHolder
-
Register listener, which will be notified, when state will match the condition.
- notifyWhenStateIsEqual(E, CompletionHandler<E>) - Method in class org.glassfish.grizzly.utils.StateHolder
-
Register listener, which will be notified, when state will be equal to passed one.
- notifyWhenStateIsNotEqual(E, CompletionHandler<E>) - Method in class org.glassfish.grizzly.utils.StateHolder
-
Register listener, which will be notified, when state will become not equal to passed one.
- notifyWritePossible(Connection<L>, WriteHandler, int) - Method in interface org.glassfish.grizzly.asyncqueue.AsyncQueueWriter
-
- notifyWritePossible(WriteHandler) - Method in class org.glassfish.grizzly.asyncqueue.TaskQueue
-
- notifyWritePossible(WriteHandler, int) - Method in class org.glassfish.grizzly.asyncqueue.TaskQueue
-
- notifyWritePossible(Connection<SocketAddress>, WriteHandler, int) - Method in class org.glassfish.grizzly.nio.AbstractNIOAsyncQueueWriter
-
Deprecated.
- notifyWritePossible(Connection<SocketAddress>, WriteHandler) - Method in class org.glassfish.grizzly.nio.AbstractNIOAsyncQueueWriter
-
- notifyWritePossible(Connection, WriteHandler) - Method in class org.glassfish.grizzly.nio.tmpselectors.TemporarySelectorWriter
-
Registers
WriteHandler, which will be notified ones at least one byte can be written.
- notifyWritePossible(Connection<L>, WriteHandler) - Method in interface org.glassfish.grizzly.Writer
-
Registers
WriteHandler, which will be notified ones at least one byte can be written.
- nowPos64 - Variable in class org.glassfish.grizzly.compression.lzma.LZMADecoder.LZMAInputState
-
- NullaryFunction<T> - Interface in org.glassfish.grizzly.attributes
-
- NullaryFunction<T> - Interface in org.glassfish.grizzly.utils
-
General initializer interface.