Class HttpEncodings
java.lang.Object
org.apache.pekko.http.scaladsl.model.headers.HttpEncodings
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic HttpEncodingchunked()static HttpEncodingcompress()static HttpEncodingdeflate()static scala.Option<V>getForKey(K key) static scala.Option<V>getForKeyCaseInsensitive(String key, scala.$less$colon$less<String, K> conv) static HttpEncodinggzip()static HttpEncodingidentity()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) protected static final Objectregister(K key, V obj) 
- 
Constructor Details- 
HttpEncodingspublic HttpEncodings()
 
- 
- 
Method Details- 
compress
- 
chunked
- 
deflate
- 
gzip
- 
identity
- 
org$apache$pekko$http$impl$util$ObjectRegistry$$_registrypublic static scala.collection.immutable.Map<K,V> org$apache$pekko$http$impl$util$ObjectRegistry$$_registry()
- 
org$apache$pekko$http$impl$util$ObjectRegistry$$_registry_$eqpublic static void org$apache$pekko$http$impl$util$ObjectRegistry$$_registry_$eq(scala.collection.immutable.Map<K, V> x$1) 
- 
register
- 
getForKeypublic static scala.Option<V> getForKey(K key) 
- 
getForKeyCaseInsensitive
 
-