Package akka.http.scaladsl.model
Class HttpMethods$
- java.lang.Object
-
- akka.http.scaladsl.model.HttpMethods$
-
- All Implemented Interfaces:
ObjectRegistry<java.lang.String,HttpMethod>
public class HttpMethods$ extends java.lang.Object implements ObjectRegistry<java.lang.String,HttpMethod>
-
-
Field Summary
Fields Modifier and Type Field Description static HttpMethods$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description HttpMethods$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface akka.http.impl.util.ObjectRegistry
getForKey, register
-
-
-
-
Field Detail
-
MODULE$
public static final HttpMethods$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
CONNECT
public HttpMethod CONNECT()
-
DELETE
public HttpMethod DELETE()
-
GET
public HttpMethod GET()
-
HEAD
public HttpMethod HEAD()
-
OPTIONS
public HttpMethod OPTIONS()
-
PATCH
public HttpMethod PATCH()
-
POST
public HttpMethod POST()
-
PUT
public HttpMethod PUT()
-
TRACE
public HttpMethod TRACE()
-
getForKeyCaseInsensitive
public scala.Option<HttpMethod> getForKeyCaseInsensitive(java.lang.String key, scala.$less$colon$less<java.lang.String,java.lang.String> conv)
- Specified by:
getForKeyCaseInsensitive
in interfaceObjectRegistry<java.lang.String,HttpMethod>
-
-