Class Routers.EndpointRouter
java.lang.Object
org.glassfish.jersey.server.internal.routing.Routers.EndpointRouter
- All Implemented Interfaces:
Router
- Enclosing class:
- Routers
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.glassfish.jersey.server.internal.routing.Router
Router.Continuation
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapply
(RequestProcessingContext context) Performs a request routing task and returns the routed request together with arouting continuation
.
-
Field Details
-
endpoint
-
-
Constructor Details
-
EndpointRouter
-
-
Method Details
-
apply
Description copied from interface:Router
Performs a request routing task and returns the routed request together with arouting continuation
.
-