Uses of Interface
ee.jakarta.tck.ws.rs.common.webclient.handler.Handler
Packages that use Handler
-
Uses of Handler in ee.jakarta.tck.ws.rs.common.webclient.handler
Classes in ee.jakarta.tck.ws.rs.common.webclient.handler that implement HandlerModifier and TypeClassDescriptionclass
class
When invoked, the content-type header will be appropriately handled.class
The default handler will handle any header that doesn't have a configured handler.class
Will handle headers for the following cases: - Server is on port 80 and port value isn't propagated back to client (assumed) - Port value is in responseclass
class
Will handle headers for the following cases: - Server is on port 80 and port value isn't propagated back to client (assumed) - Port value is in responseMethods in ee.jakarta.tck.ws.rs.common.webclient.handler that return HandlerModifier and TypeMethodDescriptionstatic Handler
HandlerFactory.getHandler
(String handlerName) Returns the appropriate handler instance based on provided discriminate (a header name).static Handler
ALLOWHandler.getInstance()
static Handler
ContentTypeHandler.getInstance()
Returns an instance of this handler.static Handler
DefaultHandler.getInstance()
Returns an instance of this handler.static Handler
LocationHandler.getInstance()
Returns an instance of this handler.static Handler
SetCookieHandler.getInstance()
static Handler
WWWAuthenticateHandler.getInstance()
Returns an instance of this handler.