public final class Method extends Object
If the transport is HTTP, this maps down to an HTTP method.
public static final Method GET
public static final Method POST
public static final Method PUT
public static final Method DELETE
public static final Method HEAD
public static final Method OPTIONS
public static final Method PATCH
public Method(String name)