Uses of Package
org.glassfish.jersey.server.internal.routing
Packages that use org.glassfish.jersey.server.internal.routing
Package
Description
Jersey server-side classes.
Jersey server-side internal classes related to request and response processing.
Jersey server-side internal resource routing classes.
-
Classes in org.glassfish.jersey.server.internal.routing used by org.glassfish.jersey.serverClassDescriptionDefault implementation of the routing context as well as URI information provider.
-
Classes in org.glassfish.jersey.server.internal.routing used by org.glassfish.jersey.server.internal.processClassDescriptionJersey request matching and routing context.Default implementation of the routing context as well as URI information provider.
-
Classes in org.glassfish.jersey.server.internal.routing used by org.glassfish.jersey.server.internal.routingClassDescriptionRepresents function S as defined in the Request Matching part of the spec.
Media type
extended by flag indicating whether media type was obtained from user annotationsConsumes
orProduces
or has no annotation and therefore was derived fromMessageBodyWorkers
.A pair of sub-resource locator model and a corresponding model router.A combination of a resource method model and the corresponding routers.Represents a 1-1-1 relation between input and output media type and an methodAcceptorPair.Helper class to select matching resource method to be invoked.The same as above ConsumesProducesAcceptor, only concrete request content-type and accept header info is included in addition.Matches the un-matched right-hand request path to the configured collection of path pattern matching routes./** A request path pattern matching router hierarchy builder entry point.An intermediate path matching router builder.Router that pushesuri template
of matched resource of subResource torouting context
.Request routing information.Hierarchical request router that can be used to create dynamic routing tree structures.Hierarchical request routing continuation.Resource routing builder.Jersey request matching and routing context.Base for sub-resource locator runtime model builder.This is a common base for root resource and sub-resource runtime model builder.