Package akka.http.scaladsl.model
Class HttpProtocols
- java.lang.Object
-
- akka.http.scaladsl.model.HttpProtocols
-
public class HttpProtocols extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description HttpProtocols()
-
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 void
akka$http$impl$util$ObjectRegistry$$_registry_$eq(scala.collection.immutable.Map<K,V> x$1)
static scala.Option<V>
getForKey(K key)
static scala.Option<V>
getForKeyCaseInsensitive(java.lang.String key, scala.$less$colon$less<java.lang.String,K> conv)
protected static java.lang.Object
register(K key, V obj)
-
-
-
Method Detail
-
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)
-
getForKeyCaseInsensitive
public static scala.Option<V> getForKeyCaseInsensitive(java.lang.String key, scala.$less$colon$less<java.lang.String,K> conv)
-
-