| Package | Description |
|---|---|
| org.glassfish.grizzly | |
| org.glassfish.grizzly.memory | |
| org.glassfish.grizzly.nio | |
| org.glassfish.grizzly.nio.transport | |
| org.glassfish.grizzly.threadpool |
| 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 | 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
ByteBuffers. |
class |
HeapMemoryManager
|
class |
PooledMemoryManager
A
MemoryManager implementation based on a series of shared memory pools. |
| 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 © 2015 Oracle Corporation. All Rights Reserved.