Class ResponseTest

java.lang.Object
ee.jakarta.tck.ws.rs.ee.rs.core.response.ResponseTest

@Path("resource") public class ResponseTest extends Object
  • Field Details

  • Constructor Details

    • ResponseTest

      public ResponseTest()
  • Method Details

    • statusTest

      @GET @Path("status") @Produces("text/plain") public jakarta.ws.rs.core.Response statusTest(@QueryParam("status") int status)
    • entity

      @GET @Path("entity") @Produces("text/plain") public String entity()
    • corrupted

      @GET @Path("corrupted") public CorruptedInputStream corrupted()
    • date

      @GET @Path("date") public String date(@QueryParam("date") String date)
    • getAllowedMethods

      @POST @Path("allowedmethods") public jakarta.ws.rs.core.Response getAllowedMethods(String methods)
    • getCookies

      @GET @Path("cookies") public jakarta.ws.rs.core.Response getCookies()
    • getDate

      @POST @Path("date") public jakarta.ws.rs.core.Response getDate(String date) throws InterruptedException
      Throws:
      InterruptedException
    • getEntityTag

      @POST @Path("entitytag") public jakarta.ws.rs.core.Response getEntityTag(String tag)
    • getHeaders

      @POST @Path("headers") public jakarta.ws.rs.core.Response getHeaders(String headers)
    • getHeaderString

      @POST @Path("headerstring") public jakarta.ws.rs.core.Response getHeaderString(String headers)
    • getLanguage

      @POST @Path("language") public jakarta.ws.rs.core.Response getLanguage(String lang)
    • lastModified

      @POST @Path("lastmodified") public jakarta.ws.rs.core.Response lastModified(String date)
    • getLength

      @POST @Path("length") public jakarta.ws.rs.core.Response getLength(String entity)
    • getLink

      @POST @Path("link") public jakarta.ws.rs.core.Response getLink(String rel)
    • getLinkBuilder

      @POST @Path("linkbuilder") public jakarta.ws.rs.core.Response getLinkBuilder(String rel)
    • getLinks

      @GET @Path("links") public jakarta.ws.rs.core.Response getLinks()
    • getLocation

      @POST @Path("location") public jakarta.ws.rs.core.Response getLocation(String path)
    • getMediaType

      @POST @Path("mediatype") public jakarta.ws.rs.core.Response getMediaType(String mediaType)
    • getStatusInfo

      @POST @Path("statusinfo") public jakarta.ws.rs.core.Response getStatusInfo(String status)
    • setStringBeanRuntime

      @Path("setstringbeanruntime") @GET public jakarta.ws.rs.core.Response setStringBeanRuntime()
    • setOriginalRuntime

      @Path("setoriginalruntime") @GET public jakarta.ws.rs.core.Response setOriginalRuntime()
    • setLocationHeader

      @Path("created") @GET public jakarta.ws.rs.core.Response setLocationHeader()
    • createLink

      protected static jakarta.ws.rs.core.Link createLink(String path, String rel)
    • createUri

      protected static URI createUri(String path)