Uses of Class
jakarta.ws.rs.container.PreMatching
-
Packages that use PreMatching Package Description org.glassfish.jersey.server.filter Provides core server filters. -
-
Uses of PreMatching in org.glassfish.jersey.server.filter
Classes in org.glassfish.jersey.server.filter with annotations of type PreMatching Modifier and Type Class Description classHttpMethodOverrideFilterA pre-matching filter to support HTTP method replacing of a POST request to a request utilizing another HTTP method for the case where proxies or HTTP servers would otherwise block that HTTP method.classUriConnegFilterA URI-based content negotiation filter mapping a dot-declared suffix in URI to media type that is the value of theAcceptheader or a language that is the value of theAccept-Languageheader.
-