Uses of Interface
jakarta.ws.rs.core.Request
-
Packages that use Request Package Description jakarta.ws.rs.container Container-specific JAX-RS API.org.glassfish.jersey.server Jersey server-side classes.org.glassfish.jersey.server.model Jersey server-side application & resource modeling classes. -
-
Uses of Request in jakarta.ws.rs.container
Methods in jakarta.ws.rs.container that return Request Modifier and Type Method Description RequestContainerRequestContext. getRequest()Get the injectable request information. -
Uses of Request in org.glassfish.jersey.server
Classes in org.glassfish.jersey.server that implement Request Modifier and Type Class Description classContainerRequestJersey container request context.Methods in org.glassfish.jersey.server that return Request Modifier and Type Method Description RequestContainerRequest. getRequest() -
Uses of Request in org.glassfish.jersey.server.model
Methods in org.glassfish.jersey.server.model that return types with arguments of type Request Modifier and Type Method Description Inflector<Request,T>Inflecting. getInflector()Get the inflector.Method parameters in org.glassfish.jersey.server.model with type arguments of type Request Modifier and Type Method Description static <T> InvocableInvocable. create(Inflector<Request,T> inflector)Create a new resource method invocable model backed by an inflector instance.
-