glassfish:jersey:server:requestStart

Jersey request start event

Synopsis

glassfish:jersey:server:requestStart(
java.lang.String requestUri)

Description

This event is called when a request is received by the Jersey framework.

Use this event to keep track of the active Jersey requests on the server.

Parameters

requestUri

The URI of the incoming request.