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

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

    • Resource

      public Resource()
  • Method Details

    • languages

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

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

      @GET @Path("cookie") public String cookie(@CookieParam("tck") String cookie)
    • allow

      @GET @Path("allow") public String allow()
    • forbid

      @DELETE @Path("forbid") public String forbid()
    • get

      @GET @Path("get") public String get()
    • head

      @HEAD @Path("head") public String head()
    • put

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

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

      @DELETE @Path("delete") public String delete()
    • options

      @OPTIONS @Path("options") public String options()