public interface ClientCallback
ClientFilter to
delegate client Connection's event processing.| Modifier and Type | Method and Description |
|---|---|
void |
onConnectionEstablished(org.glassfish.grizzly.Connection connection)
The callback operation will be executed once new client-side
Connection is established. |
void |
onResponseReceived(org.glassfish.grizzly.Connection connection,
String responseMessage)
The callback operation will be executed once a client
Connection
receives response from a server. |
void onConnectionEstablished(org.glassfish.grizzly.Connection connection)
Connection is established.connection - the new Connectionvoid onResponseReceived(org.glassfish.grizzly.Connection connection,
String responseMessage)
Connection
receives response from a server.connection - the client-side ConnectionresponseMessage - the responseCopyright © 2020 Oracle Corporation. All Rights Reserved.