| Package | Description |
|---|---|
| org.glassfish.grizzly | |
| org.glassfish.grizzly.asyncqueue | |
| org.glassfish.grizzly.compression.lzma | |
| org.glassfish.grizzly.impl | |
| org.glassfish.grizzly.memory |
| Modifier and Type | Interface and Description |
|---|---|
interface |
GrizzlyFuture<R>
Grizzly
Future implementation. |
| Modifier and Type | Class and Description |
|---|---|
class |
Context
Object, which is responsible for holding context during I/O event processing.
|
class |
ReadResult<K,L>
Result of read operation, returned by
Readable. |
class |
TransformationResult<I,O>
Represents the result of message encoding/decoding.
|
class |
WriteResult<K,L>
Result of write operation, returned by
Writeable. |
| Modifier and Type | Class and Description |
|---|---|
class |
AsyncQueueRecord<R>
AsyncQueue element unit |
class |
AsyncReadQueueRecord
AsyncQueue read element unit |
class |
AsyncWriteQueueRecord
AsyncQueue write element unit |
| Modifier and Type | Class and Description |
|---|---|
static class |
LZMADecoder.LZMAInputState |
static class |
LZMAEncoder.LZMAOutputState |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FutureImpl<R>
Future interface, which has full control over the state. |
| Modifier and Type | Class and Description |
|---|---|
class |
ReadyFutureImpl<R>
Future implementation with the specific unmodifiable result. |
class |
SafeFutureImpl<R>
Safe
FutureImpl implementation. |
class |
UnsafeFutureImpl<R>
Simple thread-unsafe
Future implementation. |
| Modifier and Type | Interface and Description |
|---|---|
protected static interface |
AbstractMemoryManager.TrimAware
This is a marker interface indicating a particular
Buffer
implementation can be trimmed. |
| Modifier and Type | Class and Description |
|---|---|
protected class |
ByteBufferManager.SmallByteBufferWrapper
ByteBufferWrapper implementation, which supports trimming. |
Copyright © 2014 Oracle Corporation. All Rights Reserved.