public class HttpMethods
extends java.lang.Object
Constructor and Description |
---|
HttpMethods() |
Modifier and Type | Method and Description |
---|---|
static HttpMethod |
CONNECT() |
static HttpMethod |
DELETE() |
static HttpMethod |
GET() |
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 HttpMethod |
HEAD() |
static HttpMethod |
OPTIONS() |
static void |
org$apache$pekko$http$impl$util$ObjectRegistry$$_registry_$eq(scala.collection.immutable.Map<K,V> x$1) |
static scala.collection.immutable.Map<K,V> |
org$apache$pekko$http$impl$util$ObjectRegistry$$_registry() |
static HttpMethod |
PATCH() |
static HttpMethod |
POST() |
static HttpMethod |
PUT() |
protected static java.lang.Object |
register(K key,
V obj) |
static HttpMethod |
TRACE() |
public static HttpMethod CONNECT()
public static HttpMethod DELETE()
public static HttpMethod GET()
public static HttpMethod HEAD()
public static HttpMethod OPTIONS()
public static HttpMethod PATCH()
public static HttpMethod POST()
public static HttpMethod PUT()
public static HttpMethod TRACE()
public static scala.Option<HttpMethod> getForKeyCaseInsensitive(java.lang.String key, scala.$less$colon$less<java.lang.String,java.lang.String> conv)
public static scala.collection.immutable.Map<K,V> org$apache$pekko$http$impl$util$ObjectRegistry$$_registry()
public static void org$apache$pekko$http$impl$util$ObjectRegistry$$_registry_$eq(scala.collection.immutable.Map<K,V> x$1)
protected static final java.lang.Object register(K key, V obj)
public static scala.Option<V> getForKey(K key)