java.lang.Object
ee.jakarta.tck.ws.rs.ee.rs.client.clientrequestcontext.Resource

@Path("resource") public class Resource extends Object
  • Constructor Details

    • Resource

      public Resource()
  • Method Details

    • post

      @POST @Path("post") public String post(String value)
    • put

      @PUT @Path("put") public String put(String value)
    • headers

      @GET @Path("headers") public String headers(@Context jakarta.ws.rs.core.HttpHeaders headers)
    • collectionToString

      protected static <T> String collectionToString(Collection<T> collection)