Package akka.http.scaladsl.model
Class HttpProtocols$
- java.lang.Object
-
- akka.http.scaladsl.model.HttpProtocols$
-
- All Implemented Interfaces:
ObjectRegistry<java.lang.String,HttpProtocol>
public class HttpProtocols$ extends java.lang.Object implements ObjectRegistry<java.lang.String,HttpProtocol>
-
-
Field Summary
Fields Modifier and Type Field Description static HttpProtocols$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description HttpProtocols$()
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface akka.http.impl.util.ObjectRegistry
getForKey, getForKeyCaseInsensitive, register
-
-
-
-
Field Detail
-
MODULE$
public static final HttpProtocols$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-