Class HttpMethods


  • public final class HttpMethods
    extends java.lang.Object
    HTTP request method constants specified in RFC 2616 Section 5.1.1.
    Since:
    1.12
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String CONNECT
      HTTP CONNECT method.
      static java.lang.String DELETE
      HTTP DELETE method.
      static java.lang.String GET
      HTTP GET method.
      static java.lang.String HEAD
      HTTP HEAD method.
      static java.lang.String OPTIONS
      HTTP OPTIONS method.
      static java.lang.String PATCH
      HTTP PATCH method.
      static java.lang.String POST
      HTTP POST method.
      static java.lang.String PUT
      HTTP PUT method.
      static java.lang.String TRACE
      HTTP TRACE method.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private HttpMethods()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait