Modifier and Type | Interface and Description |
---|---|
interface |
Connection<L>
Common interface, which represents any kind of connection.
|
interface |
Transport
Transport interface describes the transport unit used in Grizzly.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractTransport
Abstract
Transport . |
Modifier and Type | Class and Description |
---|---|
class |
HttpClientFilter
Client side
HttpCodecFilter implementation, which is responsible for
decoding HttpResponsePacket and encoding HttpRequestPacket messages. |
class |
HttpCodecFilter
The
Filter , responsible for transforming Buffer into
HttpPacket and vice versa in asynchronous mode. |
class |
HttpServerFilter
Server side
HttpCodecFilter implementation, which is responsible for
decoding HttpRequestPacket and encoding HttpResponsePacket messages. |
class |
KeepAlive
Web container configuration for keep-alive HTTP connections.
|
Modifier and Type | Class and Description |
---|---|
class |
FileCache
This class implements a file caching mechanism used to cache static resources.
|
Modifier and Type | Interface and Description |
---|---|
interface |
MemoryManager<E extends Buffer>
MemoryManager, responsible for allocating and releasing memory,
required during application runtime.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractMemoryManager<E extends Buffer>
A
MemoryManager abstraction to provide utilities that may be useful
across different MemoryManager implementations. |
class |
ByteBufferManager
The simple Buffer manager implementation, which works as wrapper above
ByteBuffer s. |
class |
HeapMemoryManager
|
Modifier and Type | Class and Description |
---|---|
class |
NIOConnection
Common
Connection implementation for Java NIO Connections. |
class |
NIOTransport |
Modifier and Type | Class and Description |
---|---|
class |
TCPNIOConnection
Connection implementation
for the TCPNIOTransport |
class |
TCPNIOServerConnection |
class |
TCPNIOTransport
TCP Transport NIO implementation
|
class |
UDPNIOConnection
Connection implementation
for the UDPNIOTransport |
class |
UDPNIOServerConnection
Server
Connection implementation
for the UDPNIOTransport |
class |
UDPNIOTransport
UDP NIO transport implementation
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractThreadPool
Abstract
ExecutorService implementation. |
class |
FixedThreadPool
Minimalistic fixed thread pool to allow for nice scalability if a
good Queue impl is used.
|
class |
GrizzlyExecutorService |
class |
SyncThreadPool
ExecutorService implementation, which function the similar way as
former Grizzly 1.x Pipeline based thread pools. |
Copyright © 2014 Oracle Corporation. All rights reserved.