Package | Description |
---|---|
org.glassfish.jersey.server.internal.monitoring |
Jersey server-side internal monitoring and statistics classes.
|
org.glassfish.jersey.server.internal.process |
Jersey server-side internal classes related to request and response processing.
|
org.glassfish.jersey.server.monitoring |
Jersey server-side monitoring JMX MBeans interfaces.
|
Modifier and Type | Field and Description |
---|---|
private RequestEvent.Type |
RequestEventImpl.type |
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 . |
RequestEventImpl |
RequestEventImpl.Builder.build(RequestEvent.Type type) |
RequestEvent |
EmptyRequestEventBuilder.build(RequestEvent.Type eventType) |
Constructor and Description |
---|
RequestEventImpl(RequestEvent.Type type,
ContainerRequest containerRequest,
ContainerResponse containerResponse,
java.lang.Throwable throwable,
ExtendedUriInfo extendedUriInfo,
java.lang.Iterable<javax.ws.rs.container.ContainerResponseFilter> containerResponseFilters,
java.lang.Iterable<javax.ws.rs.container.ContainerRequestFilter> containerRequestFilters,
javax.ws.rs.ext.ExceptionMapper<?> exceptionMapper,
boolean success,
boolean responseSuccessfullyMapped,
RequestEvent.ExceptionCause exceptionCause,
boolean responseWritten) |
Modifier and Type | Method and Description |
---|---|
void |
RequestProcessingContext.triggerEvent(RequestEvent.Type eventType)
Trigger a new monitoring event for the currently processed request.
|
Modifier and Type | Method and Description |
---|---|
RequestEvent.Type |
RequestEvent.getType()
Returns the
type of this event. |
static RequestEvent.Type |
RequestEvent.Type.valueOf(java.lang.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.
|