Class HttpCharsets
java.lang.Object
org.apache.pekko.http.scaladsl.model.HttpCharsets
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic scala.Option<V>
getForKey
(K key) static scala.Option<V>
getForKeyCaseInsensitive
(String key, scala.$less$colon$less<String, K> conv) static scala.collection.immutable.Map<K,
V> static void
org$apache$pekko$http$impl$util$ObjectRegistry$$_registry_$eq
(scala.collection.immutable.Map<K, V> x$1) protected static final Object
register
(K key, V obj)
-
Constructor Details
-
HttpCharsets
public HttpCharsets()
-
-
Method Details
-
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) -
getForKeyCaseInsensitive
-