Class Routers.EndpointRouter
- java.lang.Object
-
- org.glassfish.jersey.server.internal.routing.Routers.EndpointRouter
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.glassfish.jersey.server.internal.routing.Router
Router.Continuation
-
-
Constructor Summary
Constructors Constructor Description EndpointRouter(Endpoint endpoint)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Router.Continuation
apply(RequestProcessingContext context)
Performs a request routing task and returns the routed request together with arouting continuation
.
-
-
-
Field Detail
-
endpoint
private final Endpoint endpoint
-
-
Constructor Detail
-
EndpointRouter
public EndpointRouter(Endpoint endpoint)
-
-
Method Detail
-
apply
public Router.Continuation apply(RequestProcessingContext context)
Description copied from interface:Router
Performs a request routing task and returns the routed request together with arouting continuation
.
-
-