Class HttpMethods
java.lang.Object
org.apache.pekko.http.scaladsl.model.HttpMethods
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic HttpMethodCONNECT()static HttpMethodDELETE()static HttpMethodGET()static scala.Option<V>getForKey(K key) static scala.Option<HttpMethod>getForKeyCaseInsensitive(String key, scala.$less$colon$less<String, String> conv) static HttpMethodHEAD()static HttpMethodOPTIONS()static scala.collection.immutable.Map<K,V> static voidorg$apache$pekko$http$impl$util$ObjectRegistry$$_registry_$eq(scala.collection.immutable.Map<K, V> x$1) static HttpMethodPATCH()static HttpMethodPOST()static HttpMethodPUT()protected static final Objectregister(K key, V obj) static HttpMethodTRACE()
-
Constructor Details
-
HttpMethods
public HttpMethods()
-
-
Method Details
-
CONNECT
-
DELETE
-
GET
-
HEAD
-
OPTIONS
-
PATCH
-
POST
-
PUT
-
TRACE
-
getForKeyCaseInsensitive
public static scala.Option<HttpMethod> getForKeyCaseInsensitive(String key, scala.$less$colon$less<String, String> conv) -
org$apache$pekko$http$impl$util$ObjectRegistry$$_registry
public static scala.collection.immutable.Map<K,V> org$apache$pekko$http$impl$util$ObjectRegistry$$_registry() -
org$apache$pekko$http$impl$util$ObjectRegistry$$_registry_$eq
public static void org$apache$pekko$http$impl$util$ObjectRegistry$$_registry_$eq(scala.collection.immutable.Map<K, V> x$1) -
register
-
getForKey
public static scala.Option<V> getForKey(K key)
-