Class Http$

  • All Implemented Interfaces:
    akka.actor.ExtensionId<Http>, akka.actor.ExtensionIdProvider

    public class Http$
    extends java.lang.Object
    implements akka.actor.ExtensionId<Http>, akka.actor.ExtensionIdProvider
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static Http$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Constructor Summary

      Constructors 
      Constructor Description
      Http$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Http createExtension​(akka.actor.ExtendedActorSystem system)  
      Http get​(akka.actor.ActorSystem system)  
      Http get​(akka.actor.ClassicActorSystemProvider system)  
      Http$ lookup()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface akka.actor.ExtensionId

        apply, apply, equals, hashCode
    • Field Detail

      • MODULE$

        public static final Http$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • Http$

        public Http$()
    • Method Detail

      • get

        public Http get​(akka.actor.ActorSystem system)
        Specified by:
        get in interface akka.actor.ExtensionId<Http>
      • get

        public Http get​(akka.actor.ClassicActorSystemProvider system)
        Specified by:
        get in interface akka.actor.ExtensionId<Http>
      • lookup

        public Http$ lookup()
        Specified by:
        lookup in interface akka.actor.ExtensionIdProvider
      • createExtension

        public Http createExtension​(akka.actor.ExtendedActorSystem system)
        Specified by:
        createExtension in interface akka.actor.ExtensionId<Http>