Index

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

N

name - Variable in class org.glassfish.grizzly.AbstractTransport
Transport name
name - Variable in class org.glassfish.grizzly.NIOTransportBuilder
 
name() - Method in class org.glassfish.grizzly.attributes.Attribute
Return attribute name, which is used as attribute key on non-indexed AttributeHolders.
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
 
NEED_MORE_DATA - Enum constant in enum class org.glassfish.grizzly.compression.lzma.impl.Decoder.State
 
newBuffer() - Static method in class org.glassfish.grizzly.memory.CompositeBuffer
Construct 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
 
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
 
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
Creates new Selector using passed SelectorProvider.
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 - Variable in class org.glassfish.grizzly.nio.NIOTransport
 
nioChannelDistributor - Variable in class org.glassfish.grizzly.NIOTransportBuilder
 
NIOChannelDistributor - Interface in org.glassfish.grizzly.nio
 
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
 
NONE - Enum constant in enum class org.glassfish.grizzly.filterchain.FilterChainContext.Operation
 
NONE - Enum constant in enum class org.glassfish.grizzly.IOEvent
no event
NOT_LOCALIZABLE - Static variable in interface org.glassfish.grizzly.localization.Localizable
Special constant that represents a message that is not localizable.
NOT_RUN - Enum constant in enum class org.glassfish.grizzly.ProcessorResult.Status
 
NOTIFICATION_CLOSED_COMPLETE - Static variable in class org.glassfish.grizzly.nio.NIOConnection
 
NOTIFICATION_INITIALIZED - Static variable in class org.glassfish.grizzly.nio.NIOConnection
 
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) - 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 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 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(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.
notifyCancel(FutureImpl<R>, CompletionHandler) - Static method in class org.glassfish.grizzly.utils.Futures
Complete passed FutureImpl and CompletionHandler via the cancellation notification.
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) - 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) - 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 class org.glassfish.grizzly.nio.transport.TCPNIOConnection
Deprecated.
notifyCanWrite(WriteHandler, int) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOConnection
Deprecated.
notifyCanWrite(WriteHandler, int) - Method in interface org.glassfish.grizzly.OutputSink
Deprecated.
the length parameter will be ignored. Pls. use OutputSink.notifyCanWrite(org.glassfish.grizzly.WriteHandler).
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) - 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 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, 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
Complete passed FutureImpl and CompletionHandler using the passed error
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
Notify registered ConnectionProbes about the IO Event disabled event.
notifyIOEventEnabled(NIOConnection, IOEvent) - Static method in class org.glassfish.grizzly.nio.NIOConnection
Notify registered ConnectionProbes about the IO Event enabled event.
notifyIOEventReady(NIOConnection, IOEvent) - Static method in class org.glassfish.grizzly.nio.NIOConnection
Notify registered ConnectionProbes about the IO Event ready event.
notifyProbesAccept(NIOConnection, NIOConnection) - Static method in class org.glassfish.grizzly.nio.NIOConnection
Notify registered ConnectionProbes about the accept event.
notifyProbesBeforePause(AbstractTransport) - Static method in class org.glassfish.grizzly.AbstractTransport
Notify registered TransportProbes about the before-pause event.
notifyProbesBeforeResume(AbstractTransport) - Static method in class org.glassfish.grizzly.AbstractTransport
Notify registered TransportProbes about the before-resume event.
notifyProbesBeforeStart(AbstractTransport) - Static method in class org.glassfish.grizzly.AbstractTransport
Notify registered TransportProbes about the before-start event.
notifyProbesBeforeStop(AbstractTransport) - Static method in class org.glassfish.grizzly.AbstractTransport
Notify registered TransportProbes about the before-stop event.
notifyProbesBind(NIOConnection) - Static method in class org.glassfish.grizzly.nio.NIOConnection
Notify registered ConnectionProbes about the bind event.
notifyProbesClose(NIOConnection) - Static method in class org.glassfish.grizzly.nio.NIOConnection
Notify registered ConnectionProbes about the close event.
notifyProbesConfigChanged(AbstractTransport) - Static method in class org.glassfish.grizzly.AbstractTransport
Notify registered TransportProbes about the config changed event.
notifyProbesConnect(NIOConnection) - Static method in class org.glassfish.grizzly.nio.NIOConnection
Notify registered ConnectionProbes about the connect event.
notifyProbesError(NIOConnection, Throwable) - Static method in class org.glassfish.grizzly.nio.NIOConnection
Notify registered ConnectionProbes about the error.
notifyProbesError(NIOTransport, Throwable) - Static method in class org.glassfish.grizzly.nio.NIOTransport
Notify registered TransportProbes about the error.
notifyProbesPause(AbstractTransport) - Static method in class org.glassfish.grizzly.AbstractTransport
Notify registered TransportProbes about the pause event.
notifyProbesPause(NIOTransport) - Static method in class org.glassfish.grizzly.nio.NIOTransport
Notify registered TransportProbes about the pause event.
notifyProbesRead(NIOConnection, Buffer, int) - Static method in class org.glassfish.grizzly.nio.NIOConnection
Notify registered ConnectionProbes about the read event.
notifyProbesResume(NIOTransport) - Static method in class org.glassfish.grizzly.nio.NIOTransport
Notify registered TransportProbes about the resume event.
notifyProbesStart(NIOTransport) - Static method in class org.glassfish.grizzly.nio.NIOTransport
Notify registered TransportProbes about the start event.
notifyProbesStop(AbstractTransport) - Static method in class org.glassfish.grizzly.AbstractTransport
Notify registered TransportProbes about the stop event.
notifyProbesStop(NIOTransport) - Static method in class org.glassfish.grizzly.nio.NIOTransport
Notify registered TransportProbes about the stop event.
notifyProbesWrite(NIOConnection, Buffer, long) - Static method in class org.glassfish.grizzly.nio.NIOConnection
Notify registered ConnectionProbes about the write event.
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
Complete passed FutureImpl and CompletionHandler using the passed result object.
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<SocketAddress>, WriteHandler) - Method in class org.glassfish.grizzly.nio.AbstractNIOAsyncQueueWriter
 
notifyWritePossible(Connection<SocketAddress>, WriteHandler, int) - Method in class org.glassfish.grizzly.nio.AbstractNIOAsyncQueueWriter
Deprecated.
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.
notifyWritePossible(Connection<L>, WriteHandler, int) - Method in interface org.glassfish.grizzly.asyncqueue.AsyncQueueWriter
Deprecated.
the size parameter will be ignored, use instead.
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(WriteHandler) - Method in class org.glassfish.grizzly.asyncqueue.TaskQueue
 
notifyWritePossible(WriteHandler, int) - Method in class org.glassfish.grizzly.asyncqueue.TaskQueue
 
nowPos64 - Variable in class org.glassfish.grizzly.compression.lzma.LZMADecoder.LZMAInputState
 
A B C D E F G H I J K L M N O P Q R S T U V W Z _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form