Package org.glassfish.grizzly.samples.connectionpool
package org.glassfish.grizzly.samples.connectionpool
-
ClassDescriptionThe general callback interface to be used by a
ClientFilterto delegate clientConnection's event processing.The clientFilterresponsible for tracking the number of established client connections and passing server responses to theClientCallbackfor appropriate accounting.The simple echo server implementation, which is used to test client-side connection pool.The sample to demonstrate how Grizzly client-side connection pool could be used in multi-threaded application in asynchronous/non-blocking fashion.