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 |
class |
RecordReadResult<K,L>
Read result associated with a
AsyncWriteQueueRecord . |
class |
RecordWriteResult<K,L>
Write result associated with a
AsyncWriteQueueRecord . |
Modifier and Type | Class and Description |
---|---|
static class |
LZMADecoder.LZMAInputState |
static class |
LZMAEncoder.LZMAOutputState |
Modifier and Type | Class and Description |
---|---|
class |
Cookie
Creates a cookie, a small amount of information sent by a servlet to
a Web browser, saved by the browser, and later sent back to the server.
|
class |
HttpBrokenContent
HttpContent message, which represents broken HTTP content. |
class |
HttpContent
Object represents HTTP message content: complete or part.
|
class |
HttpHeader
HttpPacket , which represents HTTP message header. |
class |
HttpPacket
Abstraction, which represents any type of HTTP message:
HttpRequestPacket ,
HttpResponsePacket , HttpContent . |
class |
HttpRequestPacket
The
HttpHeader object, which represents HTTP request message. |
class |
HttpResponsePacket
The
HttpHeader object, which represents HTTP response message. |
class |
HttpTrailer
HttpContent message, which represents HTTP trailer message. |
class |
ParsingResult
Class, which represents result of
TransferEncoding or ContentEncoding parsing. |
Modifier and Type | Class and Description |
---|---|
class |
AjpHttpRequest
HttpRequestPacket implementation, which also contains AJP
related meta data. |
class |
AjpHttpResponse
HttpResponsePacket implementation, which also contains AJP
related meta data. |
Modifier and Type | Class and Description |
---|---|
class |
FileCacheKey
The entry key in the file cache map.
|
class |
LazyFileCacheKey
Lazy
FileCacheKey object. |
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. |
Modifier and Type | Class and Description |
---|---|
class |
CookieWrapper
Simple Wrapper around
Cookie . |
Modifier and Type | Class and Description |
---|---|
class |
CredentialFrame |
class |
DataFrame |
class |
GoAwayFrame |
class |
HeadersFrame |
class |
HeadersProviderFrame |
class |
OversizedFrame
The
ServiceFrame , which signals about oversized frame received from peer. |
class |
PingFrame |
class |
RstStreamFrame |
class |
ServiceFrame
Service frames represent virtual, not real SPDY frames,
used internally in
Filter s communication. |
class |
SettingsFrame
TODO: Need to implement handling of per-setting flags.
|
class |
SpdyFrame |
class |
SpdyHeader
The header of the frame.
|
class |
SynReplyFrame |
class |
SynStreamFrame |
class |
WindowUpdateFrame |
Modifier and Type | Class and Description |
---|---|
class |
ParseResult
DataFrame parse result. |
Copyright © 2015 Oracle Corporation. All rights reserved.