| Package | Description |
|---|---|
| org.glassfish.jersey.server |
Jersey server-side classes.
|
| org.glassfish.jersey.server.internal.monitoring | |
| org.glassfish.jersey.server.monitoring |
| Modifier and Type | Method and Description |
|---|---|
void |
ContainerRequest.triggerEvent(RequestEvent.Type requestEventType)
Trigger a new monitoring event for the current request.
|
| Modifier and Type | Method and Description |
|---|---|
RequestEvent.Type |
RequestEventImpl.getType() |
| Modifier and Type | Method and Description |
|---|---|
RequestEvent |
RequestEventBuilder.build(RequestEvent.Type eventType)
Build the instance of
request event. |
RequestEvent |
EmptyRequestEventBuilder.build(RequestEvent.Type eventType) |
RequestEventImpl |
RequestEventImpl.Builder.build(RequestEvent.Type type) |
| Modifier and Type | Method and Description |
|---|---|
RequestEvent.Type |
RequestEvent.getType()
Returns the
type of this event. |
static RequestEvent.Type |
RequestEvent.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RequestEvent.Type[] |
RequestEvent.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2007-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.