| Interface | Description |
|---|---|
| ClientCallback |
The general callback interface to be used by a
ClientFilter to
delegate client Connection's event processing. |
| Class | Description |
|---|---|
| ClientFilter |
The client
Filter responsible for
tracking the number of established client connections and passing server
responses to the ClientCallback for appropriate accounting. |
| EchoServer |
The simple echo server implementation,
which is used to test client-side connection pool.
|
| MultiEndpointPoolSample |
The sample to demonstrate how Grizzly client-side connection pool could be
used in multi-threaded application in asynchronous/non-blocking fashion.
|
Copyright © 2021 Oracle Corporation. All Rights Reserved.