Class HttpMethods


  • public class HttpMethods
    extends java.lang.Object
    • Constructor Detail

      • HttpMethods

        public HttpMethods()
    • Method Detail

      • getForKeyCaseInsensitive

        public static scala.Option<HttpMethod> getForKeyCaseInsensitive​(java.lang.String key,
                                                                        scala.$less$colon$less<java.lang.String,​java.lang.String> conv)
      • 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)