java.lang.Object
org.glassfish.grizzly.http.Method

public final class Method extends Object
Predefined HTTP methods
Author:
Alexey Stashok
  • Field Details

    • OPTIONS

      public static final Method OPTIONS
    • GET

      public static final Method GET
    • POST

      public static final Method POST
    • PUT

      public static final Method PUT
    • DELETE

      public static final Method DELETE
    • TRACE

      public static final Method TRACE
    • CONNECT

      public static final Method CONNECT
    • PATCH

      public static final Method PATCH
    • PRI

      public static final Method PRI
  • Method Details