Uses of Interface
org.glassfish.jersey.server.internal.process.RespondingContext
-
Packages that use RespondingContext Package Description org.glassfish.jersey.server.internal.process Jersey server-side internal classes related to request and response processing. -
-
Uses of RespondingContext in org.glassfish.jersey.server.internal.process
Classes in org.glassfish.jersey.server.internal.process that implement RespondingContext Modifier and Type Class Description (package private) class
DefaultRespondingContext
Default implementation of the request-scopedresponding context
.class
RequestProcessingContext
Request processing context.Fields in org.glassfish.jersey.server.internal.process declared as RespondingContext Modifier and Type Field Description private RespondingContext
RequestProcessingContext. respondingContext
-