A B C D E F G H I K L M N O P Q R S T U V W X Z

A

AbstractCallbackHandler - Class in com.sun.grizzly.callbackhandler
Base CallbackHandler implementation, which delegates Processor.process(Context) call to appropriate CallbackHandler method.
AbstractCallbackHandler() - Constructor for class com.sun.grizzly.callbackhandler.AbstractCallbackHandler
 
AbstractFilterChain - Class in com.sun.grizzly.filterchain
Abstract FilterChain implementation, which redirects Processor.process(com.sun.grizzly.Context) call to the AbstractFilterChain.execute(com.sun.grizzly.filterchain.FilterChainContext)
AbstractFilterChain(FilterChainFactory) - Constructor for class com.sun.grizzly.filterchain.AbstractFilterChain
 
AbstractNIOAsyncQueueReader - Class in com.sun.grizzly.nio
The AsyncQueueReader implementation, based on the Java NIO
AbstractNIOAsyncQueueReader(NIOTransport) - Constructor for class com.sun.grizzly.nio.AbstractNIOAsyncQueueReader
 
AbstractNIOAsyncQueueWriter - Class in com.sun.grizzly.nio
The AsyncQueueWriter implementation, based on the Java NIO
AbstractNIOAsyncQueueWriter(NIOTransport) - Constructor for class com.sun.grizzly.nio.AbstractNIOAsyncQueueWriter
 
AbstractNIOConnection - Class in com.sun.grizzly.nio
Common Connection implementation for Java NIO Connections.
AbstractNIOConnection(NIOTransport) - Constructor for class com.sun.grizzly.nio.AbstractNIOConnection
 
AbstractNIOConnectionDistributor - Class in com.sun.grizzly.nio
 
AbstractNIOConnectionDistributor(AbstractNIOTransport) - Constructor for class com.sun.grizzly.nio.AbstractNIOConnectionDistributor
 
AbstractNIOTransport - Class in com.sun.grizzly.nio
 
AbstractNIOTransport(String) - Constructor for class com.sun.grizzly.nio.AbstractNIOTransport
 
AbstractProcessor<E extends Context> - Class in com.sun.grizzly
Abstract Processor interface implementation.
AbstractProcessor() - Constructor for class com.sun.grizzly.AbstractProcessor
 
AbstractReader<L> - Class in com.sun.grizzly
Abstract class, which provides transitive dependencies for overloaded Reader#read(...) methods.
AbstractReader() - Constructor for class com.sun.grizzly.AbstractReader
 
AbstractSmartMemberDecoder<E> - Class in com.sun.grizzly.smart.transformers
Base smart encoder
AbstractSmartMemberDecoder() - Constructor for class com.sun.grizzly.smart.transformers.AbstractSmartMemberDecoder
 
AbstractSmartMemberEncoder<E> - Class in com.sun.grizzly.smart.transformers
Base smart encoder
AbstractSmartMemberEncoder() - Constructor for class com.sun.grizzly.smart.transformers.AbstractSmartMemberEncoder
 
AbstractSocketConnectorHandler - Class in com.sun.grizzly
Abstract class simplifies the implementation of SocketConnectorHandler interface by preimplementing some of its methods.
AbstractSocketConnectorHandler(Transport) - Constructor for class com.sun.grizzly.AbstractSocketConnectorHandler
 
AbstractStreamReader - Class in com.sun.grizzly.streams
Each method reads data from the current ByteBuffer.
AbstractStreamReader() - Constructor for class com.sun.grizzly.streams.AbstractStreamReader
 
AbstractStreamReader(Connection) - Constructor for class com.sun.grizzly.streams.AbstractStreamReader
Create a new ByteBufferReader.
AbstractStreamReader.NotifyObject - Class in com.sun.grizzly.streams
 
AbstractStreamReader.NotifyObject(FutureImpl<Integer>, CompletionHandler<Integer>, Condition<StreamReader>) - Constructor for class com.sun.grizzly.streams.AbstractStreamReader.NotifyObject
 
AbstractStreamWriter - Class in com.sun.grizzly.streams
Write the primitive Java type to the current ByteBuffer.
AbstractStreamWriter() - Constructor for class com.sun.grizzly.streams.AbstractStreamWriter
 
AbstractStreamWriter(Connection) - Constructor for class com.sun.grizzly.streams.AbstractStreamWriter
Create a new ByteBufferWriter.
AbstractStreamWriter.DisposeBufferCompletionHandler - Class in com.sun.grizzly.streams
 
AbstractStreamWriter.DisposeBufferCompletionHandler(Buffer) - Constructor for class com.sun.grizzly.streams.AbstractStreamWriter.DisposeBufferCompletionHandler
 
AbstractTransformer<K,L> - Class in com.sun.grizzly
 
AbstractTransformer() - Constructor for class com.sun.grizzly.AbstractTransformer
 
AbstractTransport - Class in com.sun.grizzly
Abstract Transport.
AbstractTransport(String) - Constructor for class com.sun.grizzly.AbstractTransport
 
AbstractWriter<L> - Class in com.sun.grizzly
Abstract class, which provides transitive dependencies for overloaded Writer#read(...) methods.
AbstractWriter() - Constructor for class com.sun.grizzly.AbstractWriter
 
accept() - Method in class com.sun.grizzly.nio.transport.TCPNIOServerConnection
Accept a Connection
accept() - Method in interface com.sun.grizzly.SocketAcceptor
Accept a Connection
acceptAsync() - Method in class com.sun.grizzly.nio.transport.TCPNIOServerConnection
Asynchronously accept a Connection
acquireBuffer(Connection) - Method in class com.sun.grizzly.nio.tmpselectors.TemporarySelectorReader
 
add(ProcessorSelector) - Method in class com.sun.grizzly.ChainProcessorSelector
add(int, ProcessorSelector) - Method in class com.sun.grizzly.ChainProcessorSelector
add(Filter) - Method in class com.sun.grizzly.filterchain.ListFacadeFilterChain
add(int, Filter) - Method in class com.sun.grizzly.filterchain.ListFacadeFilterChain
add(E) - Method in class com.sun.grizzly.utils.LightArrayList
 
add(int, E) - Method in class com.sun.grizzly.utils.LightArrayList
 
add(E) - Method in class com.sun.grizzly.utils.LinkedTransferQueue
 
addAll(Collection<? extends ProcessorSelector>) - Method in class com.sun.grizzly.ChainProcessorSelector
addAll(int, Collection<? extends ProcessorSelector>) - Method in class com.sun.grizzly.ChainProcessorSelector
addAll(Collection<? extends Filter>) - Method in class com.sun.grizzly.filterchain.ListFacadeFilterChain
addAll(int, Collection<? extends Filter>) - Method in class com.sun.grizzly.filterchain.ListFacadeFilterChain
addAll(Collection<? extends E>) - Method in class com.sun.grizzly.utils.LightArrayList
 
addAll(int, Collection<? extends E>) - Method in class com.sun.grizzly.utils.LightArrayList
 
addConditionListener(ConditionListener<E, ?>) - Method in class com.sun.grizzly.utils.StateHolder
Add new ConditionListener to listen this StateHolder's state changes.
addConnection(Connection) - Method in class com.sun.grizzly.utils.IdleTimeoutFilter
 
addExceptionHandler(ExceptionHandler) - Method in class com.sun.grizzly.AbstractTransport
Add ExceptionHandler to handle errors, occurred during the Transport execution.
addExceptionHandler(ExceptionHandler) - Method in interface com.sun.grizzly.Transport
Add ExceptionHandler to handle errors, occurred during the Transport execution.
addPendingOperation(SelectorRunner, DefaultSelectorHandler.SelectionKeyOperation) - Method in class com.sun.grizzly.nio.DefaultSelectorHandler
 
addRecord(Connection, Buffer, CompletionHandler, Interceptor<ReadResult>) - Method in class com.sun.grizzly.nio.transport.TCPNIOAsyncQueueReader
 
addRecord(Connection, Buffer, CompletionHandler, Interceptor<ReadResult>) - Method in class com.sun.grizzly.nio.transport.UDPNIOAsyncQueueReader
 
AddressableStreamReader<A> - Interface in com.sun.grizzly.streams
Addressable StreamReader, which could be requested for data source address.
AddressableStreamWriter<A> - Interface in com.sun.grizzly.streams
Addressable StreamWriter, which can send data to different destinations.
afterExecute(Runnable, Throwable) - Method in class com.sun.grizzly.threadpool.DefaultScheduleThreadPool
 
afterExecute(Runnable, Throwable) - Method in class com.sun.grizzly.threadpool.DefaultThreadPool
 
afterProcess(E) - Method in class com.sun.grizzly.AbstractProcessor
 
afterProcess(Context) - Method in class com.sun.grizzly.filterchain.AbstractFilterChain
Method will be called by framework after Processor execution, so it can release associated resources.
afterProcess(Context) - Method in class com.sun.grizzly.nio.transport.TCPNIOAsyncQueueReader
 
afterProcess(Context) - Method in class com.sun.grizzly.nio.transport.TCPNIOAsyncQueueWriter
 
afterProcess(Context) - Method in class com.sun.grizzly.nio.transport.UDPNIOAsyncQueueReader
 
afterProcess(Context) - Method in class com.sun.grizzly.nio.transport.UDPNIOAsyncQueueWriter
 
afterProcess(E) - Method in interface com.sun.grizzly.Processor
Method will be called by framework after Processor execution, so it can release associated resources.
afterProcess(E) - Method in class com.sun.grizzly.utils.ProcessorWrapper
 
ALL_EVENTS_MASK - Static variable in interface com.sun.grizzly.utils.IOEventMask
 
allocate(int) - Method in class com.sun.grizzly.memory.ByteBufferManager
Allocated Buffer of the required size.
allocate(int) - Method in class com.sun.grizzly.memory.ByteBufferViewManager
Allocates Buffer of required size, which is actually sliced from large preallocated ByteBuffer pool.
allocate(int) - Method in class com.sun.grizzly.memory.DefaultMemoryManager
Allocates Buffer of required size.
allocate(int) - Method in interface com.sun.grizzly.memory.MemoryManager
Allocated Buffer of the required size.
allocate(int) - Method in class com.sun.grizzly.memory.slab.Slab
 
allocate(int) - Method in class com.sun.grizzly.memory.slab.SlabMemoryManagerBase
 
allocate(int, int) - Method in class com.sun.grizzly.memory.slab.SlabMemoryManagerBase
 
allocate0(int) - Method in class com.sun.grizzly.memory.ByteBufferManager
Allocates ByteBuffer of required size.
allocatedSpace() - Method in interface com.sun.grizzly.memory.slab.SlabMemoryManagerFactory.SlabPool
Total bytes allocated.
allocatedSpace() - Method in class com.sun.grizzly.memory.slab.SlabPoolImpl
 
and(IOEventMask) - Method in class com.sun.grizzly.utils.ArrayIOEventMask
 
and(IOEventMask) - Method in interface com.sun.grizzly.utils.IOEventMask
 
append(Object) - Method in class com.sun.grizzly.nio.transport.UDPNIOStreamReader
 
append(Object) - Method in class com.sun.grizzly.streams.AbstractStreamReader
 
appendBuffer(Buffer) - Method in class com.sun.grizzly.ssl.SSLStreamReader
 
appendBuffer(Buffer) - Method in class com.sun.grizzly.streams.AbstractStreamReader
Add more data to the end of the stream.
appendBuffer(Buffer) - Method in interface com.sun.grizzly.streams.StreamReader
Add more data to the end of the stream.
ArrayDecoder - Class in com.sun.grizzly.smart.transformers
 
ArrayDecoder() - Constructor for class com.sun.grizzly.smart.transformers.ArrayDecoder
 
ArrayEncoder - Class in com.sun.grizzly.smart.transformers
 
ArrayEncoder() - Constructor for class com.sun.grizzly.smart.transformers.ArrayEncoder
 
ArrayIOEventMask - Class in com.sun.grizzly.utils
Array based IOEventMask implementation
ArrayIOEventMask() - Constructor for class com.sun.grizzly.utils.ArrayIOEventMask
 
ArrayIOEventMask(boolean) - Constructor for class com.sun.grizzly.utils.ArrayIOEventMask
 
ArrayIOEventMask(IOEvent...) - Constructor for class com.sun.grizzly.utils.ArrayIOEventMask
Costructs IOEventMask, with specific enabled interests
ArrayIOEventMask(IOEventMask) - Constructor for class com.sun.grizzly.utils.ArrayIOEventMask
Copy constructor
asReadOnlyBuffer() - Method in interface com.sun.grizzly.Buffer
Creates a new, read-only byte buffer that shares this buffer's content.
asReadOnlyBuffer() - Method in class com.sun.grizzly.memory.ByteBufferWrapper
 
AsyncQueue<E> - Class in com.sun.grizzly.asyncqueue
Class represents common implementation of asynchronous processing queue.
AsyncQueue() - Constructor for class com.sun.grizzly.asyncqueue.AsyncQueue
 
AsyncQueueEnabledTransport<K,L> - Interface in com.sun.grizzly.asyncqueue
Interface, which Transports should implement if they support AsyncQueues.
AsyncQueueIO - Class in com.sun.grizzly.asyncqueue
Class encapsulates asynchronous queue implementation: AsyncQueueReader, AsyncQueueWriter.
AsyncQueueIO(AsyncQueueReader, AsyncQueueWriter) - Constructor for class com.sun.grizzly.asyncqueue.AsyncQueueIO
 
asyncQueueIO - Variable in class com.sun.grizzly.nio.transport.TCPNIOTransport
Transport AsyncQueueIO
asyncQueueIO - Variable in class com.sun.grizzly.nio.transport.UDPNIOTransport
Transport AsyncQueueIO
AsyncQueueProcessor - Interface in com.sun.grizzly.asyncqueue
Common interface for AsyncQueue processors.
AsyncQueueProcessorSelector - Class in com.sun.grizzly.asyncqueue
The ProcessorSelector implementation, which is aware of Connection asynchronous read/write queues, and is responsible for adding corresponding Processor.
AsyncQueueProcessorSelector(AsyncQueueEnabledTransport) - Constructor for class com.sun.grizzly.asyncqueue.AsyncQueueProcessorSelector
 
AsyncQueueReader<L> - Interface in com.sun.grizzly.asyncqueue
The AsyncQueueProcessor, which implements asynchronous read queue.
AsyncQueueRecord<R> - Class in com.sun.grizzly.asyncqueue
AsyncQueue element unit
AsyncQueueRecord() - Constructor for class com.sun.grizzly.asyncqueue.AsyncQueueRecord
 
AsyncQueueWriter<L> - Interface in com.sun.grizzly.asyncqueue
The AsyncQueueProcessor, which implements asynchronous write queue.
asyncReadQueue - Variable in class com.sun.grizzly.nio.AbstractNIOConnection
 
AsyncReadQueueRecord - Class in com.sun.grizzly.asyncqueue
AsyncQueue read element unit
AsyncReadQueueRecord() - Constructor for class com.sun.grizzly.asyncqueue.AsyncReadQueueRecord
 
asyncWriteQueue - Variable in class com.sun.grizzly.nio.AbstractNIOConnection
 
AsyncWriteQueueRecord<A> - Class in com.sun.grizzly.asyncqueue
AsyncQueue write element unit
AsyncWriteQueueRecord() - Constructor for class com.sun.grizzly.asyncqueue.AsyncWriteQueueRecord
 
attach() - Method in class com.sun.grizzly.ssl.SSLStreamReader
Attach state, saved in Connection to this SSLStreamReader.
Attribute<T> - Class in com.sun.grizzly.attributes
Class used to define dynamic typed attributes on AttributeHolder instances.
Attribute(AttributeBuilder, String, T) - Constructor for class com.sun.grizzly.attributes.Attribute
 
Attribute(AttributeBuilder, String, NullaryFunction<T>) - Constructor for class com.sun.grizzly.attributes.Attribute
 
attributeBuilder - Variable in class com.sun.grizzly.AbstractTransformer
 
attributeBuilder - Variable in class com.sun.grizzly.AbstractTransport
Transport AttributeBuilder, which will be used to create Attributes
AttributeBuilder - Interface in com.sun.grizzly.attributes
AttributeBuilder is responsible for creating and indexing Attributes.
attributeBuilder - Variable in class com.sun.grizzly.attributes.IndexedAttributeHolder
 
attributeBuilder - Variable in class com.sun.grizzly.attributes.NamedAttributeHolder
 
attributeBuilder - Variable in class com.sun.grizzly.threadpool.DefaultScheduleThreadPool
AttributeBuilder to index WorkerThread attributes
attributeBuilder - Variable in class com.sun.grizzly.threadpool.DefaultThreadPool
AttributeBuilder to index WorkerThread attributes
AttributeHolder - Interface in com.sun.grizzly.attributes
Interface declares common functionality for objects, which have associated Attributes.
attributes - Variable in class com.sun.grizzly.attributes.DefaultAttributeBuilder
 
attributes - Variable in class com.sun.grizzly.nio.AbstractNIOConnection
 
attributesMap - Variable in class com.sun.grizzly.attributes.NamedAttributeHolder
 
AttributeStorage - Interface in com.sun.grizzly.attributes
AttributeStorage provides access to a AttributeHolder, where application can store Attributes.
attributeValues - Variable in class com.sun.grizzly.attributes.IndexedAttributeHolder
 
availableDataSize() - Method in class com.sun.grizzly.streams.AbstractStreamReader
Return the number of bytes available for get calls.
availableDataSize() - Method in interface com.sun.grizzly.streams.StreamReader
Return the number of bytes available for get calls.

B

beforeExecute(Thread, Runnable) - Method in class com.sun.grizzly.threadpool.DefaultScheduleThreadPool
 
beforeExecute(Thread, Runnable) - Method in class com.sun.grizzly.threadpool.DefaultThreadPool
 
beforeProcess(E) - Method in class com.sun.grizzly.AbstractProcessor
 
beforeProcess(Context) - Method in class com.sun.grizzly.filterchain.AbstractFilterChain
Method will be called by framework before executing this Processor.
beforeProcess(Context) - Method in class com.sun.grizzly.nio.transport.TCPNIOAsyncQueueReader
 
beforeProcess(Context) - Method in class com.sun.grizzly.nio.transport.TCPNIOAsyncQueueWriter
 
beforeProcess(Context) - Method in class com.sun.grizzly.nio.transport.UDPNIOAsyncQueueReader
 
beforeProcess(Context) - Method in class com.sun.grizzly.nio.transport.UDPNIOAsyncQueueWriter
 
beforeProcess(E) - Method in interface com.sun.grizzly.Processor
Method will be called by framework before executing this Processor.
beforeProcess(E) - Method in class com.sun.grizzly.utils.ProcessorWrapper
 
bind(int) - Method in class com.sun.grizzly.nio.transport.TCPNIOTransport
Binds Transport to the specific port on localhost.
bind(String, int) - Method in class com.sun.grizzly.nio.transport.TCPNIOTransport
Binds Transport to the specific host and port.
bind(String, int, int) - Method in class com.sun.grizzly.nio.transport.TCPNIOTransport
Binds Transport to the specific host and port.
bind(SocketAddress) - Method in class com.sun.grizzly.nio.transport.TCPNIOTransport
Binds Transport to the specific SocketAddress.
bind(SocketAddress, int) - Method in class com.sun.grizzly.nio.transport.TCPNIOTransport
Binds Transport to the specific SocketAddress.
bind(int) - Method in class com.sun.grizzly.nio.transport.UDPNIOTransport
Binds Transport to the specific port on localhost.
bind(String, int) - Method in class com.sun.grizzly.nio.transport.UDPNIOTransport
Binds Transport to the specific host and port.
bind(String, int, int) - Method in class com.sun.grizzly.nio.transport.UDPNIOTransport
Binds Transport to the specific host and port.
bind(SocketAddress) - Method in class com.sun.grizzly.nio.transport.UDPNIOTransport
Binds Transport to the specific SocketAddress.
bind(SocketAddress, int) - Method in class com.sun.grizzly.nio.transport.UDPNIOTransport
Binds Transport to the specific SocketAddress.
bind(int) - Method in interface com.sun.grizzly.SocketBinder
Binds Transport to the specific port on localhost.
bind(String, int) - Method in interface com.sun.grizzly.SocketBinder
Binds Transport to the specific host and port.
bind(String, int, int) - Method in interface com.sun.grizzly.SocketBinder
Binds Transport to the specific host and port.
bind(SocketAddress) - Method in interface com.sun.grizzly.SocketBinder
Binds Transport to the specific SocketAddress.
bind(SocketAddress, int) - Method in interface com.sun.grizzly.SocketBinder
Binds Transport to the specific SocketAddress.
BlockingSSLHandshaker - Class in com.sun.grizzly.ssl
Blocking SSLHandshaker implementation.
BlockingSSLHandshaker() - Constructor for class com.sun.grizzly.ssl.BlockingSSLHandshaker
 
buffer - Variable in class com.sun.grizzly.asyncqueue.AsyncQueueRecord
 
Buffer<K> - Interface in com.sun.grizzly
JDK ByteBuffer was taken as base for Grizzly Buffer interface, but Buffer has several extensions: it's possible to prepend some data to a Buffer and release Buffer, when it's not required any more.
buffer - Variable in class com.sun.grizzly.memory.DefaultMemoryManager.BufferInfo
Memory pool
buffer - Variable in class com.sun.grizzly.streams.AbstractStreamWriter
 
BUFFER_OVERFLOW_ERROR - Static variable in class com.sun.grizzly.ssl.SSLDecoderTransformer
 
BUFFER_OVERFLOW_ERROR - Static variable in class com.sun.grizzly.ssl.SSLEncoderTransformer
 
BUFFER_UNDERFLOW_ERROR - Static variable in class com.sun.grizzly.ssl.SSLDecoderTransformer
 
BUFFER_UNDERFLOW_ERROR - Static variable in class com.sun.grizzly.ssl.SSLEncoderTransformer
 
bufferSize - Variable in class com.sun.grizzly.streams.AbstractStreamReader
 
bufferSize - Variable in class com.sun.grizzly.streams.AbstractStreamWriter
 
bufferType() - Method in interface com.sun.grizzly.memory.slab.SlabMemoryManagerFactory.SlabPool
The BufferType of every Slab in this pool.
bufferType() - Method in class com.sun.grizzly.memory.slab.SlabMemoryManagerImpl
 
bufferType() - Method in class com.sun.grizzly.memory.slab.SlabPoolImpl
 
bufferType() - Method in class com.sun.grizzly.memory.slab.SlabPoolMemoryManagerImpl
 
buildPath(Class, String, List) - Static method in class com.sun.grizzly.smart.Reference
 
ByteBufferManager - Class in com.sun.grizzly.memory
The simple Buffer manager implementation, which works as wrapper above ByteBuffers.
ByteBufferManager() - Constructor for class com.sun.grizzly.memory.ByteBufferManager
 
ByteBufferManager(boolean) - Constructor for class com.sun.grizzly.memory.ByteBufferManager
 
ByteBufferViewManager - Class in com.sun.grizzly.memory
The ByteBufferManager implementation, which doesn't allocate ByteBuffers each time allocate is called.
ByteBufferViewManager() - Constructor for class com.sun.grizzly.memory.ByteBufferViewManager
 
ByteBufferViewManager(boolean) - Constructor for class com.sun.grizzly.memory.ByteBufferViewManager
 
ByteBufferViewManager(boolean, int) - Constructor for class com.sun.grizzly.memory.ByteBufferViewManager
 
ByteBufferWrapper - Class in com.sun.grizzly.memory
Buffer implementation, which uses the ByteBuffer underneath.
ByteBufferWrapper() - Constructor for class com.sun.grizzly.memory.ByteBufferWrapper
 
ByteBufferWrapper(ByteBufferManager, ByteBuffer) - Constructor for class com.sun.grizzly.memory.ByteBufferWrapper
 
ByteDecoder - Class in com.sun.grizzly.smart.transformers
 
ByteDecoder() - Constructor for class com.sun.grizzly.smart.transformers.ByteDecoder
 
ByteEncoder - Class in com.sun.grizzly.smart.transformers
 
ByteEncoder() - Constructor for class com.sun.grizzly.smart.transformers.ByteEncoder
 

C

CallbackHandler - Interface in com.sun.grizzly.callbackhandler
Callback handler, which works like adapter for Processor, where each IOEvent could be processed in separate method.
CallbackHandlerAdapter - Class in com.sun.grizzly.callbackhandler
Empty adapter for CallbackHandler interface.
CallbackHandlerAdapter() - Constructor for class com.sun.grizzly.callbackhandler.CallbackHandlerAdapter
 
cancel(boolean) - Method in class com.sun.grizzly.impl.FutureImpl
cancel(boolean) - Method in class com.sun.grizzly.impl.FutureLockImpl
cancel(boolean) - Method in class com.sun.grizzly.impl.ReadyFutureImpl
Do nothing.
cancel(SelectionKey) - Method in class com.sun.grizzly.nio.DefaultSelectionKeyHandler
 
cancel(SelectionKey) - Method in interface com.sun.grizzly.nio.SelectionKeyHandler
 
cancelled(Connection) - Method in interface com.sun.grizzly.CompletionHandler
The I/O operation on the Connection was cancelled.
cancelled(Connection) - Method in class com.sun.grizzly.CompletionHandlerAdapter
The I/O operation on the Connection was cancelled.
cancelled(Connection) - Method in class com.sun.grizzly.streams.AbstractStreamWriter.DisposeBufferCompletionHandler
 
cancelled(Connection) - Method in class com.sun.grizzly.streams.StreamReaderDecorator.FeederCompletionHandler
 
capacity() - Method in interface com.sun.grizzly.Buffer
Returns this buffer's capacity.
capacity - Variable in class com.sun.grizzly.memory.ByteBufferViewManager
Capacity of the large ByteBuffer pool.
capacity() - Method in class com.sun.grizzly.memory.ByteBufferWrapper
 
ChainProcessorSelector - Class in com.sun.grizzly
ProcessorSelector implementation, which acts like wrapper for chain of ProcessorSelectors.
ChainProcessorSelector() - Constructor for class com.sun.grizzly.ChainProcessorSelector
 
ChainProcessorSelector(ProcessorSelector...) - Constructor for class com.sun.grizzly.ChainProcessorSelector
 
ChainProcessorSelector(List<ProcessorSelector>) - Constructor for class com.sun.grizzly.ChainProcessorSelector
 
channel - Variable in class com.sun.grizzly.nio.AbstractNIOConnection
 
CharDecoder - Class in com.sun.grizzly.smart.transformers
 
CharDecoder() - Constructor for class com.sun.grizzly.smart.transformers.CharDecoder
 
CharEncoder - Class in com.sun.grizzly.smart.transformers
 
CharEncoder() - Constructor for class com.sun.grizzly.smart.transformers.CharEncoder
 
CharSequence - Annotation Type in com.sun.grizzly.smart.annotations
 
charset - Variable in class com.sun.grizzly.utils.StringDecoder
 
charset - Variable in class com.sun.grizzly.utils.StringEncoder
 
check(E) - Method in interface com.sun.grizzly.utils.conditions.Condition
 
check(E) - Method in class com.sun.grizzly.utils.conditions.EqualCondition
 
check(E) - Method in class com.sun.grizzly.utils.conditions.NotEqualCondition
 
check(ReadResult<Buffer, ?>) - Method in class com.sun.grizzly.utils.MinBufferSizeCondition
 
checkConditionAndNotify(K) - Method in class com.sun.grizzly.utils.conditions.ConditionListener
 
checkSize(AttributeStorage) - Method in class com.sun.grizzly.smart.transformers.SequenceDecoder
 
ciphers - Static variable in interface com.sun.grizzly.ssl.SSLSupport
A mapping table to determine the number of effective bits in the key when using a cipher suite containing the specified cipher name.
clear() - Method in interface com.sun.grizzly.attributes.AttributeHolder
Clear all the attributes.
clear() - Method in class com.sun.grizzly.attributes.IndexedAttributeHolder
Clear all the attributes.
clear() - Method in class com.sun.grizzly.attributes.NamedAttributeHolder
Clear all the attributes.
clear() - Method in interface com.sun.grizzly.Buffer
Clears this buffer.
clear() - Method in class com.sun.grizzly.ChainProcessorSelector
clear() - Method in class com.sun.grizzly.filterchain.ListFacadeFilterChain
clear() - Method in class com.sun.grizzly.memory.ByteBufferWrapper
 
clear(AttributeStorage) - Method in class com.sun.grizzly.ssl.SSLResourcesAccessor
 
clear() - Method in class com.sun.grizzly.utils.ConcurrentQueuePool
 
clear() - Method in class com.sun.grizzly.utils.LightArrayList
 
clear() - Method in interface com.sun.grizzly.utils.ObjectPool
 
clearTimeout(Connection) - Method in class com.sun.grizzly.utils.IdleTimeoutFilter
 
CLIENT_EVENTS_MASK - Static variable in interface com.sun.grizzly.utils.IOEventMask
 
clientSocketSoTimeout - Variable in class com.sun.grizzly.nio.transport.TCPNIOTransport
The socket time out
clone(Connection, E) - Method in interface com.sun.grizzly.asyncqueue.MessageCloner
Method will be called by AsyncQueueWriter, when message could not be written directly, and will be added to the queue.
close() - Method in interface com.sun.grizzly.asyncqueue.AsyncQueueProcessor
Close AsyncQueueProcessor and release associated resources
close() - Method in interface com.sun.grizzly.Connection
Close the Connection
close() - Method in class com.sun.grizzly.memory.slab.SlabPoolImpl
 
close() - Method in class com.sun.grizzly.nio.AbstractNIOAsyncQueueReader
Close AsyncQueueProcessor and release associated resources
close() - Method in class com.sun.grizzly.nio.AbstractNIOAsyncQueueWriter
Close AsyncQueueProcessor and release associated resources
close() - Method in class com.sun.grizzly.nio.AbstractNIOConnection
 
close() - Method in class com.sun.grizzly.nio.tmpselectors.TemporarySelectorPool
 
close() - Method in class com.sun.grizzly.streams.AbstractStreamReader
Closes the StreamReader and causes all subsequent method calls on this object to throw IllegalStateException.
close() - Method in class com.sun.grizzly.streams.AbstractStreamWriter
close(CompletionHandler<Integer>) - Method in class com.sun.grizzly.streams.AbstractStreamWriter
Close the StreamWriter and make sure all data was flushed.
close(CompletionHandler<Integer>) - Method in interface com.sun.grizzly.streams.StreamWriter
Close the StreamWriter and make sure all data was flushed.
close() - Method in class com.sun.grizzly.TransportFactory
Close the TransportFactory and release all resources.
close() - Method in class com.sun.grizzly.utils.ReadableInputStream
 
close() - Method in class com.sun.grizzly.utils.WritableOutputStream
 
close0(CompletionHandler<Integer>) - Method in class com.sun.grizzly.nio.transport.TCPNIOStreamWriter
 
close0(CompletionHandler<Integer>) - Method in class com.sun.grizzly.nio.transport.UDPNIOStreamWriter
 
close0(CompletionHandler<Integer>) - Method in class com.sun.grizzly.streams.AbstractStreamWriter
 
close0(CompletionHandler) - Method in class com.sun.grizzly.streams.StreamWriterDecorator
closeConnection(Connection) - Method in class com.sun.grizzly.AbstractTransport
Close the connection, managed by Transport
closeConnection(Connection) - Method in class com.sun.grizzly.nio.AbstractNIOTransport
 
closeConnection(Connection) - Method in class com.sun.grizzly.nio.transport.TCPNIOTransport
 
closeConnection(Connection) - Method in class com.sun.grizzly.nio.transport.UDPNIOTransport
 
Codec<K,L> - Interface in com.sun.grizzly
Codec is able to transform the original message to a custom represantation and vise versa.
Codec - Annotation Type in com.sun.grizzly.smart.annotations
 
CodecFilter<K,L> - Interface in com.sun.grizzly.filterchain
 
com.sun.grizzly - package com.sun.grizzly
 
com.sun.grizzly.asyncqueue - package com.sun.grizzly.asyncqueue
 
com.sun.grizzly.attributes - package com.sun.grizzly.attributes
 
com.sun.grizzly.callbackhandler - package com.sun.grizzly.callbackhandler
 
com.sun.grizzly.filterchain - package com.sun.grizzly.filterchain
 
com.sun.grizzly.impl - package com.sun.grizzly.impl
 
com.sun.grizzly.memory - package com.sun.grizzly.memory
 
com.sun.grizzly.memory.slab - package com.sun.grizzly.memory.slab
 
com.sun.grizzly.nio - package com.sun.grizzly.nio
 
com.sun.grizzly.nio.tmpselectors - package com.sun.grizzly.nio.tmpselectors
 
com.sun.grizzly.nio.transport - package com.sun.grizzly.nio.transport
 
com.sun.grizzly.smart - package com.sun.grizzly.smart
 
com.sun.grizzly.smart.annotations - package com.sun.grizzly.smart.annotations
 
com.sun.grizzly.smart.transformers - package com.sun.grizzly.smart.transformers
 
com.sun.grizzly.ssl - package com.sun.grizzly.ssl
 
com.sun.grizzly.strategies - package com.sun.grizzly.strategies
 
com.sun.grizzly.streams - package com.sun.grizzly.streams
 
com.sun.grizzly.threadpool - package com.sun.grizzly.threadpool
 
com.sun.grizzly.utils - package com.sun.grizzly.utils
 
com.sun.grizzly.utils.conditions - package com.sun.grizzly.utils.conditions
 
compact() - Method in interface com.sun.grizzly.Buffer
Compacts this buffer  (optional operation).
compact() - Method in class com.sun.grizzly.memory.ByteBufferWrapper
 
compareTo(Buffer<ByteBuffer>) - Method in class com.sun.grizzly.memory.ByteBufferWrapper
 
COMPLETE_EVENT - Static variable in interface com.sun.grizzly.Reader
 
completed(Connection, E) - Method in interface com.sun.grizzly.CompletionHandler
The I/O operation on the Connection was completed.
completed(Connection, E) - Method in class com.sun.grizzly.CompletionHandlerAdapter
The I/O operation on the Connection was completed.
COMPLETED - Static variable in interface com.sun.grizzly.Interceptor
 
completed(Connection, RegisterChannelResult) - Method in class com.sun.grizzly.nio.transport.TCPNIOServerConnection.RegisterAcceptedChannelCompletionHandler
 
completed(Connection, RegisterChannelResult) - Method in class com.sun.grizzly.nio.transport.TCPNIOTransport.RegisterChannelCompletionHandler
 
completed(Connection, RegisterChannelResult) - Method in class com.sun.grizzly.nio.transport.UDPNIOTransport.RegisterChannelCompletionHandler
 
completed(Connection, Object) - Method in class com.sun.grizzly.streams.AbstractStreamWriter.DisposeBufferCompletionHandler
 
completed(Connection, Object) - Method in class com.sun.grizzly.streams.StreamReaderDecorator.FeederCompletionHandler
 
completionHandler - Variable in class com.sun.grizzly.asyncqueue.AsyncQueueRecord
 
CompletionHandler<E> - Interface in com.sun.grizzly
Interface, which will be used by Grizzly to notify about asynchronous I/O operations status updates.
CompletionHandlerAdapter<E> - Class in com.sun.grizzly
Adapter for CompletionHandler interface, which has empty implementation for all callback methods.
CompletionHandlerAdapter() - Constructor for class com.sun.grizzly.CompletionHandlerAdapter
 
componentDecoder - Variable in class com.sun.grizzly.smart.transformers.SequenceDecoder
 
componentEncoder - Variable in class com.sun.grizzly.smart.transformers.SequenceEncoder
 
componentType - Variable in class com.sun.grizzly.smart.transformers.SequenceDecoder
 
componentType - Variable in class com.sun.grizzly.smart.transformers.SequenceEncoder
 
ConcurrentQueuePool<E extends PoolableObject> - Class in com.sun.grizzly.utils
ObjectPool implementation based on LinkedTransferQueue
ConcurrentQueuePool() - Constructor for class com.sun.grizzly.utils.ConcurrentQueuePool
 
Condition<E> - Interface in com.sun.grizzly.utils.conditions
 
condition - Variable in class com.sun.grizzly.utils.conditions.ConditionListener
 
ConditionListener<K,L> - Class in com.sun.grizzly.utils.conditions
Common ConditionListener class, which could be used with StateHolder, to register custom conditions.
ConditionListener() - Constructor for class com.sun.grizzly.utils.conditions.ConditionListener
 
ConditionListener(Condition<K>, L) - Constructor for class com.sun.grizzly.utils.conditions.ConditionListener
 
config - Variable in class com.sun.grizzly.smart.transformers.SequenceDecoder
 
config - Variable in class com.sun.grizzly.smart.transformers.SequenceEncoder
 
configure(SSLEngine) - Method in class com.sun.grizzly.ssl.SSLEngineConfigurator
Configure passed SSLEngine, using current configurator settings
configureBlocking(boolean) - Method in class com.sun.grizzly.AbstractTransport
Sets the Transport mode.
configureBlocking(boolean) - Method in interface com.sun.grizzly.Connection
Returns the Connection mode.
configureBlocking(boolean) - Method in class com.sun.grizzly.nio.AbstractNIOConnection
 
configureBlocking(boolean) - Method in interface com.sun.grizzly.Transport
Sets the Transport mode.
configureChannel(SocketChannel) - Method in class com.sun.grizzly.nio.transport.TCPNIOTransport
Configuring SocketChannel according the transport settings
connect(String, int) - Method in class com.sun.grizzly.AbstractSocketConnectorHandler
 
connect(SocketAddress) - Method in class com.sun.grizzly.AbstractSocketConnectorHandler
 
connect(SocketAddress, SocketAddress) - Method in class com.sun.grizzly.AbstractSocketConnectorHandler
 
connect(SocketAddress, SocketAddress) - Method in class com.sun.grizzly.nio.transport.TCPNIOConnectorHandler
 
connect(String, int) - Method in class com.sun.grizzly.nio.transport.TCPNIOTransport
 
connect(SocketAddress) - Method in class com.sun.grizzly.nio.transport.TCPNIOTransport
 
connect(SocketAddress, SocketAddress) - Method in class com.sun.grizzly.nio.transport.TCPNIOTransport
 
connect() - Method in class com.sun.grizzly.nio.transport.UDPNIOConnectorHandler
Creates non-connected UDP Connection.
connect(SocketAddress, SocketAddress) - Method in class com.sun.grizzly.nio.transport.UDPNIOConnectorHandler
 
connect() - Method in class com.sun.grizzly.nio.transport.UDPNIOTransport
Creates non-connected UDP Connection.
connect(String, int) - Method in class com.sun.grizzly.nio.transport.UDPNIOTransport
 
connect(SocketAddress) - Method in class com.sun.grizzly.nio.transport.UDPNIOTransport
 
connect(SocketAddress, SocketAddress) - Method in class com.sun.grizzly.nio.transport.UDPNIOTransport
 
connect(String, int) - Method in interface com.sun.grizzly.SocketConnectorHandler
Creates, initializes and connects socket to the specific remote host and port and returns Connection, representing socket.
connect(SocketAddress) - Method in interface com.sun.grizzly.SocketConnectorHandler
Creates, initializes and connects socket to the specific SocketAddress and returns Connection, representing socket.
connect(SocketAddress, SocketAddress) - Method in interface com.sun.grizzly.SocketConnectorHandler
Creates, initializes socket, binds it to the specific local and remote SocketAddress and returns Connection, representing socket.
connectAsync(SocketAddress, SocketAddress) - Method in class com.sun.grizzly.nio.transport.TCPNIOConnectorHandler
 
connectAsync(SocketAddress, SocketAddress) - Method in class com.sun.grizzly.nio.transport.UDPNIOConnectorHandler
 
Connection<L> - Interface in com.sun.grizzly
Common interface, which represents any kind of connection.
connectionTimeout - Variable in class com.sun.grizzly.nio.transport.TCPNIOConnectorHandler
 
connectionTimeout - Variable in class com.sun.grizzly.nio.transport.TCPNIOTransport
Default channel connection timeout
connectionTimeout - Variable in class com.sun.grizzly.nio.transport.UDPNIOConnectorHandler
 
connectionTimeout - Variable in class com.sun.grizzly.nio.transport.UDPNIOTransport
Default channel connection timeout
connectSync(SocketAddress, SocketAddress) - Method in class com.sun.grizzly.nio.transport.TCPNIOConnectorHandler
 
connectSync(SocketAddress, SocketAddress) - Method in class com.sun.grizzly.nio.transport.UDPNIOConnectorHandler
 
contains(Object) - Method in class com.sun.grizzly.ChainProcessorSelector
contains(Object) - Method in class com.sun.grizzly.filterchain.ListFacadeFilterChain
contains(Object) - Method in class com.sun.grizzly.utils.LightArrayList
 
containsAll(Collection<?>) - Method in class com.sun.grizzly.ChainProcessorSelector
containsAll(Collection<?>) - Method in class com.sun.grizzly.filterchain.ListFacadeFilterChain
containsAll(Collection<?>) - Method in class com.sun.grizzly.utils.LightArrayList
 
contentAsString(Charset) - Method in interface com.sun.grizzly.Buffer
Returns Buffer content as String
contentAsString(Charset) - Method in class com.sun.grizzly.memory.ByteBufferWrapper
 
context() - Method in class com.sun.grizzly.AbstractProcessor
Returning null, means that core is responsible to create the processing Context itself.
Context - Class in com.sun.grizzly
Object, which is responsible for holding context during I/O event processing.
Context() - Constructor for class com.sun.grizzly.Context
 
Context(ObjectPool) - Constructor for class com.sun.grizzly.Context
 
context() - Method in class com.sun.grizzly.filterchain.AbstractFilterChain
Creates Context
context() - Method in class com.sun.grizzly.nio.transport.TCPNIOAsyncQueueReader
 
context() - Method in class com.sun.grizzly.nio.transport.TCPNIOAsyncQueueWriter
 
context() - Method in class com.sun.grizzly.nio.transport.UDPNIOAsyncQueueReader
 
context() - Method in class com.sun.grizzly.nio.transport.UDPNIOAsyncQueueWriter
 
context() - Method in interface com.sun.grizzly.Processor
Creates Context
context() - Method in class com.sun.grizzly.utils.ProcessorWrapper
 
create() - Method in interface com.sun.grizzly.filterchain.FilterChainFactory
Create FilterChain instance.
create() - Method in class com.sun.grizzly.filterchain.SingletonFilterChainFactory
Returns singleton chain instance (always the same).
create() - Method in class com.sun.grizzly.nio.SelectorFactory
 
create() - Method in class com.sun.grizzly.nio.SelectorFactory.DefaultSelectorFactory
 
createAttribute(String) - Method in interface com.sun.grizzly.attributes.AttributeBuilder
Create Attribute with name
createAttribute(String, T) - Method in interface com.sun.grizzly.attributes.AttributeBuilder
Create Attribute with name and default value
createAttribute(String, NullaryFunction<T>) - Method in interface com.sun.grizzly.attributes.AttributeBuilder
Create Attribute with name and initializer, which will be called, if Attribute's value is null on a AttributedObject
createAttribute(String) - Method in class com.sun.grizzly.attributes.DefaultAttributeBuilder
Create Attribute with name
createAttribute(String, T) - Method in class com.sun.grizzly.attributes.DefaultAttributeBuilder
Create Attribute with name and default value
createAttribute(String, NullaryFunction<T>) - Method in class com.sun.grizzly.attributes.DefaultAttributeBuilder
Create Attribute with name and initializer, which will be called, if Attribute's value is null on a AttributedObject
createAttributeHolder() - Method in class com.sun.grizzly.threadpool.DefaultWorkerThread
 
createContext() - Method in class com.sun.grizzly.ProcessorRunnable
Create Context instance.
createSequence(AttributeStorage, int) - Method in class com.sun.grizzly.smart.transformers.ArrayDecoder
 
createSequence(AttributeStorage, int) - Method in class com.sun.grizzly.smart.transformers.SequenceDecoder
Creates a sequence object with certain size.
createSSLContext() - Method in class com.sun.grizzly.ssl.SSLContextConfigurator
 
createSSLEngine() - Method in class com.sun.grizzly.ssl.SSLEngineConfigurator
Create and configure SSLEngine, basing on current settings.
createSSLSupport(SSLStreamReader, SSLStreamWriter) - Method in class com.sun.grizzly.ssl.SSLFilter
 
createTCPTransport() - Method in class com.sun.grizzly.nio.DefaultNIOTransportFactory
 
createTCPTransport() - Method in class com.sun.grizzly.TransportFactory
Create instance of TCP Transport.
createTransformer(Class, Class<? extends Transformer>) - Method in class com.sun.grizzly.smart.SmartDecoderTransformer
 
createTransformer(Class, Class<? extends Transformer>) - Method in class com.sun.grizzly.smart.SmartEncoderTransformer
 
createTransformer(Class, Class<? extends Transformer>) - Method in interface com.sun.grizzly.smart.SmartTransformer
 
createUDPTransport() - Method in class com.sun.grizzly.nio.DefaultNIOTransportFactory
 
createUDPTransport() - Method in class com.sun.grizzly.TransportFactory
Create instance of UDP Transport.
current() - Method in class com.sun.grizzly.streams.AbstractStreamReader
 
currentElement - Variable in class com.sun.grizzly.asyncqueue.AsyncQueue
Current processing task
currentElementIdxAttribute - Variable in class com.sun.grizzly.smart.transformers.ArrayDecoder
 
currentElementIdxAttribute - Variable in class com.sun.grizzly.smart.transformers.ArrayEncoder
 
currentPosition() - Method in class com.sun.grizzly.memory.slab.Slab
 
currentResult - Variable in class com.sun.grizzly.asyncqueue.AsyncQueueRecord
 
CurrentThreadExecutor - Class in com.sun.grizzly.utils
Simple Executor, which executes a tasks in a current Thread
CurrentThreadExecutor() - Constructor for class com.sun.grizzly.utils.CurrentThreadExecutor
 
currentTransformerIdxAttribute - Variable in class com.sun.grizzly.smart.SmartDecoderTransformer
 
currentTransformerIdxAttribute - Variable in class com.sun.grizzly.smart.SmartEncoderTransformer
 

D

dataRecords - Variable in class com.sun.grizzly.streams.AbstractStreamReader
 
DEBUG_MODE - Static variable in class com.sun.grizzly.memory.ByteBufferWrapper
 
decode(Connection, Object) - Method in class com.sun.grizzly.utils.LogFilter
 
DEFAULT - Static variable in interface com.sun.grizzly.Interceptor
 
DEFAULT_ATTRIBUTE_BUILDER - Static variable in class com.sun.grizzly.Grizzly
 
DEFAULT_BUFFER_SIZE - Static variable in class com.sun.grizzly.nio.AbstractNIOAsyncQueueReader
 
DEFAULT_BUFFER_SIZE - Static variable in class com.sun.grizzly.nio.tmpselectors.TemporarySelectorReader
 
DEFAULT_BUFFER_SIZE - Static variable in class com.sun.grizzly.nio.transport.TCPNIOTransportFilter
 
DEFAULT_BUFFER_SIZE - Static variable in class com.sun.grizzly.nio.transport.UDPNIOMessageTransportFilter
 
DEFAULT_BUFFER_SIZE - Static variable in class com.sun.grizzly.nio.transport.UDPNIOStreamTransportFilter
 
DEFAULT_BYTE_BUFFER_TYPE - Static variable in class com.sun.grizzly.memory.slab.SlabMemoryManagerFactory
 
DEFAULT_CAPACITY - Static variable in class com.sun.grizzly.memory.ByteBufferViewManager
The default capacity of the ByteBuffer from which views will be created.
DEFAULT_CONFIG - Static variable in class com.sun.grizzly.ssl.SSLContextConfigurator
Default SSL configuration.
DEFAULT_CONNECTION_TIMEOUT - Static variable in class com.sun.grizzly.nio.transport.TCPNIOConnectorHandler
 
DEFAULT_CONNECTION_TIMEOUT - Static variable in class com.sun.grizzly.nio.transport.UDPNIOConnectorHandler
 
DEFAULT_MAX_BUFFER_SIZE - Static variable in class com.sun.grizzly.memory.DefaultMemoryManager
 
DEFAULT_POOL_MAX_SIZE - Static variable in class com.sun.grizzly.memory.slab.SlabMemoryManagerFactory
Default max size of which the pool my grow to
DEFAULT_POOL_MIN_SIZE - Static variable in class com.sun.grizzly.memory.slab.SlabMemoryManagerFactory
The default minimum size of the pool in bytes.
DEFAULT_SELECTORS_COUNT - Static variable in class com.sun.grizzly.nio.tmpselectors.TemporarySelectorPool
 
DEFAULT_SLAB_SIZE - Static variable in class com.sun.grizzly.memory.slab.SlabMemoryManagerFactory
The default maximum size that can be satisfied by a call to Allocator.allocate().
DefaultAttributeBuilder - Class in com.sun.grizzly.attributes
Default AttributeBuilder implementation.
DefaultAttributeBuilder() - Constructor for class com.sun.grizzly.attributes.DefaultAttributeBuilder
 
defaultAttributeBuilder - Variable in class com.sun.grizzly.TransportFactory
Default AttributeBuilder used by all Transports.
defaultBufferSize - Variable in class com.sun.grizzly.nio.AbstractNIOAsyncQueueReader
 
defaultBufferSize - Variable in class com.sun.grizzly.nio.tmpselectors.TemporarySelectorReader
 
DefaultConditionListener<E> - Class in com.sun.grizzly.utils.conditions
 
DefaultConditionListener() - Constructor for class com.sun.grizzly.utils.conditions.DefaultConditionListener
 
DefaultConditionListener(Condition<E>, Object) - Constructor for class com.sun.grizzly.utils.conditions.DefaultConditionListener
 
DefaultDecoderTransformer - Class in com.sun.grizzly.filterchain
 
DefaultDecoderTransformer(DefaultFilterChain) - Constructor for class com.sun.grizzly.filterchain.DefaultDecoderTransformer
 
DefaultDecoderTransformer(DefaultFilterChain, AttributeBuilder) - Constructor for class com.sun.grizzly.filterchain.DefaultDecoderTransformer
 
DefaultEncoderTransformer - Class in com.sun.grizzly.filterchain
 
DefaultEncoderTransformer(DefaultFilterChain) - Constructor for class com.sun.grizzly.filterchain.DefaultEncoderTransformer
 
DefaultEncoderTransformer(DefaultFilterChain, AttributeBuilder) - Constructor for class com.sun.grizzly.filterchain.DefaultEncoderTransformer
 
DefaultFilterChain - Class in com.sun.grizzly.filterchain
Default FilterChain implementation
DefaultFilterChain(FilterChainFactory) - Constructor for class com.sun.grizzly.filterchain.DefaultFilterChain
 
DefaultFilterChain.FilterExecutor - Interface in com.sun.grizzly.filterchain
Executes appropriate Filter processing method to process occured IOEvent.
DefaultFilterChainCodec - Class in com.sun.grizzly.filterchain
DefaultFilterChain codec implementation.
DefaultFilterChainCodec(DefaultFilterChain) - Constructor for class com.sun.grizzly.filterchain.DefaultFilterChainCodec
 
DefaultMemoryManager - Class in com.sun.grizzly.memory
Default MemoryManager, used in Grizzly.
DefaultMemoryManager() - Constructor for class com.sun.grizzly.memory.DefaultMemoryManager
 
defaultMemoryManager - Variable in class com.sun.grizzly.TransportFactory
Default MemoryManager used by all Transports.
DefaultMemoryManager.BufferInfo - Class in com.sun.grizzly.memory
Information about thread associated memory pool.
DefaultMemoryManager.BufferInfo() - Constructor for class com.sun.grizzly.memory.DefaultMemoryManager.BufferInfo
 
DefaultMemoryManager.TrimAwareWrapper - Class in com.sun.grizzly.memory
ByteBufferWrapper implementation, which supports triming.
DefaultMemoryManager.TrimAwareWrapper(ByteBufferManager, ByteBuffer) - Constructor for class com.sun.grizzly.memory.DefaultMemoryManager.TrimAwareWrapper
 
DefaultNIOTransportFactory - Class in com.sun.grizzly.nio
 
DefaultNIOTransportFactory() - Constructor for class com.sun.grizzly.nio.DefaultNIOTransportFactory
 
defaultProcessor - Variable in class com.sun.grizzly.AbstractSocketConnectorHandler
 
defaultProcessorSelector - Variable in class com.sun.grizzly.AbstractSocketConnectorHandler
 
DefaultProcessorSelector - Class in com.sun.grizzly
Default ProcessorSelector implementation, which uses Connection's Processor preferences.
DefaultProcessorSelector(Transport) - Constructor for class com.sun.grizzly.DefaultProcessorSelector
 
defaultScheduledThreadPool - Variable in class com.sun.grizzly.TransportFactory
Default scheduled thread pool, used by all Transports.
DefaultScheduleThreadPool - Class in com.sun.grizzly.threadpool
Thread Pool implementation, based on ScheduledThreadPoolExecutor
DefaultScheduleThreadPool() - Constructor for class com.sun.grizzly.threadpool.DefaultScheduleThreadPool
 
DefaultScheduleThreadPool(int) - Constructor for class com.sun.grizzly.threadpool.DefaultScheduleThreadPool
 
DefaultSelectionKeyHandler - Class in com.sun.grizzly.nio
 
DefaultSelectionKeyHandler() - Constructor for class com.sun.grizzly.nio.DefaultSelectionKeyHandler
 
defaultSelectionKeyHandler - Variable in class com.sun.grizzly.nio.NIOTransportFactory
 
DefaultSelectorHandler - Class in com.sun.grizzly.nio
Default implementation of NIO SelectorHandler
DefaultSelectorHandler() - Constructor for class com.sun.grizzly.nio.DefaultSelectorHandler
 
defaultSelectorHandler - Variable in class com.sun.grizzly.nio.NIOTransportFactory
 
DefaultSelectorHandler.OpType - Enum in com.sun.grizzly.nio
 
DefaultSelectorHandler.SelectionKeyOperation - Class in com.sun.grizzly.nio
 
DefaultSelectorHandler.SelectionKeyOperation() - Constructor for class com.sun.grizzly.nio.DefaultSelectorHandler.SelectionKeyOperation
 
defaultTemporarySelectorPool - Variable in class com.sun.grizzly.nio.NIOTransportFactory
 
DefaultThreadPool - Class in com.sun.grizzly.threadpool
Thread Pool implementation, based on ThreadPoolExecutor
DefaultThreadPool() - Constructor for class com.sun.grizzly.threadpool.DefaultThreadPool
 
DefaultThreadPool(int, int, int, long, TimeUnit) - Constructor for class com.sun.grizzly.threadpool.DefaultThreadPool
 
DefaultWorkerThread - Class in com.sun.grizzly.threadpool
Default Grizzly worker thread implementation
DefaultWorkerThread(AttributeBuilder, String, Runnable) - Constructor for class com.sun.grizzly.threadpool.DefaultWorkerThread
 
defaultWorkerThreadPool - Variable in class com.sun.grizzly.TransportFactory
Default worker thread pool, used by all Transports.
destroy() - Method in interface com.sun.grizzly.threadpool.WorkerThread
 
detach() - Method in class com.sun.grizzly.ssl.SSLStreamReader
Save state of this SSLStreamReader into Connection.
disableIOEvent(IOEvent) - Method in class com.sun.grizzly.nio.AbstractNIOConnection
 
disableIOEvent(IOEvent) - Method in interface com.sun.grizzly.nio.NIOConnection
 
dispose() - Method in interface com.sun.grizzly.Buffer
Notify the allocator that the space for this Buffer is no longer needed.
dispose() - Method in class com.sun.grizzly.memory.ByteBufferWrapper
 
dispose(ByteBuffer) - Method in class com.sun.grizzly.memory.slab.Slab
 
dispose() - Method in class com.sun.grizzly.memory.slab.SlabByteBufferWrapper
Notify the allocator that the space for this BufferWrapper is no longer needed.
dispose(Slab, ByteBuffer) - Method in class com.sun.grizzly.memory.slab.SlabMemoryManagerBase
 
dispose(Slab, ByteBuffer) - Method in class com.sun.grizzly.memory.slab.SlabMemoryManagerImpl
 
dispose(Slab, ByteBuffer) - Method in class com.sun.grizzly.memory.slab.SlabPoolImpl
 
dispose(Slab, ByteBuffer) - Method in class com.sun.grizzly.memory.slab.SlabPoolMemoryManagerImpl
 
disposeBuffer() - Method in class com.sun.grizzly.streams.AbstractStreamWriter.DisposeBufferCompletionHandler
 
doBlockingRead() - Method in class com.sun.grizzly.utils.ReadableInputStream
 
doRead(Connection, ReadResult, Buffer) - Method in class com.sun.grizzly.nio.AbstractNIOAsyncQueueReader
Performs real read on the NIO channel
doSelect() - Method in class com.sun.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.
DoubleDecoder - Class in com.sun.grizzly.smart.transformers
 
DoubleDecoder() - Constructor for class com.sun.grizzly.smart.transformers.DoubleDecoder
 
DoubleEncoder - Class in com.sun.grizzly.smart.transformers
 
DoubleEncoder() - Constructor for class com.sun.grizzly.smart.transformers.DoubleEncoder
 
doWrite(Connection, WriteResult, CompletionHandler, SocketAddress, Buffer) - Method in class com.sun.grizzly.nio.AbstractNIOAsyncQueueWriter
Performs real write on the NIO channel
drainTo(Collection<? super E>) - Method in class com.sun.grizzly.utils.LinkedTransferQueue
 
drainTo(Collection<? super E>, int) - Method in class com.sun.grizzly.utils.LinkedTransferQueue
 
dstAddress - Variable in class com.sun.grizzly.asyncqueue.AsyncWriteQueueRecord
 
duplicate() - Method in interface com.sun.grizzly.Buffer
Creates a new byte buffer that shares this buffer's content.
duplicate() - Method in class com.sun.grizzly.memory.ByteBufferWrapper
 

E

EchoFilter - Class in com.sun.grizzly.utils
Echo Filter implementation
EchoFilter() - Constructor for class com.sun.grizzly.utils.EchoFilter
 
enableIOEvent(IOEvent) - Method in class com.sun.grizzly.nio.AbstractNIOConnection
 
enableIOEvent(IOEvent) - Method in interface com.sun.grizzly.nio.NIOConnection
 
encode(Connection, Object) - Method in class com.sun.grizzly.utils.LogFilter
 
ensure(int) - Method in class com.sun.grizzly.streams.AbstractStreamWriter
Ensure that the requested amount of space is available
ensureCapacity(int) - Method in class com.sun.grizzly.utils.LightArrayList
 
ensureRead() - Method in class com.sun.grizzly.streams.AbstractStreamReader
 
ensureRead(boolean) - Method in class com.sun.grizzly.streams.AbstractStreamReader
 
EqualCondition<E> - Class in com.sun.grizzly.utils.conditions
 
EqualCondition() - Constructor for class com.sun.grizzly.utils.conditions.EqualCondition
 
EqualCondition(E) - Constructor for class com.sun.grizzly.utils.conditions.EqualCondition
 
equals(Object) - Method in class com.sun.grizzly.memory.ByteBufferWrapper
 
equals(Object) - Method in class com.sun.grizzly.utils.LightArrayList
Compares the specified object with this list for equality.
equalVersion(int, int) - Static method in class com.sun.grizzly.Grizzly
Checks if current Grizzly framework version equals to one passed
evaluate() - Method in interface com.sun.grizzly.attributes.NullaryFunction
Returns default Attribute value.
ExceptionHandler - Interface in com.sun.grizzly.utils
 
ExceptionHandler.Severity - Enum in com.sun.grizzly.utils
 
exceptionHandlers - Variable in class com.sun.grizzly.AbstractTransport
Transport ExceptionHandler list
exceptionOccurred(FilterChainContext, Throwable) - Method in interface com.sun.grizzly.filterchain.Filter
Notification about exception, occured on the FilterChain
exceptionOccurred(FilterChainContext, Throwable) - Method in class com.sun.grizzly.filterchain.FilterAdapter
Notification about exception, occured on the FilterChain
exceptionOccurred(FilterChainContext, Throwable) - Method in class com.sun.grizzly.nio.transport.TCPNIOTransportFilter
 
exceptionOccurred(FilterChainContext, Throwable) - Method in class com.sun.grizzly.nio.transport.UDPNIOMessageTransportFilter
 
exceptionOccurred(FilterChainContext, Throwable) - Method in class com.sun.grizzly.nio.transport.UDPNIOStreamTransportFilter
 
exceptionOccurred(FilterChainContext, Throwable) - Method in class com.sun.grizzly.utils.LogFilter
 
execute(FilterChainContext) - Method in class com.sun.grizzly.filterchain.AbstractFilterChain
Method processes occured IOEvent on this FilterChain.
execute(FilterChainContext) - Method in class com.sun.grizzly.filterchain.DefaultFilterChain
Execute this FilterChain.
execute(Filter, FilterChainContext, NextAction) - Method in interface com.sun.grizzly.filterchain.DefaultFilterChain.FilterExecutor
 
execute(Runnable) - Method in class com.sun.grizzly.utils.CurrentThreadExecutor
 
execute(Runnable) - Method in class com.sun.grizzly.utils.WorkerThreadExecutor
 
executeChain(FilterChainContext, DefaultFilterChain.FilterExecutor) - Method in class com.sun.grizzly.filterchain.DefaultFilterChain
Sequentially lets each Filter in chain to process IOEvent.
executeDelegatedTask(SSLEngine) - Static method in class com.sun.grizzly.ssl.SSLUtils
Complete hanshakes operations.
executeProcessor(IOEvent, Connection, Processor, ProcessorExecutor, PostProcessor, Object) - Method in class com.sun.grizzly.nio.transport.TCPNIOTransport
 
executeProcessor(IOEvent, Connection, Processor, ProcessorExecutor, PostProcessor, Object) - Method in class com.sun.grizzly.nio.transport.UDPNIOTransport
 
executeProcessor(Boolean, ProcessorRunnable) - Method in class com.sun.grizzly.strategies.LeaderFollowerStrategy
Execute ProcessorRunnable task.
executeProcessor(Object, ProcessorRunnable) - Method in class com.sun.grizzly.strategies.SameThreadStrategy
Execute ProcessorRunnable task.
executeProcessor(SimpleDynamicStrategy.DynamicStrategyContext, ProcessorRunnable) - Method in class com.sun.grizzly.strategies.SimpleDynamicStrategy
Execute ProcessorRunnable task.
executeProcessor(Object, ProcessorRunnable) - Method in class com.sun.grizzly.strategies.WorkerThreadStrategy
Execute ProcessorRunnable task.
executeProcessor(E, ProcessorRunnable) - Method in interface com.sun.grizzly.Strategy
Execute ProcessorRunnable task.
ExtendedThreadPool - Interface in com.sun.grizzly.threadpool
Thread pool, from which it's possible to gather statistics information, and finer control its execution.

F

factory - Variable in class com.sun.grizzly.filterchain.AbstractFilterChain
 
factory - Variable in class com.sun.grizzly.filterchain.FilterChainProcessorSelector
FilterChainFactory, responsible for creating FilterChain instances
failed(Connection, Throwable) - Method in interface com.sun.grizzly.CompletionHandler
The I/O operation on the Connection was failed.
failed(Connection, Throwable) - Method in class com.sun.grizzly.CompletionHandlerAdapter
The I/O operation on the Connection was failed.
failed(Connection, Throwable) - Method in class com.sun.grizzly.streams.AbstractStreamWriter.DisposeBufferCompletionHandler
 
failed(Connection, Throwable) - Method in class com.sun.grizzly.streams.StreamReaderDecorator.FeederCompletionHandler
 
failReadRecord(Connection, AsyncReadQueueRecord, IOException) - Method in class com.sun.grizzly.nio.AbstractNIOAsyncQueueReader
 
failure(Throwable) - Method in class com.sun.grizzly.impl.FutureImpl
Notify about the failure, occured during asynchronous operation execution.
failure(Throwable) - Method in class com.sun.grizzly.impl.FutureLockImpl
Notify about the failure, occured during asynchronous operation execution.
failure(Throwable) - Method in class com.sun.grizzly.impl.ReadyFutureImpl
Should not be called for ReadyFutureImpl
failWriteRecord(Connection, AsyncWriteQueueRecord, Throwable) - Method in class com.sun.grizzly.nio.AbstractNIOAsyncQueueWriter
 
field - Variable in class com.sun.grizzly.smart.SequenceUnit.InstantiateUnit
 
field - Variable in class com.sun.grizzly.smart.SequenceUnit.StepInUnit
 
field - Variable in class com.sun.grizzly.smart.SequenceUnit.TransformUnit
 
Filter - Interface in com.sun.grizzly.filterchain
A Filter encapsulates a unit of processing work to be performed, whose purpose is to examine and/or modify the state of a transaction that is represented by a FilterChainContext.
FilterAdapter - Class in com.sun.grizzly.filterchain
Provides empty implementation for Filter processing methods.
FilterAdapter() - Constructor for class com.sun.grizzly.filterchain.FilterAdapter
 
FilterChain - Interface in com.sun.grizzly.filterchain
This class implement the "Chain of Responsibility" pattern (for more info, take a look at the classic "Gang of Four" design patterns book).
FilterChainContext - Class in com.sun.grizzly.filterchain
FilterChain Context implementation.
FilterChainContext(ObjectPool) - Constructor for class com.sun.grizzly.filterchain.FilterChainContext
 
filterChainContextPool - Variable in class com.sun.grizzly.filterchain.AbstractFilterChain
FilterChainContext object pool.
FilterChainEnabledTransport - Interface in com.sun.grizzly.filterchain
Common interface for Transports, which support FilterChains.
FilterChainFactory - Interface in com.sun.grizzly.filterchain
Factory, which is responsible for creating, releasing FilterChains.
filterChainFactory - Variable in class com.sun.grizzly.nio.transport.TCPNIOTransport
FilterChainFactory implementation
filterChainFactory - Variable in class com.sun.grizzly.nio.transport.UDPNIOTransport
FilterChainFactory implementation
FilterChainProcessorSelector - Class in com.sun.grizzly.filterchain
ProcessorSelector implementation, which delegates processing of IOEvent to the FilterChain.
FilterChainProcessorSelector(FilterChainFactory) - Constructor for class com.sun.grizzly.filterchain.FilterChainProcessorSelector
 
filters - Variable in class com.sun.grizzly.filterchain.ListFacadeFilterChain
The list of Filters this chain will invoke.
finishBuffer() - Method in class com.sun.grizzly.streams.AbstractStreamReader
Finishes processing of the current StreamReader's source Buffer.
finishBuffer() - Method in interface com.sun.grizzly.streams.StreamReader
Finishes processing of the current StreamReader's source Buffer.
fireIOEvent(IOEvent, Connection) - Method in class com.sun.grizzly.AbstractTransport
Fires specific IOEvent on the Connection
fireIOEvent(IOEvent, Connection, Object) - Method in class com.sun.grizzly.nio.transport.TCPNIOTransport
 
fireIOEvent(IOEvent, Connection, Object) - Method in class com.sun.grizzly.nio.transport.UDPNIOTransport
 
fireIOEvent(IOEvent, Connection) - Method in interface com.sun.grizzly.Transport
Fires specific IOEvent on the Connection
fireIOEvent(IOEvent, Connection, Object) - Method in interface com.sun.grizzly.Transport
Fires specific IOEvent on the Connection
flip() - Method in interface com.sun.grizzly.Buffer
Flips this buffer.
flip() - Method in class com.sun.grizzly.memory.ByteBufferWrapper
 
FloatDecoder - Class in com.sun.grizzly.smart.transformers
 
FloatDecoder() - Constructor for class com.sun.grizzly.smart.transformers.FloatDecoder
 
FloatEncoder - Class in com.sun.grizzly.smart.transformers
 
FloatEncoder() - Constructor for class com.sun.grizzly.smart.transformers.FloatEncoder
 
flush(CompletionHandler<Integer>) - Method in class com.sun.grizzly.nio.transport.TCPNIOStreamWriter
 
flush(SocketAddress, CompletionHandler<Integer>) - Method in class com.sun.grizzly.nio.transport.UDPNIOStreamWriter
 
flush(CompletionHandler<Integer>) - Method in class com.sun.grizzly.nio.transport.UDPNIOStreamWriter
 
flush() - Method in class com.sun.grizzly.streams.AbstractStreamWriter
Cause the overflow handler to be called even if buffer is not full.
flush(CompletionHandler<Integer>) - Method in class com.sun.grizzly.streams.AbstractStreamWriter
Cause the overflow handler to be called even if buffer is not full.
flush(A, CompletionHandler<Integer>) - Method in interface com.sun.grizzly.streams.AddressableStreamWriter
Flush data to the specific destination address.
flush() - Method in interface com.sun.grizzly.streams.StreamWriter
Make sure that all data that has been written is flushed from the stream to its destination.
flush(CompletionHandler<Integer>) - Method in interface com.sun.grizzly.streams.StreamWriter
Make sure that all data that has been written is flushed from the stream to its destination.
flush() - Method in class com.sun.grizzly.utils.WritableOutputStream
 
flush0(Buffer, CompletionHandler<Integer>) - Method in class com.sun.grizzly.nio.transport.TCPNIOStreamWriter
 
flush0(Buffer, CompletionHandler<Integer>) - Method in class com.sun.grizzly.nio.transport.UDPNIOStreamWriter
 
flush0(Buffer, CompletionHandler<Integer>) - Method in class com.sun.grizzly.ssl.SSLStreamWriter
 
flush0(Buffer, CompletionHandler<Integer>) - Method in class com.sun.grizzly.streams.AbstractStreamWriter
 
format(LogRecord) - Method in class com.sun.grizzly.utils.LoggingFormatter
Format the record to include the Thread that logged this record.
freeSpace() - Method in interface com.sun.grizzly.memory.slab.SlabMemoryManagerFactory.SlabPool
Current free space in pool.
freeSpace() - Method in class com.sun.grizzly.memory.slab.SlabPoolImpl
 
FULL_BUFFER - Static variable in class com.sun.grizzly.utils.MinBufferSizeCondition
 
future - Variable in class com.sun.grizzly.asyncqueue.AsyncQueueRecord
 
FutureImpl<R> - Class in com.sun.grizzly.impl
Simple Future implementation, which uses synchronization Object to synchronize during the lifecycle.
FutureImpl() - Constructor for class com.sun.grizzly.impl.FutureImpl
 
FutureImpl(Object) - Constructor for class com.sun.grizzly.impl.FutureImpl
 
FutureLockImpl<R> - Class in com.sun.grizzly.impl
Simple Future implementation, which uses ReentrantLock to synchronize during the lifecycle.
FutureLockImpl() - Constructor for class com.sun.grizzly.impl.FutureLockImpl
 
FutureLockImpl(ReentrantLock) - Constructor for class com.sun.grizzly.impl.FutureLockImpl
 

G

get(AttributeHolder) - Method in class com.sun.grizzly.attributes.Attribute
Get attribute value, stored on the AttributeHolder.
get(AttributeStorage) - Method in class com.sun.grizzly.attributes.Attribute
Get attribute value, stored on the AttributeStorage.
get() - Method in interface com.sun.grizzly.Buffer
Relative get method.
get(int) - Method in interface com.sun.grizzly.Buffer
Absolute get method.
get(byte[], int, int) - Method in interface com.sun.grizzly.Buffer
Relative bulk get method.
get(byte[]) - Method in interface com.sun.grizzly.Buffer
Relative bulk get method.
get(int) - Method in class com.sun.grizzly.ChainProcessorSelector
get(int) - Method in class com.sun.grizzly.filterchain.ListFacadeFilterChain
get() - Method in class com.sun.grizzly.impl.FutureImpl
get(long, TimeUnit) - Method in class com.sun.grizzly.impl.FutureImpl
get() - Method in class com.sun.grizzly.impl.FutureLockImpl
get(long, TimeUnit) - Method in class com.sun.grizzly.impl.FutureLockImpl
get() - Method in class com.sun.grizzly.impl.ReadyFutureImpl
get(long, TimeUnit) - Method in class com.sun.grizzly.impl.ReadyFutureImpl
get() - Method in class com.sun.grizzly.memory.ByteBufferWrapper
 
get(int) - Method in class com.sun.grizzly.memory.ByteBufferWrapper
 
get(byte[]) - Method in class com.sun.grizzly.memory.ByteBufferWrapper
 
get(byte[], int, int) - Method in class com.sun.grizzly.memory.ByteBufferWrapper
 
get(Object) - Method in class com.sun.grizzly.smart.Reference
 
get(AttributeStorage, Object) - Method in class com.sun.grizzly.smart.transformers.ArrayEncoder
 
get(Buffer) - Method in class com.sun.grizzly.smart.transformers.ByteDecoder
 
get(Buffer) - Method in class com.sun.grizzly.smart.transformers.CharDecoder
 
get(Buffer) - Method in class com.sun.grizzly.smart.transformers.DoubleDecoder
 
get(Buffer) - Method in class com.sun.grizzly.smart.transformers.FloatDecoder
 
get(Buffer) - Method in class com.sun.grizzly.smart.transformers.IntegerDecoder
 
get(Buffer) - Method in class com.sun.grizzly.smart.transformers.LongDecoder
 
get(Buffer) - Method in class com.sun.grizzly.smart.transformers.PrimitiveDecoder
 
get(AttributeStorage, E) - Method in class com.sun.grizzly.smart.transformers.SequenceEncoder
Gets a current sequence element.
get(Buffer) - Method in class com.sun.grizzly.smart.transformers.ShortDecoder
 
get() - Method in class com.sun.grizzly.smart.Value
 
get(int) - Method in class com.sun.grizzly.utils.LightArrayList
 
getActiveCount() - Method in interface com.sun.grizzly.threadpool.ExtendedThreadPool
Returns the approximate number of threads that are actively executing tasks.
getAddress() - Method in class com.sun.grizzly.filterchain.FilterChainContext
Get address, associated with the current IOEvent processing.
getAddress() - Method in class com.sun.grizzly.utils.MessageHolder
 
getAnnotatedLimit(AttributeStorage) - Method in class com.sun.grizzly.smart.transformers.SequenceDecoder
 
getAnnotatedSize(AttributeStorage) - Method in class com.sun.grizzly.smart.transformers.SequenceDecoder
 
getAppBuffer(AttributeStorage) - Method in class com.sun.grizzly.ssl.SSLResourcesAccessor
 
getAssociatedBuffer() - Method in class com.sun.grizzly.threadpool.DefaultWorkerThread
 
getAsyncQueueIO() - Method in interface com.sun.grizzly.asyncqueue.AsyncQueueEnabledTransport
Get asynchronous queue implementation.
getAsyncQueueIO() - Method in class com.sun.grizzly.nio.transport.TCPNIOTransport
 
getAsyncQueueIO() - Method in class com.sun.grizzly.nio.transport.UDPNIOTransport
 
getAsyncReadQueue() - Method in class com.sun.grizzly.nio.AbstractNIOConnection
 
getAsyncWriteQueue() - Method in class com.sun.grizzly.nio.AbstractNIOConnection
 
getAttachment() - Method in class com.sun.grizzly.nio.DefaultSelectorHandler.SelectionKeyOperation
 
getAttribute(String) - Method in interface com.sun.grizzly.attributes.AttributeHolder
Return an object based on a name.
getAttribute(int) - Method in interface com.sun.grizzly.attributes.IndexedAttributeAccessor
Internal method for dynamic attribute support.
getAttribute(String) - Method in class com.sun.grizzly.attributes.IndexedAttributeHolder
Return an object based on a name.
getAttribute(int) - Method in class com.sun.grizzly.attributes.IndexedAttributeHolder.IndexedAttributeAccessorImpl
Internal method for dynamic attribute support.
getAttribute(String) - Method in class com.sun.grizzly.attributes.NamedAttributeHolder
Return an object based on a name.
getAttributeBuilder() - Method in class com.sun.grizzly.AbstractTransport
Get Transport associated AttributeBuilder, which will be used by Transport and its Connections to store custom Attributes.
getAttributeBuilder() - Method in interface com.sun.grizzly.attributes.AttributeHolder
Get AttributeBuilder, associated with this holder
getAttributeBuilder() - Method in class com.sun.grizzly.attributes.IndexedAttributeHolder
Get AttributeBuilder, associated with this holder
getAttributeBuilder() - Method in class com.sun.grizzly.attributes.NamedAttributeHolder
Get AttributeBuilder, associated with this holder
getAttributeBuilder() - Method in class com.sun.grizzly.ssl.SSLResourcesAccessor
 
getAttributeBuilder() - Method in class com.sun.grizzly.threadpool.DefaultScheduleThreadPool
 
getAttributeBuilder() - Method in class com.sun.grizzly.threadpool.DefaultThreadPool
 
getAttributeBuilder() - Method in interface com.sun.grizzly.threadpool.ExtendedThreadPool
 
getAttributeBuilder() - Method in interface com.sun.grizzly.Transport
Get Transport associated AttributeBuilder, which will be used by Transport and its Connections to store custom Attributes.
getAttributeByIndex(int) - Method in class com.sun.grizzly.attributes.DefaultAttributeBuilder
 
getAttributeByName(String) - Method in class com.sun.grizzly.attributes.DefaultAttributeBuilder
 
getAttributeNames() - Method in interface com.sun.grizzly.attributes.AttributeHolder
Return a Set of attribute names.
getAttributeNames() - Method in class com.sun.grizzly.attributes.IndexedAttributeHolder
Return a Set of attribute names.
getAttributeNames() - Method in class com.sun.grizzly.attributes.NamedAttributeHolder
Return a Set of attribute names.
getAttributes() - Method in interface com.sun.grizzly.attributes.AttributeStorage
Get associated AttributeHolder.
getAttributes() - Method in class com.sun.grizzly.Context
Get attributes (AttributeHolder), associated with the processing Context.
getAttributes() - Method in class com.sun.grizzly.nio.AbstractNIOConnection
 
getAttributes() - Method in class com.sun.grizzly.threadpool.DefaultWorkerThread
 
getAttributes() - Method in interface com.sun.grizzly.threadpool.WorkerThread
 
getBuffer() - Method in class com.sun.grizzly.asyncqueue.AsyncQueueRecord
 
getBuffer() - Method in class com.sun.grizzly.streams.AbstractStreamReader
Return the current StreamReader's source Buffer.
getBuffer() - Method in class com.sun.grizzly.streams.AbstractStreamWriter
Get the current Buffer, where the StreamWriter buffers output.
getBuffer() - Method in interface com.sun.grizzly.streams.StreamReader
Return the current StreamReader's source Buffer.
getBuffer() - Method in interface com.sun.grizzly.streams.StreamWriter
Get the current Buffer, where the StreamWriter buffers output.
getBuffer() - Method in class com.sun.grizzly.utils.ReadableInputStream
 
getBuffer() - Method in class com.sun.grizzly.utils.WritableOutputStream
 
getBufferSize() - Method in class com.sun.grizzly.streams.AbstractStreamReader
Get the preferred Buffer size to be used for StreamReader read operations.
getBufferSize() - Method in class com.sun.grizzly.streams.AbstractStreamWriter
Get the preferred Buffer size to be used for StreamWriter write operations.
getBufferSize() - Method in interface com.sun.grizzly.streams.StreamReader
Get the preferred Buffer size to be used for StreamReader read operations.
getBufferSize() - Method in interface com.sun.grizzly.streams.StreamWriter
Get the preferred Buffer size to be used for StreamWriter write operations.
getByReference(Object) - Method in class com.sun.grizzly.smart.Value
 
getCachedContext() - Method in class com.sun.grizzly.threadpool.DefaultWorkerThread
 
getChannel() - Method in class com.sun.grizzly.nio.AbstractNIOConnection
 
getChannel() - Method in class com.sun.grizzly.nio.DefaultSelectorHandler.SelectionKeyOperation
 
getChannel() - Method in interface com.sun.grizzly.nio.NIOConnection
 
getChannel() - Method in class com.sun.grizzly.nio.RegisterChannelResult
 
getChar() - Method in interface com.sun.grizzly.Buffer
Relative get method for reading a char value.
getChar(int) - Method in interface com.sun.grizzly.Buffer
Absolute get method for reading a char value.
getChar() - Method in class com.sun.grizzly.memory.ByteBufferWrapper
 
getChar(int) - Method in class com.sun.grizzly.memory.ByteBufferWrapper
 
getCharset() - Method in class com.sun.grizzly.utils.StringDecoder
 
getCharset() - Method in class com.sun.grizzly.utils.StringEncoder
 
getCipherSuite() - Method in interface com.sun.grizzly.ssl.SSLSupport
The cipher suite being used on this connection.
getCipherSuite() - Method in class com.sun.grizzly.ssl.SSLSupportImpl
 
getClientSocketSoTimeout() - Method in class com.sun.grizzly.nio.transport.TCPNIOTransport
 
getClientSSLEngineConfig() - Method in class com.sun.grizzly.ssl.SSLCodec
 
getCodec() - Method in class com.sun.grizzly.filterchain.DefaultFilterChain
Get filter chain codec
getCodec() - Method in interface com.sun.grizzly.filterchain.FilterChain
Get the FilterChain Codec.
getCompletedTaskCount() - Method in interface com.sun.grizzly.threadpool.ExtendedThreadPool
Returns the approximate total number of tasks that have completed execution.
getCompletionHandler() - Method in class com.sun.grizzly.asyncqueue.AsyncQueueRecord
 
getCompletionHandler() - Method in class com.sun.grizzly.nio.DefaultSelectorHandler.SelectionKeyOperation
 
getComponentDecoder() - Method in class com.sun.grizzly.smart.transformers.SequenceDecoder
 
getComponentEncoder() - Method in class com.sun.grizzly.smart.transformers.SequenceEncoder
 
getComponentType() - Method in class com.sun.grizzly.smart.transformers.SequenceDecoder
 
getComponentType() - Method in class com.sun.grizzly.smart.transformers.SequenceEncoder
 
getCondition() - Method in class com.sun.grizzly.utils.conditions.ConditionListener
 
getConfig() - Method in class com.sun.grizzly.smart.transformers.SequenceDecoder
 
getConfig() - Method in class com.sun.grizzly.smart.transformers.SequenceEncoder
 
getConnection() - Method in class com.sun.grizzly.Context
Get the processing Connection.
getConnection() - Method in class com.sun.grizzly.ProcessorRunnable
Get the processing Connection.
getConnection() - Method in class com.sun.grizzly.ReadResult
Get the Connection data were read from.
getConnection() - Method in interface com.sun.grizzly.Result
Get Connection, associated with the result.
getConnection() - Method in class com.sun.grizzly.streams.AbstractStreamReader
Get the Connection this StreamReader belongs to.
getConnection() - Method in class com.sun.grizzly.streams.AbstractStreamWriter
Get the Connection this StreamWriter belongs to.
getConnection() - Method in interface com.sun.grizzly.streams.StreamReader
Get the Connection this StreamReader belongs to.
getConnection() - Method in class com.sun.grizzly.streams.StreamReaderDecorator
 
getConnection() - Method in interface com.sun.grizzly.streams.StreamWriter
Get the Connection this StreamWriter belongs to.
getConnection() - Method in class com.sun.grizzly.streams.StreamWriterDecorator
Get the Connection this StreamWriter belongs to.
getConnection() - Method in class com.sun.grizzly.WriteResult
Get the Connection data were read from.
getConnectionForKey(SelectionKey) - Method in class com.sun.grizzly.nio.DefaultSelectionKeyHandler
 
getConnectionForKey(SelectionKey) - Method in interface com.sun.grizzly.nio.SelectionKeyHandler
 
getConnectionTimeout() - Method in class com.sun.grizzly.nio.transport.TCPNIOConnectorHandler
 
getConnectionTimeout() - Method in class com.sun.grizzly.nio.transport.TCPNIOTransport
 
getConnectionTimeout() - Method in class com.sun.grizzly.nio.transport.UDPNIOConnectorHandler
 
getConnectionTimeout() - Method in class com.sun.grizzly.nio.transport.UDPNIOTransport
 
getConnectionTimeout(Connection) - Method in class com.sun.grizzly.utils.IdleTimeoutFilter
 
getContext(AttributeStorage) - Method in class com.sun.grizzly.filterchain.DefaultDecoderTransformer
 
getContext(AttributeStorage) - Method in class com.sun.grizzly.filterchain.DefaultEncoderTransformer
 
getContext() - Method in class com.sun.grizzly.ProcessorRunnable
Get the processing Context.
getContextPool() - Method in class com.sun.grizzly.nio.AbstractNIOAsyncQueueReader
getContextPool() - Method in class com.sun.grizzly.nio.AbstractNIOAsyncQueueWriter
getCorePoolSize() - Method in interface com.sun.grizzly.threadpool.ExtendedThreadPool
Returns the core number of threads.
getCurrentElement() - Method in class com.sun.grizzly.asyncqueue.AsyncQueue
Get the current processing task
getCurrentFilter() - Method in class com.sun.grizzly.filterchain.FilterChainContext
Get Filter, which is currently running.
getCurrentFilterIdx() - Method in class com.sun.grizzly.filterchain.FilterChainContext
Get index of the currently executing Filter in the FilterChainContext.filters list.
getCurrentMessageProcessingObject(AttributeStorage) - Method in class com.sun.grizzly.smart.transformers.AbstractSmartMemberDecoder
 
getCurrentMessageProcessingObject(AttributeStorage) - Method in class com.sun.grizzly.smart.transformers.AbstractSmartMemberEncoder
 
getCurrentMessageProcessingObject(AttributeStorage) - Method in interface com.sun.grizzly.smart.transformers.SmartMemberTransformer
 
getCurrentMessageProcessingObject(AttributeStorage) - Method in class com.sun.grizzly.smart.transformers.SmartStringDecoder
 
getCurrentMessageProcessingObject(AttributeStorage) - Method in class com.sun.grizzly.smart.transformers.SmartStringEncoder
 
getCurrentResult() - Method in class com.sun.grizzly.asyncqueue.AsyncQueueRecord
 
getDecoder() - Method in interface com.sun.grizzly.Codec
 
getDecoder() - Method in class com.sun.grizzly.filterchain.DefaultFilterChainCodec
 
getDecoder() - Method in class com.sun.grizzly.smart.SmartCodec
 
getDecoder() - Method in class com.sun.grizzly.smart.SmartFilter
 
getDecoder() - Method in class com.sun.grizzly.ssl.SSLCodec
getDecoder() - Method in class com.sun.grizzly.ssl.SSLFilter
 
getDefaultAttributeBuilder() - Method in class com.sun.grizzly.TransportFactory
Get default AttributeBuilder, used by all Transports.
getDefaultMemoryManager() - Method in class com.sun.grizzly.TransportFactory
Get default MemoryManager, used by all Transports.
getDefaultScheduledThreadPool() - Method in class com.sun.grizzly.TransportFactory
Get default scheduled thread pool, used by all Transports.
getDefaultSelectionKeyHandler() - Method in class com.sun.grizzly.nio.NIOTransportFactory
 
getDefaultSelectorHandler() - Method in class com.sun.grizzly.nio.NIOTransportFactory
 
getDefaultTemporarySelectorPool() - Method in class com.sun.grizzly.nio.NIOTransportFactory
 
getDefaultWorkerThreadPool() - Method in class com.sun.grizzly.TransportFactory
Get default worker thread pool, used by all Transports.
getDescription() - Method in class com.sun.grizzly.ProcessorResult
Get the ProcessorResult description.
getDotedVersion() - Static method in class com.sun.grizzly.Grizzly
Return the dotted version of the curent release.
getDouble() - Method in interface com.sun.grizzly.Buffer
Relative get method for reading a double value.
getDouble(int) - Method in interface com.sun.grizzly.Buffer
Absolute get method for reading a double value.
getDouble() - Method in class com.sun.grizzly.memory.ByteBufferWrapper
 
getDouble(int) - Method in class com.sun.grizzly.memory.ByteBufferWrapper
 
getDstAddress() - Method in class com.sun.grizzly.asyncqueue.AsyncWriteQueueRecord
 
getDstAddress() - Method in class com.sun.grizzly.WriteResult
Get the destination address, the message was written to.
getEnabledCipherSuites() - Method in class com.sun.grizzly.ssl.SSLEngineConfigurator
 
getEnabledProtocols() - Method in class com.sun.grizzly.ssl.SSLEngineConfigurator
 
getEncoder() - Method in interface com.sun.grizzly.Codec
 
getEncoder() - Method in class com.sun.grizzly.filterchain.DefaultFilterChainCodec
 
getEncoder() - Method in class com.sun.grizzly.smart.SmartCodec
 
getEncoder() - Method in class com.sun.grizzly.smart.SmartFilter
 
getEncoder() - Method in class com.sun.grizzly.ssl.SSLCodec
getEncoder() - Method in class com.sun.grizzly.ssl.SSLFilter
 
getErrorCode() - Method in class com.sun.grizzly.TransformationResult
 
getErrorDescription() - Method in class com.sun.grizzly.TransformationResult
 
getExecutedFilters() - Method in class com.sun.grizzly.filterchain.FilterChainContext
Get List of executed Filters.
getExpirationTime(Connection, TimeUnit) - Method in class com.sun.grizzly.utils.IdleTimeoutFilter
 
getFactory() - Method in class com.sun.grizzly.filterchain.AbstractFilterChain
Get the FilterChainFactory, which created this FilterChain.
getFactory() - Method in interface com.sun.grizzly.filterchain.FilterChain
Get the FilterChainFactory, which created this FilterChain.
getFilterChain() - Method in class com.sun.grizzly.filterchain.DefaultDecoderTransformer
 
getFilterChain() - Method in class com.sun.grizzly.filterchain.DefaultEncoderTransformer
 
getFilterChain(Context) - Method in class com.sun.grizzly.filterchain.FilterAdapter
Returns the FilterChain, which is executing this Filter on the current thread.
getFilterChain() - Method in class com.sun.grizzly.filterchain.FilterChainContext
Get FilterChain, which runs the Filter.
getFilterChain() - Method in interface com.sun.grizzly.filterchain.FilterChainEnabledTransport
Get FilterChain instance.
getFilterChain() - Method in class com.sun.grizzly.nio.transport.TCPNIOTransport
 
getFilterChain() - Method in class com.sun.grizzly.nio.transport.UDPNIOTransport
 
getFilterChainFactory() - Method in interface com.sun.grizzly.filterchain.FilterChainEnabledTransport
Get FilterChainFactory, responsible to construct FilterChain instance.
getFilterChainFactory() - Method in class com.sun.grizzly.nio.transport.TCPNIOTransport
 
getFilterChainFactory() - Method in class com.sun.grizzly.nio.transport.UDPNIOTransport
 
getFilterChainPattern() - Method in interface com.sun.grizzly.filterchain.PatternFilterChainFactory
Get FilterChain instance pattern.
getFilterChainPattern() - Method in class com.sun.grizzly.filterchain.SingletonFilterChainFactory
Returns FilterChain pattern, which is chain instance.
getFilters() - Method in class com.sun.grizzly.filterchain.FilterChainContext
Get List of Filters.
getFilters() - Method in interface com.sun.grizzly.filterchain.NextAction
Get unmodifiable view of the list of Filters.
getFirst() - Method in class com.sun.grizzly.utils.Pair
 
getFloat() - Method in interface com.sun.grizzly.Buffer
Relative get method for reading a float value.
getFloat(int) - Method in interface com.sun.grizzly.Buffer
Absolute get method for reading a float value.
getFloat() - Method in class com.sun.grizzly.memory.ByteBufferWrapper
 
getFloat(int) - Method in class com.sun.grizzly.memory.ByteBufferWrapper
 
getFuture() - Method in class com.sun.grizzly.asyncqueue.AsyncQueueRecord
 
getFuture() - Method in class com.sun.grizzly.nio.DefaultSelectorHandler.SelectionKeyOperation
 
getImmutable(IOEventMask) - Static method in class com.sun.grizzly.utils.ImmutableIOEventMask
 
getIndex() - Method in class com.sun.grizzly.filterchain.FilterAdapter
getIndex() - Method in class com.sun.grizzly.utils.LogFilter
 
getIndexedAttributeAccessor() - Method in interface com.sun.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 com.sun.grizzly.attributes.IndexedAttributeHolder
Returns IndexedAttributeAccessor for accessing Attributes by index.
getIndexedAttributeAccessor() - Method in class com.sun.grizzly.attributes.NamedAttributeHolder
Always returns null, as NamedAttributeHolder doesn't support indexing.
getInput(AttributeStorage) - Method in class com.sun.grizzly.AbstractTransformer
 
getInput(AttributeStorage) - Method in class com.sun.grizzly.filterchain.DefaultDecoderTransformer
 
getInput(AttributeStorage) - Method in class com.sun.grizzly.filterchain.DefaultEncoderTransformer
 
getInput(AttributeStorage) - Method in class com.sun.grizzly.ssl.SSLDecoderTransformer
 
getInput(AttributeStorage) - Method in class com.sun.grizzly.ssl.SSLEncoderTransformer
 
getInput(AttributeStorage) - Method in class com.sun.grizzly.ssl.SSLHandshakeDecoder
 
getInput(AttributeStorage) - Method in class com.sun.grizzly.ssl.SSLHandshakeEncoder
 
getInput(AttributeStorage) - Method in interface com.sun.grizzly.Transformer
Gets the input data, which Transformer will work with.
getInstance() - Static method in class com.sun.grizzly.ssl.SSLResourcesAccessor
 
getInstance() - Static method in class com.sun.grizzly.TransportFactory
Get the TransportFactory instance.
getInt() - Method in interface com.sun.grizzly.Buffer
Relative get method for reading an int value.
getInt(int) - Method in interface com.sun.grizzly.Buffer
Absolute get method for reading an int value.
getInt() - Method in class com.sun.grizzly.memory.ByteBufferWrapper
 
getInt(int) - Method in class com.sun.grizzly.memory.ByteBufferWrapper
 
getInterceptor() - Method in class com.sun.grizzly.asyncqueue.AsyncQueueRecord
 
getInterest() - Method in class com.sun.grizzly.nio.DefaultSelectorHandler.SelectionKeyOperation
 
getInternalThreadPool() - Method in class com.sun.grizzly.AbstractTransport
Get a thread pool, which will process transport internal tasks like NIO Selector polling etc.
getInternalThreadPool() - Method in interface com.sun.grizzly.Transport
Get a thread pool, which will process transport internal tasks like NIO Selector polling etc.
getInvokeAction() - Method in class com.sun.grizzly.filterchain.FilterChainContext
Get NextAction implementation, which instructs FilterChain to process next Filter in chain.
getInvokeAction(List<Filter>) - Method in class com.sun.grizzly.filterchain.FilterChainContext
Get NextAction implementation, which instructs FilterChain to process next Filter in chain.
getInvokeAction(List<Filter>, int) - Method in class com.sun.grizzly.filterchain.FilterChainContext
Get NextAction implementation, which instructs FilterChain to process next Filter in chain.
getIoEvent() - Method in class com.sun.grizzly.Context
Get the processing IOEvent.
getIoEvent() - Method in class com.sun.grizzly.ProcessorRunnable
Get the processing IOEvent.
getKeepAliveTime(TimeUnit) - Method in interface com.sun.grizzly.threadpool.ExtendedThreadPool
Returns the thread keep-alive time, which is the amount of time which threads in excess of the core pool size may remain idle before being terminated.
getKeySize() - Method in interface com.sun.grizzly.ssl.SSLSupport
Get the keysize.
getKeySize() - Method in class com.sun.grizzly.ssl.SSLSupportImpl
Copied from org.apache.catalina.valves.CertificateValve
getLargestPoolSize() - Method in interface com.sun.grizzly.threadpool.ExtendedThreadPool
Returns the largest number of threads that have ever simultaneously been in the pool.
getLastResult(AttributeStorage) - Method in class com.sun.grizzly.AbstractTransformer
 
getLastResult(AttributeStorage) - Method in class com.sun.grizzly.filterchain.DefaultDecoderTransformer
 
getLastResult(AttributeStorage) - Method in class com.sun.grizzly.filterchain.DefaultEncoderTransformer
 
getLastResult(AttributeStorage) - Method in class com.sun.grizzly.ssl.SSLDecoderTransformer
 
getLastResult(AttributeStorage) - Method in class com.sun.grizzly.ssl.SSLEncoderTransformer
 
getLastResult(AttributeStorage) - Method in class com.sun.grizzly.ssl.SSLHandshakeDecoder
 
getLastResult(AttributeStorage) - Method in class com.sun.grizzly.ssl.SSLHandshakeEncoder
 
getLastResult(AttributeStorage) - Method in interface com.sun.grizzly.Transformer
Gets the last returned Transformer result.
getLastSelectedKeysCount() - Method in class com.sun.grizzly.nio.SelectorRunner
Number of SelectionKeys, which were selected last time.
getLeaderFollowerThreshold() - Method in class com.sun.grizzly.strategies.SimpleDynamicStrategy
Returns the number of SelectionKeys, which should be selected from a Selector, to make it apply LeaderFollowerStrategy.
getLevel() - Method in class com.sun.grizzly.utils.LogFilter
 
getLinger() - Method in class com.sun.grizzly.nio.transport.TCPNIOTransport
 
getLocalAddress() - Method in interface com.sun.grizzly.Connection
Get the connection local address
getLocalAddress() - Method in class com.sun.grizzly.nio.transport.TCPNIOConnection
Returns the local address of this Connection, or null if it is unconnected.
getLocalAddress() - Method in class com.sun.grizzly.nio.transport.UDPNIOConnection
Returns the local address of this Connection, or null if it is unconnected.
getLogger() - Method in class com.sun.grizzly.utils.LogFilter
 
getLong() - Method in interface com.sun.grizzly.Buffer
Relative get method for reading a long value.
getLong(int) - Method in interface com.sun.grizzly.Buffer
Absolute get method for reading a long value.
getLong() - Method in class com.sun.grizzly.memory.ByteBufferWrapper
 
getLong(int) - Method in class com.sun.grizzly.memory.ByteBufferWrapper
 
getMajorVersion() - Static method in class com.sun.grizzly.Grizzly
Get Grizzly framework major version
getMaximumPoolSize() - Method in interface com.sun.grizzly.threadpool.ExtendedThreadPool
Returns the maximum allowed number of threads.
getMaxQueuedTasksCount() - Method in class com.sun.grizzly.threadpool.DefaultScheduleThreadPool
 
getMaxQueuedTasksCount() - Method in class com.sun.grizzly.threadpool.DefaultThreadPool
 
getMaxThreadBufferSize() - Method in class com.sun.grizzly.memory.DefaultMemoryManager
Get the maximum size of memory pool for one thread.
getMemoryManager() - Method in class com.sun.grizzly.AbstractTransformer
 
getMemoryManager() - Method in class com.sun.grizzly.AbstractTransport
Get the Transport associated MemoryManager, which will be used by the Transport, its Connections and by during processing I/O events, occurred on Connections.
getMemoryManager() - Method in interface com.sun.grizzly.Transport
Get the Transport associated MemoryManager, which will be used by the Transport, its Connections and by during processing I/O events, occurred on Connections.
getMessage() - Method in class com.sun.grizzly.filterchain.FilterChainContext
Get message object, associated with the current processing.
getMessage() - Method in class com.sun.grizzly.ReadResult
Get the message, which was read.
getMessage() - Method in class com.sun.grizzly.TransformationResult
 
getMessage() - Method in class com.sun.grizzly.utils.MessageHolder
 
getMessage() - Method in class com.sun.grizzly.WriteResult
Get the message, which was read.
getMessageClass() - Method in class com.sun.grizzly.smart.SmartDecoderTransformer
 
getMessageClass() - Method in class com.sun.grizzly.smart.SmartEncoderTransformer
 
getMessageProcessingTree(AttributeStorage) - Method in class com.sun.grizzly.smart.transformers.AbstractSmartMemberDecoder
 
getMessageProcessingTree(AttributeStorage) - Method in class com.sun.grizzly.smart.transformers.AbstractSmartMemberEncoder
 
getMessageProcessingTree(AttributeStorage) - Method in interface com.sun.grizzly.smart.transformers.SmartMemberTransformer
 
getMessageProcessingTree(AttributeStorage) - Method in class com.sun.grizzly.smart.transformers.SmartStringDecoder
 
getMessageProcessingTree(AttributeStorage) - Method in class com.sun.grizzly.smart.transformers.SmartStringEncoder
 
getMessageTransportFilter() - Method in interface com.sun.grizzly.filterchain.FilterChainEnabledTransport
Get transport Filter, which is aware of Transport specifics; knows how to read/write from/to Transport.
getMessageTransportFilter() - Method in class com.sun.grizzly.nio.transport.TCPNIOTransport
 
getMessageTransportFilter() - Method in class com.sun.grizzly.nio.transport.UDPNIOTransport
 
getMinorVersion() - Static method in class com.sun.grizzly.Grizzly
Get Grizzly framework minor version
getMode() - Method in class com.sun.grizzly.filterchain.TransportFilter
Get the TransportFilter mode.
getName() - Method in class com.sun.grizzly.AbstractTransport
Gets the Transport name.
getName() - Method in class com.sun.grizzly.threadpool.DefaultScheduleThreadPool
 
getName() - Method in class com.sun.grizzly.threadpool.DefaultThreadPool
 
getName() - Method in interface com.sun.grizzly.threadpool.ExtendedThreadPool
 
getName() - Method in interface com.sun.grizzly.threadpool.WorkerThread
 
getName() - Method in interface com.sun.grizzly.Transport
Gets the Transport name.
getNextFilterIdx() - Method in interface com.sun.grizzly.filterchain.NextAction
Gets index of the Filter in NextAction.getFilters() list, which should be executed next.
getNioChannelDistributor() - Method in class com.sun.grizzly.nio.AbstractNIOTransport
 
getNioChannelDistributor() - Method in interface com.sun.grizzly.nio.NIOTransport
 
getNotificationObject() - Method in class com.sun.grizzly.utils.conditions.ConditionListener
 
getOpType() - Method in class com.sun.grizzly.nio.DefaultSelectorHandler.SelectionKeyOperation
 
getOutput(AttributeStorage) - Method in class com.sun.grizzly.AbstractTransformer
 
getOutput(AttributeStorage) - Method in class com.sun.grizzly.filterchain.DefaultDecoderTransformer
 
getOutput(AttributeStorage) - Method in class com.sun.grizzly.filterchain.DefaultEncoderTransformer
 
getOutput(AttributeStorage) - Method in class com.sun.grizzly.ssl.SSLDecoderTransformer
 
getOutput(AttributeStorage) - Method in class com.sun.grizzly.ssl.SSLEncoderTransformer
 
getOutput(AttributeStorage) - Method in class com.sun.grizzly.ssl.SSLHandshakeDecoder
 
getOutput(AttributeStorage) - Method in class com.sun.grizzly.ssl.SSLHandshakeEncoder
 
getOutput(AttributeStorage) - Method in interface com.sun.grizzly.Transformer
Gets the output, which Transformer will use for transformed data.
getPattern() - Method in class com.sun.grizzly.utils.conditions.PatternCondition
 
getPeerAddress() - Method in interface com.sun.grizzly.Connection
Get the connection peer address
getPeerAddress() - Method in class com.sun.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 com.sun.grizzly.nio.transport.UDPNIOConnection
Returns the address of the endpoint this Connection is connected to, or null if it is unconnected.
getPeerAddress() - Method in class com.sun.grizzly.nio.transport.UDPNIOStreamReader
 
getPeerAddress() - Method in class com.sun.grizzly.nio.transport.UDPNIOStreamWriter
 
getPeerAddress() - Method in interface com.sun.grizzly.streams.AddressableStreamReader
Get the address of StreamReader data source.
getPeerAddress() - Method in interface com.sun.grizzly.streams.AddressableStreamWriter
Get the destination address, where the data will be sent on next flush.
getPeerCertificateChain() - Method in interface com.sun.grizzly.ssl.SSLSupport
The client certificate chain (if any).
getPeerCertificateChain(boolean) - Method in interface com.sun.grizzly.ssl.SSLSupport
The client certificate chain (if any).
getPeerCertificateChain() - Method in class com.sun.grizzly.ssl.SSLSupportImpl
 
getPeerCertificateChain(boolean) - Method in class com.sun.grizzly.ssl.SSLSupportImpl
 
getPendingOperations() - Method in class com.sun.grizzly.nio.SelectorRunner
 
getPoolSize() - Method in interface com.sun.grizzly.threadpool.ExtendedThreadPool
Returns the current number of threads in the pool.
getPostProcesser() - Method in class com.sun.grizzly.asyncqueue.AsyncReadQueueRecord
 
getPostProcessor() - Method in class com.sun.grizzly.Context
Get the PostProcessor, which will be called after Processor will finish its execution to finish IOEvent processing.
getPostProcessor() - Method in class com.sun.grizzly.ProcessorRunnable
Get the PostProcessor, which will be called after Processor will finish its execution to finish IOEvent processing.
getPredefinedTransformers() - Method in class com.sun.grizzly.smart.SmartDecoderTransformer
 
getPredefinedTransformers() - Method in class com.sun.grizzly.smart.SmartEncoderTransformer
 
getProcessor() - Method in class com.sun.grizzly.AbstractSocketConnectorHandler
 
getProcessor() - Method in class com.sun.grizzly.AbstractTransport
Gets the default Processor, which will process Connection I/O events in case, if Connection doesn't have own Processor preferences.
getProcessor() - Method in interface com.sun.grizzly.Connection
Gets the default Processor, which will process Connection I/O events.
getProcessor() - Method in class com.sun.grizzly.Context
Get the Processor, which is responsible to process the IOEvent.
getProcessor() - Method in class com.sun.grizzly.nio.AbstractNIOConnection
 
getProcessor() - Method in class com.sun.grizzly.nio.transport.UDPNIOServerConnection
 
getProcessor() - Method in class com.sun.grizzly.ProcessorRunnable
Get the Processor, which is responsible to process the IOEvent.
getProcessor() - Method in interface com.sun.grizzly.SocketConnectorHandler
Get the default Processor to process IOEvent, occuring on connection phase.
getProcessor() - Method in interface com.sun.grizzly.Transport
Gets the default Processor, which will process Connection I/O events in case, if Connection doesn't have own Processor preferences.
getProcessorExecutor(Boolean) - Method in class com.sun.grizzly.strategies.LeaderFollowerStrategy
 
getProcessorRunnable() - Method in class com.sun.grizzly.Context
Get the ProcessorRunnable task instance.
getProcessorSelector() - Method in class com.sun.grizzly.AbstractSocketConnectorHandler
 
getProcessorSelector() - Method in class com.sun.grizzly.AbstractTransport
Gets the default ProcessorSelector, which will be used to get Processor to process Connection I/O events, in case if this Transport's Processor is null and Connection doesn't have neither preferred Processor nor ProcessorSelector.
getProcessorSelector() - Method in interface com.sun.grizzly.Connection
Gets the default ProcessorSelector, which will be used to get Processor to process Connection I/O events, in case if this Connection's Processor is null.
getProcessorSelector() - Method in class com.sun.grizzly.nio.AbstractNIOConnection
 
getProcessorSelector() - Method in class com.sun.grizzly.nio.transport.TCPNIOServerConnection
 
getProcessorSelector() - Method in class com.sun.grizzly.nio.transport.UDPNIOServerConnection
 
getProcessorSelector() - Method in interface com.sun.grizzly.SocketConnectorHandler
Gets the default ProcessorSelector, which will be used to get Processor to process I/O events, occuring on connection phase.
getProcessorSelector() - Method in interface com.sun.grizzly.Transport
Gets the default ProcessorSelector, which will be used to get Processor to process Connection I/O events, in case if this Transport's Processor is null and Connection doesn't have neither preferred Processor nor ProcessorSelector.
getProperties(AttributeStorage) - Method in class com.sun.grizzly.AbstractTransformer
 
getProperties(AttributeStorage) - Method in class com.sun.grizzly.filterchain.DefaultDecoderTransformer
 
getProperties(AttributeStorage) - Method in class com.sun.grizzly.filterchain.DefaultEncoderTransformer
 
getProperties(AttributeStorage) - Method in class com.sun.grizzly.ssl.SSLDecoderTransformer
 
getProperties(AttributeStorage) - Method in class com.sun.grizzly.ssl.SSLEncoderTransformer
 
getProperties(AttributeStorage) - Method in class com.sun.grizzly.ssl.SSLHandshakeDecoder
 
getProperties(AttributeStorage) - Method in class com.sun.grizzly.ssl.SSLHandshakeEncoder
 
getProperties(AttributeStorage) - Method in interface com.sun.grizzly.Transformer
Gets the property storage, using which it's possible to read or update Transformer properties.
getQueue() - Method in class com.sun.grizzly.asyncqueue.AsyncQueue
Get the queue of tasks, which will be processed asynchrounously
getQueue() - Method in interface com.sun.grizzly.threadpool.ExtendedThreadPool
Returns the task queue used by this executor.
getQueuedActionLock() - Method in class com.sun.grizzly.asyncqueue.AsyncQueue
Get the locker object, which could be used by a queue processors
getQueuedTasksCount() - Method in class com.sun.grizzly.threadpool.DefaultScheduleThreadPool
 
getQueuedTasksCount() - Method in class com.sun.grizzly.threadpool.DefaultThreadPool
 
getQueueSize() - Method in class com.sun.grizzly.threadpool.DefaultScheduleThreadPool
 
getQueueSize() - Method in class com.sun.grizzly.threadpool.DefaultThreadPool
 
getQueueSize() - Method in interface com.sun.grizzly.threadpool.ExtendedThreadPool
Returns the number of tasks, which are currently waiting in the queue.
getReadable() - Method in class com.sun.grizzly.utils.ReadableInputStream
 
getReadBufferSize() - Method in class com.sun.grizzly.AbstractTransport
Get the default size of Buffers, which will be allocated for reading data from Transport's Connections.
getReadBufferSize() - Method in interface com.sun.grizzly.Connection
Get the default size of Buffers, which will be allocated for reading data from Connection.
getReadBufferSize() - Method in class com.sun.grizzly.nio.AbstractNIOConnection
 
getReadBufferSize() - Method in interface com.sun.grizzly.Transport
Get the default size of Buffers, which will be allocated for reading data from Transport's Connections.
getReader() - Method in class com.sun.grizzly.asyncqueue.AsyncQueueIO
Get AsyncQueueReader implementation.
getReader() - Method in class com.sun.grizzly.nio.tmpselectors.TemporarySelectorIO
 
getReadSize() - Method in class com.sun.grizzly.ReadResult
Get the number of bytes, which were read.
getReadyThreadBufferSize() - Method in class com.sun.grizzly.memory.DefaultMemoryManager
Get the size of local thread memory pool.
getRerunChainAction() - Method in class com.sun.grizzly.filterchain.FilterChainContext
Get NextAction implementation, which is expected only on post processing phase.
getResult() - Method in class com.sun.grizzly.impl.FutureImpl
Get current result value without any blocking.
getResult() - Method in class com.sun.grizzly.impl.FutureLockImpl
Get current result value without any blocking.
getResult() - Method in class com.sun.grizzly.impl.ReadyFutureImpl
Get current result value without any blocking.
getRunnerThread() - Method in class com.sun.grizzly.nio.SelectorRunner
 
getScheduledThreadPool() - Method in class com.sun.grizzly.utils.IdleTimeoutFilter
 
getSecond() - Method in class com.sun.grizzly.utils.Pair
 
getSecuredInBuffer(AttributeStorage) - Method in class com.sun.grizzly.ssl.SSLResourcesAccessor
 
getSecuredOutBuffer(AttributeStorage) - Method in class com.sun.grizzly.ssl.SSLResourcesAccessor
 
getSelectionKey() - Method in class com.sun.grizzly.nio.AbstractNIOConnection
 
getSelectionKey() - Method in class com.sun.grizzly.nio.DefaultSelectorHandler.SelectionKeyOperation
 
getSelectionKey() - Method in interface com.sun.grizzly.nio.NIOConnection
 
getSelectionKey() - Method in class com.sun.grizzly.nio.RegisterChannelResult
 
getSelectionKeyHandler() - Method in class com.sun.grizzly.nio.AbstractNIOTransport
 
getSelectionKeyHandler() - Method in interface com.sun.grizzly.nio.NIOTransport
 
getSelector() - Method in class com.sun.grizzly.nio.SelectorRunner
 
getSelectorHandler() - Method in class com.sun.grizzly.nio.AbstractNIOTransport
 
getSelectorHandler() - Method in interface com.sun.grizzly.nio.NIOTransport
 
getSelectorPool() - Method in class com.sun.grizzly.nio.tmpselectors.TemporarySelectorIO
 
getSelectorRunner() - Method in class com.sun.grizzly.nio.AbstractNIOConnection
 
getSelectorRunner() - Method in interface com.sun.grizzly.nio.NIOConnection
 
getSelectorRunner() - Method in class com.sun.grizzly.nio.RegisterChannelResult
 
getSelectorRunners() - Method in class com.sun.grizzly.nio.AbstractNIOTransport
 
getSelectorRunnersCount() - Method in class com.sun.grizzly.nio.AbstractNIOTransport
 
getSelectorRunnersCount() - Method in interface com.sun.grizzly.nio.NIOTransport
 
getSelectTimeout() - Method in class com.sun.grizzly.nio.DefaultSelectorHandler
 
getSelectTimeout() - Method in interface com.sun.grizzly.nio.SelectorHandler
 
getSequence(AttributeStorage) - Method in class com.sun.grizzly.smart.transformers.SequenceDecoder
Returns the processing sequence object
getServerSocketSoTimeout() - Method in class com.sun.grizzly.nio.transport.TCPNIOTransport
 
getServerSSLEngineConfig() - Method in class com.sun.grizzly.ssl.SSLCodec
 
getSessionId() - Method in interface com.sun.grizzly.ssl.SSLSupport
The current session Id.
getSessionId() - Method in class com.sun.grizzly.ssl.SSLSupportImpl
 
getShort() - Method in interface com.sun.grizzly.Buffer
Relative get method for reading a short value.
getShort(int) - Method in interface com.sun.grizzly.Buffer
Absolute get method for reading a short value.
getShort() - Method in class com.sun.grizzly.memory.ByteBufferWrapper
 
getShort(int) - Method in class com.sun.grizzly.memory.ByteBufferWrapper
 
getSlab() - Method in class com.sun.grizzly.memory.slab.SlabPoolImpl
 
getSrcAddress() - Method in class com.sun.grizzly.ReadResult
Get the source address, the message was read from.
getSSLEngine(AttributeStorage) - Method in class com.sun.grizzly.ssl.SSLResourcesAccessor
 
getSSLEngine() - Method in class com.sun.grizzly.ssl.SSLStreamReader
 
getSSLEngine() - Method in class com.sun.grizzly.ssl.SSLStreamWriter
 
getSslHandshaker() - Method in class com.sun.grizzly.ssl.SSLCodec
 
getState() - Method in class com.sun.grizzly.AbstractTransport
Return the Transport state controller.
getState() - Method in class com.sun.grizzly.memory.slab.Slab
 
getState() - Method in class com.sun.grizzly.nio.SelectorRunner
 
getState() - Method in interface com.sun.grizzly.Transport
Return the Transport state controller.
getState() - Method in class com.sun.grizzly.utils.StateHolder
Gets current state Current StateHolder locking mode will be used
getState(boolean) - Method in class com.sun.grizzly.utils.StateHolder
Gets current state
getStateHolder() - Method in class com.sun.grizzly.nio.SelectorRunner
 
getStateLocker() - Method in class com.sun.grizzly.utils.StateHolder
Gets Read/Write locker, which is used by this StateHolder
getStatus() - Method in class com.sun.grizzly.ProcessorResult
Get the result status.
getStatus() - Method in class com.sun.grizzly.TransformationResult
 
getStopAction() - Method in class com.sun.grizzly.filterchain.FilterChainContext
Get NextAction implementation, which instructs FilterChain to stop executing phase and start post executing filters.
getStrategy() - Method in class com.sun.grizzly.AbstractTransport
Get the Strategy implementation, which will be used by Transport to process IOEvent.
getStrategy() - Method in interface com.sun.grizzly.nio.NIOTransport
 
getStrategy() - Method in interface com.sun.grizzly.Transport
Get the Strategy implementation, which will be used by Transport to process IOEvent.
getStreamReader() - Method in interface com.sun.grizzly.Connection
Get the Connection StreamReader, to read data from the Connection.
getStreamReader() - Method in class com.sun.grizzly.filterchain.FilterChainContext
Get the StreamReader, associated with processing.
getStreamReader(StreamReader) - Method in interface com.sun.grizzly.filterchain.StreamTransformerFilter
 
getStreamReader() - Method in class com.sun.grizzly.nio.transport.TCPNIOConnection
 
getStreamReader() - Method in class com.sun.grizzly.nio.transport.UDPNIOConnection
 
getStreamReader(StreamReader) - Method in class com.sun.grizzly.ssl.SSLFilter
 
getStreamTransportFilter() - Method in interface com.sun.grizzly.filterchain.FilterChainEnabledTransport
Get transport Filter, which is aware of Transport specifics; knows how to read/write from/to Transport specific Connection streams.
getStreamTransportFilter() - Method in class com.sun.grizzly.nio.transport.TCPNIOTransport
 
getStreamTransportFilter() - Method in class com.sun.grizzly.nio.transport.UDPNIOTransport
 
getStreamWriter() - Method in interface com.sun.grizzly.Connection
Get the Connection StreamWriter, to write data to the Connection.
getStreamWriter() - Method in class com.sun.grizzly.filterchain.FilterChainContext
Get the StreamWriter, associated with processing.
getStreamWriter(StreamWriter) - Method in interface com.sun.grizzly.filterchain.StreamTransformerFilter
 
getStreamWriter() - Method in class com.sun.grizzly.nio.transport.TCPNIOConnection
 
getStreamWriter() - Method in class com.sun.grizzly.nio.transport.UDPNIOConnection
 
getStreamWriter(StreamWriter) - Method in class com.sun.grizzly.ssl.SSLFilter
 
getSuspendAction() - Method in class com.sun.grizzly.filterchain.FilterChainContext
Get NextAction, which instructs FilterChain to suspend filter chain execution, both execute and post-execute phases.
getTaskCount() - Method in interface com.sun.grizzly.threadpool.ExtendedThreadPool
Returns the approximate total number of tasks that have been scheduled for execution.
getTemporarySelectorIO() - Method in interface com.sun.grizzly.nio.tmpselectors.TemporarySelectorsEnabledTransport
 
getTemporarySelectorIO() - Method in class com.sun.grizzly.nio.transport.TCPNIOTransport
 
getTemporarySelectorIO() - Method in class com.sun.grizzly.nio.transport.UDPNIOTransport
 
getThread() - Method in class com.sun.grizzly.threadpool.DefaultWorkerThread
 
getThread() - Method in interface com.sun.grizzly.threadpool.WorkerThread
 
getTimeout() - Method in class com.sun.grizzly.nio.tmpselectors.TemporarySelectorReader
 
getTimeout() - Method in class com.sun.grizzly.nio.tmpselectors.TemporarySelectorWriter
 
getTimeout(TimeUnit) - Method in class com.sun.grizzly.streams.AbstractStreamReader
Get the timeout for StreamReader I/O operations.
getTimeout(TimeUnit) - Method in class com.sun.grizzly.streams.AbstractStreamWriter
Get the timeout for StreamWriter I/O operations.
getTimeout(TimeUnit) - Method in interface com.sun.grizzly.streams.StreamReader
Get the timeout for StreamReader I/O operations.
getTimeout(TimeUnit) - Method in interface com.sun.grizzly.streams.StreamWriter
Get the timeout for StreamWriter I/O operations.
getTimeout(TimeUnit) - Method in class com.sun.grizzly.utils.IdleTimeoutFilter
 
getTimeout(TimeUnit) - Method in class com.sun.grizzly.utils.ReadableInputStream
 
getTimeout(TimeUnit) - Method in class com.sun.grizzly.utils.WritableOutputStream
 
getTotalBytesAllocated() - Method in class com.sun.grizzly.memory.DefaultMemoryManager
Get real number of bytes allocated by this MemoryManager.
getTransactionStartedTime(TimeUnit) - Method in class com.sun.grizzly.threadpool.DefaultWorkerThread
 
getTransactionTimeout(TimeUnit) - Method in class com.sun.grizzly.threadpool.DefaultWorkerThread
 
getTransactionTimeout(TimeUnit) - Method in interface com.sun.grizzly.threadpool.WorkerThread
 
getTransformer(Class) - Method in class com.sun.grizzly.smart.SmartDecoderTransformer
 
getTransformer(Class) - Method in class com.sun.grizzly.smart.SmartEncoderTransformer
 
getTransport() - Method in interface com.sun.grizzly.Connection
Get the Transport, to which this Connection belongs to.
getTransport() - Method in class com.sun.grizzly.nio.AbstractNIOConnection
 
getTransport() - Method in class com.sun.grizzly.nio.SelectorRunner
 
getTransport() - Method in class com.sun.grizzly.nio.tmpselectors.TemporarySelectorReader
 
getTransport() - Method in class com.sun.grizzly.nio.tmpselectors.TemporarySelectorWriter
 
getTransportFilter0(Transport) - Method in class com.sun.grizzly.filterchain.TransportFilter
Get default Transport specific transport filter.
getTransportSelectorRunners() - Method in class com.sun.grizzly.nio.AbstractNIOConnectionDistributor
 
getType() - Method in interface com.sun.grizzly.smart.SequenceUnit
 
getType() - Method in class com.sun.grizzly.smart.SequenceUnit.InstantiateUnit
 
getType() - Method in class com.sun.grizzly.smart.SequenceUnit.StepInUnit
 
getType() - Method in class com.sun.grizzly.smart.SequenceUnit.StepOutUnit
 
getType() - Method in class com.sun.grizzly.smart.SequenceUnit.TransformUnit
 
getUnderlyingReader() - Method in class com.sun.grizzly.streams.StreamReaderDecorator
 
getUnderlyingWriter() - Method in class com.sun.grizzly.streams.StreamWriterDecorator
 
getValue(AttributeStorage, Attribute<T>, T) - Static method in class com.sun.grizzly.AbstractTransformer
 
getWaitingConsumerCount() - Method in class com.sun.grizzly.utils.LinkedTransferQueue
 
getWaitingConsumerCount() - Method in interface com.sun.grizzly.utils.TransferQueue
Returns an estimate of the number of consumers waiting to dequeue elements via take or poll.
getWorkerThreadPool() - Method in class com.sun.grizzly.AbstractTransport
Get a worker thread pool, which could be chosen to process occurred I/O operations.
getWorkerThreadPool() - Method in interface com.sun.grizzly.Transport
Get a worker thread pool, which could be chosen to process occurred I/O operations.
getWorkerThreadThreshold() - Method in class com.sun.grizzly.strategies.SimpleDynamicStrategy
Returns the number of SelectionKeys, which should be selected from a Selector, to make it apply WorkerThreadStrategy.
getWritable() - Method in class com.sun.grizzly.utils.WritableOutputStream
 
getWriteBufferSize() - Method in class com.sun.grizzly.AbstractTransport
Get the default size of Buffers, which will be allocated for writing data to Transport's Connections.
getWriteBufferSize() - Method in interface com.sun.grizzly.Connection
Get the default size of Buffers, which will be allocated for writing data to Connection.
getWriteBufferSize() - Method in class com.sun.grizzly.nio.AbstractNIOConnection
 
getWriteBufferSize() - Method in interface com.sun.grizzly.Transport
Get the default size of Buffers, which will be allocated for writing data to Transport's Connections.
getWriter() - Method in class com.sun.grizzly.asyncqueue.AsyncQueueIO
Get AsyncQueueWriter implementation.
getWriter() - Method in class com.sun.grizzly.nio.tmpselectors.TemporarySelectorIO
 
getWrittenSize() - Method in class com.sun.grizzly.WriteResult
Get the number of bytes, which were written.
getX509Certificates(SSLSession) - Method in class com.sun.grizzly.ssl.SSLSupportImpl
 
Grizzly - Class in com.sun.grizzly
Class contains information about Grizzly framework.
Grizzly() - Constructor for class com.sun.grizzly.Grizzly
 

H

handleAccept(FilterChainContext, NextAction) - Method in interface com.sun.grizzly.filterchain.Filter
Execute a unit of processing work to be performed, when server channel has accepted the client connection.
handleAccept(FilterChainContext, NextAction) - Method in class com.sun.grizzly.filterchain.FilterAdapter
Execute a unit of processing work to be performed, when server channel has accepted the client connection.
handleAccept(FilterChainContext, NextAction) - Method in class com.sun.grizzly.filterchain.TransportFilter
Delegates accept operation to Transport's specific transport filter.
handleAccept(FilterChainContext, NextAction) - Method in class com.sun.grizzly.utils.LogFilter
 
handleClose(FilterChainContext, NextAction) - Method in interface com.sun.grizzly.filterchain.Filter
Execute a unit of processing work to be performed, when connection has been closed.
handleClose(FilterChainContext, NextAction) - Method in class com.sun.grizzly.filterchain.FilterAdapter
Execute a unit of processing work to be performed, when connection has been closed.
handleClose(FilterChainContext, NextAction) - Method in class com.sun.grizzly.filterchain.TransportFilter
Delegates close operation to Transport's specific transport filter.
handleClose(FilterChainContext, NextAction) - Method in class com.sun.grizzly.utils.LogFilter
 
handleConnect(FilterChainContext, NextAction) - Method in interface com.sun.grizzly.filterchain.Filter
Execute a unit of processing work to be performed, when channel gets connected.
handleConnect(FilterChainContext, NextAction) - Method in class com.sun.grizzly.filterchain.FilterAdapter
Execute a unit of processing work to be performed, when channel gets connected.
handleConnect(FilterChainContext, NextAction) - Method in class com.sun.grizzly.filterchain.TransportFilter
Delegates connect operation to Transport's specific transport filter.
handleConnect(FilterChainContext, NextAction) - Method in class com.sun.grizzly.utils.LogFilter
 
handleRead(FilterChainContext, NextAction) - Method in interface com.sun.grizzly.filterchain.Filter
Execute a unit of processing work to be performed, when channel will become available for reading.
handleRead(FilterChainContext, NextAction) - Method in class com.sun.grizzly.filterchain.FilterAdapter
Execute a unit of processing work to be performed, when channel will become available for reading.
handleRead(FilterChainContext, NextAction) - Method in class com.sun.grizzly.filterchain.TransportFilter
Delegates reading operation to Transport's specific transport filter.
handleRead(FilterChainContext, NextAction) - Method in class com.sun.grizzly.nio.transport.TCPNIOTransportFilter
 
handleRead(FilterChainContext, NextAction) - Method in class com.sun.grizzly.nio.transport.UDPNIOMessageTransportFilter
 
handleRead(FilterChainContext, NextAction) - Method in class com.sun.grizzly.nio.transport.UDPNIOStreamTransportFilter
 
handleRead(FilterChainContext, NextAction) - Method in class com.sun.grizzly.smart.SmartFilter
 
handleRead(FilterChainContext, NextAction) - Method in class com.sun.grizzly.ssl.SSLFilter
Wraps FilterChainContext default StreamReader and StreamWriter with SSL aware ones.
handleRead(FilterChainContext, NextAction) - Method in class com.sun.grizzly.utils.EchoFilter
 
handleRead(FilterChainContext, NextAction) - Method in class com.sun.grizzly.utils.IdleTimeoutFilter
 
handleRead(FilterChainContext, NextAction) - Method in class com.sun.grizzly.utils.LogFilter
 
handleWrite(FilterChainContext, NextAction) - Method in interface com.sun.grizzly.filterchain.Filter
Execute a unit of processing work to be performed, when channel will become available for writing.
handleWrite(FilterChainContext, NextAction) - Method in class com.sun.grizzly.filterchain.FilterAdapter
Execute a unit of processing work to be performed, when channel will become available for writing.
handleWrite(FilterChainContext, NextAction) - Method in class com.sun.grizzly.filterchain.TransportFilter
Delegates writing operation to Transport's specific transport filter.
handleWrite(FilterChainContext, NextAction) - Method in class com.sun.grizzly.nio.transport.TCPNIOTransportFilter
 
handleWrite(FilterChainContext, NextAction) - Method in class com.sun.grizzly.nio.transport.UDPNIOMessageTransportFilter
 
handleWrite(FilterChainContext, NextAction) - Method in class com.sun.grizzly.nio.transport.UDPNIOStreamTransportFilter
 
handleWrite(FilterChainContext, NextAction) - Method in class com.sun.grizzly.smart.SmartFilter
 
handleWrite(FilterChainContext, NextAction) - Method in class com.sun.grizzly.ssl.SSLFilter
Execute a unit of processing work to be performed, when channel will become available for writing.
handleWrite(FilterChainContext, NextAction) - Method in class com.sun.grizzly.utils.IdleTimeoutFilter
 
handleWrite(FilterChainContext, NextAction) - Method in class com.sun.grizzly.utils.LogFilter
 
handshake(SSLStreamReader, SSLStreamWriter, SSLEngineConfigurator) - Method in class com.sun.grizzly.ssl.BlockingSSLHandshaker
Execute SSL handshake using given Connection's SSLStreamReader and SSLStreamWriter.
handshake(Connection) - Method in class com.sun.grizzly.ssl.SSLCodec
 
handshake(Connection, SSLEngineConfigurator) - Method in class com.sun.grizzly.ssl.SSLCodec
 
handshake(SSLStreamReader, SSLStreamWriter, SSLEngineConfigurator) - Method in interface com.sun.grizzly.ssl.SSLHandshaker
Execute SSL handshake using given Connection's SSLStreamReader and SSLStreamWriter.
hasAvailableData() - Method in class com.sun.grizzly.streams.AbstractStreamReader
Return true if StreamReader has available data, which could be read, or false otherwise.
hasAvailableData() - Method in interface com.sun.grizzly.streams.StreamReader
Return true if StreamReader has available data, which could be read, or false otherwise.
hashCode() - Method in class com.sun.grizzly.memory.ByteBufferWrapper
 
hashCode() - Method in class com.sun.grizzly.utils.LightArrayList
Returns the hash code value for this list.
hasRemaining() - Method in interface com.sun.grizzly.Buffer
Tells whether there are any elements between the current position and the limit.
hasRemaining() - Method in class com.sun.grizzly.memory.ByteBufferWrapper
 
hasWaitingConsumer() - Method in class com.sun.grizzly.utils.LinkedTransferQueue
 
hasWaitingConsumer() - Method in interface com.sun.grizzly.utils.TransferQueue
Returns true if there is at least one consumer waiting to dequeue an element via take or poll.
hibernate(AttributeStorage) - Method in class com.sun.grizzly.AbstractTransformer
 
hibernate(AttributeStorage) - Method in class com.sun.grizzly.filterchain.DefaultDecoderTransformer
 
hibernate(AttributeStorage) - Method in class com.sun.grizzly.filterchain.DefaultEncoderTransformer
 
hibernate(AttributeStorage) - Method in class com.sun.grizzly.ssl.SSLDecoderTransformer
 
hibernate(AttributeStorage) - Method in class com.sun.grizzly.ssl.SSLEncoderTransformer
 
hibernate(AttributeStorage) - Method in class com.sun.grizzly.ssl.SSLHandshakeDecoder
 
hibernate(AttributeStorage) - Method in class com.sun.grizzly.ssl.SSLHandshakeEncoder
If hibernate is called - it means result data were not written on network completely and next write attempt may be executed in different thread, so we need to detach all thread associated resources.
hibernate(AttributeStorage) - Method in interface com.sun.grizzly.Transformer
Method could be called by framework to let Transformer know, that transformation will be postponed and probably continued in separate Thread, so all resources, which are associated with the current Thread should be detached and stored internally or in the external storage.

I

IDLE_ATTRIBUTE_NAME - Static variable in class com.sun.grizzly.utils.IdleTimeoutFilter
 
idleAttribute - Static variable in class com.sun.grizzly.utils.IdleTimeoutFilter
 
IdleTimeoutFilter - Class in com.sun.grizzly.utils
 
IdleTimeoutFilter(long, TimeUnit) - Constructor for class com.sun.grizzly.utils.IdleTimeoutFilter
 
IdleTimeoutFilter(long, TimeUnit, ScheduledExecutorService) - Constructor for class com.sun.grizzly.utils.IdleTimeoutFilter
 
IdleTimeoutFilter.TimeoutChecker - Class in com.sun.grizzly.utils
 
IdleTimeoutFilter.TimeoutChecker() - Constructor for class com.sun.grizzly.utils.IdleTimeoutFilter.TimeoutChecker
 
ImmutableIOEventMask - Class in com.sun.grizzly.utils
 
ImmutableIOEventMask() - Constructor for class com.sun.grizzly.utils.ImmutableIOEventMask
 
INCOMPLETE_EVENT - Static variable in interface com.sun.grizzly.Reader
 
INCOMPLETED - Static variable in interface com.sun.grizzly.Interceptor
 
incompletedResult - Static variable in class com.sun.grizzly.AbstractTransformer
 
index() - Method in class com.sun.grizzly.attributes.Attribute
Return attribute name, which is used as attribute key on indexed AttributeHolders.
IndexedAttributeAccessor - Interface in com.sun.grizzly.attributes
The interface declares, that AttributeHolder supports indexed Attribute access.
indexedAttributeAccessor - Variable in class com.sun.grizzly.attributes.IndexedAttributeHolder
 
IndexedAttributeHolder - Class in com.sun.grizzly.attributes
AttributeHolder, which supports indexed access to stored Attributes.
IndexedAttributeHolder(AttributeBuilder) - Constructor for class com.sun.grizzly.attributes.IndexedAttributeHolder
 
IndexedAttributeHolder.IndexedAttributeAccessorImpl - Class in com.sun.grizzly.attributes
IndexedAttributeAccessor implementation.
IndexedAttributeHolder.IndexedAttributeAccessorImpl() - Constructor for class com.sun.grizzly.attributes.IndexedAttributeHolder.IndexedAttributeAccessorImpl
 
indexOf(Object) - Method in class com.sun.grizzly.ChainProcessorSelector
indexOf(Object) - Method in class com.sun.grizzly.filterchain.ListFacadeFilterChain
indexOf(Object) - Method in class com.sun.grizzly.utils.LightArrayList
 
initContext() - Method in class com.sun.grizzly.ProcessorRunnable
Initialize Context with task's settings.
initialize() - Method in class com.sun.grizzly.nio.NIOTransportFactory
 
initialize(SmartTransformer, Field) - Method in class com.sun.grizzly.smart.transformers.AbstractSmartMemberDecoder
 
initialize(SmartTransformer, Field) - Method in class com.sun.grizzly.smart.transformers.AbstractSmartMemberEncoder
 
initialize(SmartTransformer, Field) - Method in class com.sun.grizzly.smart.transformers.SequenceDecoder
 
initialize(SmartTransformer, Field) - Method in class com.sun.grizzly.smart.transformers.SequenceEncoder
 
initialize(SmartTransformer, Field) - Method in interface com.sun.grizzly.smart.transformers.SmartMemberTransformer
 
initialize(SmartTransformer, Field) - Method in class com.sun.grizzly.smart.transformers.SmartStringDecoder
 
initialize(SmartTransformer, Field) - Method in class com.sun.grizzly.smart.transformers.SmartStringEncoder
 
initialize() - Method in class com.sun.grizzly.TransportFactory
Initialize default factory settings.
initialize() - Method in class com.sun.grizzly.utils.IdleTimeoutFilter
 
initializeAttributeHolder() - Method in class com.sun.grizzly.Context
 
initializeAttributes() - Method in class com.sun.grizzly.ssl.SSLResourcesAccessor
 
inputBufferAttribute - Variable in class com.sun.grizzly.AbstractTransformer
 
instance() - Static method in class com.sun.grizzly.nio.SelectorFactory
 
IntegerDecoder - Class in com.sun.grizzly.smart.transformers
 
IntegerDecoder() - Constructor for class com.sun.grizzly.smart.transformers.IntegerDecoder
 
IntegerEncoder - Class in com.sun.grizzly.smart.transformers
 
IntegerEncoder() - Constructor for class com.sun.grizzly.smart.transformers.IntegerEncoder
 
intercept(int, Object, R) - Method in interface com.sun.grizzly.Interceptor
Callback method is called by Readable, so it is possible to customize reading process.
interceptor - Variable in class com.sun.grizzly.asyncqueue.AsyncQueueRecord
 
Interceptor<R> - Interface in com.sun.grizzly
Handler, which is used to finer control Readable.read(...).
interestedIoEventsMask - Variable in class com.sun.grizzly.callbackhandler.AbstractCallbackHandler
 
interestedIoEventsMask - Variable in class com.sun.grizzly.filterchain.AbstractFilterChain
 
internalThreadPool - Variable in class com.sun.grizzly.AbstractTransport
Transport internal thread pool
inv() - Method in class com.sun.grizzly.utils.ArrayIOEventMask
 
inv() - Method in interface com.sun.grizzly.utils.IOEventMask
 
IOEvent - Enum in com.sun.grizzly
Enumeration represents the I/O events, occured on a Connection.
ioEvent2SelectionKeyInterest(IOEvent) - Method in class com.sun.grizzly.nio.DefaultSelectionKeyHandler
 
ioEvent2SelectionKeyInterest(IOEvent) - Method in interface com.sun.grizzly.nio.SelectionKeyHandler
 
IOEventMask - Interface in com.sun.grizzly.utils
 
isBlocking - Variable in class com.sun.grizzly.AbstractTransport
Transport mode
isBlocking() - Method in class com.sun.grizzly.AbstractTransport
Returns the Transport mode.
isBlocking() - Method in interface com.sun.grizzly.Connection
Sets the Connection mode.
isBlocking - Variable in class com.sun.grizzly.nio.AbstractNIOConnection
 
isBlocking() - Method in class com.sun.grizzly.nio.AbstractNIOConnection
 
isBlocking() - Method in class com.sun.grizzly.streams.AbstractStreamReader
Returns the StreamReader mode.
isBlocking() - Method in class com.sun.grizzly.streams.AbstractStreamWriter
Returns the StreamReader mode.
isBlocking() - Method in interface com.sun.grizzly.streams.StreamReader
Returns the StreamReader mode.
isBlocking() - Method in class com.sun.grizzly.streams.StreamReaderDecorator
Returns the StreamReader mode.
isBlocking() - Method in interface com.sun.grizzly.streams.StreamWriter
Returns the StreamReader mode.
isBlocking() - Method in class com.sun.grizzly.streams.StreamWriterDecorator
Returns the StreamReader mode.
isBlocking() - Method in interface com.sun.grizzly.Transport
Returns the Transport mode.
isCancelled() - Method in class com.sun.grizzly.impl.FutureImpl
isCancelled() - Method in class com.sun.grizzly.impl.FutureLockImpl
isCancelled() - Method in class com.sun.grizzly.impl.ReadyFutureImpl
isCipherConfigured() - Method in class com.sun.grizzly.ssl.SSLEngineConfigurator
 
isClientMode() - Method in class com.sun.grizzly.ssl.SSLContextConfigurator
 
isClientMode() - Method in class com.sun.grizzly.ssl.SSLEngineConfigurator
Will SSLEngine be configured to work in client mode.
isCloned - Variable in class com.sun.grizzly.asyncqueue.AsyncWriteQueueRecord
 
isCloned() - Method in class com.sun.grizzly.asyncqueue.AsyncWriteQueueRecord
 
isClosed - Variable in class com.sun.grizzly.nio.AbstractNIOConnection
 
isClosed() - Method in class com.sun.grizzly.streams.AbstractStreamReader
Returns true, if StreamReader has been closed, or false otherwise.
isClosed() - Method in interface com.sun.grizzly.streams.StreamReader
Returns true, if StreamReader has been closed, or false otherwise.
isClosed() - Method in class com.sun.grizzly.TransportFactory
Return true, if TransportFactory has been closed, or false otherwise.
isConnected() - Method in class com.sun.grizzly.nio.transport.UDPNIOConnection
 
isCurrentThreadExecutor() - Method in interface com.sun.grizzly.ProcessorExecutor
Returns true if ProcessorExecutor uses current Thread to run I/O event processing, or false otherwise.
isCurrentThreadExecutor() - Method in class com.sun.grizzly.utils.CurrentThreadExecutor
 
isCurrentThreadExecutor() - Method in class com.sun.grizzly.utils.WorkerThreadExecutor
 
isDirect - Variable in class com.sun.grizzly.memory.ByteBufferManager
Is direct ByteBuffer should be used?
isDirect() - Method in class com.sun.grizzly.memory.ByteBufferManager
Returns true, if ByteBufferManager works with direct ByteBuffers, or false otherwise.
isDone() - Method in class com.sun.grizzly.impl.FutureImpl
isDone() - Method in class com.sun.grizzly.impl.FutureLockImpl
isDone() - Method in class com.sun.grizzly.impl.ReadyFutureImpl
isEmpty() - Method in class com.sun.grizzly.ChainProcessorSelector
isEmpty() - Method in class com.sun.grizzly.filterchain.ListFacadeFilterChain
isEmpty() - Method in class com.sun.grizzly.utils.LightArrayList
 
isEmpty() - Method in class com.sun.grizzly.utils.LinkedTransferQueue
 
isHandleAccepted() - Method in class com.sun.grizzly.utils.IdleTimeoutFilter
 
isHandleConnected() - Method in class com.sun.grizzly.utils.IdleTimeoutFilter
 
isHandshaking(SSLEngine) - Static method in class com.sun.grizzly.ssl.SSLUtils
 
isIndexable() - Method in class com.sun.grizzly.filterchain.FilterAdapter
isIndexable() - Method in class com.sun.grizzly.utils.LogFilter
 
isInterested(IOEvent) - Method in class com.sun.grizzly.callbackhandler.AbstractCallbackHandler
Is this Processor interested in processing the i/o event
isInterested(IOEvent) - Method in class com.sun.grizzly.filterchain.AbstractFilterChain
Is this Processor interested in processing the i/o event
isInterested(IOEvent) - Method in class com.sun.grizzly.nio.AbstractNIOAsyncQueueReader
Is this Processor interested in processing the i/o event
isInterested(IOEvent) - Method in class com.sun.grizzly.nio.AbstractNIOAsyncQueueWriter
Is this Processor interested in processing the i/o event
isInterested(IOEvent) - Method in class com.sun.grizzly.nio.transport.TCPNIOConnectorHandler.ConnectorEventProcessor
 
isInterested(IOEvent) - Method in class com.sun.grizzly.nio.transport.TCPNIOServerConnection.AcceptorEventProcessor
 
isInterested(IOEvent) - Method in interface com.sun.grizzly.Processor
Is this Processor interested in processing the i/o event
isInterested(IOEvent) - Method in class com.sun.grizzly.StandaloneProcessor
StandaloneProcessor is not interested in any IOEvent.
isInterested(IOEvent) - Method in class com.sun.grizzly.utils.ArrayIOEventMask
 
isInterested(IOEvent) - Method in interface com.sun.grizzly.utils.IOEventMask
 
isInterested(IOEvent) - Method in class com.sun.grizzly.utils.ProcessorWrapper
 
isKeepAlive() - Method in class com.sun.grizzly.utils.conditions.ConditionListener
 
isLockEnabled() - Method in class com.sun.grizzly.utils.StateHolder
Gets current locking mode
isMonitoring() - Method in class com.sun.grizzly.memory.DefaultMemoryManager
Is monotoring enabled.
isNeedClientAuth() - Method in class com.sun.grizzly.ssl.SSLContextConfigurator
 
isNeedClientAuth() - Method in class com.sun.grizzly.ssl.SSLEngineConfigurator
 
isOpen() - Method in interface com.sun.grizzly.Connection
Is Connection open and ready.
isOpen() - Method in class com.sun.grizzly.nio.AbstractNIOConnection
 
isProtocolConfigured() - Method in class com.sun.grizzly.ssl.SSLEngineConfigurator
 
isReadOnly() - Method in interface com.sun.grizzly.Buffer
Tells whether or not this buffer is read-only.
isReadOnly() - Method in class com.sun.grizzly.memory.ByteBufferWrapper
 
isReady(Connection) - Method in interface com.sun.grizzly.asyncqueue.AsyncQueueProcessor
Checks whether there is ready data in AsyncQueue, associated with the Connection.
isReady(Connection) - Method in class com.sun.grizzly.nio.AbstractNIOAsyncQueueReader
Checks whether there is ready data in AsyncQueue, associated with the Connection.
isReady(Connection) - Method in class com.sun.grizzly.nio.AbstractNIOAsyncQueueWriter
Checks whether there is ready data in AsyncQueue, associated with the Connection.
isReuseAddress - Variable in class com.sun.grizzly.nio.transport.TCPNIOConnectorHandler
 
isReuseAddress() - Method in class com.sun.grizzly.nio.transport.TCPNIOConnectorHandler
 
isReuseAddress() - Method in class com.sun.grizzly.nio.transport.TCPNIOTransport
 
isReuseAddress - Variable in class com.sun.grizzly.nio.transport.UDPNIOConnectorHandler
 
isReuseAddress() - Method in class com.sun.grizzly.nio.transport.UDPNIOConnectorHandler
 
isReuseAddress() - Method in class com.sun.grizzly.nio.transport.UDPNIOTransport
 
isSet(AttributeHolder) - Method in class com.sun.grizzly.attributes.Attribute
Checks if this attribute is set on the AttributeHolder.
isSet(AttributeStorage) - Method in class com.sun.grizzly.attributes.Attribute
Checks if this attribute is set on the AttributeStorage.
isStopped() - Method in class com.sun.grizzly.AbstractTransport
Returns true, if this Transport is in stopped state, false otherwise.
isStopped() - Method in interface com.sun.grizzly.Transport
Returns true, if this Transport is in stopped state, false otherwise.
isSuspended() - Method in class com.sun.grizzly.ProcessorRunnable
Returns true is task was suspended (terminated, but not completed), so it's possible to resume task processing.
isTcpNoDelay() - Method in class com.sun.grizzly.nio.transport.TCPNIOTransport
 
isTerminateThread(Boolean) - Method in class com.sun.grizzly.strategies.LeaderFollowerStrategy
This method may be called by runner Thread after task will be executed.
isTerminateThread(Object) - Method in class com.sun.grizzly.strategies.SameThreadStrategy
This method may be called by runner Thread after task will be executed.
isTerminateThread(SimpleDynamicStrategy.DynamicStrategyContext) - Method in class com.sun.grizzly.strategies.SimpleDynamicStrategy
This method may be called by runner Thread after task will be executed.
isTerminateThread(Object) - Method in class com.sun.grizzly.strategies.WorkerThreadStrategy
This method may be called by runner Thread after task will be executed.
isTerminateThread(E) - Method in interface com.sun.grizzly.Strategy
This method may be called by runner Thread after task will be executed.
isWantClientAuth() - Method in class com.sun.grizzly.ssl.SSLContextConfigurator
 
isWantClientAuth() - Method in class com.sun.grizzly.ssl.SSLEngineConfigurator
 
iterator() - Method in class com.sun.grizzly.ChainProcessorSelector
iterator() - Method in class com.sun.grizzly.filterchain.ListFacadeFilterChain
iterator() - Method in class com.sun.grizzly.utils.LightArrayList
 
iterator() - Method in class com.sun.grizzly.utils.LinkedTransferQueue
 

K

keepAlive - Variable in class com.sun.grizzly.utils.conditions.ConditionListener
 
KEY_FACTORY_MANAGER_ALGORITHM - Static variable in class com.sun.grizzly.ssl.SSLContextConfigurator
 
KEY_SIZE_KEY - Static variable in class com.sun.grizzly.ssl.SSLSupportImpl
 
KEY_STORE_FILE - Static variable in class com.sun.grizzly.ssl.SSLContextConfigurator
 
KEY_STORE_PASSWORD - Static variable in class com.sun.grizzly.ssl.SSLContextConfigurator
 
KEY_STORE_PROVIDER - Static variable in class com.sun.grizzly.ssl.SSLContextConfigurator
 
KEY_STORE_TYPE - Static variable in class com.sun.grizzly.ssl.SSLContextConfigurator
 
keySize - Variable in class com.sun.grizzly.ssl.SSLSupport.CipherData
 

L

largeByteBuffer - Variable in class com.sun.grizzly.memory.ByteBufferViewManager
Large ByteBuffer pool.
lastAllocatedBuffer - Variable in class com.sun.grizzly.memory.DefaultMemoryManager.BufferInfo
Last allocated ByteBuffer.
lastIndexOf(Object) - Method in class com.sun.grizzly.ChainProcessorSelector
lastIndexOf(Object) - Method in class com.sun.grizzly.filterchain.ListFacadeFilterChain
lastIndexOf(Object) - Method in class com.sun.grizzly.utils.LightArrayList
 
lastResultAttribute - Variable in class com.sun.grizzly.AbstractTransformer
 
LeaderFollowerStrategy - Class in com.sun.grizzly.strategies
Strategy, which executes Processors in a current threads, and resumes selector thread logic in separate thread.
LeaderFollowerStrategy(NIOTransport) - Constructor for class com.sun.grizzly.strategies.LeaderFollowerStrategy
 
LeaderFollowerStrategy(Executor, Executor) - Constructor for class com.sun.grizzly.strategies.LeaderFollowerStrategy
 
LightArrayList<E> - Class in com.sun.grizzly.utils
Lighter version of ArrayList, which internaly uses array offset, to avoid redundant array shifting when executing add, remove methods.
LightArrayList() - Constructor for class com.sun.grizzly.utils.LightArrayList
 
LightArrayList(int) - Constructor for class com.sun.grizzly.utils.LightArrayList
 
LightArrayList(List<E>, int, int) - Constructor for class com.sun.grizzly.utils.LightArrayList
 
limit() - Method in interface com.sun.grizzly.Buffer
Returns this buffer's limit.
limit(int) - Method in interface com.sun.grizzly.Buffer
Sets this buffer's limit.
limit() - Method in class com.sun.grizzly.memory.ByteBufferWrapper
 
limit(int) - Method in class com.sun.grizzly.memory.ByteBufferWrapper
 
linger - Variable in class com.sun.grizzly.nio.transport.TCPNIOTransport
The socket linger.
LinkedTransferQueue<E> - Class in com.sun.grizzly.utils
An unbounded TransferQueue based on linked nodes.
LinkedTransferQueue() - Constructor for class com.sun.grizzly.utils.LinkedTransferQueue
Creates an initially empty LinkedTransferQueue.
LinkedTransferQueue(Collection<? extends E>) - Constructor for class com.sun.grizzly.utils.LinkedTransferQueue
Creates a LinkedTransferQueue initially containing the elements of the given collection, added in traversal order of the collection's iterator.
listen() - Method in class com.sun.grizzly.nio.transport.TCPNIOServerConnection
 
ListFacadeFilterChain - Class in com.sun.grizzly.filterchain
FilterChain facade, which implements all the List related methods.
ListFacadeFilterChain(FilterChainFactory, List<Filter>) - Constructor for class com.sun.grizzly.filterchain.ListFacadeFilterChain
 
listIterator() - Method in class com.sun.grizzly.ChainProcessorSelector
listIterator(int) - Method in class com.sun.grizzly.ChainProcessorSelector
listIterator() - Method in class com.sun.grizzly.filterchain.ListFacadeFilterChain
listIterator(int) - Method in class com.sun.grizzly.filterchain.ListFacadeFilterChain
listIterator() - Method in class com.sun.grizzly.utils.LightArrayList
 
listIterator(int) - Method in class com.sun.grizzly.utils.LightArrayList
 
LogFilter - Class in com.sun.grizzly.utils
Simple log Filter
LogFilter() - Constructor for class com.sun.grizzly.utils.LogFilter
 
LogFilter(Logger) - Constructor for class com.sun.grizzly.utils.LogFilter
 
LogFilter(Logger, Level) - Constructor for class com.sun.grizzly.utils.LogFilter
 
logger - Static variable in class com.sun.grizzly.Grizzly
 
LoggingFormatter - Class in com.sun.grizzly.utils
Format the record to include the Thread that logged the record.
LoggingFormatter() - Constructor for class com.sun.grizzly.utils.LoggingFormatter
 
LongDecoder - Class in com.sun.grizzly.smart.transformers
 
LongDecoder() - Constructor for class com.sun.grizzly.smart.transformers.LongDecoder
 
LongEncoder - Class in com.sun.grizzly.smart.transformers
 
LongEncoder() - Constructor for class com.sun.grizzly.smart.transformers.LongEncoder
 

M

main(String[]) - Static method in class com.sun.grizzly.Grizzly
 
main(String[]) - Static method in class com.sun.grizzly.utils.LoggingFormatter
Example to test the com.sun.grizzly.utils.LoggingFormatter You need to include this parameter in the command line -Djava.util.logging.config.file=myfile
makeAllocator(int, boolean) - Static method in class com.sun.grizzly.memory.slab.SlabMemoryManagerFactory
Return an Allocator that allocates from one slab at a time, creating a new slab as needed.
makeAllocator() - Static method in class com.sun.grizzly.memory.slab.SlabMemoryManagerFactory
 
makeDefaultSlabPool() - Static method in class com.sun.grizzly.memory.slab.SlabMemoryManagerFactory
Get a SlabPool with defaults
makePoolAllocator(SlabMemoryManagerFactory.SlabPool) - Static method in class com.sun.grizzly.memory.slab.SlabMemoryManagerFactory
Create an Allocator that allocates from a pool of slabs.
makeSlabPool(int, long, long, boolean) - Static method in class com.sun.grizzly.memory.slab.SlabMemoryManagerFactory
Create a SlabPool from which Allocators may be created.
mark() - Method in interface com.sun.grizzly.Buffer
Sets this buffer's mark at its position.
mark() - Method in class com.sun.grizzly.memory.ByteBufferWrapper
 
markEmpty() - Method in class com.sun.grizzly.memory.slab.Slab
 
markFull() - Method in class com.sun.grizzly.memory.slab.Slab
 
maxAllocationSize() - Method in class com.sun.grizzly.memory.slab.SlabMemoryManagerBase
Returns the maximum size that can be allocated by an allocate( int ) call.
maxAllocationSize() - Method in interface com.sun.grizzly.memory.slab.SlabMemoryManagerFactory.SlabPool
The maxAllocationSize of every Slab in this pool.
maxAllocationSize() - Method in class com.sun.grizzly.memory.slab.SlabMemoryManagerImpl
 
maxAllocationSize() - Method in class com.sun.grizzly.memory.slab.SlabPoolImpl
 
maxAllocationSize() - Method in class com.sun.grizzly.memory.slab.SlabPoolMemoryManagerImpl
 
maxSize() - Method in interface com.sun.grizzly.memory.slab.SlabMemoryManagerFactory.SlabPool
Maximum size to which pool may expand as specified when the SlabPool was created.
maxSize() - Method in class com.sun.grizzly.memory.slab.SlabPoolImpl
 
memoryManager - Variable in class com.sun.grizzly.AbstractTransport
Transport MemoryManager
memoryManager - Variable in class com.sun.grizzly.memory.ByteBufferWrapper
 
MemoryManager<E extends Buffer> - Interface in com.sun.grizzly.memory
MemoryManager, responsible for allocating and releasing memory, required during application runtime.
MemoryUtils - Class in com.sun.grizzly.memory
Class has useful methods to simplify the work with Buffers.
MemoryUtils() - Constructor for class com.sun.grizzly.memory.MemoryUtils
 
MESSAGE_PROCESSING_TREE_ATTR_NAME - Static variable in class com.sun.grizzly.smart.SmartDecoderTransformer
 
MESSAGE_PROCESSING_TREE_ATTR_NAME - Static variable in class com.sun.grizzly.smart.SmartEncoderTransformer
 
MessageCloner<E> - Interface in com.sun.grizzly.asyncqueue
Cloner, which will be called by AsyncQueueWriter, when message could not be written directly, and will be added to the queue.
MessageHolder<K,L> - Class in com.sun.grizzly.utils
Common message holder class.
MessageHolder() - Constructor for class com.sun.grizzly.utils.MessageHolder
 
MessageHolder(K) - Constructor for class com.sun.grizzly.utils.MessageHolder
 
MessageHolder(K, L) - Constructor for class com.sun.grizzly.utils.MessageHolder
 
messageProcessingTreeAttribute - Variable in class com.sun.grizzly.smart.SmartDecoderTransformer
 
messageProcessingTreeAttribute - Variable in class com.sun.grizzly.smart.SmartEncoderTransformer
 
messageProcessingTreeAttribute - Variable in class com.sun.grizzly.smart.transformers.AbstractSmartMemberDecoder
 
messageProcessingTreeAttribute - Variable in class com.sun.grizzly.smart.transformers.AbstractSmartMemberEncoder
 
messageProcessingTreeAttribute - Variable in class com.sun.grizzly.smart.transformers.SmartStringDecoder
 
messageProcessingTreeAttribute - Variable in class com.sun.grizzly.smart.transformers.SmartStringEncoder
 
MinBufferSizeCondition - Class in com.sun.grizzly.utils
 
MinBufferSizeCondition() - Constructor for class com.sun.grizzly.utils.MinBufferSizeCondition
 
MinBufferSizeCondition(int) - Constructor for class com.sun.grizzly.utils.MinBufferSizeCondition
 
minSize() - Method in interface com.sun.grizzly.memory.slab.SlabMemoryManagerFactory.SlabPool
Minimum size of pool, as specified when the SlabPool was created.
minSize() - Method in class com.sun.grizzly.memory.slab.SlabPoolImpl
 

N

name - Variable in class com.sun.grizzly.AbstractTransport
Transport name
name() - Method in class com.sun.grizzly.attributes.Attribute
Return attribute name, which is used as attribute key on non-indexed AttributeHolders.
name2Attribute - Variable in class com.sun.grizzly.attributes.DefaultAttributeBuilder
 
NamedAttributeHolder - Class in com.sun.grizzly.attributes
AttributeHolder implementation, which doesn't support indexed access to Attributes.
NamedAttributeHolder(AttributeBuilder) - Constructor for class com.sun.grizzly.attributes.NamedAttributeHolder
 
NEED_HANDSHAKE_ERROR - Static variable in class com.sun.grizzly.ssl.SSLDecoderTransformer
 
NEED_HANDSHAKE_ERROR - Static variable in class com.sun.grizzly.ssl.SSLEncoderTransformer
 
newBuffer(int) - Method in class com.sun.grizzly.streams.AbstractStreamReader
 
newBuffer(int) - Method in class com.sun.grizzly.streams.AbstractStreamWriter
 
newInstance() - Method in class com.sun.grizzly.utils.ConcurrentQueuePool
 
next(AttributeStorage, Object) - Method in class com.sun.grizzly.smart.transformers.ArrayDecoder
 
next(AttributeStorage, Object) - Method in class com.sun.grizzly.smart.transformers.ArrayEncoder
 
next(AttributeStorage, E) - Method in class com.sun.grizzly.smart.transformers.SequenceDecoder
Moves to next sequence element and makes it current.
next(AttributeStorage, E) - Method in class com.sun.grizzly.smart.transformers.SequenceEncoder
Moves to next sequence element and makes it current.
NextAction - Interface in com.sun.grizzly.filterchain
The interface defines the instruction for a FilterChain, how it should continue filter chain execution.
nioChannelDistributor - Variable in class com.sun.grizzly.nio.AbstractNIOTransport
 
NIOChannelDistributor - Interface in com.sun.grizzly.nio
 
NIOConnection - Interface in com.sun.grizzly.nio
 
NIOTransport - Interface in com.sun.grizzly.nio
 
NIOTransportFactory - Class in com.sun.grizzly.nio
 
NIOTransportFactory() - Constructor for class com.sun.grizzly.nio.NIOTransportFactory
 
NOT_REGISTER_KEY - Static variable in interface com.sun.grizzly.asyncqueue.AsyncQueueProcessor
 
NotEqualCondition<E> - Class in com.sun.grizzly.utils.conditions
 
NotEqualCondition() - Constructor for class com.sun.grizzly.utils.conditions.NotEqualCondition
 
NotEqualCondition(E) - Constructor for class com.sun.grizzly.utils.conditions.NotEqualCondition
 
notificationObject - Variable in class com.sun.grizzly.utils.conditions.ConditionListener
 
notifyAvailable(int) - Method in class com.sun.grizzly.streams.AbstractStreamReader
Method returns Future, using which it's possible check if StreamReader has required amound of bytes available for reading reading.
notifyAvailable(int, CompletionHandler<Integer>) - Method in class com.sun.grizzly.streams.AbstractStreamReader
Method returns Future, using which it's possible check if StreamReader has required amound of bytes available for reading reading.
notifyAvailable(int) - Method in interface com.sun.grizzly.streams.StreamReader
Method returns Future, using which it's possible check if StreamReader has required amound of bytes available for reading reading.
notifyAvailable(int, CompletionHandler<Integer>) - Method in interface com.sun.grizzly.streams.StreamReader
Method returns Future, using which it's possible check if StreamReader has required amound of bytes available for reading reading.
notifyCondition(Condition<StreamReader>, CompletionHandler<Integer>) - Method in class com.sun.grizzly.nio.transport.TCPNIOStreamReader
 
notifyCondition(Condition<StreamReader>, CompletionHandler<Integer>) - Method in class com.sun.grizzly.nio.transport.UDPNIOStreamReader
 
notifyCondition(Condition<StreamReader>) - Method in class com.sun.grizzly.streams.AbstractStreamReader
Method returns Future, using which it's possible check if StreamReader meets specific Condition.
notifyCondition(Condition<StreamReader>) - Method in interface com.sun.grizzly.streams.StreamReader
Method returns Future, using which it's possible check if StreamReader meets specific Condition.
notifyCondition(Condition<StreamReader>, CompletionHandler<Integer>) - Method in interface com.sun.grizzly.streams.StreamReader
Method returns Future, using which it's possible check if StreamReader meets specific Condition.
notifyCondition(Condition<StreamReader>, CompletionHandler<Integer>) - Method in class com.sun.grizzly.streams.StreamReaderDecorator
Method returns Future, using which it's possible check if StreamReader meets specific Condition.
notifyConditionListeners(E) - Method in class com.sun.grizzly.utils.StateHolder
 
notifyException(ExceptionHandler.Severity, Throwable) - Method in class com.sun.grizzly.AbstractTransport
Notify about error, occurred during Transport execution.
notifyException(ExceptionHandler.Severity, Throwable) - Method in interface com.sun.grizzly.Transport
Notify about error, occurred during Transport execution.
notifyException(ExceptionHandler.Severity, Throwable) - Method in interface com.sun.grizzly.utils.ExceptionHandler
 
notifyHaveResult() - Method in class com.sun.grizzly.impl.FutureImpl
Notify blocked listeners threads about operation completion.
notifyHaveResult() - Method in class com.sun.grizzly.impl.FutureLockImpl
Notify blocked listeners threads about operation completion.
notifyListener() - Method in class com.sun.grizzly.utils.conditions.ConditionListener
 
notifyListener() - Method in class com.sun.grizzly.utils.conditions.DefaultConditionListener
 
notifyListenerObject(Object) - Static method in class com.sun.grizzly.utils.conditions.DefaultConditionListener
 
notifyObject - Variable in class com.sun.grizzly.streams.AbstractStreamReader
 
notifyWhenConditionMatchState(Condition<E>, Object) - Method in class com.sun.grizzly.utils.StateHolder
Register listener, which will be notified, when state will match the condition.
notifyWhenStateIsEqual(E, Object) - Method in class com.sun.grizzly.utils.StateHolder
Register listener, which will be notified, when state will be equal to passed one.
notifyWhenStateIsNotEqual(E, Object) - Method in class com.sun.grizzly.utils.StateHolder
Register listener, which will be notified, when state will become not equal to passed one.
NullaryFunction<T> - Interface in com.sun.grizzly.attributes
Attribute initializer.
numFreeSlabs() - Method in interface com.sun.grizzly.memory.slab.SlabMemoryManagerFactory.SlabPool
Number of free slabs available for use in Allocators using this SlabPool.
numFreeSlabs() - Method in class com.sun.grizzly.memory.slab.SlabPoolImpl
 
numFullSlabs() - Method in interface com.sun.grizzly.memory.slab.SlabMemoryManagerFactory.SlabPool
Number of full slabs which still have allocations in use.
numFullSlabs() - Method in class com.sun.grizzly.memory.slab.SlabPoolImpl
 
numPartialSlabs() - Method in interface com.sun.grizzly.memory.slab.SlabMemoryManagerFactory.SlabPool
Number of slabs currently in use by Allocators.
numPartialSlabs() - Method in class com.sun.grizzly.memory.slab.SlabPoolImpl
 

O

ObjectPool<E extends PoolableObject> - Interface in com.sun.grizzly.utils
Basic interface for object pool implementations
obtainAppBuffer(AttributeStorage) - Method in class com.sun.grizzly.ssl.SSLResourcesAccessor
Obtaining secured input buffer
obtainAttributes() - Method in interface com.sun.grizzly.attributes.AttributeStorage
Get associated AttributeHolder.
obtainAttributes() - Method in class com.sun.grizzly.Context
Get attributes (AttributeHolder), associated with the processing Context.
obtainAttributes() - Method in class com.sun.grizzly.nio.AbstractNIOConnection
 
obtainAttributes() - Method in class com.sun.grizzly.threadpool.DefaultWorkerThread
 
obtainAttributes() - Method in interface com.sun.grizzly.threadpool.WorkerThread
 
obtainMemoryManager(AttributeStorage) - Method in class com.sun.grizzly.AbstractTransformer
 
obtainNIOConnection(SocketChannel) - Method in class com.sun.grizzly.nio.transport.TCPNIOTransport
 
obtainNIOConnection(DatagramChannel) - Method in class com.sun.grizzly.nio.transport.UDPNIOTransport
 
obtainSecuredInBuffer(AttributeStorage) - Method in class com.sun.grizzly.ssl.SSLResourcesAccessor
Obtaining secured input buffer
obtainSecuredOutBuffer(AttributeStorage) - Method in class com.sun.grizzly.ssl.SSLResourcesAccessor
Obtaining secured output buffer
obtainSSLEngine(SSLContext, AttributeStorage) - Method in class com.sun.grizzly.ssl.SSLResourcesAccessor
 
offer(Selector) - Method in class com.sun.grizzly.nio.tmpselectors.TemporarySelectorPool
 
offer(E) - Method in class com.sun.grizzly.utils.ConcurrentQueuePool
 
offer(E, long, TimeUnit) - Method in class com.sun.grizzly.utils.LinkedTransferQueue
 
offer(E) - Method in class com.sun.grizzly.utils.LinkedTransferQueue
 
offer(E) - Method in interface com.sun.grizzly.utils.ObjectPool
 
offerToPool() - Method in class com.sun.grizzly.Context
Return this Context to the ObjectPool it was taken from.
onAccept(Context) - Method in interface com.sun.grizzly.callbackhandler.CallbackHandler
This method is called when IOEvent.ACCEPTED event occured on Connection.
onAccept(Context) - Method in class com.sun.grizzly.callbackhandler.CallbackHandlerAdapter
This method is called when IOEvent.ACCEPTED event occured on Connection.
onAcceptInterest(SelectionKey) - Method in class com.sun.grizzly.nio.DefaultSelectionKeyHandler
 
onAcceptInterest(SelectionKey) - Method in interface com.sun.grizzly.nio.SelectionKeyHandler
 
onAfterRun() - Method in class com.sun.grizzly.threadpool.DefaultWorkerThread
 
onBeforeRun() - Method in class com.sun.grizzly.threadpool.DefaultWorkerThread
 
onClose(Connection) - Method in interface com.sun.grizzly.asyncqueue.AsyncQueueProcessor
Callback method, which is called, when Connection has been closed, to let processor release a connection associated resources.
onClose(Context) - Method in interface com.sun.grizzly.callbackhandler.CallbackHandler
This method is called when IOEvent.CLOSED event occured on Connection.
onClose(Context) - Method in class com.sun.grizzly.callbackhandler.CallbackHandlerAdapter
This method is called when IOEvent.CLOSED event occured on Connection.
onClose(Connection) - Method in class com.sun.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 com.sun.grizzly.nio.AbstractNIOAsyncQueueWriter
Callback method, which is called, when Connection has been closed, to let processor release a connection associated resources.
onConnect(Context) - Method in interface com.sun.grizzly.callbackhandler.CallbackHandler
This method is called when IOEvent.CONNECTED event occured on Connection.
onConnect(Context) - Method in class com.sun.grizzly.callbackhandler.CallbackHandlerAdapter
This method is called when IOEvent.CONNECTED event occured on Connection.
onConnectInterest(SelectionKey) - Method in class com.sun.grizzly.nio.DefaultSelectionKeyHandler
 
onConnectInterest(SelectionKey) - Method in interface com.sun.grizzly.nio.SelectionKeyHandler
 
OneTimeConditionListener<E> - Class in com.sun.grizzly.utils.conditions
 
OneTimeConditionListener() - Constructor for class com.sun.grizzly.utils.conditions.OneTimeConditionListener
 
OneTimeConditionListener(Condition<E>, Object) - Constructor for class com.sun.grizzly.utils.conditions.OneTimeConditionListener
 
onKeyRegistered(SelectionKey) - Method in class com.sun.grizzly.nio.DefaultSelectionKeyHandler
 
onKeyRegistered(SelectionKey) - Method in interface com.sun.grizzly.nio.SelectionKeyHandler
 
onRead(Context) - Method in interface com.sun.grizzly.callbackhandler.CallbackHandler
This method is called when IOEvent.READ event occured on Connection.
onRead(Context) - Method in class com.sun.grizzly.callbackhandler.CallbackHandlerAdapter
This method is called when IOEvent.READ event occured on Connection.
onReadCompleted(Connection, AsyncReadQueueRecord) - Method in class com.sun.grizzly.nio.AbstractNIOAsyncQueueReader
 
onReadFailure(Connection, AsyncReadQueueRecord, IOException) - Method in class com.sun.grizzly.nio.AbstractNIOAsyncQueueReader
 
onReadIncompleted(Connection, AsyncReadQueueRecord) - Method in class com.sun.grizzly.nio.AbstractNIOAsyncQueueReader
 
onReadInterest(SelectionKey) - Method in class com.sun.grizzly.nio.DefaultSelectionKeyHandler
 
onReadInterest(SelectionKey) - Method in interface com.sun.grizzly.nio.SelectionKeyHandler
 
onReadyToRead(Connection) - Method in class com.sun.grizzly.nio.AbstractNIOAsyncQueueReader
 
onReadyToRead(Connection) - Method in class com.sun.grizzly.nio.transport.TCPNIOAsyncQueueReader
 
onReadyToRead(Connection) - Method in class com.sun.grizzly.nio.transport.UDPNIOAsyncQueueReader
 
onReadyToWrite(Connection) - Method in class com.sun.grizzly.nio.AbstractNIOAsyncQueueWriter
 
onReadyToWrite(Connection) - Method in class com.sun.grizzly.nio.transport.TCPNIOAsyncQueueWriter
 
onReadyToWrite(Connection) - Method in class com.sun.grizzly.nio.transport.UDPNIOAsyncQueueWriter
 
onWrite(Context) - Method in interface com.sun.grizzly.callbackhandler.CallbackHandler
This method is called when IOEvent.WRITE event occured on Connection.
onWrite(Context) - Method in class com.sun.grizzly.callbackhandler.CallbackHandlerAdapter
This method is called when IOEvent.WRITE event occured on Connection.
onWriteCompleted(Connection, AsyncWriteQueueRecord<?>) - Method in class com.sun.grizzly.nio.AbstractNIOAsyncQueueWriter
 
onWriteFailure(Connection, AsyncWriteQueueRecord, IOException) - Method in class com.sun.grizzly.nio.AbstractNIOAsyncQueueWriter
 
onWriteIncompleted(Connection, AsyncWriteQueueRecord<?>) - Method in class com.sun.grizzly.nio.AbstractNIOAsyncQueueWriter
 
onWriteInterest(SelectionKey) - Method in class com.sun.grizzly.nio.DefaultSelectionKeyHandler
 
onWriteInterest(SelectionKey) - Method in interface com.sun.grizzly.nio.SelectionKeyHandler
 
or(IOEventMask) - Method in class com.sun.grizzly.utils.ArrayIOEventMask
 
or(IOEventMask) - Method in interface com.sun.grizzly.utils.IOEventMask
 
order() - Method in interface com.sun.grizzly.Buffer
Retrieves this buffer's byte order.
order(ByteOrder) - Method in interface com.sun.grizzly.Buffer
Modifies this buffer's byte order.
order() - Method in class com.sun.grizzly.memory.ByteBufferWrapper
 
order(ByteOrder) - Method in class com.sun.grizzly.memory.ByteBufferWrapper
 
outputBufferAttribute - Variable in class com.sun.grizzly.AbstractTransformer
 
overflow() - Method in class com.sun.grizzly.streams.AbstractStreamWriter
 
overflow(CompletionHandler<Integer>) - Method in class com.sun.grizzly.streams.AbstractStreamWriter
 

P

Pair<K,L> - Class in com.sun.grizzly.utils
 
Pair() - Constructor for class com.sun.grizzly.utils.Pair
 
Pair(K, L) - Constructor for class com.sun.grizzly.utils.Pair
 
parseWithLengthPrefix(AttributeStorage, Buffer) - Method in class com.sun.grizzly.utils.StringDecoder
 
parseWithTerminatingSeq(AttributeStorage, Buffer) - Method in class com.sun.grizzly.utils.StringDecoder
 
pattern - Variable in class com.sun.grizzly.utils.conditions.PatternCondition
 
PatternCondition<E> - Class in com.sun.grizzly.utils.conditions
 
PatternCondition() - Constructor for class com.sun.grizzly.utils.conditions.PatternCondition
 
PatternCondition(E) - Constructor for class com.sun.grizzly.utils.conditions.PatternCondition
 
PatternFilterChainFactory - Interface in com.sun.grizzly.filterchain
FilterChainFactory implementation, which is able to create new FilterChain instances by the given pattern.
pause() - Method in class com.sun.grizzly.AbstractTransport
Pauses the transport
pause() - Method in class com.sun.grizzly.nio.transport.TCPNIOTransport
 
pause() - Method in class com.sun.grizzly.nio.transport.UDPNIOTransport
 
pause() - Method in interface com.sun.grizzly.Transport
Pauses the transport
peek() - Method in class com.sun.grizzly.utils.LinkedTransferQueue
 
phrase - Variable in class com.sun.grizzly.ssl.SSLSupport.CipherData
 
plainBufferAttribute - Variable in class com.sun.grizzly.ssl.SSLResourcesAccessor
 
poll() - Method in class com.sun.grizzly.nio.tmpselectors.TemporarySelectorPool
 
poll() - Method in class com.sun.grizzly.streams.AbstractStreamReader
 
poll() - Method in class com.sun.grizzly.utils.ConcurrentQueuePool
 
poll(long, TimeUnit) - Method in class com.sun.grizzly.utils.LinkedTransferQueue
 
poll() - Method in class com.sun.grizzly.utils.LinkedTransferQueue
 
poll() - Method in interface com.sun.grizzly.utils.ObjectPool
 
pollBuffer() - Method in class com.sun.grizzly.streams.AbstractStreamReader
 
PoolableObject - Interface in com.sun.grizzly.utils
 
position() - Method in interface com.sun.grizzly.Buffer
Returns this buffer's position.
position(int) - Method in interface com.sun.grizzly.Buffer
Sets this buffer's position.
position() - Method in class com.sun.grizzly.memory.ByteBufferWrapper
 
position(int) - Method in class com.sun.grizzly.memory.ByteBufferWrapper
 
postAccept(FilterChainContext, NextAction) - Method in interface com.sun.grizzly.filterchain.Filter
Execute any cleanup activities, such as releasing resources that were acquired during the execution of Filter#handleAccept(com.sun.grizzly.FilterChainContext) method of this Filter instance.
postAccept(FilterChainContext, NextAction) - Method in class com.sun.grizzly.filterchain.FilterAdapter
Execute any cleanup activities, such as releasing resources that were acquired during the execution of Filter#handleAccept(com.sun.grizzly.FilterChainContext) method of this Filter instance.
postAccept(FilterChainContext, NextAction) - Method in class com.sun.grizzly.filterchain.TransportFilter
Delegates post accepting processing to Transport's specific transport filter.
postAccept(FilterChainContext, NextAction) - Method in class com.sun.grizzly.utils.IdleTimeoutFilter
 
postAccept(FilterChainContext, NextAction) - Method in class com.sun.grizzly.utils.LogFilter
 
postClose(FilterChainContext, NextAction) - Method in interface com.sun.grizzly.filterchain.Filter
Execute any cleanup activities, such as releasing resources that were acquired during the execution of Filter#handleClose(com.sun.grizzly.FilterChainContext) method of this Filter instance.
postClose(FilterChainContext, NextAction) - Method in class com.sun.grizzly.filterchain.FilterAdapter
Execute any cleanup activities, such as releasing resources that were acquired during the execution of Filter#handleClose(com.sun.grizzly.FilterChainContext) method of this Filter instance.
postClose(FilterChainContext, NextAction) - Method in class com.sun.grizzly.filterchain.TransportFilter
Delegates post closing processing to Transport's specific transport filter.
postClose(FilterChainContext, NextAction) - Method in class com.sun.grizzly.ssl.SSLFilter
Execute any cleanup activities, such as releasing resources that were acquired during the execution of Filter#handleClose(com.sun.grizzly.FilterChainContext) method of this Filter instance.
postClose(FilterChainContext, NextAction) - Method in class com.sun.grizzly.utils.LogFilter
 
postConnect(FilterChainContext, NextAction) - Method in interface com.sun.grizzly.filterchain.Filter
Execute any cleanup activities, such as releasing resources that were acquired during the execution of Filter#handleConnect(com.sun.grizzly.FilterChainContext) method of this Filter instance.
postConnect(FilterChainContext, NextAction) - Method in class com.sun.grizzly.filterchain.FilterAdapter
Execute any cleanup activities, such as releasing resources that were acquired during the execution of Filter#handleConnect(com.sun.grizzly.FilterChainContext) method of this Filter instance.
postConnect(FilterChainContext, NextAction) - Method in class com.sun.grizzly.filterchain.TransportFilter
Delegates post connecting processing to Transport's specific transport filter.
postConnect(FilterChainContext, NextAction) - Method in class com.sun.grizzly.utils.IdleTimeoutFilter
 
postConnect(FilterChainContext, NextAction) - Method in class com.sun.grizzly.utils.LogFilter
 
postExecuteChain(FilterChainContext, DefaultFilterChain.FilterExecutor) - Method in class com.sun.grizzly.filterchain.DefaultFilterChain
Sequentially lets each executed Filter to post process IOEvent.
postpone() - Method in class com.sun.grizzly.nio.SelectorRunner
 
PostProcessor<E extends Context> - Interface in com.sun.grizzly
Post processor, which will be called once Processor will complete its execution.
postRead(FilterChainContext, NextAction) - Method in interface com.sun.grizzly.filterchain.Filter
Execute any cleanup activities, such as releasing resources that were acquired during the execution of Filter#handleRead(com.sun.grizzly.FilterChainContext) method of this Filter instance.
postRead(FilterChainContext, NextAction) - Method in class com.sun.grizzly.filterchain.FilterAdapter
Execute any cleanup activities, such as releasing resources that were acquired during the execution of Filter#handleRead(com.sun.grizzly.FilterChainContext) method of this Filter instance.
postRead(FilterChainContext, NextAction) - Method in class com.sun.grizzly.filterchain.TransportFilter
Delegates post reading processing to Transport's specific transport filter.
postRead(FilterChainContext, NextAction) - Method in class com.sun.grizzly.smart.SmartFilter
 
postRead(FilterChainContext, NextAction) - Method in class com.sun.grizzly.ssl.SSLFilter
Execute any cleanup activities, such as releasing resources that were acquired during the execution of Filter#handleRead(com.sun.grizzly.FilterChainContext) method of this Filter instance.
postRead(FilterChainContext, NextAction) - Method in class com.sun.grizzly.utils.IdleTimeoutFilter
 
postRead(FilterChainContext, NextAction) - Method in class com.sun.grizzly.utils.LogFilter
 
postSelect(SelectorRunner) - Method in class com.sun.grizzly.nio.DefaultSelectorHandler
 
postSelect(SelectorRunner) - Method in interface com.sun.grizzly.nio.SelectorHandler
 
postWrite(FilterChainContext, NextAction) - Method in interface com.sun.grizzly.filterchain.Filter
Execute any cleanup activities, such as releasing resources that were acquired during the execution of Filter#handleWrite(com.sun.grizzly.FilterChainContext) method of this Filter instance.
postWrite(FilterChainContext, NextAction) - Method in class com.sun.grizzly.filterchain.FilterAdapter
Execute any cleanup activities, such as releasing resources that were acquired during the execution of Filter#handleWrite(com.sun.grizzly.FilterChainContext) method of this Filter instance.
postWrite(FilterChainContext, NextAction) - Method in class com.sun.grizzly.filterchain.TransportFilter
Delegates post writing processing to Transport's specific transport filter.
postWrite(FilterChainContext, NextAction) - Method in class com.sun.grizzly.ssl.SSLFilter
Execute any cleanup activities, such as releasing resources that were acquired during the execution of Filter#handleWrite(com.sun.grizzly.FilterChainContext) method of this Filter instance.
postWrite(FilterChainContext, NextAction) - Method in class com.sun.grizzly.utils.IdleTimeoutFilter
 
postWrite(FilterChainContext, NextAction) - Method in class com.sun.grizzly.utils.LogFilter
 
preClose() - Method in class com.sun.grizzly.nio.AbstractNIOConnection
 
preClose() - Method in class com.sun.grizzly.nio.transport.TCPNIOConnection
 
preClose() - Method in class com.sun.grizzly.nio.transport.TCPNIOServerConnection
 
preClose() - Method in class com.sun.grizzly.nio.transport.UDPNIOConnection
 
preClose() - Method in class com.sun.grizzly.nio.transport.UDPNIOServerConnection
 
prepare() - Method in class com.sun.grizzly.Context
If implementation uses ObjectPool to store and reuse Context instances - this method will be called before Context will be polled from pool.
prepare(Connection, IOEvent) - Method in class com.sun.grizzly.strategies.LeaderFollowerStrategy
Prepare Strategy for processing IOEvent, occured on the Connection.
prepare(Connection, IOEvent) - Method in class com.sun.grizzly.strategies.SameThreadStrategy
Prepare Strategy for processing IOEvent, occured on the Connection.
prepare(Connection, IOEvent) - Method in class com.sun.grizzly.strategies.SimpleDynamicStrategy
Prepare Strategy for processing IOEvent, occured on the Connection.
prepare(Connection, IOEvent) - Method in class com.sun.grizzly.strategies.WorkerThreadStrategy
Prepare Strategy for processing IOEvent, occured on the Connection.
prepare(Connection, IOEvent) - Method in interface com.sun.grizzly.Strategy
Prepare Strategy for processing IOEvent, occured on the Connection.
prepare() - Method in class com.sun.grizzly.utils.Pair
 
prepare() - Method in interface com.sun.grizzly.utils.PoolableObject
 
prepend(K) - Method in interface com.sun.grizzly.Buffer
Prepend data from header.position() to header.limit() to the current buffer.
prepend(ByteBuffer) - Method in class com.sun.grizzly.memory.ByteBufferWrapper
 
prepend(Object) - Method in class com.sun.grizzly.streams.AbstractStreamReader
 
prependBuffer(Buffer) - Method in class com.sun.grizzly.streams.AbstractStreamReader
Add more data to the beginning of the stream.
prependBuffer(Buffer) - Method in interface com.sun.grizzly.streams.StreamReader
Add more data to the beginning of the stream.
preSelect(SelectorRunner) - Method in class com.sun.grizzly.nio.DefaultSelectorHandler
 
preSelect(SelectorRunner) - Method in interface com.sun.grizzly.nio.SelectorHandler
 
previous(AttributeStorage, Object) - Method in class com.sun.grizzly.smart.transformers.ArrayEncoder
 
previous(AttributeStorage, E) - Method in class com.sun.grizzly.smart.transformers.SequenceEncoder
Moves to previous sequence element and makes it current.
PrimitiveDecoder<E> - Class in com.sun.grizzly.smart.transformers
 
PrimitiveDecoder() - Constructor for class com.sun.grizzly.smart.transformers.PrimitiveDecoder
 
PrimitiveEncoder<E> - Class in com.sun.grizzly.smart.transformers
 
PrimitiveEncoder() - Constructor for class com.sun.grizzly.smart.transformers.PrimitiveEncoder
 
process(Context) - Method in class com.sun.grizzly.callbackhandler.AbstractCallbackHandler
Delegate IOEvent processing to appropriate CallbackHandler method.
process(Context) - Method in class com.sun.grizzly.filterchain.AbstractFilterChain
Delegates processing to AbstractFilterChain.execute(com.sun.grizzly.filterchain.FilterChainContext)
process(Context) - Method in class com.sun.grizzly.nio.AbstractNIOAsyncQueueReader
Method will be called by framework to process some event, which occured on a connection
process(Context) - Method in class com.sun.grizzly.nio.AbstractNIOAsyncQueueWriter
Method will be called by framework to process some event, which occured on a connection
process(Context) - Method in class com.sun.grizzly.nio.transport.TCPNIOConnectorHandler.ConnectorEventProcessor
Method will be called by framework, when async connect will be completed
process(Context) - Method in class com.sun.grizzly.nio.transport.TCPNIOServerConnection.AcceptorEventProcessor
Method will be called by framework, when async accept will be ready
process(ProcessorResult, Context) - Method in class com.sun.grizzly.nio.transport.TCPNIOTransport.EnableInterestPostProcessor
 
process(ProcessorResult, Context) - Method in class com.sun.grizzly.nio.transport.UDPNIOTransport.EnableInterestPostProcessor
 
process(ProcessorResult, E) - Method in interface com.sun.grizzly.PostProcessor
Method will be called by framework to post process the I/O event, which occured on a connection
process(E) - Method in interface com.sun.grizzly.Processor
Method will be called by framework to process some event, which occured on a connection
process(Context) - Method in class com.sun.grizzly.StandaloneProcessor
This method should never be called, because StandaloneProcessor.isInterested(IOEvent) returns false for any IOEvent.
process(E) - Method in class com.sun.grizzly.utils.ProcessorWrapper
 
processAsync(Connection) - Method in interface com.sun.grizzly.asyncqueue.AsyncQueueProcessor
Callback method, which is called async.
processAsync(Connection) - Method in class com.sun.grizzly.nio.AbstractNIOAsyncQueueReader
Callback method, which is called async.
processAsync(Connection) - Method in class com.sun.grizzly.nio.AbstractNIOAsyncQueueWriter
Callback method, which is called async.
processor - Variable in class com.sun.grizzly.AbstractTransport
Transport default Processor
processor - Variable in class com.sun.grizzly.nio.AbstractNIOConnection
 
Processor<E extends Context> - Interface in com.sun.grizzly
Processor implementations are responsible for processing I/O events, which occur on connection.
ProcessorExecutor - Interface in com.sun.grizzly
Executor, which is reponsible for running ProcessorRunnable.
ProcessorResult - Class in com.sun.grizzly
The interface represents the result of Processor execution.
ProcessorResult(ProcessorResult.Status) - Constructor for class com.sun.grizzly.ProcessorResult
 
ProcessorResult(ProcessorResult.Status, Object) - Constructor for class com.sun.grizzly.ProcessorResult
 
ProcessorResult.Status - Enum in com.sun.grizzly
Enum represents the status/code of ProcessorResult.
ProcessorRunnable - Class in com.sun.grizzly
Runnable task, which encapsulates Processor execution information and actually runs Processor to process occured IOEvent.
ProcessorRunnable(Context) - Constructor for class com.sun.grizzly.ProcessorRunnable
 
ProcessorRunnable(IOEvent, Connection, Processor, PostProcessor) - Constructor for class com.sun.grizzly.ProcessorRunnable
 
processorSelector - Variable in class com.sun.grizzly.AbstractTransport
Transport default ProcessorSelector
processorSelector - Variable in class com.sun.grizzly.nio.AbstractNIOConnection
 
ProcessorSelector - Interface in com.sun.grizzly
Implementations of the interface will be responsible to find correct Processor, which will process IOEvent, occurred on the Connection
ProcessorWrapper<E extends Context> - Class in com.sun.grizzly.utils
Processor, which redirects all calls to internal Processor instance;
ProcessorWrapper(Processor<E>) - Constructor for class com.sun.grizzly.utils.ProcessorWrapper
 
processPendingOperation(SelectorRunner, DefaultSelectorHandler.SelectionKeyOperation) - Method in class com.sun.grizzly.nio.DefaultSelectorHandler
 
processPendingOperations(SelectorRunner) - Method in class com.sun.grizzly.nio.DefaultSelectorHandler
 
pull() - Method in class com.sun.grizzly.streams.StreamReaderDecorator
Pulls data out from underlying StreamReader chain into this StreamReader
put(byte) - Method in interface com.sun.grizzly.Buffer
Relative put method  (optional operation).
put(int, byte) - Method in interface com.sun.grizzly.Buffer
Absolute put method  (optional operation).
put(Buffer) - Method in interface com.sun.grizzly.Buffer
Relative bulk put method  (optional operation).
put(byte[], int, int) - Method in interface com.sun.grizzly.Buffer
Relative bulk put method  (optional operation).
put(byte[]) - Method in interface com.sun.grizzly.Buffer
Relative bulk put method  (optional operation).
put(byte) - Method in class com.sun.grizzly.memory.ByteBufferWrapper
 
put(int, byte) - Method in class com.sun.grizzly.memory.ByteBufferWrapper
 
put(Buffer) - Method in class com.sun.grizzly.memory.ByteBufferWrapper
 
put(byte[]) - Method in class com.sun.grizzly.memory.ByteBufferWrapper
 
put(byte[], int, int) - Method in class com.sun.grizzly.memory.ByteBufferWrapper
 
put(Buffer, Byte) - Method in class com.sun.grizzly.smart.transformers.ByteEncoder
 
put(Buffer, Character) - Method in class com.sun.grizzly.smart.transformers.CharEncoder
 
put(Buffer, Double) - Method in class com.sun.grizzly.smart.transformers.DoubleEncoder
 
put(Buffer, Float) - Method in class com.sun.grizzly.smart.transformers.FloatEncoder
 
put(Buffer, Integer) - Method in class com.sun.grizzly.smart.transformers.IntegerEncoder
 
put(Buffer, Long) - Method in class com.sun.grizzly.smart.transformers.LongEncoder
 
put(Buffer, E) - Method in class com.sun.grizzly.smart.transformers.PrimitiveEncoder
 
put(Buffer, Short) - Method in class com.sun.grizzly.smart.transformers.ShortEncoder
 
put(E) - Method in class com.sun.grizzly.utils.LinkedTransferQueue
 
putChar(char) - Method in interface com.sun.grizzly.Buffer
Relative put method for writing a char value  (optional operation).
putChar(int, char) - Method in interface com.sun.grizzly.Buffer
Absolute put method for writing a char value  (optional operation).
putChar(char) - Method in class com.sun.grizzly.memory.ByteBufferWrapper
 
putChar(int, char) - Method in class com.sun.grizzly.memory.ByteBufferWrapper
 
putDouble(double) - Method in interface com.sun.grizzly.Buffer
Relative put method for writing a double value  (optional operation).
putDouble(int, double) - Method in interface com.sun.grizzly.Buffer
Absolute put method for writing a double value  (optional operation).
putDouble(double) - Method in class com.sun.grizzly.memory.ByteBufferWrapper
 
putDouble(int, double) - Method in class com.sun.grizzly.memory.ByteBufferWrapper
 
putFloat(float) - Method in interface com.sun.grizzly.Buffer
Relative put method for writing a float value  (optional operation).
putFloat(int, float) - Method in interface com.sun.grizzly.Buffer
Absolute put method for writing a float value  (optional operation).
putFloat(float) - Method in class com.sun.grizzly.memory.ByteBufferWrapper
 
putFloat(int, float) - Method in class com.sun.grizzly.memory.ByteBufferWrapper
 
putInt(int) - Method in interface com.sun.grizzly.Buffer
Relative put method for writing an int value  (optional operation).
putInt(int, int) - Method in interface com.sun.grizzly.Buffer
Absolute put method for writing an int value  (optional operation).
putInt(int) - Method in class com.sun.grizzly.memory.ByteBufferWrapper
 
putInt(int, int) - Method in class com.sun.grizzly.memory.ByteBufferWrapper
 
putLong(long) - Method in interface com.sun.grizzly.Buffer
Relative put method for writing a long value  (optional operation).
putLong(int, long) - Method in interface com.sun.grizzly.Buffer
Absolute put method for writing a long value  (optional operation).
putLong(long) - Method in class com.sun.grizzly.memory.ByteBufferWrapper
 
putLong(int, long) - Method in class com.sun.grizzly.memory.ByteBufferWrapper
 
putShort(short) - Method in interface com.sun.grizzly.Buffer
Relative put method for writing a short value  (optional operation).
putShort(int, short) - Method in interface com.sun.grizzly.Buffer
Absolute put method for writing a short value  (optional operation).
putShort(short) - Method in class com.sun.grizzly.memory.ByteBufferWrapper
 
putShort(int, short) - Method in class com.sun.grizzly.memory.ByteBufferWrapper
 

Q

queue - Variable in class com.sun.grizzly.asyncqueue.AsyncQueue
The queue of tasks, which will be processed asynchrounously
queuedActionLock - Variable in class com.sun.grizzly.asyncqueue.AsyncQueue
Locker object, which could be used by a queue processors

R

read(Connection) - Method in class com.sun.grizzly.AbstractReader
Method reads data.
read(Connection, Buffer) - Method in class com.sun.grizzly.AbstractReader
Method reads data to the buffer.
read(Connection, Buffer, CompletionHandler<ReadResult<Buffer, L>>) - Method in class com.sun.grizzly.AbstractReader
Method reads data to the buffer.
read(Connection, Buffer, CompletionHandler<ReadResult<Buffer, SocketAddress>>, Interceptor<ReadResult>) - Method in class com.sun.grizzly.nio.AbstractNIOAsyncQueueReader
Method reads data to the buffer.
read() - Method in class com.sun.grizzly.nio.AbstractNIOConnection
 
read(Buffer) - Method in class com.sun.grizzly.nio.AbstractNIOConnection
 
read(Buffer, CompletionHandler<ReadResult<Buffer, SocketAddress>>) - Method in class com.sun.grizzly.nio.AbstractNIOConnection
 
read(Connection, Buffer, CompletionHandler<ReadResult<Buffer, SocketAddress>>, Interceptor<ReadResult>) - Method in class com.sun.grizzly.nio.tmpselectors.TemporarySelectorReader
Method reads data to the buffer.
read(Connection, Buffer, CompletionHandler<ReadResult<Buffer, SocketAddress>>, Interceptor<ReadResult>, long, TimeUnit) - Method in class com.sun.grizzly.nio.tmpselectors.TemporarySelectorReader
Method reads data to the message.
read(Buffer, CompletionHandler<ReadResult<Buffer, SocketAddress>>, Condition<ReadResult<Buffer, SocketAddress>>) - Method in class com.sun.grizzly.nio.transport.TCPNIOConnection
 
read(Connection, Buffer) - Method in class com.sun.grizzly.nio.transport.TCPNIOTransport
 
read(Connection, Buffer, ReadResult) - Method in class com.sun.grizzly.nio.transport.TCPNIOTransport
 
read(Buffer, CompletionHandler<ReadResult<Buffer, SocketAddress>>, Condition<ReadResult<Buffer, SocketAddress>>) - Method in class com.sun.grizzly.nio.transport.UDPNIOConnection
 
read(Connection, Buffer) - Method in class com.sun.grizzly.nio.transport.UDPNIOTransport
 
read(Connection, Buffer, ReadResult) - Method in class com.sun.grizzly.nio.transport.UDPNIOTransport
 
read() - Method in interface com.sun.grizzly.Readable
Method reads data.
read(Buffer) - Method in interface com.sun.grizzly.Readable
Method reads data to the buffer.
read(Buffer, CompletionHandler<ReadResult<Buffer, L>>) - Method in interface com.sun.grizzly.Readable
Method reads data to the buffer.
read(Buffer, CompletionHandler<ReadResult<Buffer, L>>, Condition<ReadResult<Buffer, L>>) - Method in interface com.sun.grizzly.Readable
Method reads data to the buffer.
read(Connection) - Method in interface com.sun.grizzly.Reader
Method reads data.
read(Connection, Buffer) - Method in interface com.sun.grizzly.Reader
Method reads data to the buffer.
read(Connection, Buffer, CompletionHandler<ReadResult<Buffer, L>>) - Method in interface com.sun.grizzly.Reader
Method reads data to the buffer.
read(Connection, Buffer, CompletionHandler<ReadResult<Buffer, L>>, Interceptor<ReadResult>) - Method in interface com.sun.grizzly.Reader
Method reads data to the buffer.
read() - Method in class com.sun.grizzly.utils.ReadableInputStream
 
read(byte[], int, int) - Method in class com.sun.grizzly.utils.ReadableInputStream
 
read0(Connection, Buffer, ReadResult<Buffer, SocketAddress>) - Method in class com.sun.grizzly.nio.AbstractNIOAsyncQueueReader
 
read0(Connection, ReadResult, Buffer, long, TimeUnit) - Method in class com.sun.grizzly.nio.tmpselectors.TemporarySelectorReader
 
read0(Connection, Buffer, ReadResult<Buffer, SocketAddress>) - Method in class com.sun.grizzly.nio.transport.TCPNIOAsyncQueueReader
 
read0() - Method in class com.sun.grizzly.nio.transport.TCPNIOStreamReader
 
read0(Connection, Buffer, ReadResult<Buffer, SocketAddress>) - Method in class com.sun.grizzly.nio.transport.UDPNIOAsyncQueueReader
 
read0() - Method in class com.sun.grizzly.nio.transport.UDPNIOStreamReader
 
read0() - Method in class com.sun.grizzly.ssl.SSLStreamReader
 
read0() - Method in class com.sun.grizzly.streams.AbstractStreamReader
 
READ_EVENT - Static variable in interface com.sun.grizzly.Reader
 
Readable<L> - Interface in com.sun.grizzly
Implementatios of this interface are able to read data from internal source to a Buffer.
ReadableInputStream - Class in com.sun.grizzly.utils
Bridge between Readable and InputStream
ReadableInputStream() - Constructor for class com.sun.grizzly.utils.ReadableInputStream
 
readBoolean() - Method in class com.sun.grizzly.streams.AbstractStreamReader
Get the next boolean in the stream.
readBoolean() - Method in interface com.sun.grizzly.streams.StreamReader
Get the next boolean in the stream.
readBooleanArray(boolean[]) - Method in class com.sun.grizzly.streams.AbstractStreamReader
Fill data with booleans (byte 1=true, 0=false) from the stream.
readBooleanArray(boolean[]) - Method in interface com.sun.grizzly.streams.StreamReader
Fill data with booleans (byte 1=true, 0=false) from the stream.
readBuffer() - Method in class com.sun.grizzly.streams.AbstractStreamReader
Returns the current StreamReader's source Buffer and makes next available Buffer current.
readBuffer() - Method in interface com.sun.grizzly.streams.StreamReader
Returns the current StreamReader's source Buffer and makes next available Buffer current.
readBufferSize - Variable in class com.sun.grizzly.AbstractTransport
Transport default buffer size for read operations
readBufferSize - Variable in class com.sun.grizzly.nio.AbstractNIOConnection
 
readByte() - Method in class com.sun.grizzly.streams.AbstractStreamReader
Get the next byte in the stream.
readByte() - Method in interface com.sun.grizzly.streams.StreamReader
Get the next byte in the stream.
readByteArray(byte[]) - Method in class com.sun.grizzly.streams.AbstractStreamReader
Fill data with bytes from the stream.
readByteArray(byte[], int, int) - Method in class com.sun.grizzly.streams.AbstractStreamReader
Fill data with bytes from the stream.
readByteArray(byte[]) - Method in interface com.sun.grizzly.streams.StreamReader
Fill data with bytes from the stream.
readByteArray(byte[], int, int) - Method in interface com.sun.grizzly.streams.StreamReader
Fill data with bytes from the stream.
readBytes(Buffer) - Method in class com.sun.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 com.sun.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 com.sun.grizzly.streams.AbstractStreamReader
Get the next character in the stream.
readChar() - Method in interface com.sun.grizzly.streams.StreamReader
Get the next character in the stream.
readCharArray(char[]) - Method in class com.sun.grizzly.streams.AbstractStreamReader
Fill data with characters from the stream.
readCharArray(char[]) - Method in interface com.sun.grizzly.streams.StreamReader
Fill data with characters from the stream.
readDouble() - Method in class com.sun.grizzly.streams.AbstractStreamReader
Get the next double in the stream.
readDouble() - Method in interface com.sun.grizzly.streams.StreamReader
Get the next double in the stream.
readDoubleArray(double[]) - Method in class com.sun.grizzly.streams.AbstractStreamReader
Fill data with characters from the stream.
readDoubleArray(double[]) - Method in interface com.sun.grizzly.streams.StreamReader
Fill data with characters from the stream.
Reader<L> - Interface in com.sun.grizzly
Implementatios of this interface are able to read data from Connection to a Buffer.
readFloat() - Method in class com.sun.grizzly.streams.AbstractStreamReader
Get the next float in the stream.
readFloat() - Method in interface com.sun.grizzly.streams.StreamReader
Get the next float in the stream.
readFloatArray(float[]) - Method in class com.sun.grizzly.streams.AbstractStreamReader
Fill data with characters from the stream.
readFloatArray(float[]) - Method in interface com.sun.grizzly.streams.StreamReader
Fill data with characters from the stream.
readInt() - Method in class com.sun.grizzly.streams.AbstractStreamReader
Get the next int in the stream.
readInt() - Method in interface com.sun.grizzly.streams.StreamReader
Get the next int in the stream.
readIntArray(int[]) - Method in class com.sun.grizzly.streams.AbstractStreamReader
Fill data with characters from the stream.
readIntArray(int[]) - Method in interface com.sun.grizzly.streams.StreamReader
Fill data with characters from the stream.
readLong() - Method in class com.sun.grizzly.streams.AbstractStreamReader
Get the next long in the stream.
readLong() - Method in interface com.sun.grizzly.streams.StreamReader
Get the next long in the stream.
readLongArray(long[]) - Method in class com.sun.grizzly.streams.AbstractStreamReader
Fill data with characters from the stream.
readLongArray(long[]) - Method in interface com.sun.grizzly.streams.StreamReader
Fill data with characters from the stream.
readNow0(Connection, Buffer, ReadResult) - Method in class com.sun.grizzly.nio.tmpselectors.TemporarySelectorReader
 
readNow0(Connection, Buffer, ReadResult) - Method in class com.sun.grizzly.nio.transport.TCPNIOTemporarySelectorReader
 
readNow0(Connection, Buffer, ReadResult) - Method in class com.sun.grizzly.nio.transport.UDPNIOTemporarySelectorReader
 
ReadResult<K,L> - Class in com.sun.grizzly
Result of read operation, retuned by Readable.
ReadResult(Connection) - Constructor for class com.sun.grizzly.ReadResult
 
ReadResult(Connection, K, L, int) - Constructor for class com.sun.grizzly.ReadResult
 
readShort() - Method in class com.sun.grizzly.streams.AbstractStreamReader
Get the next short in the stream.
readShort() - Method in interface com.sun.grizzly.streams.StreamReader
Get the next short in the stream.
readShortArray(short[]) - Method in class com.sun.grizzly.streams.AbstractStreamReader
Fill data with characters from the stream.
readShortArray(short[]) - Method in interface com.sun.grizzly.streams.StreamReader
Fill data with characters from the stream.
ReadyFutureImpl<R> - Class in com.sun.grizzly.impl
Future implementation with the specific unmodifiable result.
ReadyFutureImpl() - Constructor for class com.sun.grizzly.impl.ReadyFutureImpl
Construct cancelled Future.
ReadyFutureImpl(R) - Constructor for class com.sun.grizzly.impl.ReadyFutureImpl
Construct Future with the result.
ReadyFutureImpl(Throwable) - Constructor for class com.sun.grizzly.impl.ReadyFutureImpl
Construct failed Future.
ReadyFutureImpl(R, Throwable, boolean) - Constructor for class com.sun.grizzly.impl.ReadyFutureImpl
 
reallocate(ByteBufferWrapper, int) - Method in class com.sun.grizzly.memory.ByteBufferManager
Reallocate Buffer to a required size.
reallocate(ByteBufferWrapper, int) - Method in class com.sun.grizzly.memory.ByteBufferViewManager
Reallocate Buffer to a required size.
reallocate(ByteBufferWrapper, int) - Method in class com.sun.grizzly.memory.DefaultMemoryManager
Reallocate Buffer to a required size.
reallocate(E, int) - Method in interface com.sun.grizzly.memory.MemoryManager
Reallocate Buffer to a required size.
reallocate(ByteBufferWrapper, int) - Method in class com.sun.grizzly.memory.slab.SlabMemoryManagerBase
 
recycleTemporaryArtifacts(Selector, SelectionKey) - Method in class com.sun.grizzly.nio.tmpselectors.TemporarySelectorIO
 
Reference<E> - Class in com.sun.grizzly.smart
Object represents reference to a value
Reference(Class, String) - Constructor for class com.sun.grizzly.smart.Reference
 
register() - Method in class com.sun.grizzly.nio.transport.UDPNIOConnection
 
registerChannel(SelectableChannel) - Method in class com.sun.grizzly.nio.AbstractNIOConnectionDistributor
 
registerChannel(SelectableChannel, int) - Method in class com.sun.grizzly.nio.AbstractNIOConnectionDistributor
 
registerChannel(SelectorRunner, SelectableChannel, int, Object) - Method in class com.sun.grizzly.nio.DefaultSelectorHandler
 
registerChannel(SelectableChannel) - Method in interface com.sun.grizzly.nio.NIOChannelDistributor
 
registerChannel(SelectableChannel, int) - Method in interface com.sun.grizzly.nio.NIOChannelDistributor
 
registerChannel(SelectableChannel, int, Object) - Method in interface com.sun.grizzly.nio.NIOChannelDistributor
 
registerChannel(SelectableChannel, int, Object) - Method in class com.sun.grizzly.nio.RoundRobinConnectionDistributor
 
registerChannel(SelectorRunner, SelectableChannel, int, Object) - Method in interface com.sun.grizzly.nio.SelectorHandler
 
registerChannelAsync(SelectableChannel) - Method in class com.sun.grizzly.nio.AbstractNIOConnectionDistributor
 
registerChannelAsync(SelectableChannel, int) - Method in class com.sun.grizzly.nio.AbstractNIOConnectionDistributor
 
registerChannelAsync(SelectableChannel, int, Object) - Method in class com.sun.grizzly.nio.AbstractNIOConnectionDistributor
 
registerChannelAsync(SelectorRunner, SelectableChannel, int, Object, CompletionHandler<RegisterChannelResult>) - Method in class com.sun.grizzly.nio.DefaultSelectorHandler
 
registerChannelAsync(SelectableChannel) - Method in interface com.sun.grizzly.nio.NIOChannelDistributor
 
registerChannelAsync(SelectableChannel, int) - Method in interface com.sun.grizzly.nio.NIOChannelDistributor
 
registerChannelAsync(SelectableChannel, int, Object) - Method in interface com.sun.grizzly.nio.NIOChannelDistributor
 
registerChannelAsync(SelectableChannel, int, Object, CompletionHandler) - Method in interface com.sun.grizzly.nio.NIOChannelDistributor
 
registerChannelAsync(SelectableChannel, int, Object, CompletionHandler) - Method in class com.sun.grizzly.nio.RoundRobinConnectionDistributor
 
registerChannelAsync(SelectorRunner, SelectableChannel, int, Object, CompletionHandler<RegisterChannelResult>) - Method in interface com.sun.grizzly.nio.SelectorHandler
 
registerChannelCompletionHandler - Variable in class com.sun.grizzly.nio.transport.TCPNIOTransport
 
registerChannelCompletionHandler - Variable in class com.sun.grizzly.nio.transport.UDPNIOTransport
 
RegisterChannelResult - Class in com.sun.grizzly.nio
 
RegisterChannelResult() - Constructor for class com.sun.grizzly.nio.RegisterChannelResult
 
RegisterChannelResult(SelectorRunner, SelectionKey, SelectableChannel) - Constructor for class com.sun.grizzly.nio.RegisterChannelResult
 
registerChecker() - Method in class com.sun.grizzly.utils.IdleTimeoutFilter
 
registerKey(SelectorRunner, SelectionKey, int) - Method in class com.sun.grizzly.nio.DefaultSelectorHandler
 
registerKey(SelectorRunner, SelectionKey, int) - Method in interface com.sun.grizzly.nio.SelectorHandler
 
release(AttributeStorage) - Method in class com.sun.grizzly.AbstractTransformer
 
release() - Method in class com.sun.grizzly.Context
If implementation uses ObjectPool to store and reuse Context instances - this method will be called before Context will be offered to pool.
release(AttributeStorage) - Method in class com.sun.grizzly.filterchain.DefaultDecoderTransformer
 
release(AttributeStorage) - Method in class com.sun.grizzly.filterchain.DefaultEncoderTransformer
 
release() - Method in class com.sun.grizzly.filterchain.FilterChainContext
Release the context associated resources.
release(FilterChain) - Method in interface com.sun.grizzly.filterchain.FilterChainFactory
Release FilterChain instance.
release(FilterChain) - Method in class com.sun.grizzly.filterchain.SingletonFilterChainFactory
Do nothing
release(ByteBufferWrapper) - Method in class com.sun.grizzly.memory.ByteBufferManager
Lets JVM Garbage collector to release buffer.
release(ByteBufferWrapper) - Method in class com.sun.grizzly.memory.DefaultMemoryManager
Release Buffer.
release(E) - Method in interface com.sun.grizzly.memory.MemoryManager
Release Buffer.
release(ByteBufferWrapper) - Method in class com.sun.grizzly.memory.slab.SlabMemoryManagerBase
 
release(AttributeStorage) - Method in class com.sun.grizzly.smart.SmartDecoderTransformer
 
release(AttributeStorage) - Method in class com.sun.grizzly.smart.SmartEncoderTransformer
 
release(AttributeStorage) - Method in class com.sun.grizzly.smart.transformers.ArrayDecoder
 
release(AttributeStorage) - Method in class com.sun.grizzly.smart.transformers.ArrayEncoder
 
release(AttributeStorage) - Method in class com.sun.grizzly.smart.transformers.SequenceDecoder
 
release(AttributeStorage) - Method in class com.sun.grizzly.ssl.SSLDecoderTransformer
 
release(AttributeStorage) - Method in class com.sun.grizzly.ssl.SSLEncoderTransformer
 
release(AttributeStorage) - Method in class com.sun.grizzly.ssl.SSLHandshakeDecoder
 
release(AttributeStorage) - Method in class com.sun.grizzly.ssl.SSLHandshakeEncoder
 
release(AttributeStorage) - Method in interface com.sun.grizzly.Transformer
The Transformer has done its work and can release all associated resource.
release() - Method in class com.sun.grizzly.utils.IdleTimeoutFilter
 
release() - Method in class com.sun.grizzly.utils.Pair
 
release() - Method in interface com.sun.grizzly.utils.PoolableObject
 
release(AttributeStorage) - Method in class com.sun.grizzly.utils.StringDecoder
 
releaseSlab(Slab) - Method in class com.sun.grizzly.memory.slab.SlabPoolImpl
 
remaining() - Method in interface com.sun.grizzly.Buffer
Returns the number of elements between the current position and the limit.
remaining() - Method in class com.sun.grizzly.memory.ByteBufferWrapper
 
remainingCapacity() - Method in class com.sun.grizzly.utils.LinkedTransferQueue
 
remove(AttributeHolder) - Method in class com.sun.grizzly.attributes.Attribute
Remove attribute value, stored on the AttributeHolder.
remove(AttributeStorage) - Method in class com.sun.grizzly.attributes.Attribute
Remove attribute value, stored on the AttributeStorage.
remove(Object) - Method in class com.sun.grizzly.ChainProcessorSelector
remove(int) - Method in class com.sun.grizzly.ChainProcessorSelector
remove(Object) - Method in class com.sun.grizzly.filterchain.ListFacadeFilterChain
remove(int) - Method in class com.sun.grizzly.filterchain.ListFacadeFilterChain
remove(int) - Method in class com.sun.grizzly.utils.LightArrayList
 
remove(Object) - Method in class com.sun.grizzly.utils.LightArrayList
 
remove(Object) - Method in class com.sun.grizzly.utils.LinkedTransferQueue
 
removeAll(Collection<?>) - Method in class com.sun.grizzly.ChainProcessorSelector
removeAll(Collection<?>) - Method in class com.sun.grizzly.filterchain.ListFacadeFilterChain
removeAll(Collection<?>) - Method in class com.sun.grizzly.utils.LightArrayList
 
removeAttribute(String) - Method in interface com.sun.grizzly.attributes.AttributeHolder
Remove a name/value object.
removeAttribute(String) - Method in class com.sun.grizzly.attributes.IndexedAttributeHolder
Remove a name/value object.
removeAttribute(String) - Method in class com.sun.grizzly.attributes.NamedAttributeHolder
Remove a name/value object.
removeConditionListener(ConditionListener<E, ?>) - Method in class com.sun.grizzly.utils.StateHolder
 
removeExceptionHandler(ExceptionHandler) - Method in class com.sun.grizzly.AbstractTransport
Remove ExceptionHandler from the list of Transport ExceptionHandlers.
removeExceptionHandler(ExceptionHandler) - Method in interface com.sun.grizzly.Transport
Remove ExceptionHandler from the list of Transport ExceptionHandlers.
reset() - Method in interface com.sun.grizzly.Buffer
Resets this buffer's position to the previously-marked position.
RESET - Static variable in interface com.sun.grizzly.Interceptor
 
reset() - Method in class com.sun.grizzly.memory.ByteBufferWrapper
 
resetAddresses() - Method in class com.sun.grizzly.nio.transport.TCPNIOConnection
 
resetTimeout(Connection) - Method in class com.sun.grizzly.utils.IdleTimeoutFilter
 
result - Variable in class com.sun.grizzly.impl.FutureImpl
 
result - Variable in class com.sun.grizzly.impl.FutureLockImpl
 
result - Variable in class com.sun.grizzly.impl.ReadyFutureImpl
 
Result - Interface in com.sun.grizzly
Common I/O result interface.
resume() - Method in class com.sun.grizzly.AbstractTransport
Resumes the transport after a pause
resume() - Method in class com.sun.grizzly.nio.transport.TCPNIOTransport
 
resume() - Method in class com.sun.grizzly.nio.transport.UDPNIOTransport
 
resume() - Method in interface com.sun.grizzly.Transport
Resumes the transport after a pause
retainAll(Collection<?>) - Method in class com.sun.grizzly.ChainProcessorSelector
retainAll(Collection<?>) - Method in class com.sun.grizzly.filterchain.ListFacadeFilterChain
retainAll(Collection<?>) - Method in class com.sun.grizzly.utils.LightArrayList
 
retrieve(Properties) - Method in class com.sun.grizzly.ssl.SSLContextConfigurator
 
reuseAddress - Variable in class com.sun.grizzly.nio.transport.TCPNIOTransport
The socket reuseAddress
reuseAddress - Variable in class com.sun.grizzly.nio.transport.UDPNIOTransport
The socket reuseAddress
rewind() - Method in interface com.sun.grizzly.Buffer
Rewinds this buffer.
rewind() - Method in class com.sun.grizzly.memory.ByteBufferWrapper
 
RoundRobinConnectionDistributor - Class in com.sun.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(AbstractNIOTransport) - Constructor for class com.sun.grizzly.nio.RoundRobinConnectionDistributor
 
run() - Method in class com.sun.grizzly.nio.SelectorRunner
 
run() - Method in class com.sun.grizzly.ProcessorRunnable
Runs the IOEvent processing.
run() - Method in class com.sun.grizzly.utils.IdleTimeoutFilter.TimeoutChecker
 

S

SameThreadStrategy - Class in com.sun.grizzly.strategies
Strategy, which executes Processors in a current thread.
SameThreadStrategy() - Constructor for class com.sun.grizzly.strategies.SameThreadStrategy
 
saveState(AttributeStorage, int, TransformationResult<Buffer>) - Method in class com.sun.grizzly.smart.transformers.ArrayEncoder
 
saveState(AttributeStorage, E, TransformationResult<E>) - Method in class com.sun.grizzly.smart.transformers.SequenceDecoder
Save the transformer state.
saveState(AttributeStorage, TransformationResult<Buffer>) - Method in class com.sun.grizzly.smart.transformers.SequenceEncoder
Save the transformer state.
saveState(AttributeStorage, TransformationResult<String>, Integer) - Method in class com.sun.grizzly.utils.StringDecoder
 
saveState(AttributeStorage, TransformationResult<Buffer>) - Method in class com.sun.grizzly.utils.StringEncoder
 
select(IOEvent, Connection) - Method in class com.sun.grizzly.asyncqueue.AsyncQueueProcessorSelector
Returns asynchronous queue Processor if required
select(IOEvent, Connection) - Method in class com.sun.grizzly.ChainProcessorSelector
Selects Processor, which will process connection event.
select(IOEvent, Connection) - Method in class com.sun.grizzly.DefaultProcessorSelector
Selects Processor, which will process connection event.
select(IOEvent, Connection) - Method in class com.sun.grizzly.filterchain.FilterChainProcessorSelector
Returns FilterChain instance, if it's interested in processing passed IOEvent, or null otherwise.
select(SelectorRunner) - Method in class com.sun.grizzly.nio.DefaultSelectorHandler
 
select(SelectorRunner) - Method in interface com.sun.grizzly.nio.SelectorHandler
 
select(IOEvent, Connection) - Method in class com.sun.grizzly.nio.transport.TCPNIOServerConnection.AcceptorEventProcessorSelector
 
select(IOEvent, Connection) - Method in interface com.sun.grizzly.ProcessorSelector
Selects Processor, which will process connection event.
select(IOEvent, Connection) - Method in class com.sun.grizzly.StandaloneProcessorSelector
Always return null, which means no Processor was found to process IOEvent.
selectionKey - Variable in class com.sun.grizzly.nio.AbstractNIOConnection
 
selectionKeyHandler - Variable in class com.sun.grizzly.nio.AbstractNIOTransport
 
SelectionKeyHandler - Interface in com.sun.grizzly.nio
SelectionKeyHandler implementations are responsible for handling SelectionKey life cycle events.
selectionKeyInterest2IoEvent(int) - Method in class com.sun.grizzly.nio.DefaultSelectionKeyHandler
 
selectionKeyInterest2IoEvent(int) - Method in interface com.sun.grizzly.nio.SelectionKeyHandler
 
SelectorFactory - Class in com.sun.grizzly.nio
 
SelectorFactory() - Constructor for class com.sun.grizzly.nio.SelectorFactory
 
SelectorFactory.DefaultSelectorFactory - Class in com.sun.grizzly.nio
 
SelectorFactory.DefaultSelectorFactory() - Constructor for class com.sun.grizzly.nio.SelectorFactory.DefaultSelectorFactory
 
selectorHandler - Variable in class com.sun.grizzly.nio.AbstractNIOTransport
 
SelectorHandler - Interface in com.sun.grizzly.nio
 
selectorPool - Variable in class com.sun.grizzly.nio.tmpselectors.TemporarySelectorIO
 
selectorRunner - Variable in class com.sun.grizzly.nio.AbstractNIOConnection
 
SelectorRunner - Class in com.sun.grizzly.nio
Class is responsible for processing certain (single) SelectorHandler
SelectorRunner(NIOTransport) - Constructor for class com.sun.grizzly.nio.SelectorRunner
 
SelectorRunner(NIOTransport, Selector) - Constructor for class com.sun.grizzly.nio.SelectorRunner
 
selectorRunners - Variable in class com.sun.grizzly.nio.AbstractNIOTransport
 
selectorRunnersCount - Variable in class com.sun.grizzly.nio.AbstractNIOTransport
 
selectTimeout - Variable in class com.sun.grizzly.nio.DefaultSelectorHandler
 
Sequence - Annotation Type in com.sun.grizzly.smart.annotations
 
sequenceAttribute - Variable in class com.sun.grizzly.smart.transformers.SequenceDecoder
 
SequenceDecoder<E> - Class in com.sun.grizzly.smart.transformers
 
SequenceDecoder() - Constructor for class com.sun.grizzly.smart.transformers.SequenceDecoder
 
SequenceEncoder<E> - Class in com.sun.grizzly.smart.transformers
 
SequenceEncoder() - Constructor for class com.sun.grizzly.smart.transformers.SequenceEncoder
 
SequenceUnit - Interface in com.sun.grizzly.smart
 
SequenceUnit.InstantiateUnit - Class in com.sun.grizzly.smart
 
SequenceUnit.InstantiateUnit(Field) - Constructor for class com.sun.grizzly.smart.SequenceUnit.InstantiateUnit
 
SequenceUnit.StepInUnit - Class in com.sun.grizzly.smart
 
SequenceUnit.StepInUnit(Field) - Constructor for class com.sun.grizzly.smart.SequenceUnit.StepInUnit
 
SequenceUnit.StepOutUnit - Class in com.sun.grizzly.smart
 
SequenceUnit.StepOutUnit() - Constructor for class com.sun.grizzly.smart.SequenceUnit.StepOutUnit
 
SequenceUnit.TransformUnit - Class in com.sun.grizzly.smart
 
SequenceUnit.TransformUnit(Transformer, Field) - Constructor for class com.sun.grizzly.smart.SequenceUnit.TransformUnit
 
SequenceUnit.Type - Enum in com.sun.grizzly.smart
 
SERVER_EVENTS_MASK - Static variable in interface com.sun.grizzly.utils.IOEventMask
 
serverConnections - Variable in class com.sun.grizzly.nio.transport.TCPNIOTransport
The Server connections.
serverConnections - Variable in class com.sun.grizzly.nio.transport.UDPNIOTransport
The Server connections.
serverSocketSoTimeout - Variable in class com.sun.grizzly.nio.transport.TCPNIOTransport
The server socket time out
serverSocketSoTimeout - Variable in class com.sun.grizzly.nio.transport.UDPNIOTransport
The server socket time out
set(Buffer, Future, R, CompletionHandler, Interceptor<R>) - Method in class com.sun.grizzly.asyncqueue.AsyncQueueRecord
 
set(Buffer, Future, WriteResult, CompletionHandler, Interceptor<WriteResult>, A) - Method in class com.sun.grizzly.asyncqueue.AsyncWriteQueueRecord
 
set(AttributeHolder, T) - Method in class com.sun.grizzly.attributes.Attribute
Set attribute value, stored on the AttributeHolder.
set(AttributeStorage, T) - Method in class com.sun.grizzly.attributes.Attribute
Set attribute value, stored on the AttributeStorage.
set(int, ProcessorSelector) - Method in class com.sun.grizzly.ChainProcessorSelector
set(int, Filter) - Method in class com.sun.grizzly.filterchain.ListFacadeFilterChain
set(AttributeStorage, Object, Object) - Method in class com.sun.grizzly.smart.transformers.ArrayDecoder
 
set(AttributeStorage, E, Object) - Method in class com.sun.grizzly.smart.transformers.SequenceDecoder
Stores an element into the sequence.
set(Condition<K>, L) - Method in class com.sun.grizzly.utils.conditions.ConditionListener
 
set(int, E) - Method in class com.sun.grizzly.utils.LightArrayList
 
setAddress(Object) - Method in class com.sun.grizzly.filterchain.FilterChainContext
Set address, associated with the current IOEvent processing.
setAddress(L) - Method in class com.sun.grizzly.utils.MessageHolder
 
setAppBuffer(AttributeStorage, Buffer) - Method in class com.sun.grizzly.ssl.SSLResourcesAccessor
 
setAssociatedBuffer(DefaultMemoryManager.BufferInfo) - Method in class com.sun.grizzly.threadpool.DefaultWorkerThread
 
setAttachment(Object) - Method in class com.sun.grizzly.nio.DefaultSelectorHandler.SelectionKeyOperation
 
setAttribute(String, Object) - Method in interface com.sun.grizzly.attributes.AttributeHolder
Set a name/value object.
setAttribute(int, Object) - Method in interface com.sun.grizzly.attributes.IndexedAttributeAccessor
Internal method for dynamic attribute support.
setAttribute(int, Object) - Method in class com.sun.grizzly.attributes.IndexedAttributeHolder.IndexedAttributeAccessorImpl
Internal method for dynamic attribute support.
setAttribute(String, Object) - Method in class com.sun.grizzly.attributes.IndexedAttributeHolder
Set a name/value object.
setAttribute(String, Object) - Method in class com.sun.grizzly.attributes.NamedAttributeHolder
Set a name/value object.
setAttributeBuilder(AttributeBuilder) - Method in class com.sun.grizzly.AbstractTransport
Set Transport associated AttributeBuilder, which will be used by Transport and its Connections to store custom Attributes.
setAttributeBuilder(AttributeBuilder) - Method in class com.sun.grizzly.threadpool.DefaultScheduleThreadPool
 
setAttributeBuilder(AttributeBuilder) - Method in class com.sun.grizzly.threadpool.DefaultThreadPool
 
setAttributeBuilder(AttributeBuilder) - Method in interface com.sun.grizzly.threadpool.ExtendedThreadPool
 
setAttributeBuilder(AttributeBuilder) - Method in interface com.sun.grizzly.Transport
Set Transport associated AttributeBuilder, which will be used by Transport and its Connections to store custom Attributes.
setAttributeIndex(Attribute, int) - Static method in class com.sun.grizzly.attributes.DefaultAttributeBuilder
Method sets the index to the Attribute Could be used by classes, which extend DefaultAttributeBuilder and don't have access to the protected Attribute.setIndex() method.
setAttributes(AttributeHolder) - Method in class com.sun.grizzly.Context
 
setBlocking(boolean) - Method in class com.sun.grizzly.streams.AbstractStreamReader
Sets the StreamReader mode.
setBlocking(boolean) - Method in class com.sun.grizzly.streams.AbstractStreamWriter
Sets the StreamReader mode.
setBlocking(boolean) - Method in interface com.sun.grizzly.streams.StreamReader
Sets the StreamReader mode.
setBlocking(boolean) - Method in class com.sun.grizzly.streams.StreamReaderDecorator
Sets the StreamReader mode.
setBlocking(boolean) - Method in interface com.sun.grizzly.streams.StreamWriter
Sets the StreamReader mode.
setBlocking(boolean) - Method in class com.sun.grizzly.streams.StreamWriterDecorator
Sets the StreamReader mode.
setBuffer(Buffer) - Method in class com.sun.grizzly.asyncqueue.AsyncQueueRecord
 
setBuffer(Buffer) - Method in class com.sun.grizzly.utils.ReadableInputStream
 
setBuffer(Buffer) - Method in class com.sun.grizzly.utils.WritableOutputStream
 
setBufferSize(int) - Method in class com.sun.grizzly.streams.AbstractStreamReader
Set the preferred Buffer size to be used for StreamReader read operations.
setBufferSize(int) - Method in class com.sun.grizzly.streams.AbstractStreamWriter
Set the preferred Buffer size to be used for StreamWriter write operations.
setBufferSize(int) - Method in interface com.sun.grizzly.streams.StreamReader
Set the preferred Buffer size to be used for StreamReader read operations.
setBufferSize(int) - Method in interface com.sun.grizzly.streams.StreamWriter
Set the preferred Buffer size to be used for StreamWriter write operations.
setCachedContext(Context) - Method in class com.sun.grizzly.threadpool.DefaultWorkerThread
 
setChannel(SelectableChannel) - Method in class com.sun.grizzly.nio.AbstractNIOConnection
 
setChannel(SelectableChannel) - Method in class com.sun.grizzly.nio.DefaultSelectorHandler.SelectionKeyOperation
 
setChannel(SelectableChannel) - Method in class com.sun.grizzly.nio.RegisterChannelResult
 
setCharset(Charset) - Method in class com.sun.grizzly.utils.StringDecoder
 
setCharset(Charset) - Method in class com.sun.grizzly.utils.StringEncoder
 
setCipherConfigured(boolean) - Method in class com.sun.grizzly.ssl.SSLEngineConfigurator
 
setClientMode(boolean) - Method in class com.sun.grizzly.ssl.SSLContextConfigurator
 
setClientMode(boolean) - Method in class com.sun.grizzly.ssl.SSLEngineConfigurator
Set SSLEngine to be configured to work in client mode.
setClientSocketSoTimeout(int) - Method in class com.sun.grizzly.nio.transport.TCPNIOTransport
 
setCloned(boolean) - Method in class com.sun.grizzly.asyncqueue.AsyncWriteQueueRecord
 
setCompletionHandler(CompletionHandler) - Method in class com.sun.grizzly.asyncqueue.AsyncQueueRecord
 
setCompletionHandler(CompletionHandler) - Method in class com.sun.grizzly.nio.DefaultSelectorHandler.SelectionKeyOperation
 
setComponentDecoder(Transformer) - Method in class com.sun.grizzly.smart.transformers.SequenceDecoder
 
setComponentEncoder(Transformer) - Method in class com.sun.grizzly.smart.transformers.SequenceEncoder
 
setComponentType(Class) - Method in class com.sun.grizzly.smart.transformers.SequenceDecoder
 
setComponentType(Class) - Method in class com.sun.grizzly.smart.transformers.SequenceEncoder
 
setCondition(Condition<K>) - Method in class com.sun.grizzly.utils.conditions.ConditionListener
 
setConfig(Sequence) - Method in class com.sun.grizzly.smart.transformers.SequenceDecoder
 
setConfig(Sequence) - Method in class com.sun.grizzly.smart.transformers.SequenceEncoder
 
setConnection(Connection) - Method in class com.sun.grizzly.Context
Set the processing Connection.
setConnection(Connection) - Method in class com.sun.grizzly.ProcessorRunnable
Set the processing Connection.
setConnection(Connection) - Method in class com.sun.grizzly.streams.AbstractStreamReader
 
setConnection(Connection) - Method in class com.sun.grizzly.streams.AbstractStreamWriter
 
setConnectionForKey(NIOConnection, SelectionKey) - Method in class com.sun.grizzly.nio.DefaultSelectionKeyHandler
 
setConnectionForKey(NIOConnection, SelectionKey) - Method in interface com.sun.grizzly.nio.SelectionKeyHandler
 
setConnectionTimeout(int) - Method in class com.sun.grizzly.nio.transport.TCPNIOConnectorHandler
 
setConnectionTimeout(int) - Method in class com.sun.grizzly.nio.transport.TCPNIOTransport
 
setConnectionTimeout(int) - Method in class com.sun.grizzly.nio.transport.UDPNIOConnectorHandler
 
setConnectionTimeout(int) - Method in class com.sun.grizzly.nio.transport.UDPNIOTransport
 
setConnectionTimeout(Connection, long) - Method in class com.sun.grizzly.utils.IdleTimeoutFilter
 
setContext(AttributeStorage, FilterChainContext) - Method in class com.sun.grizzly.filterchain.DefaultDecoderTransformer
 
setContext(AttributeStorage, FilterChainContext) - Method in class com.sun.grizzly.filterchain.DefaultEncoderTransformer
 
setContext(Context) - Method in class com.sun.grizzly.ProcessorRunnable
Set the processing Context.
setCorePoolSize(int) - Method in interface com.sun.grizzly.threadpool.ExtendedThreadPool
Sets the core number of threads.
setCurrentElement(AtomicReference<E>) - Method in class com.sun.grizzly.asyncqueue.AsyncQueue
Set the current processing task
setCurrentFilter(Filter) - Method in class com.sun.grizzly.filterchain.FilterChainContext
Set Filter, which is currently running.
setCurrentFilterIdx(int) - Method in class com.sun.grizzly.filterchain.FilterChainContext
Set index of the currently executing Filter in the FilterChainContext.filters list.
setCurrentResult(R) - Method in class com.sun.grizzly.asyncqueue.AsyncQueueRecord
 
setDefaultAttributeBuilder(AttributeBuilder) - Method in class com.sun.grizzly.TransportFactory
Set default AttributeBuilder, used by all Transports.
setDefaultMemoryManager(MemoryManager) - Method in class com.sun.grizzly.TransportFactory
Set default MemoryManager, used by all Transports.
setDefaultScheduledThreadPool(ScheduledExecutorService) - Method in class com.sun.grizzly.TransportFactory
Set default scheduled thread pool, used by all Transports.
setDefaultSelectionKeyHandler(SelectionKeyHandler) - Method in class com.sun.grizzly.nio.NIOTransportFactory
 
setDefaultSelectorHandler(SelectorHandler) - Method in class com.sun.grizzly.nio.NIOTransportFactory
 
setDefaultTemporarySelectorPool(TemporarySelectorPool) - Method in class com.sun.grizzly.nio.NIOTransportFactory
 
setDefaultWorkerThreadPool(ExecutorService) - Method in class com.sun.grizzly.TransportFactory
Set default worker thread pool, used by all Transports.
setDirect(boolean) - Method in class com.sun.grizzly.memory.ByteBufferManager
Set true, if ByteBufferManager works with direct ByteBuffers, or false otherwise.
setDstAddress(A) - Method in class com.sun.grizzly.asyncqueue.AsyncWriteQueueRecord
 
setDstAddress(L) - Method in class com.sun.grizzly.WriteResult
Set the destination address, the message was written to.
setEnabledCipherSuites(String[]) - Method in class com.sun.grizzly.ssl.SSLEngineConfigurator
 
setEnabledProtocols(String[]) - Method in class com.sun.grizzly.ssl.SSLEngineConfigurator
 
setErrorCode(int) - Method in class com.sun.grizzly.TransformationResult
 
setErrorDescription(String) - Method in class com.sun.grizzly.TransformationResult
 
setExecutedFilters(List<Filter>) - Method in class com.sun.grizzly.filterchain.FilterChainContext
Set List of executed Filters.
setExpirationTime(Connection, long, TimeUnit) - Method in class com.sun.grizzly.utils.IdleTimeoutFilter
 
setFilterChainFactory(FilterChainFactory) - Method in interface com.sun.grizzly.filterchain.FilterChainEnabledTransport
Set FilterChainFactory, responsible to construct FilterChain instance.
setFilterChainFactory(FilterChainFactory) - Method in class com.sun.grizzly.nio.transport.TCPNIOTransport
 
setFilterChainFactory(FilterChainFactory) - Method in class com.sun.grizzly.nio.transport.UDPNIOTransport
 
setFilterChainPattern(FilterChain) - Method in interface com.sun.grizzly.filterchain.PatternFilterChainFactory
Set FilterChain instance pattern.
setFilterChainPattern(FilterChain) - Method in class com.sun.grizzly.filterchain.SingletonFilterChainFactory
Sets FilterChain pattern, which is chain instance.
setFilters(List<Filter>) - Method in class com.sun.grizzly.filterchain.FilterChainContext
Set List of Filters.
setFirst(K) - Method in class com.sun.grizzly.utils.Pair
 
setFuture(Future) - Method in class com.sun.grizzly.asyncqueue.AsyncQueueRecord
 
setFuture(FutureImpl<RegisterChannelResult>) - Method in class com.sun.grizzly.nio.DefaultSelectorHandler.SelectionKeyOperation
 
setHandleAccepted(boolean) - Method in class com.sun.grizzly.utils.IdleTimeoutFilter
 
setHandleConnected(boolean) - Method in class com.sun.grizzly.utils.IdleTimeoutFilter
 
setIndex(int) - Method in class com.sun.grizzly.attributes.Attribute
Assign integer index to Attribute, to make access to its value as fast as array[index].
setIndex(int) - Method in class com.sun.grizzly.filterchain.FilterAdapter
setIndex(int) - Method in class com.sun.grizzly.utils.LogFilter
 
setInput(AttributeStorage, K) - Method in class com.sun.grizzly.AbstractTransformer
 
setInput(AttributeStorage, Object) - Method in class com.sun.grizzly.filterchain.DefaultDecoderTransformer
 
setInput(AttributeStorage, Object) - Method in class com.sun.grizzly.filterchain.DefaultEncoderTransformer
 
setInput(AttributeStorage, Buffer) - Method in class com.sun.grizzly.ssl.SSLDecoderTransformer
 
setInput(AttributeStorage, Buffer) - Method in class com.sun.grizzly.ssl.SSLEncoderTransformer
 
setInput(AttributeStorage, Buffer) - Method in class com.sun.grizzly.ssl.SSLHandshakeDecoder
 
setInput(AttributeStorage, Buffer) - Method in class com.sun.grizzly.ssl.SSLHandshakeEncoder
 
setInput(AttributeStorage, K) - Method in interface com.sun.grizzly.Transformer
Sets the input data, which Transformer will work with.
setInstance(SelectorFactory) - Static method in class com.sun.grizzly.nio.SelectorFactory
 
setInstance(TransportFactory) - Static method in class com.sun.grizzly.TransportFactory
Set the TransportFactory instance.
setInterceptor(Interceptor<R>) - Method in class com.sun.grizzly.asyncqueue.AsyncQueueRecord
 
setInterest(int) - Method in class com.sun.grizzly.nio.DefaultSelectorHandler.SelectionKeyOperation
 
setInterested(IOEvent, boolean) - Method in class com.sun.grizzly.callbackhandler.AbstractCallbackHandler
Set the the i/o event, this Processor is interested in
setInterested(IOEvent, boolean) - Method in class com.sun.grizzly.filterchain.AbstractFilterChain
Set the the i/o event, this Processor is interested in
setInterested(IOEvent, boolean) - Method in class com.sun.grizzly.nio.AbstractNIOAsyncQueueReader
Set the the i/o event, this Processor is interested in
setInterested(IOEvent, boolean) - Method in class com.sun.grizzly.nio.AbstractNIOAsyncQueueWriter
Set the the i/o event, this Processor is interested in
setInterested(IOEvent, boolean) - Method in class com.sun.grizzly.nio.transport.TCPNIOConnectorHandler.ConnectorEventProcessor
 
setInterested(IOEvent, boolean) - Method in class com.sun.grizzly.nio.transport.TCPNIOServerConnection.AcceptorEventProcessor
 
setInterested(IOEvent, boolean) - Method in interface com.sun.grizzly.Processor
Set the the i/o event, this Processor is interested in
setInterested(IOEvent, boolean) - Method in class com.sun.grizzly.StandaloneProcessor
Method does nothing.
setInterested(IOEvent, boolean) - Method in class com.sun.grizzly.utils.ArrayIOEventMask
 
setInterested(IOEvent, boolean) - Method in class com.sun.grizzly.utils.ImmutableIOEventMask
 
setInterested(IOEvent, boolean) - Method in interface com.sun.grizzly.utils.IOEventMask
 
setInterested(IOEvent, boolean) - Method in class com.sun.grizzly.utils.ProcessorWrapper
 
setInternalThreadPool(ExecutorService) - Method in class com.sun.grizzly.AbstractTransport
Set a thread pool, which will process transport internal tasks like NIO Selector polling etc.
setInternalThreadPool(ExecutorService) - Method in interface com.sun.grizzly.Transport
Set a thread pool, which will process transport internal tasks like NIO Selector polling etc.
setIoEvent(IOEvent) - Method in class com.sun.grizzly.Context
Set the processing IOEvent.
setIoEvent(IOEvent) - Method in class com.sun.grizzly.ProcessorRunnable
Set the processing IOEvent.
setKeepAlive(boolean) - Method in class com.sun.grizzly.utils.conditions.ConditionListener
 
setKeepAliveTime(long, TimeUnit) - Method in interface com.sun.grizzly.threadpool.ExtendedThreadPool
Sets the time limit for which threads may remain idle before being terminated.
setKeyManagerFactoryAlgorithm(String) - Method in class com.sun.grizzly.ssl.SSLContextConfigurator
Sets the key manager factory algorithm.
setKeyPass(String) - Method in class com.sun.grizzly.ssl.SSLContextConfigurator
Password of the key in the key store.
setKeyPass(char[]) - Method in class com.sun.grizzly.ssl.SSLContextConfigurator
Password of the key in the key store.
setKeyStoreFile(String) - Method in class com.sun.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 com.sun.grizzly.ssl.SSLContextConfigurator
Password of key store.
setKeyStorePass(char[]) - Method in class com.sun.grizzly.ssl.SSLContextConfigurator
Password of key store.
setKeyStoreProvider(String) - Method in class com.sun.grizzly.ssl.SSLContextConfigurator
Sets the key store provider name.
setKeyStoreType(String) - Method in class com.sun.grizzly.ssl.SSLContextConfigurator
Type of key store.
setLeaderFollowerThreshold(int) - Method in class com.sun.grizzly.strategies.SimpleDynamicStrategy
Set the number of SelectionKeys, which should be selected from a Selector, to make it apply LeaderFollowerStrategy.
setLevel(Level) - Method in class com.sun.grizzly.utils.LogFilter
 
setLinger(int) - Method in class com.sun.grizzly.nio.transport.TCPNIOTransport
 
setLogger(Logger) - Method in class com.sun.grizzly.utils.LogFilter
 
setMaximumPoolSize(int) - Method in interface com.sun.grizzly.threadpool.ExtendedThreadPool
Sets the maximum allowed number of threads.
setMaxQueuedTasksCount(int) - Method in class com.sun.grizzly.threadpool.DefaultScheduleThreadPool
 
setMaxQueuedTasksCount(int) - Method in class com.sun.grizzly.threadpool.DefaultThreadPool
 
setMaxThreadBufferSize(int) - Method in class com.sun.grizzly.memory.DefaultMemoryManager
Set the maximum size of memory pool for one thread.
setMemoryManager(MemoryManager) - Method in class com.sun.grizzly.AbstractTransformer
 
setMemoryManager(MemoryManager) - Method in class com.sun.grizzly.AbstractTransport
Set the Transport associated MemoryManager, which will be used by the Transport, its Connections and by during processing I/O events, occurred on Connections.
setMemoryManager(MemoryManager) - Method in interface com.sun.grizzly.Transport
Set the Transport associated MemoryManager, which will be used by the Transport, its Connections and by during processing I/O events, occurred on Connections.
setMessage(Object) - Method in class com.sun.grizzly.filterchain.FilterChainContext
Set message object, associated with the current processing.
setMessage(K) - Method in class com.sun.grizzly.ReadResult
Set the message, which was read.
setMessage(T) - Method in class com.sun.grizzly.TransformationResult
 
setMessage(K) - Method in class com.sun.grizzly.utils.MessageHolder
 
setMessage(K) - Method in class com.sun.grizzly.WriteResult
Set the message, which was read.
setMonitoring(boolean) - Method in class com.sun.grizzly.memory.DefaultMemoryManager
Set monotoring mode.
setName(String) - Method in class com.sun.grizzly.AbstractTransport
Sets the Transport name.
setName(String) - Method in class com.sun.grizzly.threadpool.DefaultScheduleThreadPool
 
setName(String) - Method in class com.sun.grizzly.threadpool.DefaultThreadPool
 
setName(String) - Method in interface com.sun.grizzly.threadpool.ExtendedThreadPool
 
setName(String) - Method in interface com.sun.grizzly.Transport
Sets the Transport name.
setNeedClientAuth(boolean) - Method in class com.sun.grizzly.ssl.SSLContextConfigurator
 
setNeedClientAuth(boolean) - Method in class com.sun.grizzly.ssl.SSLEngineConfigurator
 
setNioChannelDistributor(NIOChannelDistributor) - Method in class com.sun.grizzly.nio.AbstractNIOTransport
 
setNioChannelDistributor(NIOChannelDistributor) - Method in interface com.sun.grizzly.nio.NIOTransport
 
setNotificationObject(L) - Method in class com.sun.grizzly.utils.conditions.ConditionListener
 
setOpType(DefaultSelectorHandler.OpType) - Method in class com.sun.grizzly.nio.DefaultSelectorHandler.SelectionKeyOperation
 
setOutput(AttributeStorage, L) - Method in class com.sun.grizzly.AbstractTransformer
 
setOutput(AttributeStorage, Object) - Method in class com.sun.grizzly.filterchain.DefaultDecoderTransformer
 
setOutput(AttributeStorage, Object) - Method in class com.sun.grizzly.filterchain.DefaultEncoderTransformer
 
setOutput(AttributeStorage, Buffer) - Method in class com.sun.grizzly.ssl.SSLDecoderTransformer
 
setOutput(AttributeStorage, Buffer) - Method in class com.sun.grizzly.ssl.SSLEncoderTransformer
 
setOutput(AttributeStorage, Buffer) - Method in class com.sun.grizzly.ssl.SSLHandshakeDecoder
 
setOutput(AttributeStorage, Buffer) - Method in class com.sun.grizzly.ssl.SSLHandshakeEncoder
 
setOutput(AttributeStorage, L) - Method in interface com.sun.grizzly.Transformer
Gets the output, which Transformer will use for transformed data.
setPattern(E) - Method in class com.sun.grizzly.utils.conditions.PatternCondition
 
setPeerAddress(SocketAddress) - Method in class com.sun.grizzly.nio.transport.UDPNIOStreamWriter
 
setPeerAddress(A) - Method in interface com.sun.grizzly.streams.AddressableStreamWriter
Set the destination address, where the data will be sent on next flush.
setPostProcesser(Runnable) - Method in class com.sun.grizzly.asyncqueue.AsyncReadQueueRecord
 
setPostProcessor(PostProcessor) - Method in class com.sun.grizzly.Context
Set the PostProcessor, which will be called after Processor will finish its execution to finish IOEvent processing.
setPostProcessor(PostProcessor) - Method in class com.sun.grizzly.ProcessorRunnable
Set the PostProcessor, which will be called after Processor will finish its execution to finish IOEvent processing.
setProcessor(Processor) - Method in class com.sun.grizzly.AbstractSocketConnectorHandler
 
setProcessor(Processor) - Method in class com.sun.grizzly.AbstractTransport
Sets the default Processor, which will process Connection I/O events in case, if Connection doesn't have own Processor preferences.
setProcessor(Processor) - Method in interface com.sun.grizzly.Connection
Sets the default Processor, which will process Connection I/O events.
setProcessor(Processor) - Method in class com.sun.grizzly.Context
Set the Processor, which is responsible to process the IOEvent.
setProcessor(Processor) - Method in class com.sun.grizzly.nio.AbstractNIOConnection
 
setProcessor(Processor) - Method in class com.sun.grizzly.ProcessorRunnable
Set the Processor, which is responsible to process the IOEvent.
setProcessor(Processor) - Method in interface com.sun.grizzly.SocketConnectorHandler
Set the default Processor to process IOEvent, occuring on connection phase.
setProcessor(Processor) - Method in interface com.sun.grizzly.Transport
Sets the default Processor, which will process Connection I/O events in case, if Connection doesn't have own Processor preferences.
setProcessorRunnable(ProcessorRunnable) - Method in class com.sun.grizzly.Context
Set the ProcessorRunnable task instance.
setProcessorSelector(ProcessorSelector) - Method in class com.sun.grizzly.AbstractSocketConnectorHandler
 
setProcessorSelector(ProcessorSelector) - Method in class com.sun.grizzly.AbstractTransport
Sets the default ProcessorSelector, which will be used to get Processor to process Connection I/O events, in case if this Transport's Processor is null and Connection doesn't have neither preferred Processor nor ProcessorSelector.
setProcessorSelector(ProcessorSelector) - Method in interface com.sun.grizzly.Connection
Sets the default ProcessorSelector, which will be used to get Processor to process Connection I/O events, in case if this Connection's Processor is null.
setProcessorSelector(ProcessorSelector) - Method in class com.sun.grizzly.nio.AbstractNIOConnection
 
setProcessorSelector(ProcessorSelector) - Method in interface com.sun.grizzly.SocketConnectorHandler
Sets the default ProcessorSelector, which will be used to get Processor to process I/O events, occuring on connection phase.
setProcessorSelector(ProcessorSelector) - Method in interface com.sun.grizzly.Transport
Sets the default ProcessorSelector, which will be used to get Processor to process Connection I/O events, in case if this Transport's Processor is null and Connection doesn't have neither preferred Processor nor ProcessorSelector.
setProtocolConfigured(boolean) - Method in class com.sun.grizzly.ssl.SSLEngineConfigurator
 
setQueue(LinkedTransferQueue<E>) - Method in class com.sun.grizzly.asyncqueue.AsyncQueue
Set the queue of tasks, which will be processed asynchrounously
setQueuedActionLock(ReentrantLock) - Method in class com.sun.grizzly.asyncqueue.AsyncQueue
Set the locker object, which could be used by a queue processors
setReadable(Readable) - Method in class com.sun.grizzly.utils.ReadableInputStream
 
setReadBufferSize(int) - Method in class com.sun.grizzly.AbstractTransport
Set the default size of Buffers, which will be allocated for reading data from Transport's Connections.
setReadBufferSize(int) - Method in interface com.sun.grizzly.Connection
Set the default size of Buffers, which will be allocated for reading data from Connection.
setReadBufferSize(int) - Method in class com.sun.grizzly.nio.AbstractNIOConnection
 
setReadBufferSize(int) - Method in class com.sun.grizzly.nio.transport.UDPNIOConnection
 
setReadBufferSize(int) - Method in interface com.sun.grizzly.Transport
Set the default size of Buffers, which will be allocated for reading data from Transport's Connections.
setReadSize(int) - Method in class com.sun.grizzly.ReadResult
Set the number of bytes, which were read.
setResult(R) - Method in class com.sun.grizzly.impl.FutureImpl
Set the result value and notify about operation completion.
setResult(R) - Method in class com.sun.grizzly.impl.FutureLockImpl
Set the result value and notify about operation completion.
setResult(R) - Method in class com.sun.grizzly.impl.ReadyFutureImpl
Should not be called for ReadyFutureImpl
setReuseAddress(boolean) - Method in class com.sun.grizzly.nio.transport.TCPNIOConnectorHandler
 
setReuseAddress(boolean) - Method in class com.sun.grizzly.nio.transport.TCPNIOTransport
 
setReuseAddress(boolean) - Method in class com.sun.grizzly.nio.transport.UDPNIOConnectorHandler
 
setReuseAddress(boolean) - Method in class com.sun.grizzly.nio.transport.UDPNIOTransport
 
setScheduledThreadPool(ScheduledExecutorService) - Method in class com.sun.grizzly.utils.IdleTimeoutFilter
 
setSecond(L) - Method in class com.sun.grizzly.utils.Pair
 
setSecuredInBuffer(AttributeStorage, Buffer) - Method in class com.sun.grizzly.ssl.SSLResourcesAccessor
 
setSecuredOutBuffer(AttributeStorage, Buffer) - Method in class com.sun.grizzly.ssl.SSLResourcesAccessor
 
setSecurityProtocol(String) - Method in class com.sun.grizzly.ssl.SSLContextConfigurator
Sets the SSLContext protocole.
setSelectionKey(SelectionKey) - Method in class com.sun.grizzly.nio.AbstractNIOConnection
 
setSelectionKey(SelectionKey) - Method in class com.sun.grizzly.nio.DefaultSelectorHandler.SelectionKeyOperation
 
setSelectionKey(SelectionKey) - Method in class com.sun.grizzly.nio.RegisterChannelResult
 
setSelectionKey(SelectionKey) - Method in class com.sun.grizzly.nio.transport.TCPNIOConnection
 
setSelectionKey(SelectionKey) - Method in class com.sun.grizzly.nio.transport.UDPNIOConnection
 
setSelectionKeyHandler(SelectionKeyHandler) - Method in class com.sun.grizzly.nio.AbstractNIOTransport
 
setSelectionKeyHandler(SelectionKeyHandler) - Method in interface com.sun.grizzly.nio.NIOTransport
 
setSelector(Selector) - Method in class com.sun.grizzly.nio.SelectorRunner
 
setSelectorHandler(SelectorHandler) - Method in class com.sun.grizzly.nio.AbstractNIOTransport
 
setSelectorHandler(SelectorHandler) - Method in interface com.sun.grizzly.nio.NIOTransport
 
setSelectorPool(TemporarySelectorPool) - Method in class com.sun.grizzly.nio.tmpselectors.TemporarySelectorIO
 
setSelectorRunner(SelectorRunner) - Method in class com.sun.grizzly.nio.AbstractNIOConnection
 
setSelectorRunner(SelectorRunner) - Method in class com.sun.grizzly.nio.RegisterChannelResult
 
setSelectorRunner(SelectorRunner) - Method in class com.sun.grizzly.nio.transport.TCPNIOConnection
 
setSelectorRunner(SelectorRunner) - Method in class com.sun.grizzly.nio.transport.UDPNIOConnection
 
setSelectorRunnersCount(int) - Method in class com.sun.grizzly.nio.AbstractNIOTransport
 
setSelectorRunnersCount(int) - Method in interface com.sun.grizzly.nio.NIOTransport
 
setSelectTimeout(long) - Method in class com.sun.grizzly.nio.DefaultSelectorHandler
 
setSelectTimeout(long) - Method in interface com.sun.grizzly.nio.SelectorHandler
 
setServerSocketSoTimeout(int) - Method in class com.sun.grizzly.nio.transport.TCPNIOTransport
 
setSize(int) - Method in class com.sun.grizzly.nio.tmpselectors.TemporarySelectorPool
 
setSrcAddress(L) - Method in class com.sun.grizzly.ReadResult
Set the source address, the message was read from.
setSSLEngine(AttributeStorage, SSLEngine) - Method in class com.sun.grizzly.ssl.SSLResourcesAccessor
 
setSslHandshaker(SSLHandshaker) - Method in class com.sun.grizzly.ssl.SSLCodec
 
setState(E) - Method in class com.sun.grizzly.utils.StateHolder
Sets current state Current StateHolder locking mode will be used
setState(E, boolean) - Method in class com.sun.grizzly.utils.StateHolder
Sets current state
setStatus(TransformationResult.Status) - Method in class com.sun.grizzly.TransformationResult
 
setStrategy(Strategy) - Method in class com.sun.grizzly.AbstractTransport
Set the Strategy implementation, which will be used by Transport to process IOEvent.
setStrategy(Strategy) - Method in interface com.sun.grizzly.nio.NIOTransport
 
setStrategy(Strategy) - Method in interface com.sun.grizzly.Transport
Set the Strategy implementation, which will be used by Transport to process IOEvent.
setStreamReader(StreamReader) - Method in class com.sun.grizzly.filterchain.FilterChainContext
Set the StreamReader, associated with processing.
setStreamWriter(StreamWriter) - Method in class com.sun.grizzly.filterchain.FilterChainContext
Set the StreamWriter, associated with processing.
setTcpNoDelay(boolean) - Method in class com.sun.grizzly.nio.transport.TCPNIOTransport
 
setTemporarySelectorIO(TemporarySelectorIO) - Method in interface com.sun.grizzly.nio.tmpselectors.TemporarySelectorsEnabledTransport
 
setTemporarySelectorIO(TemporarySelectorIO) - Method in class com.sun.grizzly.nio.transport.TCPNIOTransport
 
setTemporarySelectorIO(TemporarySelectorIO) - Method in class com.sun.grizzly.nio.transport.UDPNIOTransport
 
setTimeout(int) - Method in class com.sun.grizzly.nio.tmpselectors.TemporarySelectorReader
 
setTimeout(int) - Method in class com.sun.grizzly.nio.tmpselectors.TemporarySelectorWriter
 
setTimeout(long, TimeUnit) - Method in class com.sun.grizzly.streams.AbstractStreamReader
Set the timeout for StreamReader I/O operations.
setTimeout(long, TimeUnit) - Method in class com.sun.grizzly.streams.AbstractStreamWriter
Set the timeout for StreamWriter I/O operations.
setTimeout(long, TimeUnit) - Method in interface com.sun.grizzly.streams.StreamReader
Set the timeout for StreamReader I/O operations.
setTimeout(long, TimeUnit) - Method in interface com.sun.grizzly.streams.StreamWriter
Set the timeout for StreamWriter I/O operations.
setTimeout(long, TimeUnit) - Method in class com.sun.grizzly.utils.IdleTimeoutFilter
 
setTimeout(long, TimeUnit) - Method in class com.sun.grizzly.utils.ReadableInputStream
 
setTimeout(long, TimeUnit) - Method in class com.sun.grizzly.utils.WritableOutputStream
 
setTransactionTimeout(long, TimeUnit) - Method in class com.sun.grizzly.threadpool.DefaultWorkerThread
 
setTransactionTimeout(long, TimeUnit) - Method in interface com.sun.grizzly.threadpool.WorkerThread
 
setTrustManagerFactoryAlgorithm(String) - Method in class com.sun.grizzly.ssl.SSLContextConfigurator
Sets the trust manager factory algorithm.
setTrustStoreFile(String) - Method in class com.sun.grizzly.ssl.SSLContextConfigurator
Sets trust store file name, also makes sute that if other trust store configutation parameters are not set to set them to default values.
setTrustStorePass(String) - Method in class com.sun.grizzly.ssl.SSLContextConfigurator
Password of trust store.
setTrustStoreProvider(String) - Method in class com.sun.grizzly.ssl.SSLContextConfigurator
Sets the trust store provider name.
setTrustStoreType(String) - Method in class com.sun.grizzly.ssl.SSLContextConfigurator
Type of trust store.
setUnderlyingReader(StreamReader) - Method in class com.sun.grizzly.ssl.SSLStreamReader
 
setUnderlyingReader(StreamReader) - Method in class com.sun.grizzly.streams.StreamReaderDecorator
 
setUnderlyingWriter(StreamWriter) - Method in class com.sun.grizzly.ssl.SSLStreamWriter
 
setUnderlyingWriter(StreamWriter) - Method in class com.sun.grizzly.streams.StreamWriterDecorator
 
setupTransport(T) - Method in class com.sun.grizzly.nio.NIOTransportFactory
 
setupTransport(T) - Method in class com.sun.grizzly.TransportFactory
Setup Transport with factory default settings.
setWantClientAuth(boolean) - Method in class com.sun.grizzly.ssl.SSLContextConfigurator
 
setWantClientAuth(boolean) - Method in class com.sun.grizzly.ssl.SSLEngineConfigurator
 
setWorkerThreadPool(ExecutorService) - Method in class com.sun.grizzly.AbstractTransport
Set a worker thread pool, which could be chosen to process occurred I/O operations.
setWorkerThreadPool(ExecutorService) - Method in interface com.sun.grizzly.Transport
Set a worker thread pool, which could be chosen to process occurred I/O operations.
setWorkerThreadThreshold(int) - Method in class com.sun.grizzly.strategies.SimpleDynamicStrategy
Set the number of SelectionKeys, which should be selected from a Selector, to make it apply WorkerThreadStrategy.
setWritable(Writable) - Method in class com.sun.grizzly.utils.WritableOutputStream
 
setWriteBufferSize(int) - Method in class com.sun.grizzly.AbstractTransport
Set the default size of Buffers, which will be allocated for writing data to Transport's Connections.
setWriteBufferSize(int) - Method in interface com.sun.grizzly.Connection
Set the default size of Buffers, which will be allocated for writing data to Connection.
setWriteBufferSize(int) - Method in class com.sun.grizzly.nio.AbstractNIOConnection
 
setWriteBufferSize(int) - Method in class com.sun.grizzly.nio.transport.UDPNIOConnection
 
setWriteBufferSize(int) - Method in interface com.sun.grizzly.Transport
Set the default size of Buffers, which will be allocated for writing data to Transport's Connections.
setWrittenSize(int) - Method in class com.sun.grizzly.WriteResult
Set the number of bytes, which were written.
ShortDecoder - Class in com.sun.grizzly.smart.transformers
 
ShortDecoder() - Constructor for class com.sun.grizzly.smart.transformers.ShortDecoder
 
ShortEncoder - Class in com.sun.grizzly.smart.transformers
 
ShortEncoder() - Constructor for class com.sun.grizzly.smart.transformers.ShortEncoder
 
SimpleDynamicStrategy - Class in com.sun.grizzly.strategies
Simple dynamic strategy, which switches I/O processing strategies, basing on statistics.
SimpleDynamicStrategy(NIOTransport) - Constructor for class com.sun.grizzly.strategies.SimpleDynamicStrategy
 
SimpleDynamicStrategy(Executor, Executor) - Constructor for class com.sun.grizzly.strategies.SimpleDynamicStrategy
 
SimpleDynamicStrategy.DynamicStrategyContext - Class in com.sun.grizzly.strategies
 
SimpleDynamicStrategy.DynamicStrategyContext(int) - Constructor for class com.sun.grizzly.strategies.SimpleDynamicStrategy.DynamicStrategyContext
 
SingletonFilterChainFactory - Class in com.sun.grizzly.filterchain
FilterChainFactory implementation, which operates just with a single FilterChain instance.
SingletonFilterChainFactory() - Constructor for class com.sun.grizzly.filterchain.SingletonFilterChainFactory
 
SingletonFilterChainFactory(FilterChain) - Constructor for class com.sun.grizzly.filterchain.SingletonFilterChainFactory
 
size() - Method in class com.sun.grizzly.ChainProcessorSelector
size() - Method in class com.sun.grizzly.filterchain.ListFacadeFilterChain
size() - Method in class com.sun.grizzly.nio.tmpselectors.TemporarySelectorPool
 
size(AttributeStorage, Object) - Method in class com.sun.grizzly.smart.transformers.ArrayDecoder
 
size(AttributeStorage, Object) - Method in class com.sun.grizzly.smart.transformers.ArrayEncoder
 
size(AttributeStorage, E) - Method in class com.sun.grizzly.smart.transformers.SequenceDecoder
Returns the size of the sequence.
size(AttributeStorage, E) - Method in class com.sun.grizzly.smart.transformers.SequenceEncoder
Returns the size of the sequence.
size() - Method in class com.sun.grizzly.utils.LightArrayList
 
size(int) - Method in class com.sun.grizzly.utils.LightArrayList
 
size() - Method in class com.sun.grizzly.utils.LinkedTransferQueue
Returns the number of elements in this queue.
sizeAllocated() - Method in class com.sun.grizzly.memory.slab.Slab
 
sizeAvailable() - Method in class com.sun.grizzly.memory.slab.Slab
 
sizeDisposed() - Method in class com.sun.grizzly.memory.slab.Slab
 
sizeOf() - Method in class com.sun.grizzly.smart.transformers.ByteDecoder
 
sizeOf() - Method in class com.sun.grizzly.smart.transformers.ByteEncoder
 
sizeOf() - Method in class com.sun.grizzly.smart.transformers.CharDecoder
 
sizeOf() - Method in class com.sun.grizzly.smart.transformers.CharEncoder
 
sizeOf() - Method in class com.sun.grizzly.smart.transformers.DoubleDecoder
 
sizeOf() - Method in class com.sun.grizzly.smart.transformers.DoubleEncoder
 
sizeOf() - Method in class com.sun.grizzly.smart.transformers.FloatDecoder
 
sizeOf() - Method in class com.sun.grizzly.smart.transformers.FloatEncoder
 
sizeOf() - Method in class com.sun.grizzly.smart.transformers.IntegerDecoder
 
sizeOf() - Method in class com.sun.grizzly.smart.transformers.IntegerEncoder
 
sizeOf() - Method in class com.sun.grizzly.smart.transformers.LongDecoder
 
sizeOf() - Method in class com.sun.grizzly.smart.transformers.LongEncoder
 
sizeOf() - Method in class com.sun.grizzly.smart.transformers.PrimitiveDecoder
 
sizeOf() - Method in class com.sun.grizzly.smart.transformers.PrimitiveEncoder
 
sizeOf() - Method in class com.sun.grizzly.smart.transformers.ShortDecoder
 
sizeOf() - Method in class com.sun.grizzly.smart.transformers.ShortEncoder
 
Slab - Class in com.sun.grizzly.memory.slab
 
Slab(int, boolean) - Constructor for class com.sun.grizzly.memory.slab.Slab
 
Slab.State - Enum in com.sun.grizzly.memory.slab
 
SlabByteBufferWrapper - Class in com.sun.grizzly.memory.slab
The SlabByteBufferWrapper knows both the MemoryManager and the slab used to allocate it.
SlabByteBufferWrapper(ByteBufferManager, Slab, int) - Constructor for class com.sun.grizzly.memory.slab.SlabByteBufferWrapper
Allocate a buffer that contains dataSize data.
SlabMemoryManagerBase - Class in com.sun.grizzly.memory.slab
Base class for implementing an SlabMemory Allocator.
SlabMemoryManagerFactory - Class in com.sun.grizzly.memory.slab
Factory for Allocators (pooled and non-pooled) and SlabPools.
SlabMemoryManagerFactory.SlabPool - Interface in com.sun.grizzly.memory.slab
Obtain useful statistics about the SlabPool.
SlabMemoryManagerImpl - Class in com.sun.grizzly.memory.slab
A simple non-pooled implementation of an Allocator.
SlabMemoryManagerImpl(int, boolean) - Constructor for class com.sun.grizzly.memory.slab.SlabMemoryManagerImpl
 
SlabPoolImpl - Class in com.sun.grizzly.memory.slab
 
SlabPoolImpl(int, long, long, boolean) - Constructor for class com.sun.grizzly.memory.slab.SlabPoolImpl
 
SlabPoolMemoryManagerImpl - Class in com.sun.grizzly.memory.slab
An Allocator implemented on a SlabPool.
SlabPoolMemoryManagerImpl(SlabMemoryManagerFactory.SlabPool) - Constructor for class com.sun.grizzly.memory.slab.SlabPoolMemoryManagerImpl
 
slice() - Method in interface com.sun.grizzly.Buffer
Creates a new byte buffer whose content is a shared subsequence of this buffer's content.
slice(ByteBuffer, int) - Static method in class com.sun.grizzly.memory.ByteBufferViewManager
Slice ByteBuffer of required size from big chunk.
slice() - Method in class com.sun.grizzly.memory.ByteBufferWrapper
 
SmartCodec<K> - Class in com.sun.grizzly.smart
Smart Codec, which is able to encode/decode custom protocol message by their class structure.
SmartCodec(Class<K>) - Constructor for class com.sun.grizzly.smart.SmartCodec
 
SmartCodec(Transformer<Buffer, K>, Transformer<K, Buffer>) - Constructor for class com.sun.grizzly.smart.SmartCodec
 
SmartDecoderTransformer<E> - Class in com.sun.grizzly.smart
Smart decoder, which is able to decode a Buffer to a custom protocol message.
SmartDecoderTransformer(Class<E>) - Constructor for class com.sun.grizzly.smart.SmartDecoderTransformer
 
SmartEncoderTransformer<E> - Class in com.sun.grizzly.smart
Smart encoder, which is able to encoder a custom protocol message to a Buffer.
SmartEncoderTransformer(Class<E>) - Constructor for class com.sun.grizzly.smart.SmartEncoderTransformer
 
SmartFilter<K> - Class in com.sun.grizzly.smart
 
SmartFilter(Class) - Constructor for class com.sun.grizzly.smart.SmartFilter
 
SmartFilter(SmartCodec<K>) - Constructor for class com.sun.grizzly.smart.SmartFilter
 
SmartFilter(SmartCodec<K>, AttributeBuilder) - Constructor for class com.sun.grizzly.smart.SmartFilter
 
SmartMemberTransformer<K,L> - Interface in com.sun.grizzly.smart.transformers
Common interface for all Smart members encoders and decoders.
SmartStringDecoder - Class in com.sun.grizzly.smart.transformers
String decoder, which decodes Buffer to String
SmartStringDecoder() - Constructor for class com.sun.grizzly.smart.transformers.SmartStringDecoder
 
SmartStringDecoder(String) - Constructor for class com.sun.grizzly.smart.transformers.SmartStringDecoder
 
SmartStringDecoder(Charset) - Constructor for class com.sun.grizzly.smart.transformers.SmartStringDecoder
 
SmartStringDecoder(Charset, String) - Constructor for class com.sun.grizzly.smart.transformers.SmartStringDecoder
 
SmartStringEncoder - Class in com.sun.grizzly.smart.transformers
String decoder, which decodes Buffer to String
SmartStringEncoder() - Constructor for class com.sun.grizzly.smart.transformers.SmartStringEncoder
 
SmartStringEncoder(String) - Constructor for class com.sun.grizzly.smart.transformers.SmartStringEncoder
 
SmartStringEncoder(Charset) - Constructor for class com.sun.grizzly.smart.transformers.SmartStringEncoder
 
SmartStringEncoder(Charset, String) - Constructor for class com.sun.grizzly.smart.transformers.SmartStringEncoder
 
SmartTransformer<K,L> - Interface in com.sun.grizzly.smart
Common interface for Smart encoder and decoder.
SocketAcceptor - Interface in com.sun.grizzly
Common interface for SocketAcceptor implementations.
SocketBinder - Interface in com.sun.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 com.sun.grizzly
Socket based client side connector.
SSL_APP_BUFFER_NAME - Static variable in class com.sun.grizzly.ssl.SSLResourcesAccessor
 
SSL_ENGINE_ATTR_NAME - Static variable in class com.sun.grizzly.ssl.SSLResourcesAccessor
 
SSL_SECURED_IN_BUFFER_NAME - Static variable in class com.sun.grizzly.ssl.SSLResourcesAccessor
 
SSL_SECURED_OUT_BUFFER_NAME - Static variable in class com.sun.grizzly.ssl.SSLResourcesAccessor
 
sslAttribute - Static variable in class com.sun.grizzly.ssl.SSLStreamReader
 
SSLCodec - Class in com.sun.grizzly.ssl
SSL Codec, which contains SSL encoder and decoder Transformers.
SSLCodec(SSLContextConfigurator) - Constructor for class com.sun.grizzly.ssl.SSLCodec
 
SSLCodec(SSLContext) - Constructor for class com.sun.grizzly.ssl.SSLCodec
 
SSLContextConfigurator - Class in com.sun.grizzly.ssl
Utility class, which helps to configure SSLContext.
SSLContextConfigurator() - Constructor for class com.sun.grizzly.ssl.SSLContextConfigurator
Default constructor.
SSLContextConfigurator(boolean) - Constructor for class com.sun.grizzly.ssl.SSLContextConfigurator
Constructor that allows you creating empty configuration.
SSLDecoderTransformer - Class in com.sun.grizzly.ssl
Transformer, which decodes SSL encrypted data, contained in the input Buffer, to the output Buffer.
SSLDecoderTransformer() - Constructor for class com.sun.grizzly.ssl.SSLDecoderTransformer
 
SSLEncoderTransformer - Class in com.sun.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 com.sun.grizzly.ssl.SSLEncoderTransformer
 
sslEngineAttribute - Variable in class com.sun.grizzly.ssl.SSLResourcesAccessor
 
SSLEngineConfigurator - Class in com.sun.grizzly.ssl
Utility class, which helps to configure SSLEngine.
SSLEngineConfigurator(SSLContext) - Constructor for class com.sun.grizzly.ssl.SSLEngineConfigurator
 
SSLEngineConfigurator(SSLContext, boolean, boolean, boolean) - Constructor for class com.sun.grizzly.ssl.SSLEngineConfigurator
 
SSLFilter - Class in com.sun.grizzly.ssl
SSL Filter to operate with SSL encrypted data.
SSLFilter() - Constructor for class com.sun.grizzly.ssl.SSLFilter
 
SSLFilter(SSLEngineConfigurator) - Constructor for class com.sun.grizzly.ssl.SSLFilter
Build SSLFilter with the given SSLEngineConfigurator.
SSLFilter(SSLEngineConfigurator, SSLHandshaker) - Constructor for class com.sun.grizzly.ssl.SSLFilter
Build SSLFilter with the given SSLEngineConfigurator and custom SSLHandshaker
SSLHandshakeDecoder - Class in com.sun.grizzly.ssl
Transformer, which works as the decoder on the SSL handshaking phase.
SSLHandshakeDecoder() - Constructor for class com.sun.grizzly.ssl.SSLHandshakeDecoder
 
SSLHandshakeEncoder - Class in com.sun.grizzly.ssl
Transformer, which works as the encoder on the SSL handshaking phase.
SSLHandshakeEncoder() - Constructor for class com.sun.grizzly.ssl.SSLHandshakeEncoder
 
SSLHandshaker - Interface in com.sun.grizzly.ssl
General interface for SSL handshaking logic.
SSLResourcesAccessor - Class in com.sun.grizzly.ssl
Utility class, which simplifies the access to the SSL related resources stored in AttributeHolder.
SSLResourcesAccessor() - Constructor for class com.sun.grizzly.ssl.SSLResourcesAccessor
 
sslSecuredInBufferAttribute - Variable in class com.sun.grizzly.ssl.SSLResourcesAccessor
 
sslSecuredOutBufferAttribute - Variable in class com.sun.grizzly.ssl.SSLResourcesAccessor
 
SSLStreamReader - Class in com.sun.grizzly.ssl
SSL aware StreamReader implementation, which work like a wrapper over existing StreamReader.
SSLStreamReader() - Constructor for class com.sun.grizzly.ssl.SSLStreamReader
 
SSLStreamReader(StreamReader) - Constructor for class com.sun.grizzly.ssl.SSLStreamReader
 
SSLStreamWriter - Class in com.sun.grizzly.ssl
SSL aware StreamWriter implementation, which work like a wrapper over existing StreamWriter.
SSLStreamWriter() - Constructor for class com.sun.grizzly.ssl.SSLStreamWriter
 
SSLStreamWriter(StreamWriter) - Constructor for class com.sun.grizzly.ssl.SSLStreamWriter
 
SSLSupport - Interface in com.sun.grizzly.ssl
 
SSLSupport.CipherData - Class in com.sun.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 com.sun.grizzly.ssl.SSLSupport.CipherData
 
SSLSupportImpl - Class in com.sun.grizzly.ssl
 
SSLSupportImpl(SSLEngineConfigurator, SSLHandshaker, SSLStreamReader, SSLStreamWriter) - Constructor for class com.sun.grizzly.ssl.SSLSupportImpl
 
SSLUtils - Class in com.sun.grizzly.ssl
Utility class, which implements the set of useful SSL related operations.
SSLUtils() - Constructor for class com.sun.grizzly.ssl.SSLUtils
 
StandaloneProcessor - Class in com.sun.grizzly
Processor, which is not interested in processing I/O events.
StandaloneProcessor() - Constructor for class com.sun.grizzly.StandaloneProcessor
 
StandaloneProcessorSelector - Class in com.sun.grizzly
ProcessorSelector, which doesn't add any Processor to process occurred IOEvent.
StandaloneProcessorSelector() - Constructor for class com.sun.grizzly.StandaloneProcessorSelector
 
start() - Method in class com.sun.grizzly.AbstractTransport
Starts the transport
start() - Method in class com.sun.grizzly.nio.SelectorRunner
 
start() - Method in class com.sun.grizzly.nio.transport.TCPNIOTransport
 
start() - Method in class com.sun.grizzly.nio.transport.UDPNIOTransport
 
start() - Method in class com.sun.grizzly.threadpool.DefaultScheduleThreadPool
 
start() - Method in class com.sun.grizzly.threadpool.DefaultThreadPool
 
start() - Method in interface com.sun.grizzly.threadpool.WorkerThread
 
start() - Method in interface com.sun.grizzly.Transport
Starts the transport
startBlocking(int) - Method in class com.sun.grizzly.nio.SelectorRunner
 
startSelectorRunners() - Method in class com.sun.grizzly.nio.AbstractNIOTransport
 
state - Variable in class com.sun.grizzly.AbstractTransport
Transport state controller
stateAttribute - Variable in class com.sun.grizzly.utils.StringDecoder
 
StateHolder<E> - Class in com.sun.grizzly.utils
Class, which holds the state.
StateHolder() - Constructor for class com.sun.grizzly.utils.StateHolder
Constructs StateHolder.
StateHolder(boolean) - Constructor for class com.sun.grizzly.utils.StateHolder
Constructs StateHolder.
StateHolder(boolean, E) - Constructor for class com.sun.grizzly.utils.StateHolder
Constructs StateHolder.
stop() - Method in class com.sun.grizzly.AbstractTransport
Stops the transport and closes all the connections
stop() - Method in class com.sun.grizzly.nio.SelectorRunner
 
stop() - Method in class com.sun.grizzly.nio.transport.TCPNIOTransport
 
stop() - Method in class com.sun.grizzly.nio.transport.UDPNIOTransport
 
stop() - Method in class com.sun.grizzly.threadpool.DefaultScheduleThreadPool
 
stop() - Method in class com.sun.grizzly.threadpool.DefaultThreadPool
 
stop() - Method in interface com.sun.grizzly.threadpool.WorkerThread
 
stop() - Method in interface com.sun.grizzly.Transport
Stops the transport and closes all the connections
stopBlocking(int) - Method in class com.sun.grizzly.nio.SelectorRunner
 
stopSelectorRunners() - Method in class com.sun.grizzly.nio.AbstractNIOTransport
 
strategy - Variable in class com.sun.grizzly.AbstractTransport
Transport Strategy
Strategy<E> - Interface in com.sun.grizzly
Strategy is responsible for making decision how ProcessorRunnable task will be run: in current thread, worker thread.
StreamReader - Interface in com.sun.grizzly.streams
Interface that defines methods for reading primitive types and arrays of primitive types from a stream.
StreamReaderDecorator - Class in com.sun.grizzly.streams
 
StreamReaderDecorator(StreamReader) - Constructor for class com.sun.grizzly.streams.StreamReaderDecorator
 
StreamReaderDecorator.FeederCompletionHandler - Class in com.sun.grizzly.streams
 
StreamReaderDecorator.FeederCompletionHandler(FutureImpl, CompletionHandler) - Constructor for class com.sun.grizzly.streams.StreamReaderDecorator.FeederCompletionHandler
 
StreamTransformerFilter - Interface in com.sun.grizzly.filterchain
 
StreamWriter - Interface in com.sun.grizzly.streams
Write the primitive Java types and arrays of primitives to some data sink.
StreamWriterDecorator - Class in com.sun.grizzly.streams
 
StreamWriterDecorator(StreamWriter) - Constructor for class com.sun.grizzly.streams.StreamWriterDecorator
 
StringDecoder - Class in com.sun.grizzly.utils
String decoder, which decodes Buffer to String
StringDecoder() - Constructor for class com.sun.grizzly.utils.StringDecoder
 
StringDecoder(String) - Constructor for class com.sun.grizzly.utils.StringDecoder
 
StringDecoder(Charset) - Constructor for class com.sun.grizzly.utils.StringDecoder
 
StringDecoder(Charset, String) - Constructor for class com.sun.grizzly.utils.StringDecoder
 
StringEncoder - Class in com.sun.grizzly.utils
String decoder, which decodes Buffer to String
StringEncoder() - Constructor for class com.sun.grizzly.utils.StringEncoder
 
StringEncoder(String) - Constructor for class com.sun.grizzly.utils.StringEncoder
 
StringEncoder(Charset) - Constructor for class com.sun.grizzly.utils.StringEncoder
 
StringEncoder(Charset, String) - Constructor for class com.sun.grizzly.utils.StringEncoder
 
stringTerminateBytes - Variable in class com.sun.grizzly.utils.StringDecoder
 
stringTerminator - Variable in class com.sun.grizzly.utils.StringEncoder
 
subList(int, int) - Method in class com.sun.grizzly.ChainProcessorSelector
subList(int, int) - Method in class com.sun.grizzly.filterchain.ListFacadeFilterChain
subList(int, int) - Method in class com.sun.grizzly.utils.LightArrayList
 
sync - Variable in class com.sun.grizzly.streams.AbstractStreamReader
 

T

take() - Method in class com.sun.grizzly.utils.LinkedTransferQueue
 
TCPNIOAsyncQueueReader - Class in com.sun.grizzly.nio.transport
The TCP transport AsyncQueueReader implementation, based on the Java NIO
TCPNIOAsyncQueueReader(NIOTransport) - Constructor for class com.sun.grizzly.nio.transport.TCPNIOAsyncQueueReader
 
TCPNIOAsyncQueueWriter - Class in com.sun.grizzly.nio.transport
The TCP transport AsyncQueueWriter implementation, based on the Java NIO
TCPNIOAsyncQueueWriter(NIOTransport) - Constructor for class com.sun.grizzly.nio.transport.TCPNIOAsyncQueueWriter
 
TCPNIOConnection - Class in com.sun.grizzly.nio.transport
Connection implementation for the TCPNIOTransport
TCPNIOConnection(TCPNIOTransport, SelectableChannel) - Constructor for class com.sun.grizzly.nio.transport.TCPNIOConnection
 
TCPNIOConnectorHandler - Class in com.sun.grizzly.nio.transport
TCP NIO transport client side ConnectorHandler implementation
TCPNIOConnectorHandler(TCPNIOTransport) - Constructor for class com.sun.grizzly.nio.transport.TCPNIOConnectorHandler
 
TCPNIOConnectorHandler.ConnectorEventProcessor - Class in com.sun.grizzly.nio.transport
Processor, which will be notified, once OP_CONNECT will be ready
TCPNIOConnectorHandler.ConnectorEventProcessor(FutureImpl<Connection>) - Constructor for class com.sun.grizzly.nio.transport.TCPNIOConnectorHandler.ConnectorEventProcessor
 
TCPNIOServerConnection - Class in com.sun.grizzly.nio.transport
 
TCPNIOServerConnection(TCPNIOTransport, ServerSocketChannel) - Constructor for class com.sun.grizzly.nio.transport.TCPNIOServerConnection
 
TCPNIOServerConnection.AcceptorEventProcessor - Class in com.sun.grizzly.nio.transport
EventProcessor, which will be notified, once OP_ACCEPT will be ready on ServerSockerChannel
TCPNIOServerConnection.AcceptorEventProcessor() - Constructor for class com.sun.grizzly.nio.transport.TCPNIOServerConnection.AcceptorEventProcessor
 
TCPNIOServerConnection.AcceptorEventProcessorSelector - Class in com.sun.grizzly.nio.transport
 
TCPNIOServerConnection.AcceptorEventProcessorSelector() - Constructor for class com.sun.grizzly.nio.transport.TCPNIOServerConnection.AcceptorEventProcessorSelector
 
TCPNIOServerConnection.RegisterAcceptedChannelCompletionHandler - Class in com.sun.grizzly.nio.transport
 
TCPNIOServerConnection.RegisterAcceptedChannelCompletionHandler() - Constructor for class com.sun.grizzly.nio.transport.TCPNIOServerConnection.RegisterAcceptedChannelCompletionHandler
 
TCPNIOServerConnection.RegisterAcceptedChannelCompletionHandler(FutureImpl) - Constructor for class com.sun.grizzly.nio.transport.TCPNIOServerConnection.RegisterAcceptedChannelCompletionHandler
 
TCPNIOStreamReader - Class in com.sun.grizzly.nio.transport
 
TCPNIOStreamReader(TCPNIOConnection) - Constructor for class com.sun.grizzly.nio.transport.TCPNIOStreamReader
 
TCPNIOStreamWriter - Class in com.sun.grizzly.nio.transport
 
TCPNIOStreamWriter(TCPNIOConnection) - Constructor for class com.sun.grizzly.nio.transport.TCPNIOStreamWriter
 
TCPNIOTemporarySelectorReader - Class in com.sun.grizzly.nio.transport
 
TCPNIOTemporarySelectorReader(TCPNIOTransport) - Constructor for class com.sun.grizzly.nio.transport.TCPNIOTemporarySelectorReader
 
TCPNIOTemporarySelectorWriter - Class in com.sun.grizzly.nio.transport
 
TCPNIOTemporarySelectorWriter(TCPNIOTransport) - Constructor for class com.sun.grizzly.nio.transport.TCPNIOTemporarySelectorWriter
 
TCPNIOTransport - Class in com.sun.grizzly.nio.transport
TCP Transport NIO implementation
TCPNIOTransport() - Constructor for class com.sun.grizzly.nio.transport.TCPNIOTransport
 
TCPNIOTransport(String) - Constructor for class com.sun.grizzly.nio.transport.TCPNIOTransport
 
TCPNIOTransport.EnableInterestPostProcessor - Class in com.sun.grizzly.nio.transport
 
TCPNIOTransport.EnableInterestPostProcessor() - Constructor for class com.sun.grizzly.nio.transport.TCPNIOTransport.EnableInterestPostProcessor
 
TCPNIOTransport.RegisterChannelCompletionHandler - Class in com.sun.grizzly.nio.transport
 
TCPNIOTransport.RegisterChannelCompletionHandler() - Constructor for class com.sun.grizzly.nio.transport.TCPNIOTransport.RegisterChannelCompletionHandler
 
TCPNIOTransportFilter - Class in com.sun.grizzly.nio.transport
The TCPNIOTransport's transport Filter implementation
tcpNoDelay - Variable in class com.sun.grizzly.nio.transport.TCPNIOTransport
The socket tcpDelay.
TemporarySelectorIO - Class in com.sun.grizzly.nio.tmpselectors
 
TemporarySelectorIO(Reader, Writer) - Constructor for class com.sun.grizzly.nio.tmpselectors.TemporarySelectorIO
 
TemporarySelectorIO(Reader, Writer, TemporarySelectorPool) - Constructor for class com.sun.grizzly.nio.tmpselectors.TemporarySelectorIO
 
temporarySelectorIO - Variable in class com.sun.grizzly.nio.transport.TCPNIOTransport
Server socket backlog.
temporarySelectorIO - Variable in class com.sun.grizzly.nio.transport.UDPNIOTransport
Server socket backlog.
TemporarySelectorPool - Class in com.sun.grizzly.nio.tmpselectors
 
TemporarySelectorPool() - Constructor for class com.sun.grizzly.nio.tmpselectors.TemporarySelectorPool
 
TemporarySelectorPool(int) - Constructor for class com.sun.grizzly.nio.tmpselectors.TemporarySelectorPool
 
TemporarySelectorReader - Class in com.sun.grizzly.nio.tmpselectors
 
TemporarySelectorReader(TemporarySelectorsEnabledTransport) - Constructor for class com.sun.grizzly.nio.tmpselectors.TemporarySelectorReader
 
TemporarySelectorsEnabledTransport - Interface in com.sun.grizzly.nio.tmpselectors
Common interface for Transports, which will use temporary selectors technics
TemporarySelectorWriter - Class in com.sun.grizzly.nio.tmpselectors
 
TemporarySelectorWriter(TemporarySelectorsEnabledTransport) - Constructor for class com.sun.grizzly.nio.tmpselectors.TemporarySelectorWriter
 
throwChain(FilterChainContext, Throwable) - Method in class com.sun.grizzly.filterchain.DefaultFilterChain
Notify the filters about error.
throwUnsupportReadWrite() - Method in class com.sun.grizzly.nio.transport.TCPNIOServerConnection
 
timeout - Variable in class com.sun.grizzly.nio.tmpselectors.TemporarySelectorPool
The timeout before we exit.
timeoutMillis - Variable in class com.sun.grizzly.streams.AbstractStreamReader
 
toArray() - Method in class com.sun.grizzly.ChainProcessorSelector
toArray(T[]) - Method in class com.sun.grizzly.ChainProcessorSelector
toArray() - Method in class com.sun.grizzly.filterchain.ListFacadeFilterChain
toArray(T[]) - Method in class com.sun.grizzly.filterchain.ListFacadeFilterChain
toArray() - Method in class com.sun.grizzly.utils.LightArrayList
 
toArray(T[]) - Method in class com.sun.grizzly.utils.LightArrayList
 
toString() - Method in class com.sun.grizzly.attributes.Attribute
 
toString() - Method in class com.sun.grizzly.filterchain.FilterChainContext
 
toString() - Method in class com.sun.grizzly.memory.ByteBufferWrapper
 
toString() - Method in class com.sun.grizzly.memory.DefaultMemoryManager.BufferInfo
 
toString() - Method in class com.sun.grizzly.memory.slab.SlabByteBufferWrapper
 
toString() - Method in class com.sun.grizzly.ssl.SSLEngineConfigurator
 
toString() - Method in class com.sun.grizzly.TransformationResult
 
toString() - Method in class com.sun.grizzly.utils.ArrayIOEventMask
 
totalSize() - Method in class com.sun.grizzly.memory.slab.Slab
 
transfer(E) - Method in class com.sun.grizzly.utils.LinkedTransferQueue
 
transfer(E) - Method in interface com.sun.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 com.sun.grizzly.utils
A BlockingQueue in which producers may wait for consumers to receive elements.
transform(AttributeStorage) - Method in class com.sun.grizzly.AbstractTransformer
 
transform(AttributeStorage) - Method in class com.sun.grizzly.filterchain.DefaultDecoderTransformer
 
transform(AttributeStorage, Object, Object) - Method in class com.sun.grizzly.filterchain.DefaultDecoderTransformer
 
transform(AttributeStorage) - Method in class com.sun.grizzly.filterchain.DefaultEncoderTransformer
 
transform(AttributeStorage, Object, Object) - Method in class com.sun.grizzly.filterchain.DefaultEncoderTransformer
 
transform(AttributeStorage, Buffer, E) - Method in class com.sun.grizzly.smart.SmartDecoderTransformer
 
transform(AttributeStorage, E, Buffer) - Method in class com.sun.grizzly.smart.SmartEncoderTransformer
 
transform(AttributeStorage, Buffer, Object) - Method in class com.sun.grizzly.smart.transformers.ArrayDecoder
 
transform(AttributeStorage, Object, Buffer) - Method in class com.sun.grizzly.smart.transformers.ArrayEncoder
 
transform(AttributeStorage, Buffer, E) - Method in class com.sun.grizzly.smart.transformers.PrimitiveDecoder
 
transform(AttributeStorage, E, Buffer) - Method in class com.sun.grizzly.smart.transformers.PrimitiveEncoder
 
transform(AttributeStorage, Buffer, E) - Method in class com.sun.grizzly.smart.transformers.SequenceDecoder
 
transform(AttributeStorage, E, Buffer) - Method in class com.sun.grizzly.smart.transformers.SequenceEncoder
 
transform(AttributeStorage) - Method in class com.sun.grizzly.ssl.SSLDecoderTransformer
 
transform(AttributeStorage, Buffer, Buffer) - Method in class com.sun.grizzly.ssl.SSLDecoderTransformer
 
transform(AttributeStorage) - Method in class com.sun.grizzly.ssl.SSLEncoderTransformer
 
transform(AttributeStorage, Buffer, Buffer) - Method in class com.sun.grizzly.ssl.SSLEncoderTransformer
 
transform(AttributeStorage) - Method in class com.sun.grizzly.ssl.SSLHandshakeDecoder
 
transform(AttributeStorage, Buffer, Buffer) - Method in class com.sun.grizzly.ssl.SSLHandshakeDecoder
 
transform(AttributeStorage) - Method in class com.sun.grizzly.ssl.SSLHandshakeEncoder
 
transform(AttributeStorage, Buffer, Buffer) - Method in class com.sun.grizzly.ssl.SSLHandshakeEncoder
 
transform(AttributeStorage) - Method in interface com.sun.grizzly.Transformer
Transforms an input data to some custom representation.
transform(AttributeStorage, K, L) - Method in interface com.sun.grizzly.Transformer
Transforms an input data to some custom representation.
transform(AttributeStorage, Buffer, String) - Method in class com.sun.grizzly.utils.StringDecoder
 
transform(AttributeStorage, String, Buffer) - Method in class com.sun.grizzly.utils.StringEncoder
 
TransformationException - Exception in com.sun.grizzly
Describes the problem, occured during original message transformation.
TransformationException() - Constructor for exception com.sun.grizzly.TransformationException
 
TransformationException(String) - Constructor for exception com.sun.grizzly.TransformationException
 
TransformationException(Throwable) - Constructor for exception com.sun.grizzly.TransformationException
 
TransformationException(String, Throwable) - Constructor for exception com.sun.grizzly.TransformationException
 
TransformationResult<T> - Class in com.sun.grizzly
Represents the result of message encoding/decoding.
TransformationResult() - Constructor for class com.sun.grizzly.TransformationResult
 
TransformationResult(TransformationResult.Status) - Constructor for class com.sun.grizzly.TransformationResult
 
TransformationResult(TransformationResult.Status, T) - Constructor for class com.sun.grizzly.TransformationResult
 
TransformationResult(int, String) - Constructor for class com.sun.grizzly.TransformationResult
Creates error transformation result with specific code and description.
TransformationResult.Status - Enum in com.sun.grizzly
 
transformer - Variable in class com.sun.grizzly.smart.SequenceUnit.TransformUnit
 
Transformer<K,L> - Interface in com.sun.grizzly
Transformer interface, which knows how to transform the original data to some custom representation.
transport - Variable in class com.sun.grizzly.AbstractSocketConnectorHandler
 
transport - Variable in class com.sun.grizzly.asyncqueue.AsyncQueueProcessorSelector
 
transport - Variable in class com.sun.grizzly.DefaultProcessorSelector
 
transport - Variable in class com.sun.grizzly.nio.AbstractNIOAsyncQueueReader
 
transport - Variable in class com.sun.grizzly.nio.AbstractNIOAsyncQueueWriter
 
transport - Variable in class com.sun.grizzly.nio.AbstractNIOConnection
 
transport - Variable in class com.sun.grizzly.nio.AbstractNIOConnectionDistributor
 
transport - Variable in class com.sun.grizzly.nio.tmpselectors.TemporarySelectorReader
 
transport - Variable in class com.sun.grizzly.nio.tmpselectors.TemporarySelectorWriter
 
Transport - Interface in com.sun.grizzly
Transport interface describes the transport unit used in Grizzly.
Transport.State - Enum in com.sun.grizzly
 
TransportFactory - Class in com.sun.grizzly
Factory, responsible for creating and initializing Grizzly Transports.
TransportFactory() - Constructor for class com.sun.grizzly.TransportFactory
 
TransportFilter - Class in com.sun.grizzly.filterchain
Transport Filter implementation, which should work with any Transport.
TransportFilter() - Constructor for class com.sun.grizzly.filterchain.TransportFilter
Create TransportFilter, which will operate in TransportFilter.Mode.Stream mode.
TransportFilter(TransportFilter.Mode) - Constructor for class com.sun.grizzly.filterchain.TransportFilter
Create TransportFilter, which will operate in defined mode.
TransportFilter.Mode - Enum in com.sun.grizzly.filterchain
 
trim() - Method in interface com.sun.grizzly.Buffer
Trim the buffer by reducing capacity to position, if possible.
trim() - Method in class com.sun.grizzly.memory.ByteBufferWrapper
 
trim() - Method in class com.sun.grizzly.memory.DefaultMemoryManager.TrimAwareWrapper
 
trim(int, ByteBuffer, int) - Method in class com.sun.grizzly.memory.slab.Slab
 
trim() - Method in class com.sun.grizzly.memory.slab.SlabByteBufferWrapper
Trim the buffer by reducing capacity to position, if possible.
TRUST_FACTORY_MANAGER_ALGORITHM - Static variable in class com.sun.grizzly.ssl.SSLContextConfigurator
 
TRUST_STORE_FILE - Static variable in class com.sun.grizzly.ssl.SSLContextConfigurator
 
TRUST_STORE_PASSWORD - Static variable in class com.sun.grizzly.ssl.SSLContextConfigurator
 
TRUST_STORE_PROVIDER - Static variable in class com.sun.grizzly.ssl.SSLContextConfigurator
 
TRUST_STORE_TYPE - Static variable in class com.sun.grizzly.ssl.SSLContextConfigurator
 
tryAccept() - Method in class com.sun.grizzly.nio.transport.TCPNIOServerConnection
Check, if there are queued accept listeners.
tryTransfer(E, long, TimeUnit) - Method in class com.sun.grizzly.utils.LinkedTransferQueue
 
tryTransfer(E) - Method in class com.sun.grizzly.utils.LinkedTransferQueue
 
tryTransfer(E) - Method in interface com.sun.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 com.sun.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 com.sun.grizzly.filterchain.NextAction
Get NextAction type

U

UDPNIOAsyncQueueReader - Class in com.sun.grizzly.nio.transport
The UDP transport AsyncQueueReader implementation, based on the Java NIO
UDPNIOAsyncQueueReader(NIOTransport) - Constructor for class com.sun.grizzly.nio.transport.UDPNIOAsyncQueueReader
 
UDPNIOAsyncQueueWriter - Class in com.sun.grizzly.nio.transport
The UDP transport AsyncQueueWriter implementation, based on the Java NIO
UDPNIOAsyncQueueWriter(NIOTransport) - Constructor for class com.sun.grizzly.nio.transport.UDPNIOAsyncQueueWriter
 
UDPNIOConnection - Class in com.sun.grizzly.nio.transport
Connection implementation for the UDPNIOTransport
UDPNIOConnection(UDPNIOTransport, DatagramChannel) - Constructor for class com.sun.grizzly.nio.transport.UDPNIOConnection
 
UDPNIOConnectorHandler - Class in com.sun.grizzly.nio.transport
UDP NIO transport client side ConnectorHandler implementation
UDPNIOConnectorHandler(UDPNIOTransport) - Constructor for class com.sun.grizzly.nio.transport.UDPNIOConnectorHandler
 
UDPNIOMessageTransportFilter - Class in com.sun.grizzly.nio.transport
The UDPNIOTransport's transport Filter implementation
UDPNIOServerConnection - Class in com.sun.grizzly.nio.transport
Server Connection implementation for the UDPNIOTransport
UDPNIOServerConnection(UDPNIOTransport, DatagramChannel) - Constructor for class com.sun.grizzly.nio.transport.UDPNIOServerConnection
 
UDPNIOStreamReader - Class in com.sun.grizzly.nio.transport
 
UDPNIOStreamReader(UDPNIOConnection) - Constructor for class com.sun.grizzly.nio.transport.UDPNIOStreamReader
 
UDPNIOStreamTransportFilter - Class in com.sun.grizzly.nio.transport
The UDPNIOTransport's transport Filter implementation
UDPNIOStreamWriter - Class in com.sun.grizzly.nio.transport
 
UDPNIOStreamWriter(UDPNIOConnection) - Constructor for class com.sun.grizzly.nio.transport.UDPNIOStreamWriter
 
UDPNIOTemporarySelectorReader - Class in com.sun.grizzly.nio.transport
 
UDPNIOTemporarySelectorReader(UDPNIOTransport) - Constructor for class com.sun.grizzly.nio.transport.UDPNIOTemporarySelectorReader
 
UDPNIOTemporarySelectorWriter - Class in com.sun.grizzly.nio.transport
 
UDPNIOTemporarySelectorWriter(UDPNIOTransport) - Constructor for class com.sun.grizzly.nio.transport.UDPNIOTemporarySelectorWriter
 
UDPNIOTransport - Class in com.sun.grizzly.nio.transport
UDP NIO transport implementation
UDPNIOTransport() - Constructor for class com.sun.grizzly.nio.transport.UDPNIOTransport
 
UDPNIOTransport(String) - Constructor for class com.sun.grizzly.nio.transport.UDPNIOTransport
 
UDPNIOTransport.EnableInterestPostProcessor - Class in com.sun.grizzly.nio.transport
 
UDPNIOTransport.EnableInterestPostProcessor() - Constructor for class com.sun.grizzly.nio.transport.UDPNIOTransport.EnableInterestPostProcessor
 
UDPNIOTransport.RegisterChannelCompletionHandler - Class in com.sun.grizzly.nio.transport
 
UDPNIOTransport.RegisterChannelCompletionHandler() - Constructor for class com.sun.grizzly.nio.transport.UDPNIOTransport.RegisterChannelCompletionHandler
 
UDPTemporarySelectorIO - Class in com.sun.grizzly.nio.transport
TODO: implement :)
UDPTemporarySelectorIO(Reader, Writer) - Constructor for class com.sun.grizzly.nio.transport.UDPTemporarySelectorIO
 
unavailableSpace() - Method in interface com.sun.grizzly.memory.slab.SlabMemoryManagerFactory.SlabPool
Total bytes disposed but not yet available for use.
unavailableSpace() - Method in class com.sun.grizzly.memory.slab.SlabPoolImpl
 
unbind(Connection) - Method in class com.sun.grizzly.nio.transport.TCPNIOTransport
Unbinds bound Transport connection.
unbind(Connection) - Method in class com.sun.grizzly.nio.transport.UDPNIOTransport
Unbinds bound Transport connection.
unbind(Connection) - Method in interface com.sun.grizzly.SocketBinder
Unbinds bound Transport connection.
unbindAll() - Method in class com.sun.grizzly.nio.transport.TCPNIOTransport
 
unbindAll() - Method in class com.sun.grizzly.nio.transport.UDPNIOTransport
 
unbindAll() - Method in interface com.sun.grizzly.SocketBinder
Unbinds all bound Transport connections.
uncaughtException(Thread, Throwable) - Method in class com.sun.grizzly.threadpool.DefaultScheduleThreadPool
 
uncaughtException(Thread, Throwable) - Method in class com.sun.grizzly.threadpool.DefaultThreadPool
 
underlying() - Method in interface com.sun.grizzly.Buffer
Return the JDK underlying buffer
underlying() - Method in class com.sun.grizzly.memory.ByteBufferWrapper
 
underlyingReader - Variable in class com.sun.grizzly.streams.StreamReaderDecorator
 
underlyingWriter - Variable in class com.sun.grizzly.streams.StreamWriterDecorator
 
UNLIMITED_TIMEOUT - Static variable in class com.sun.grizzly.utils.IdleTimeoutFilter
 
UNLIMITED_TRANSACTION_TIMEOUT - Static variable in interface com.sun.grizzly.threadpool.WorkerThread
 
unregisterKey(SelectorRunner, SelectionKey, int) - Method in class com.sun.grizzly.nio.DefaultSelectorHandler
 
unregisterKey(SelectorRunner, SelectionKey, int) - Method in interface com.sun.grizzly.nio.SelectorHandler
 
UNSET_TIMEOUT - Static variable in class com.sun.grizzly.utils.IdleTimeoutFilter
 
unwrap(Object) - Method in class com.sun.grizzly.nio.transport.TCPNIOStreamReader
 
unwrap(Object) - Method in class com.sun.grizzly.nio.transport.UDPNIOStreamReader
 
unwrap(Object) - Method in class com.sun.grizzly.ssl.SSLStreamReader
 
unwrap(SSLEngine, Buffer, Buffer) - Static method in class com.sun.grizzly.ssl.SSLUtils
 
unwrap(Object) - Method in class com.sun.grizzly.streams.AbstractStreamReader
 
updated(Connection, E) - Method in interface com.sun.grizzly.CompletionHandler
The callback method may be called, when there is some progress in I/O operation execution, but it is still not completed
updated(Connection, E) - Method in class com.sun.grizzly.CompletionHandlerAdapter
The callback method may be called, when there is some progress in I/O operation execution, but it is still not completed
updated(Connection, Object) - Method in class com.sun.grizzly.streams.AbstractStreamWriter.DisposeBufferCompletionHandler
 
updated(Connection, Object) - Method in class com.sun.grizzly.streams.StreamReaderDecorator.FeederCompletionHandler
 

V

validateConfiguration() - Method in class com.sun.grizzly.ssl.SSLContextConfigurator
Validates SSLContextConfigurator configuration.
validateConfiguration(boolean) - Method in class com.sun.grizzly.ssl.SSLContextConfigurator
Validates SSLContextConfigurator configuration.
Value<E> - Class in com.sun.grizzly.smart
Object represents the value of some object either directly or by Reference
Value(E) - Constructor for class com.sun.grizzly.smart.Value
 
Value(Reference<E>) - Constructor for class com.sun.grizzly.smart.Value
 
valueOf(String) - Static method in enum com.sun.grizzly.filterchain.TransportFilter.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sun.grizzly.IOEvent
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sun.grizzly.memory.slab.Slab.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sun.grizzly.nio.DefaultSelectorHandler.OpType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sun.grizzly.ProcessorResult.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sun.grizzly.smart.SequenceUnit.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sun.grizzly.TransformationResult.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sun.grizzly.Transport.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sun.grizzly.utils.ExceptionHandler.Severity
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.sun.grizzly.filterchain.TransportFilter.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sun.grizzly.IOEvent
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sun.grizzly.memory.slab.Slab.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sun.grizzly.nio.DefaultSelectorHandler.OpType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sun.grizzly.ProcessorResult.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sun.grizzly.smart.SequenceUnit.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sun.grizzly.TransformationResult.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sun.grizzly.Transport.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sun.grizzly.utils.ExceptionHandler.Severity
Returns an array containing the constants of this enum type, in the order they are declared.
visible - Variable in class com.sun.grizzly.memory.ByteBufferWrapper
 

W

waitNIOFuture(Future<E>) - Method in class com.sun.grizzly.nio.transport.TCPNIOConnectorHandler
 
waitNIOFuture(Future<E>) - Method in class com.sun.grizzly.nio.transport.UDPNIOConnectorHandler
 
wakeupSelector() - Method in class com.sun.grizzly.nio.SelectorRunner
 
WORKER_THREAD_BUFFER_NAME - Static variable in class com.sun.grizzly.filterchain.TransportFilter
 
WorkerThread - Interface in com.sun.grizzly.threadpool
Interface, which ThreadPool threads should implement
WorkerThreadExecutor - Class in com.sun.grizzly.utils
WorkerThreadExecutor implementation, which executes Runnable in one of the ThreadPool's worker thread
WorkerThreadExecutor(Transport) - Constructor for class com.sun.grizzly.utils.WorkerThreadExecutor
 
workerThreadPool - Variable in class com.sun.grizzly.AbstractTransport
Transport worker thread pool
WorkerThreadStrategy - Class in com.sun.grizzly.strategies
Strategy, which executes Processors in worker thread.
WorkerThreadStrategy(Transport) - Constructor for class com.sun.grizzly.strategies.WorkerThreadStrategy
 
WorkerThreadStrategy(Executor, Executor) - Constructor for class com.sun.grizzly.strategies.WorkerThreadStrategy
 
wrap(byte[]) - Method in class com.sun.grizzly.memory.ByteBufferManager
Returns Buffer, which wraps the byte array.
wrap(byte[], int, int) - Method in class com.sun.grizzly.memory.ByteBufferManager
Returns Buffer, which wraps the part of byte array with specific offset and length.
wrap(String) - Method in class com.sun.grizzly.memory.ByteBufferManager
Returns Buffer, which wraps the String.
wrap(String, Charset) - Method in class com.sun.grizzly.memory.ByteBufferManager
Returns Buffer, which wraps the String with the specific Charset.
wrap(ByteBuffer) - Method in class com.sun.grizzly.memory.ByteBufferManager
Returns Buffer, which wraps the ByteBuffer.
wrap(ByteBuffer) - Method in class com.sun.grizzly.memory.DefaultMemoryManager
 
wrap(MemoryManager<E>, String) - Static method in class com.sun.grizzly.memory.MemoryUtils
Returns Buffer, which wraps the String.
wrap(MemoryManager<E>, String, Charset) - Static method in class com.sun.grizzly.memory.MemoryUtils
Returns Buffer, which wraps the String with the specific Charset.
wrap(MemoryManager<E>, byte[]) - Static method in class com.sun.grizzly.memory.MemoryUtils
Returns Buffer, which wraps the byte array.
wrap(MemoryManager<E>, byte[], int, int) - Static method in class com.sun.grizzly.memory.MemoryUtils
Returns Buffer, which wraps the part of byte array with specific offset and length.
wrap(MemoryManager<E>, ByteBuffer) - Static method in class com.sun.grizzly.memory.MemoryUtils
Returns Buffer, which wraps the ByteBuffer.
wrap(byte[]) - Method in interface com.sun.grizzly.memory.WrapperAware
Returns Buffer, which wraps the byte array.
wrap(byte[], int, int) - Method in interface com.sun.grizzly.memory.WrapperAware
Returns Buffer, which wraps the part of byte array with specific offset and length.
wrap(String) - Method in interface com.sun.grizzly.memory.WrapperAware
Returns Buffer, which wraps the String.
wrap(String, Charset) - Method in interface com.sun.grizzly.memory.WrapperAware
Returns Buffer, which wraps the String with the specific Charset.
wrap(ByteBuffer) - Method in interface com.sun.grizzly.memory.WrapperAware
Returns Buffer, which wraps the ByteBuffer.
wrap(Buffer) - Method in class com.sun.grizzly.nio.transport.TCPNIOStreamReader
 
wrap(Buffer) - Method in class com.sun.grizzly.nio.transport.UDPNIOStreamReader
 
wrap(Buffer) - Method in class com.sun.grizzly.ssl.SSLStreamReader
 
wrap(SSLEngine, Buffer, Buffer) - Static method in class com.sun.grizzly.ssl.SSLUtils
 
wrap(Buffer) - Method in class com.sun.grizzly.streams.AbstractStreamReader
 
WrapperAware<E extends Buffer> - Interface in com.sun.grizzly.memory
MemoryManagers, which implement this interface, are able to convert frequently used Java buffer types to Grizzly Buffer.
Writable<L> - Interface in com.sun.grizzly
Implementatios of this interface are able to write data from a Buffer.
WritableOutputStream - Class in com.sun.grizzly.utils
Bridge between Writable and OutputStream
WritableOutputStream() - Constructor for class com.sun.grizzly.utils.WritableOutputStream
 
write(Connection, Buffer) - Method in class com.sun.grizzly.AbstractWriter
Method writes the buffer.
write(Connection, Buffer, CompletionHandler<WriteResult<Buffer, L>>) - Method in class com.sun.grizzly.AbstractWriter
Method writes the buffer.
write(Connection, Buffer, CompletionHandler<WriteResult<Buffer, L>>, Interceptor<WriteResult>) - Method in class com.sun.grizzly.AbstractWriter
Method writes the buffer.
write(Connection, L, Buffer) - Method in class com.sun.grizzly.AbstractWriter
Method writes the buffer to the specific address.
write(Connection, L, Buffer, CompletionHandler<WriteResult<Buffer, L>>) - Method in class com.sun.grizzly.AbstractWriter
Method writes the buffer to the specific address.
write(Connection, L, Buffer, CompletionHandler<WriteResult<Buffer, L>>, Interceptor<WriteResult>, MessageCloner<Buffer>) - Method in interface com.sun.grizzly.asyncqueue.AsyncQueueWriter
Method writes the Buffer to the specific address.
write(Connection, SocketAddress, Buffer, CompletionHandler<WriteResult<Buffer, SocketAddress>>, Interceptor<WriteResult>) - Method in class com.sun.grizzly.nio.AbstractNIOAsyncQueueWriter
Method writes the buffer to the specific address.
write(Connection, SocketAddress, Buffer, CompletionHandler<WriteResult<Buffer, SocketAddress>>, Interceptor<WriteResult>, MessageCloner<Buffer>) - Method in class com.sun.grizzly.nio.AbstractNIOAsyncQueueWriter
Method writes the Buffer to the specific address.
write(Buffer) - Method in class com.sun.grizzly.nio.AbstractNIOConnection
 
write(Buffer, CompletionHandler<WriteResult<Buffer, SocketAddress>>) - Method in class com.sun.grizzly.nio.AbstractNIOConnection
 
write(SocketAddress, Buffer) - Method in class com.sun.grizzly.nio.AbstractNIOConnection
 
write(Connection, SocketAddress, Buffer, CompletionHandler<WriteResult<Buffer, SocketAddress>>, Interceptor<WriteResult>) - Method in class com.sun.grizzly.nio.tmpselectors.TemporarySelectorWriter
Method writes the buffer to the specific address.
write(Connection, SocketAddress, Buffer, CompletionHandler<WriteResult<Buffer, SocketAddress>>, Interceptor<WriteResult>, long, TimeUnit) - Method in class com.sun.grizzly.nio.tmpselectors.TemporarySelectorWriter
Method writes the message to the specific address.
write(Connection, SocketAddress, Buffer, CompletionHandler<WriteResult<Buffer, SocketAddress>>, Interceptor<WriteResult>, MessageCloner<Buffer>) - Method in class com.sun.grizzly.nio.transport.TCPNIOAsyncQueueWriter
 
write(SocketAddress, Buffer, CompletionHandler<WriteResult<Buffer, SocketAddress>>) - Method in class com.sun.grizzly.nio.transport.TCPNIOConnection
 
write(Connection, Buffer) - Method in class com.sun.grizzly.nio.transport.TCPNIOTransport
 
write(Connection, Buffer, WriteResult) - Method in class com.sun.grizzly.nio.transport.TCPNIOTransport
 
write(SocketAddress, Buffer, CompletionHandler<WriteResult<Buffer, SocketAddress>>) - Method in class com.sun.grizzly.nio.transport.UDPNIOConnection
 
write(Connection, SocketAddress, Buffer) - Method in class com.sun.grizzly.nio.transport.UDPNIOTransport
 
write(Connection, SocketAddress, Buffer, WriteResult) - Method in class com.sun.grizzly.nio.transport.UDPNIOTransport
 
write(int) - Method in class com.sun.grizzly.utils.WritableOutputStream
 
write(byte[], int, int) - Method in class com.sun.grizzly.utils.WritableOutputStream
 
write(Buffer) - Method in interface com.sun.grizzly.Writable
Method writes the buffer.
write(Buffer, CompletionHandler<WriteResult<Buffer, L>>) - Method in interface com.sun.grizzly.Writable
Method writes the buffer.
write(L, Buffer) - Method in interface com.sun.grizzly.Writable
Method writes the buffer to the specific address.
write(L, Buffer, CompletionHandler<WriteResult<Buffer, L>>) - Method in interface com.sun.grizzly.Writable
Method writes the buffer to the specific address.
write(Connection, Buffer) - Method in interface com.sun.grizzly.Writer
Method writes the buffer.
write(Connection, Buffer, CompletionHandler<WriteResult<Buffer, L>>) - Method in interface com.sun.grizzly.Writer
Method writes the buffer.
write(Connection, Buffer, CompletionHandler<WriteResult<Buffer, L>>, Interceptor<WriteResult>) - Method in interface com.sun.grizzly.Writer
Method writes the buffer.
write(Connection, L, Buffer) - Method in interface com.sun.grizzly.Writer
Method writes the buffer to the specific address.
write(Connection, L, Buffer, CompletionHandler<WriteResult<Buffer, L>>) - Method in interface com.sun.grizzly.Writer
Method writes the buffer to the specific address.
write(Connection, L, Buffer, CompletionHandler<WriteResult<Buffer, L>>, Interceptor<WriteResult>) - Method in interface com.sun.grizzly.Writer
Method writes the buffer to the specific address.
write0(Connection, SocketAddress, Buffer, WriteResult<Buffer, SocketAddress>) - Method in class com.sun.grizzly.nio.AbstractNIOAsyncQueueWriter
 
write0(Connection, SocketAddress, Buffer, WriteResult, long, TimeUnit) - Method in class com.sun.grizzly.nio.tmpselectors.TemporarySelectorWriter
Flush the buffer by looping until the Buffer is empty
write0(Connection, SocketAddress, Buffer, WriteResult<Buffer, SocketAddress>) - Method in class com.sun.grizzly.nio.transport.TCPNIOAsyncQueueWriter
 
write0(Connection, SocketAddress, Buffer, WriteResult<Buffer, SocketAddress>) - Method in class com.sun.grizzly.nio.transport.UDPNIOAsyncQueueWriter
 
writeBoolean(boolean) - Method in class com.sun.grizzly.streams.AbstractStreamWriter
Write the boolean value to the StreamWriter.
writeBoolean(boolean) - Method in interface com.sun.grizzly.streams.StreamWriter
Write the boolean value to the StreamWriter.
writeBooleanArray(boolean[]) - Method in class com.sun.grizzly.streams.AbstractStreamWriter
Write the array of boolean values to the StreamWriter.
writeBooleanArray(boolean[]) - Method in interface com.sun.grizzly.streams.StreamWriter
Write the array of boolean values to the StreamWriter.
writeBuffer(Buffer) - Method in class com.sun.grizzly.streams.AbstractStreamWriter
Write the Buffer to the StreamWriter.
writeBuffer(Buffer, CompletionHandler) - Method in class com.sun.grizzly.streams.AbstractStreamWriter
 
writeBuffer(Buffer) - Method in interface com.sun.grizzly.streams.StreamWriter
Write the Buffer to the StreamWriter.
writeBufferSize - Variable in class com.sun.grizzly.AbstractTransport
Transport default buffer size for write operations
writeBufferSize - Variable in class com.sun.grizzly.nio.AbstractNIOConnection
 
writeByte(byte) - Method in class com.sun.grizzly.streams.AbstractStreamWriter
Write the byte value to the StreamWriter.
writeByte(byte) - Method in interface com.sun.grizzly.streams.StreamWriter
Write the byte value to the StreamWriter.
writeByteArray(byte[]) - Method in class com.sun.grizzly.streams.AbstractStreamWriter
Write the array of byte values to the StreamWriter.
writeByteArray(byte[], int, int) - Method in class com.sun.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 com.sun.grizzly.streams.StreamWriter
Write the array of byte values to the StreamWriter.
writeByteArray(byte[], int, int) - Method in interface com.sun.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 com.sun.grizzly.streams.AbstractStreamWriter
Write the char value to the StreamWriter.
writeChar(char) - Method in interface com.sun.grizzly.streams.StreamWriter
Write the char value to the StreamWriter.
writeCharArray(char[]) - Method in class com.sun.grizzly.streams.AbstractStreamWriter
Write the array of char values to the StreamWriter.
writeCharArray(char[]) - Method in interface com.sun.grizzly.streams.StreamWriter
Write the array of char values to the StreamWriter.
writeDouble(double) - Method in class com.sun.grizzly.streams.AbstractStreamWriter
Write the double value to the StreamWriter.
writeDouble(double) - Method in interface com.sun.grizzly.streams.StreamWriter
Write the double value to the StreamWriter.
writeDoubleArray(double[]) - Method in class com.sun.grizzly.streams.AbstractStreamWriter
Write the array of double values to the StreamWriter.
writeDoubleArray(double[]) - Method in interface com.sun.grizzly.streams.StreamWriter
Write the array of double values to the StreamWriter.
writeFloat(float) - Method in class com.sun.grizzly.streams.AbstractStreamWriter
Write the float value to the StreamWriter.
writeFloat(float) - Method in interface com.sun.grizzly.streams.StreamWriter
Write the float value to the StreamWriter.
writeFloatArray(float[]) - Method in class com.sun.grizzly.streams.AbstractStreamWriter
Write the array of float values to the StreamWriter.
writeFloatArray(float[]) - Method in interface com.sun.grizzly.streams.StreamWriter
Write the array of float values to the StreamWriter.
writeInt(int) - Method in class com.sun.grizzly.streams.AbstractStreamWriter
 
writeInt(int) - Method in interface com.sun.grizzly.streams.StreamWriter
Write the int value to the StreamWriter.
writeIntArray(int[]) - Method in class com.sun.grizzly.streams.AbstractStreamWriter
Write the array of int values to the StreamWriter.
writeIntArray(int[]) - Method in interface com.sun.grizzly.streams.StreamWriter
Write the array of int values to the StreamWriter.
writeLong(long) - Method in class com.sun.grizzly.streams.AbstractStreamWriter
Write the long value to the StreamWriter.
writeLong(long) - Method in interface com.sun.grizzly.streams.StreamWriter
Write the long value to the StreamWriter.
writeLongArray(long[]) - Method in class com.sun.grizzly.streams.AbstractStreamWriter
Write the array of long values to the StreamWriter.
writeLongArray(long[]) - Method in interface com.sun.grizzly.streams.StreamWriter
Write the array of long values to the StreamWriter.
writeNow0(Connection, SocketAddress, Buffer, WriteResult) - Method in class com.sun.grizzly.nio.tmpselectors.TemporarySelectorWriter
 
writeNow0(Connection, SocketAddress, Buffer, WriteResult) - Method in class com.sun.grizzly.nio.transport.TCPNIOTemporarySelectorWriter
 
writeNow0(Connection, SocketAddress, Buffer, WriteResult) - Method in class com.sun.grizzly.nio.transport.UDPNIOTemporarySelectorWriter
 
Writer<L> - Interface in com.sun.grizzly
Implementatios of this interface are able to write data from a Buffer to Connection.
WriteResult<K,L> - Class in com.sun.grizzly
Result of write operation, retuned by Writable.
WriteResult(Connection) - Constructor for class com.sun.grizzly.WriteResult
 
WriteResult(Connection, K, L, int) - Constructor for class com.sun.grizzly.WriteResult
 
writeShort(short) - Method in class com.sun.grizzly.streams.AbstractStreamWriter
Write the short value to the StreamWriter.
writeShort(short) - Method in interface com.sun.grizzly.streams.StreamWriter
Write the short value to the StreamWriter.
writeShortArray(short[]) - Method in class com.sun.grizzly.streams.AbstractStreamWriter
Write the array of short values to the StreamWriter.
writeShortArray(short[]) - Method in interface com.sun.grizzly.streams.StreamWriter
Write the array of short values to the StreamWriter.
writeStream(StreamReader) - Method in class com.sun.grizzly.streams.AbstractStreamWriter
Puts StreamReader available data to this StreamWriter This method will make possible direct writing from StreamReader, avoiding Buffer copying.
writeStream(StreamReader) - Method in interface com.sun.grizzly.streams.StreamWriter
Puts StreamReader available data to this StreamWriter This method will make possible direct writing from StreamReader, avoiding Buffer copying.

X

xor(IOEventMask) - Method in class com.sun.grizzly.utils.ArrayIOEventMask
 
xor(IOEventMask) - Method in interface com.sun.grizzly.utils.IOEventMask
 

Z

ZERO - Static variable in class com.sun.grizzly.streams.AbstractStreamWriter
 
ZERO_READY_FUTURE - Static variable in class com.sun.grizzly.streams.AbstractStreamWriter
 

A B C D E F G H I K L M N O P Q R S T U V W X Z

Copyright © 2009 SUN Microsystems. All Rights Reserved.