Package akka.http.scaladsl.model
Class HttpMethods
- java.lang.Object
-
- akka.http.scaladsl.model.HttpMethods
-
public class HttpMethods extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description HttpMethods()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static scala.collection.immutable.Map<K,V>akka$http$impl$util$ObjectRegistry$$_registry()static voidakka$http$impl$util$ObjectRegistry$$_registry_$eq(scala.collection.immutable.Map<K,V> x$1)static HttpMethodCONNECT()static HttpMethodDELETE()static HttpMethodGET()static scala.Option<V>getForKey(K key)static scala.Option<HttpMethod>getForKeyCaseInsensitive(java.lang.String key, scala.$less$colon$less<java.lang.String,java.lang.String> conv)static HttpMethodHEAD()static HttpMethodOPTIONS()static HttpMethodPATCH()static HttpMethodPOST()static HttpMethodPUT()protected static java.lang.Objectregister(K key, V obj)static HttpMethodTRACE()
-
-
-
Method Detail
-
CONNECT
public static HttpMethod CONNECT()
-
DELETE
public static HttpMethod DELETE()
-
GET
public static HttpMethod GET()
-
HEAD
public static HttpMethod HEAD()
-
OPTIONS
public static HttpMethod OPTIONS()
-
PATCH
public static HttpMethod PATCH()
-
POST
public static HttpMethod POST()
-
PUT
public static HttpMethod PUT()
-
TRACE
public static HttpMethod TRACE()
-
getForKeyCaseInsensitive
public static scala.Option<HttpMethod> getForKeyCaseInsensitive(java.lang.String key, scala.$less$colon$less<java.lang.String,java.lang.String> conv)
-
akka$http$impl$util$ObjectRegistry$$_registry
public static scala.collection.immutable.Map<K,V> akka$http$impl$util$ObjectRegistry$$_registry()
-
akka$http$impl$util$ObjectRegistry$$_registry_$eq
public static void akka$http$impl$util$ObjectRegistry$$_registry_$eq(scala.collection.immutable.Map<K,V> x$1)
-
register
protected static final java.lang.Object register(K key, V obj)
-
getForKey
public static scala.Option<V> getForKey(K key)
-
-