Uses of Enum Class
ee.jakarta.tck.ws.rs.common.JAXRSCommonClient.Request
Packages that use JAXRSCommonClient.Request
Package
Description
-
Uses of JAXRSCommonClient.Request in ee.jakarta.tck.ws.rs.common
Methods in ee.jakarta.tck.ws.rs.common that return JAXRSCommonClient.RequestModifier and TypeMethodDescriptionstatic JAXRSCommonClient.Request
Returns the enum constant of this class with the specified name.static JAXRSCommonClient.Request[]
JAXRSCommonClient.Request.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in ee.jakarta.tck.ws.rs.common with parameters of type JAXRSCommonClient.RequestModifier and TypeMethodDescriptionprotected String
JAXRSCommonClient.buildRequest
(JAXRSCommonClient.Request type, String... path) protected String
JAXRSCommonClient.buildRequest10
(JAXRSCommonClient.Request type, String... path) -
Uses of JAXRSCommonClient.Request in ee.jakarta.tck.ws.rs.common.client
Methods in ee.jakarta.tck.ws.rs.common.client with parameters of type JAXRSCommonClient.RequestModifier and TypeMethodDescriptionprotected String
JaxrsCommonClient.buildRequest
(JAXRSCommonClient.Request type, String... path) -
Uses of JAXRSCommonClient.Request in ee.jakarta.tck.ws.rs.ee.rs.container.requestcontext
Methods in ee.jakarta.tck.ws.rs.ee.rs.container.requestcontext with parameters of type JAXRSCommonClient.RequestModifier and TypeMethodDescriptionprotected void
JAXRSClientIT.invokeRequestAndCheckResponse
(JAXRSCommonClient.Request req, ContextOperation contextOperation) -
Uses of JAXRSCommonClient.Request in ee.jakarta.tck.ws.rs.ee.rs.container.responsecontext
Methods in ee.jakarta.tck.ws.rs.ee.rs.container.responsecontext with parameters of type JAXRSCommonClient.RequestModifier and TypeMethodDescriptionprotected void
JAXRSClientIT.invokeRequestAndCheckResponse
(JAXRSCommonClient.Request method, ContextOperation operation) -
Uses of JAXRSCommonClient.Request in ee.jakarta.tck.ws.rs.ee.rs.ext.interceptor.containerwriter
Methods in ee.jakarta.tck.ws.rs.ee.rs.ext.interceptor.containerwriter with parameters of type JAXRSCommonClient.RequestModifier and TypeMethodDescriptionprotected void
WriterClient.invoke
(CONTEXTOPERATION op, JAXRSCommonClient.Request method) Invoke and convert CONTEXTOPERATION to a path -
Uses of JAXRSCommonClient.Request in ee.jakarta.tck.ws.rs.ee.rs.headerparam.locator
Methods in ee.jakarta.tck.ws.rs.ee.rs.headerparam.locator with parameters of type JAXRSCommonClient.RequestModifier and TypeMethodDescriptionprotected String
JAXRSLocatorClientIT.buildRequest
(JAXRSCommonClient.Request type, String... path) change the GET request to POST request so that the new resources will handle it -
Uses of JAXRSCommonClient.Request in ee.jakarta.tck.ws.rs.ee.rs.pathparam.locator
Methods in ee.jakarta.tck.ws.rs.ee.rs.pathparam.locator with parameters of type JAXRSCommonClient.RequestModifier and TypeMethodDescriptionprotected String
JAXRSLocatorClientIT.buildRequest
(JAXRSCommonClient.Request type, String... path)