|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface HttpServerProbe
Monitoring probe providing callbacks that may be invoked by Grizzly HttpServerFilter.
| 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. |
| Method Detail |
|---|
void onRequestReceiveEvent(HttpServerFilter filter,
Connection connection,
Request request)
Request will come.
filter - HttpServerFilter, the event belongs to.connection - Connection, the event belongs to.request - received Request.
void onRequestCompleteEvent(HttpServerFilter filter,
Connection connection,
Response response)
Request processing will be completed.
filter - HttpServerFilter, the event belongs to.connection - Connection, the event belongs to.response - sent Response.
void onRequestSuspendEvent(HttpServerFilter filter,
Connection connection,
Request request)
Request processing is suspended.
filter - HttpServerFilter, the event belongs to.connection - Connection, the event belongs to.request - Request.
void onRequestResumeEvent(HttpServerFilter filter,
Connection connection,
Request request)
Request processing is resumed.
filter - HttpServerFilter, the event belongs to.connection - Connection, the event belongs to.request - Request.
void onRequestTimeoutEvent(HttpServerFilter filter,
Connection connection,
Request request)
Request processing is timeout
after suspend.
filter - HttpServerFilter, the event belongs to.connection - Connection, the event belongs to.request - Request.
void onRequestCancelEvent(HttpServerFilter filter,
Connection connection,
Request request)
Request processing is cancelled
after suspend.
filter - 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 | |||||||||