|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.glassfish.grizzly.http.server.HttpServerProbe.Adapter
public static class HttpServerProbe.Adapter
HttpServerProbe adapter that provides no-op implementations for
all interface methods allowing easy extension by the developer.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.glassfish.grizzly.http.server.HttpServerProbe |
|---|
HttpServerProbe.Adapter |
| Constructor Summary | |
|---|---|
HttpServerProbe.Adapter()
|
|
| Method Summary | |
|---|---|
void |
onRequestCancelEvent(HttpServerFilter filter,
Connection connection,
Request request)
Method will be called, when Request processing is cancelled
after suspend. |
void |
onRequestCompleteEvent(HttpServerFilter filter,
Connection connection,
Response response)
Method will be called, when Request processing will be completed. |
void |
onRequestReceiveEvent(HttpServerFilter filter,
Connection connection,
Request request)
Method will be called, when new Request will come. |
void |
onRequestResumeEvent(HttpServerFilter filter,
Connection connection,
Request request)
Method will be called, when Request processing is resumed. |
void |
onRequestSuspendEvent(HttpServerFilter filter,
Connection connection,
Request request)
Method will be called, when Request processing is suspended. |
void |
onRequestTimeoutEvent(HttpServerFilter filter,
Connection connection,
Request request)
Method will be called, when Request processing is timeout
after suspend. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HttpServerProbe.Adapter()
| Method Detail |
|---|
public void onRequestReceiveEvent(HttpServerFilter filter,
Connection connection,
Request request)
Request will come.
onRequestReceiveEvent in interface HttpServerProbefilter - HttpServerFilter, the event belongs to.connection - Connection, the event belongs to.request - received Request.
public void onRequestCompleteEvent(HttpServerFilter filter,
Connection connection,
Response response)
Request processing will be completed.
onRequestCompleteEvent in interface HttpServerProbefilter - HttpServerFilter, the event belongs to.connection - Connection, the event belongs to.response - sent Response.
public void onRequestSuspendEvent(HttpServerFilter filter,
Connection connection,
Request request)
Request processing is suspended.
onRequestSuspendEvent in interface HttpServerProbefilter - HttpServerFilter, the event belongs to.connection - Connection, the event belongs to.request - Request.
public void onRequestResumeEvent(HttpServerFilter filter,
Connection connection,
Request request)
Request processing is resumed.
onRequestResumeEvent in interface HttpServerProbefilter - HttpServerFilter, the event belongs to.connection - Connection, the event belongs to.request - Request.
public void onRequestTimeoutEvent(HttpServerFilter filter,
Connection connection,
Request request)
Request processing is timeout
after suspend.
onRequestTimeoutEvent in interface HttpServerProbefilter - HttpServerFilter, the event belongs to.connection - Connection, the event belongs to.request - Request.
public void onRequestCancelEvent(HttpServerFilter filter,
Connection connection,
Request request)
Request processing is cancelled
after suspend.
onRequestCancelEvent in interface HttpServerProbefilter - HttpServerFilter, the event belongs to.connection - Connection, the event belongs to.request - Request.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||