public class HttpMethods$ extends java.lang.Object implements ObjectRegistry<java.lang.String,HttpMethod>
Modifier and Type | Field and Description |
---|---|
static HttpMethods$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
HttpMethods$() |
Modifier and Type | Method and Description |
---|---|
HttpMethod |
CONNECT() |
HttpMethod |
DELETE() |
HttpMethod |
GET() |
scala.Option<HttpMethod> |
getForKeyCaseInsensitive(java.lang.String key,
scala.$less$colon$less<java.lang.String,java.lang.String> conv) |
HttpMethod |
HEAD() |
HttpMethod |
OPTIONS() |
HttpMethod |
PATCH() |
HttpMethod |
POST() |
HttpMethod |
PUT() |
HttpMethod |
TRACE() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getForKey, register
public static final HttpMethods$ MODULE$
public HttpMethod CONNECT()
public HttpMethod DELETE()
public HttpMethod GET()
public HttpMethod HEAD()
public HttpMethod OPTIONS()
public HttpMethod PATCH()
public HttpMethod POST()
public HttpMethod PUT()
public HttpMethod TRACE()
public scala.Option<HttpMethod> getForKeyCaseInsensitive(java.lang.String key, scala.$less$colon$less<java.lang.String,java.lang.String> conv)
getForKeyCaseInsensitive
in interface ObjectRegistry<java.lang.String,HttpMethod>