Class Http$

java.lang.Object
akka.http.javadsl.Http$
All Implemented Interfaces:
akka.actor.ExtensionId<Http>, akka.actor.ExtensionIdProvider

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

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    createExtension(akka.actor.ExtendedActorSystem system)
     
    get(akka.actor.ActorSystem system)
     
    get(akka.actor.ClassicActorSystemProvider system)
     
     

    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 Details

    • MODULE$

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

    • Http$

      public Http$()
  • Method Details

    • 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>