| Package | Description |
|---|---|
| org.glassfish.jersey.server |
Jersey server-side classes.
|
| org.glassfish.jersey.server.internal.process |
Jersey server-side internal classes related to request and response processing.
|
| org.glassfish.jersey.server.internal.routing |
Jersey server-side internal resource routing classes.
|
| Class and Description |
|---|
| UriRoutingContext
Default implementation of the routing context as well as URI information provider.
|
| Class and Description |
|---|
| RoutingContext
Jersey request matching and routing context.
|
| UriRoutingContext
Default implementation of the routing context as well as URI information provider.
|
| Class and Description |
|---|
| CombinedMediaType
Represents function S as defined in the Request Matching part of the spec.
|
CombinedMediaType.EffectiveMediaType
Media type extended by flag indicating whether media type was
obtained from user annotations Consumes or Produces or has no
annotation and therefore was derived from MessageBodyWorkers. |
| LocatorRouting
A pair of sub-resource locator model and a corresponding model router.
|
| MethodRouting
A combination of a resource method model and the corresponding routers.
|
| MethodSelectingRouter.ConsumesProducesAcceptor
Represents a 1-1-1 relation between input and output media type and an methodAcceptorPair.
|
| MethodSelectingRouter.MethodSelector
Helper class to select matching resource method to be invoked.
|
| MethodSelectingRouter.RequestSpecificConsumesProducesAcceptor
The same as above ConsumesProducesAcceptor,
only concrete request content-type and accept header info is included in addition.
|
| PathMatchingRouter
Matches the un-matched right-hand request path to the configured collection of path pattern matching routes.
|
| PathMatchingRouterBuilder
/**
A request path pattern matching router hierarchy builder entry point.
|
| PathToRouterBuilder
An intermediate path matching router builder.
|
| PushMatchedTemplateRouter
Router that pushes
uri template of matched resource of subResource
to routing context. |
| Route
Request routing information.
|
| Router
Hierarchical request router that can be used to create dynamic routing tree
structures.
|
| Router.Continuation
Hierarchical request routing continuation.
|
| Routing.Builder
Resource routing builder.
|
| RoutingContext
Jersey request matching and routing context.
|
| RoutingStage.RoutingResult |
| RuntimeLocatorModelBuilder
Base for sub-resource locator runtime model builder.
|
| RuntimeLocatorModelBuilder.LocatorCacheKey |
| RuntimeModelBuilder
This is a common base for root resource and sub-resource runtime model
builder.
|