Skip Headers
Oracle GlassFish Server Reference Manual
Release 3.1.2

Part Number E24938-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
View PDF

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.