Class Http$

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

public class Http$ extends Object implements org.apache.pekko.actor.ExtensionId<Http>, org.apache.pekko.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(org.apache.pekko.actor.ExtendedActorSystem system)
     
    get(org.apache.pekko.actor.ActorSystem system)
     
    get(org.apache.pekko.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 org.apache.pekko.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(org.apache.pekko.actor.ActorSystem system)
      Specified by:
      get in interface org.apache.pekko.actor.ExtensionId<Http>
    • get

      public Http get(org.apache.pekko.actor.ClassicActorSystemProvider system)
      Specified by:
      get in interface org.apache.pekko.actor.ExtensionId<Http>
    • lookup

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

      public Http createExtension(org.apache.pekko.actor.ExtendedActorSystem system)
      Specified by:
      createExtension in interface org.apache.pekko.actor.ExtensionId<Http>