A B C D E F G H I J K L M N O P Q R S T U V W Z _ 
All Classes All Packages

T

t - Variable in class org.glassfish.grizzly.threadpool.AbstractThreadPool.Worker
 
take() - Method in class org.glassfish.grizzly.ThreadCache.ObjectCacheElement
Take (poll) the object from cache.
take(ThreadCache.CachedTypeIndex<E>) - Method in class org.glassfish.grizzly.ThreadCache.ObjectCache
Take the cached object with the given type index from cache.
takeBuffer() - Method in class org.glassfish.grizzly.streams.BufferedInput
 
takeBuffer() - Method in interface org.glassfish.grizzly.streams.Input
Takes the Input's Buffer.
takeBuffer() - Method in class org.glassfish.grizzly.streams.StreamInput
 
takeBufferWindow() - Method in class org.glassfish.grizzly.streams.AbstractStreamReader
takeBufferWindow() - Method in interface org.glassfish.grizzly.streams.StreamReader
 
takeFromCache(Thread, ThreadCache.CachedTypeIndex<E>) - Static method in class org.glassfish.grizzly.ThreadCache
Take the cached object with the given type index from cache.
takeFromCache(ThreadCache.CachedTypeIndex<E>) - Static method in class org.glassfish.grizzly.ThreadCache
Take the cached object with the given type index from cache.
takeFromCache(ThreadCache.CachedTypeIndex<E>) - Method in class org.glassfish.grizzly.threadpool.DefaultWorkerThread
Take the cached object with the given type index from cache.
TaskQueue<E extends AsyncQueueRecord> - Class in org.glassfish.grizzly.asyncqueue
Class represents common implementation of asynchronous processing queue.
TaskQueue(TaskQueue.MutableMaxQueueSize) - Constructor for class org.glassfish.grizzly.asyncqueue.TaskQueue
 
TaskQueue.MutableMaxQueueSize - Interface in org.glassfish.grizzly.asyncqueue
 
TCPNIOAsyncQueueReader - Class in org.glassfish.grizzly.nio.transport
The TCP transport AsyncQueueReader implementation, based on the Java NIO
TCPNIOAsyncQueueReader(NIOTransport) - Constructor for class org.glassfish.grizzly.nio.transport.TCPNIOAsyncQueueReader
 
TCPNIOAsyncQueueWriter - Class in org.glassfish.grizzly.nio.transport
The TCP transport AsyncQueueWriter implementation, based on the Java NIO
TCPNIOAsyncQueueWriter(NIOTransport) - Constructor for class org.glassfish.grizzly.nio.transport.TCPNIOAsyncQueueWriter
 
TCPNIOBindingHandler - Class in org.glassfish.grizzly.nio.transport
This class may be used to apply a custom Processor and/or ProcessorSelector atomically within a bind operation - not something that can normally be done using the TCPNIOTransport alone.
TCPNIOBindingHandler.Builder - Class in org.glassfish.grizzly.nio.transport
 
TCPNIOConnection - Class in org.glassfish.grizzly.nio.transport
Connection implementation for the TCPNIOTransport
TCPNIOConnection(TCPNIOTransport, SelectableChannel) - Constructor for class org.glassfish.grizzly.nio.transport.TCPNIOConnection
 
TCPNIOConnection.ConnectResultHandler - Interface in org.glassfish.grizzly.nio.transport
This interface implementations can be used to be notified about the TCPNIOConnection connect state.
TCPNIOConnectorHandler - Class in org.glassfish.grizzly.nio.transport
TCP NIO transport client side ConnectorHandler implementation
TCPNIOConnectorHandler(TCPNIOTransport) - Constructor for class org.glassfish.grizzly.nio.transport.TCPNIOConnectorHandler
 
TCPNIOConnectorHandler.Builder - Class in org.glassfish.grizzly.nio.transport
 
TCPNIOServerConnection - Class in org.glassfish.grizzly.nio.transport
 
TCPNIOServerConnection(TCPNIOTransport, ServerSocketChannel) - Constructor for class org.glassfish.grizzly.nio.transport.TCPNIOServerConnection
 
TCPNIOServerConnection.RegisterAcceptedChannelCompletionHandler - Class in org.glassfish.grizzly.nio.transport
 
TCPNIOTemporarySelectorReader - Class in org.glassfish.grizzly.nio.transport
 
TCPNIOTemporarySelectorReader(TCPNIOTransport) - Constructor for class org.glassfish.grizzly.nio.transport.TCPNIOTemporarySelectorReader
 
TCPNIOTemporarySelectorWriter - Class in org.glassfish.grizzly.nio.transport
 
TCPNIOTemporarySelectorWriter(TCPNIOTransport) - Constructor for class org.glassfish.grizzly.nio.transport.TCPNIOTemporarySelectorWriter
 
TCPNIOTransport - Class in org.glassfish.grizzly.nio.transport
TCP Transport NIO implementation
TCPNIOTransport() - Constructor for class org.glassfish.grizzly.nio.transport.TCPNIOTransport
 
TCPNIOTransportBuilder - Class in org.glassfish.grizzly.nio.transport
NIOTransportBuilder implementation for TCP.
TCPNIOTransportBuilder(Class<? extends TCPNIOTransport>) - Constructor for class org.glassfish.grizzly.nio.transport.TCPNIOTransportBuilder
 
TCPNIOTransportFilter - Class in org.glassfish.grizzly.nio.transport
The TCPNIOTransport's transport Filter implementation
TCPNIOUtils - Class in org.glassfish.grizzly.nio.transport
TCP NIO Transport utils
TCPNIOUtils() - Constructor for class org.glassfish.grizzly.nio.transport.TCPNIOUtils
 
tcpNoDelay - Variable in class org.glassfish.grizzly.nio.transport.TCPNIOTransportBuilder
 
temporarySelectorIO - Variable in class org.glassfish.grizzly.nio.NIOTransport
 
TemporarySelectorIO - Class in org.glassfish.grizzly.nio.tmpselectors
 
TemporarySelectorIO(Reader<SocketAddress>, Writer<SocketAddress>) - Constructor for class org.glassfish.grizzly.nio.tmpselectors.TemporarySelectorIO
 
TemporarySelectorIO(Reader<SocketAddress>, Writer<SocketAddress>, TemporarySelectorPool) - Constructor for class org.glassfish.grizzly.nio.tmpselectors.TemporarySelectorIO
 
TemporarySelectorPool - Class in org.glassfish.grizzly.nio.tmpselectors
 
TemporarySelectorPool(SelectorProvider) - Constructor for class org.glassfish.grizzly.nio.tmpselectors.TemporarySelectorPool
 
TemporarySelectorPool(SelectorProvider, int) - Constructor for class org.glassfish.grizzly.nio.tmpselectors.TemporarySelectorPool
 
TemporarySelectorReader - Class in org.glassfish.grizzly.nio.tmpselectors
 
TemporarySelectorReader(TemporarySelectorsEnabledTransport) - Constructor for class org.glassfish.grizzly.nio.tmpselectors.TemporarySelectorReader
 
TemporarySelectorsEnabledTransport - Interface in org.glassfish.grizzly.nio.tmpselectors
Common interface for Transports, which will use temporary selectors technics
TemporarySelectorWriter - Class in org.glassfish.grizzly.nio.tmpselectors
 
TemporarySelectorWriter(TemporarySelectorsEnabledTransport) - Constructor for class org.glassfish.grizzly.nio.tmpselectors.TemporarySelectorWriter
 
terminate() - Method in interface org.glassfish.grizzly.Closeable
Closes this stream and releases any system resources associated with it.
terminate() - Method in interface org.glassfish.grizzly.Connection
Close the Connection
terminate() - Method in class org.glassfish.grizzly.nio.NIOConnection
 
TERMINATE - org.glassfish.grizzly.asyncqueue.AsyncQueue.AsyncResult
 
TERMINATE - org.glassfish.grizzly.ProcessorResult.Status
 
terminate0(CompletionHandler<Closeable>, CloseReason) - Method in class org.glassfish.grizzly.nio.NIOConnection
 
terminate0(CompletionHandler<Closeable>, CloseReason) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOConnection
terminate0(CompletionHandler<Closeable>, CloseReason) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOServerConnection
 
terminateSilently() - Method in interface org.glassfish.grizzly.Closeable
Closes this stream and releases any system resources associated with it.
terminateSilently() - Method in interface org.glassfish.grizzly.Connection
Close the Connection silently, no notification required on completion or failure.
terminateSilently() - Method in class org.glassfish.grizzly.nio.NIOConnection
 
terminateWithReason(IOException) - Method in interface org.glassfish.grizzly.Closeable
Closes the Closeable and provides the reason description.
terminateWithReason(IOException) - Method in interface org.glassfish.grizzly.Connection
Closes the Connection and provides the reason description.
terminateWithReason(IOException) - Method in class org.glassfish.grizzly.nio.NIOConnection
 
ThreadCache - Class in org.glassfish.grizzly
 
ThreadCache() - Constructor for class org.glassfish.grizzly.ThreadCache
 
ThreadCache.CachedTypeIndex<E> - Class in org.glassfish.grizzly
 
ThreadCache.ObjectCache - Class in org.glassfish.grizzly
 
ThreadCache.ObjectCacheElement - Class in org.glassfish.grizzly
 
threadFactory - Variable in class org.glassfish.grizzly.threadpool.ThreadPoolConfig
 
ThreadLocalPool<E> - Interface in org.glassfish.grizzly.memory
A thread local pool used by a MemoryManager to create and modify Buffers
ThreadLocalPoolProvider - Interface in org.glassfish.grizzly.memory
This interface may be implemented by custom MemoryManager implementations in order to provide per-thread memory management.
ThreadPoolConfig - Class in org.glassfish.grizzly.threadpool
Grizzly thread-pool configuration, which might be used to create and initialize a thread-pool via GrizzlyExecutorService.createInstance(org.glassfish.grizzly.threadpool.ThreadPoolConfig).
threadPoolMonitoringConfig - Variable in class org.glassfish.grizzly.AbstractTransport
Thread pool probes
threadPoolMonitoringConfig - Variable in class org.glassfish.grizzly.threadpool.ThreadPoolConfig
Thread pool probes
ThreadPoolProbe - Interface in org.glassfish.grizzly.threadpool
Monitoring probe providing callbacks that may be invoked by Grizzly AbstractThreadPool implementations.
ThreadPoolProbe.Adapter - Class in org.glassfish.grizzly.threadpool
ThreadPoolProbe adapter that provides no-op implementations for all interface methods allowing easy extension by the developer.
Threads - Class in org.glassfish.grizzly.threadpool
Set of Thread utilities.
Threads() - Constructor for class org.glassfish.grizzly.threadpool.Threads
 
toAdaptedCompletionHandler(FutureImpl<A>, CompletionHandler<A>, GenericAdapter<B, A>) - Static method in class org.glassfish.grizzly.utils.Futures
Creates CompletionHandler, which may serve as a bridge for passed FutureImpl and CompletionHandler.
toAdaptedCompletionHandler(FutureImpl<A>, GenericAdapter<B, A>) - Static method in class org.glassfish.grizzly.utils.Futures
Creates CompletionHandler, which may serve as a bridge for passed FutureImpl.
toArray() - Method in class org.glassfish.grizzly.ChainProcessorSelector
toArray() - Method in class org.glassfish.grizzly.filterchain.ListFacadeFilterChain
toArray() - Method in class org.glassfish.grizzly.utils.ArraySet
toArray() - Method in class org.glassfish.grizzly.utils.ServiceFinder
Returns discovered objects all at once.
toArray(K[]) - Method in class org.glassfish.grizzly.utils.ArraySet
toArray(T[]) - Method in class org.glassfish.grizzly.ChainProcessorSelector
toArray(T[]) - Method in class org.glassfish.grizzly.filterchain.ListFacadeFilterChain
toBufferArray() - Method in interface org.glassfish.grizzly.Buffer
Returns a new BufferArray instance with this Buffer added as an element to the BufferArray.
toBufferArray() - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
toBufferArray() - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
Returns a new BufferArray instance with this Buffer added as an element to the BufferArray.
toBufferArray() - Method in class org.glassfish.grizzly.memory.HeapBuffer
Returns a new BufferArray instance with this Buffer added as an element to the BufferArray.
toBufferArray(int, int) - Method in interface org.glassfish.grizzly.Buffer
Updates this Buffer's position and limit and adds it to a new BufferArray instance.
toBufferArray(int, int) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
toBufferArray(int, int) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
Updates this Buffer's position and limit and adds it to a new BufferArray instance.
toBufferArray(int, int) - Method in class org.glassfish.grizzly.memory.HeapBuffer
Updates this Buffer's position and limit and adds it to a new BufferArray instance.
toBufferArray(BufferArray) - Method in interface org.glassfish.grizzly.Buffer
Returns the specified BufferArray after adding this Buffer.
toBufferArray(BufferArray) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
toBufferArray(BufferArray) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
Returns the specified BufferArray after adding this Buffer.
toBufferArray(BufferArray) - Method in class org.glassfish.grizzly.memory.HeapBuffer
Returns the specified BufferArray after adding this Buffer.
toBufferArray(BufferArray, int, int) - Method in interface org.glassfish.grizzly.Buffer
Updates this Buffer's position and limit and adds it to the specified BufferArray.
toBufferArray(BufferArray, int, int) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
toBufferArray(BufferArray, int, int) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
Updates this Buffer's position and limit and adds it to the specified BufferArray.
toBufferArray(BufferArray, int, int) - Method in class org.glassfish.grizzly.memory.HeapBuffer
Updates this Buffer's position and limit and adds it to the specified BufferArray.
toByteBuffer() - Method in interface org.glassfish.grizzly.Buffer
Converts this Buffer to a ByteBuffer.
toByteBuffer() - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
toByteBuffer() - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
Converts this Buffer to a ByteBuffer.
toByteBuffer() - Method in class org.glassfish.grizzly.memory.HeapBuffer
Converts this Buffer to a ByteBuffer.
toByteBuffer(int, int) - Method in interface org.glassfish.grizzly.Buffer
Converts this Buffer to a ByteBuffer.
toByteBuffer(int, int) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
toByteBuffer(int, int) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
Converts this Buffer to a ByteBuffer.
toByteBuffer(int, int) - Method in class org.glassfish.grizzly.memory.HeapBuffer
Converts this Buffer to a ByteBuffer.
toByteBuffer0(int, int, boolean) - Method in class org.glassfish.grizzly.memory.HeapBuffer
 
toByteBufferArray() - Method in interface org.glassfish.grizzly.Buffer
Converts this Buffer to a ByteBuffer per Buffer.toByteBuffer() and returns a ByteBufferArray containing the converted ByteBuffer.
toByteBufferArray() - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
toByteBufferArray() - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
Converts this Buffer to a ByteBuffer per Buffer.toByteBuffer() and returns a ByteBufferArray containing the converted ByteBuffer.
toByteBufferArray() - Method in class org.glassfish.grizzly.memory.HeapBuffer
Converts this Buffer to a ByteBuffer per Buffer.toByteBuffer() and returns a ByteBufferArray containing the converted ByteBuffer.
toByteBufferArray(int, int) - Method in interface org.glassfish.grizzly.Buffer
Converts this Buffer to a ByteBuffer per Buffer.toByteBuffer(int, int) and returns a ByteBufferArray containing the converted ByteBuffer.
toByteBufferArray(int, int) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
toByteBufferArray(int, int) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
Converts this Buffer to a ByteBuffer per Buffer.toByteBuffer(int, int) and returns a ByteBufferArray containing the converted ByteBuffer.
toByteBufferArray(int, int) - Method in class org.glassfish.grizzly.memory.HeapBuffer
Converts this Buffer to a ByteBuffer per Buffer.toByteBuffer(int, int) and returns a ByteBufferArray containing the converted ByteBuffer.
toByteBufferArray(ByteBufferArray) - Method in interface org.glassfish.grizzly.Buffer
Converts this Buffer to a ByteBuffer per Buffer.toByteBuffer() and adds the result to the provided ByteBufferArray.
toByteBufferArray(ByteBufferArray) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
toByteBufferArray(ByteBufferArray) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
Converts this Buffer to a ByteBuffer per Buffer.toByteBuffer() and adds the result to the provided ByteBufferArray.
toByteBufferArray(ByteBufferArray) - Method in class org.glassfish.grizzly.memory.HeapBuffer
Converts this Buffer to a ByteBuffer per Buffer.toByteBuffer() and adds the result to the provided ByteBufferArray.
toByteBufferArray(ByteBufferArray, int, int) - Method in interface org.glassfish.grizzly.Buffer
Converts this Buffer to a ByteBuffer per Buffer.toByteBuffer(int, int) and adds the result to the provided ByteBufferArray.
toByteBufferArray(ByteBufferArray, int, int) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
toByteBufferArray(ByteBufferArray, int, int) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
Converts this Buffer to a ByteBuffer per Buffer.toByteBuffer(int, int) and adds the result to the provided ByteBufferArray.
toByteBufferArray(ByteBufferArray, int, int) - Method in class org.glassfish.grizzly.memory.HeapBuffer
Converts this Buffer to a ByteBuffer per Buffer.toByteBuffer(int, int) and adds the result to the provided ByteBufferArray.
toCompletionHandler(FutureImpl<R>) - Static method in class org.glassfish.grizzly.utils.Futures
Creates CompletionHandler, which may serve as a bridge for passed FutureImpl.
toCompletionHandler(FutureImpl<R>, CompletionHandler<R>) - Static method in class org.glassfish.grizzly.utils.Futures
Creates CompletionHandler, which may serve as a bridge for passed FutureImpl and CompletionHandler objects.
toProcessorResult() - Method in enum org.glassfish.grizzly.asyncqueue.AsyncQueue.AsyncResult
 
toString() - Method in class org.glassfish.grizzly.attributes.Attribute
 
toString() - Method in class org.glassfish.grizzly.CloseReason
Returns also type and cause.
toString() - Method in class org.glassfish.grizzly.filterchain.AbstractFilterChain
 
toString() - Method in class org.glassfish.grizzly.filterchain.BaseFilter
 
toString() - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
 
toString() - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
toString() - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
 
toString() - Method in class org.glassfish.grizzly.memory.HeapBuffer
 
toString() - Method in class org.glassfish.grizzly.nio.transport.TCPNIOConnection
 
toString() - Method in class org.glassfish.grizzly.nio.transport.UDPNIOConnection
 
toString() - Method in class org.glassfish.grizzly.PortRange
 
toString() - Method in class org.glassfish.grizzly.ssl.SSLEngineConfigurator
 
toString() - Method in class org.glassfish.grizzly.threadpool.AbstractThreadPool
 
toString() - Method in class org.glassfish.grizzly.threadpool.SyncThreadPool
 
toString() - Method in class org.glassfish.grizzly.threadpool.ThreadPoolConfig
 
toString() - Method in class org.glassfish.grizzly.TransformationResult
 
toString() - Method in class org.glassfish.grizzly.utils.DebugPoint
 
toString() - Method in class org.glassfish.grizzly.utils.Holder
 
toString() - Method in class org.glassfish.grizzly.utils.JdkVersion
 
toString() - Method in class org.glassfish.grizzly.utils.Pair
 
toStringContent() - Method in interface org.glassfish.grizzly.Buffer
Returns Buffer content as String, using default Charset
toStringContent() - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
toStringContent() - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
 
toStringContent() - Method in class org.glassfish.grizzly.memory.HeapBuffer
 
toStringContent(ByteBuffer, Charset, int, int) - Static method in class org.glassfish.grizzly.memory.Buffers
 
toStringContent(Charset) - Method in interface org.glassfish.grizzly.Buffer
Returns Buffer content as String
toStringContent(Charset) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
toStringContent(Charset) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
 
toStringContent(Charset) - Method in class org.glassfish.grizzly.memory.HeapBuffer
 
toStringContent(Charset, int, int) - Method in interface org.glassfish.grizzly.Buffer
Returns Buffer's chunk content as String
toStringContent(Charset, int, int) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
toStringContent(Charset, int, int) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
 
toStringContent(Charset, int, int) - Method in class org.glassfish.grizzly.memory.HeapBuffer
 
toStringContent(Buffer, int, int) - Method in class org.glassfish.grizzly.memory.Buffers
Returns the Buffer's String representation in a form: Buffer#toString() + "[" + + "..." + + "]" For example:
toStringContent(Buffer, int, int, Charset) - Method in class org.glassfish.grizzly.memory.Buffers
Returns the Buffer's String representation in a form: Buffer#toString() + "[" + + "..." + + "]" For example:
TRAILER - org.glassfish.grizzly.compression.zip.GZipDecoder.DecodeStatus
 
transactionExpirationTime - Variable in class org.glassfish.grizzly.threadpool.AbstractThreadPool.Worker
 
transactionMonitor - Variable in class org.glassfish.grizzly.threadpool.ThreadPoolConfig
 
transactionTimeoutMillis - Variable in class org.glassfish.grizzly.threadpool.AbstractThreadPool
 
transactionTimeoutMillis - Variable in class org.glassfish.grizzly.threadpool.ThreadPoolConfig
 
transfer(E) - Method in interface org.glassfish.grizzly.utils.TransferQueue
Inserts the specified element into this queue, waiting if necessary for space to become available and the element to be dequeued by a consumer invoking take or poll.
TransferQueue<E> - Interface in org.glassfish.grizzly.utils
A BlockingQueue in which producers may wait for consumers to receive elements.
transform(AttributeStorage, K) - Method in class org.glassfish.grizzly.AbstractTransformer
 
transform(AttributeStorage, K) - Method in interface org.glassfish.grizzly.Transformer
Transforms an input data to some custom representation.
TransformationException - Exception in org.glassfish.grizzly
Describes the problem, occured during original message transformation.
TransformationException() - Constructor for exception org.glassfish.grizzly.TransformationException
 
TransformationException(String) - Constructor for exception org.glassfish.grizzly.TransformationException
 
TransformationException(String, Throwable) - Constructor for exception org.glassfish.grizzly.TransformationException
 
TransformationException(Throwable) - Constructor for exception org.glassfish.grizzly.TransformationException
 
TransformationResult<I,​O> - Class in org.glassfish.grizzly
Represents the result of message encoding/decoding.
TransformationResult() - Constructor for class org.glassfish.grizzly.TransformationResult
 
TransformationResult(int, String) - Constructor for class org.glassfish.grizzly.TransformationResult
Creates error transformation result with specific code and description.
TransformationResult(TransformationResult.Status, O, I) - Constructor for class org.glassfish.grizzly.TransformationResult
 
TransformationResult(TransformationResult.Status, O, I, int, String) - Constructor for class org.glassfish.grizzly.TransformationResult
 
TransformationResult.Status - Enum in org.glassfish.grizzly
 
transformer - Variable in class org.glassfish.grizzly.streams.TransformerInput
 
transformer - Variable in class org.glassfish.grizzly.streams.TransformerOutput
 
Transformer<K,​L> - Interface in org.glassfish.grizzly
Transformer interface, which knows how to transform the original data to some custom representation.
TransformerCompletionHandler() - Constructor for class org.glassfish.grizzly.streams.TransformerInput.TransformerCompletionHandler
 
TransformerCondition() - Constructor for class org.glassfish.grizzly.streams.TransformerInput.TransformerCondition
 
TransformerInput - Class in org.glassfish.grizzly.streams
 
TransformerInput(Transformer<Buffer, Buffer>, Input, Connection) - Constructor for class org.glassfish.grizzly.streams.TransformerInput
 
TransformerInput(Transformer<Buffer, Buffer>, Input, MemoryManager, AttributeStorage) - Constructor for class org.glassfish.grizzly.streams.TransformerInput
 
TransformerInput.TransformerCompletionHandler - Class in org.glassfish.grizzly.streams
 
TransformerInput.TransformerCondition - Class in org.glassfish.grizzly.streams
 
TransformerOutput - Class in org.glassfish.grizzly.streams
 
TransformerOutput(Transformer<Buffer, Buffer>, Output, Connection) - Constructor for class org.glassfish.grizzly.streams.TransformerOutput
 
TransformerOutput(Transformer<Buffer, Buffer>, Output, MemoryManager, AttributeStorage) - Constructor for class org.glassfish.grizzly.streams.TransformerOutput
 
TransformerStreamReader - Class in org.glassfish.grizzly.streams
 
TransformerStreamReader(StreamReader, Transformer<Buffer, Buffer>) - Constructor for class org.glassfish.grizzly.streams.TransformerStreamReader
 
TransformerStreamWriter - Class in org.glassfish.grizzly.streams
 
TransformerStreamWriter(StreamWriter, Transformer<Buffer, Buffer>) - Constructor for class org.glassfish.grizzly.streams.TransformerStreamWriter
 
transformImpl(AttributeStorage, String) - Method in class org.glassfish.grizzly.utils.StringEncoder
 
transformImpl(AttributeStorage, K) - Method in class org.glassfish.grizzly.AbstractTransformer
 
transformImpl(AttributeStorage, Buffer) - Method in class org.glassfish.grizzly.compression.lzma.LZMADecoder
 
transformImpl(AttributeStorage, Buffer) - Method in class org.glassfish.grizzly.compression.lzma.LZMAEncoder
 
transformImpl(AttributeStorage, Buffer) - Method in class org.glassfish.grizzly.compression.zip.GZipDecoder
 
transformImpl(AttributeStorage, Buffer) - Method in class org.glassfish.grizzly.compression.zip.GZipEncoder
transformImpl(AttributeStorage, Buffer) - Method in class org.glassfish.grizzly.ssl.SSLDecoderTransformer
 
transformImpl(AttributeStorage, Buffer) - Method in class org.glassfish.grizzly.ssl.SSLEncoderTransformer
 
transformImpl(AttributeStorage, Buffer) - Method in class org.glassfish.grizzly.utils.ChunkingFilter.ChunkingTransformer
 
transformImpl(AttributeStorage, Buffer) - Method in class org.glassfish.grizzly.utils.StringDecoder
 
transport - Variable in class org.glassfish.grizzly.AbstractBindingHandler
 
transport - Variable in class org.glassfish.grizzly.AbstractSocketConnectorHandler
 
transport - Variable in class org.glassfish.grizzly.DefaultProcessorSelector
 
transport - Variable in class org.glassfish.grizzly.nio.AbstractNIOAsyncQueueReader
 
transport - Variable in class org.glassfish.grizzly.nio.AbstractNIOAsyncQueueWriter
 
transport - Variable in class org.glassfish.grizzly.nio.AbstractNIOConnectionDistributor
 
transport - Variable in class org.glassfish.grizzly.nio.NIOConnection
 
transport - Variable in class org.glassfish.grizzly.nio.tmpselectors.TemporarySelectorReader
 
transport - Variable in class org.glassfish.grizzly.nio.tmpselectors.TemporarySelectorWriter
 
transport(TCPNIOTransport) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOBindingHandler.Builder
 
transport(UDPNIOTransport) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOBindingHandler.Builder
 
Transport - Interface in org.glassfish.grizzly
Transport interface describes the transport unit used in Grizzly.
TRANSPORT - org.glassfish.grizzly.utils.ExceptionHandler.Severity
 
Transport.State - Enum in org.glassfish.grizzly
 
transportClass - Variable in class org.glassfish.grizzly.NIOTransportBuilder
 
TransportConnectorHandler() - Constructor for class org.glassfish.grizzly.nio.transport.UDPNIOTransport.TransportConnectorHandler
 
TransportContext() - Constructor for class org.glassfish.grizzly.filterchain.FilterChainContext.TransportContext
 
TransportFilter - Class in org.glassfish.grizzly.filterchain
Transport Filter implementation, which should work with any Transport.
TransportFilter() - Constructor for class org.glassfish.grizzly.filterchain.TransportFilter
Create TransportFilter.
TransportFilter.FlushEvent - Class in org.glassfish.grizzly.filterchain
 
transportMonitoringConfig - Variable in class org.glassfish.grizzly.AbstractTransport
Transport probes
TransportProbe - Interface in org.glassfish.grizzly
Monitoring probe providing callbacks that may be invoked by Grizzly Transport implementations.
TransportProbe.Adapter - Class in org.glassfish.grizzly
TransportProbe adapter that provides no-op implementations for all interface methods allowing easy extension by the developer.
trigger(FilterChainContext) - Method in class org.glassfish.grizzly.ssl.SSLBaseFilter.CertificateEvent
Invoke this method to trigger processing to abtain certificates from the remote peer.
trim() - Method in interface org.glassfish.grizzly.Buffer
Trim the buffer by reducing capacity to position, if possible.
trim() - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
trim() - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
 
trim() - Method in class org.glassfish.grizzly.memory.HeapBuffer
 
TRUST_FACTORY_MANAGER_ALGORITHM - Static variable in class org.glassfish.grizzly.ssl.SSLContextConfigurator
 
TRUST_STORE_FILE - Static variable in class org.glassfish.grizzly.ssl.SSLContextConfigurator
 
TRUST_STORE_PASSWORD - Static variable in class org.glassfish.grizzly.ssl.SSLContextConfigurator
 
TRUST_STORE_PROVIDER - Static variable in class org.glassfish.grizzly.ssl.SSLContextConfigurator
 
TRUST_STORE_TYPE - Static variable in class org.glassfish.grizzly.ssl.SSLContextConfigurator
 
tryDispose() - Method in interface org.glassfish.grizzly.Buffer
Try to dispose Buffer if it's allowed.
tryDispose() - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
tryDispose() - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
 
tryDispose() - Method in class org.glassfish.grizzly.memory.HeapBuffer
 
tryTransfer(E) - Method in interface org.glassfish.grizzly.utils.TransferQueue
Transfers the specified element if there exists a consumer already waiting to receive it, otherwise returning false without enqueuing the element.
tryTransfer(E, long, TimeUnit) - Method in interface org.glassfish.grizzly.utils.TransferQueue
Inserts the specified element into this queue, waiting up to the specified wait time if necessary for space to become available and the element to be dequeued by a consumer invoking take or poll.
type() - Method in interface org.glassfish.grizzly.filterchain.FilterChainEvent
 
type() - Method in interface org.glassfish.grizzly.filterchain.NextAction
Get NextAction type
type() - Method in class org.glassfish.grizzly.filterchain.ShutdownEvent
 
type() - Method in class org.glassfish.grizzly.filterchain.TransportFilter.FlushEvent
 
type() - Method in class org.glassfish.grizzly.ssl.SSLBaseFilter.CertificateEvent
 
TYPE - Static variable in class org.glassfish.grizzly.filterchain.ShutdownEvent
 
TYPE - Static variable in class org.glassfish.grizzly.filterchain.TransportFilter.FlushEvent
 
A B C D E F G H I J K L M N O P Q R S T U V W Z _ 
All Classes All Packages