Class

org.http4s.blaze.http.http2.server

ServerPriorKnowledgeHandshaker

Related Doc: package server

Permalink

final class ServerPriorKnowledgeHandshaker extends PriorKnowledgeHandshaker[Unit]

Linear Supertypes
PriorKnowledgeHandshaker[Unit], TailStage[ByteBuffer], Tail[ByteBuffer], Stage, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ServerPriorKnowledgeHandshaker
  2. PriorKnowledgeHandshaker
  3. TailStage
  4. Tail
  5. Stage
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ServerPriorKnowledgeHandshaker(localSettings: ImmutableHttp2Settings, flowStrategy: FlowStrategy, nodeBuilder: (Int) ⇒ LeafBuilder[StreamFrame])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def channelRead(size: Int, timeout: Duration): Future[ByteBuffer]

    Permalink
    Definition Classes
    Tail
  6. final def channelWrite(data: Seq[ByteBuffer], timeout: Duration): Future[Unit]

    Permalink
    Definition Classes
    Tail
  7. def channelWrite(data: Seq[ByteBuffer]): Future[Unit]

    Permalink
    Definition Classes
    Tail
  8. final def channelWrite(data: ByteBuffer, timeout: Duration): Future[Unit]

    Permalink
    Definition Classes
    Tail
  9. def channelWrite(data: ByteBuffer): Future[Unit]

    Permalink
    Definition Classes
    Tail
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. final def closePipeline(cause: Option[Throwable]): Unit

    Permalink
    Definition Classes
    Tail → Stage
  12. implicit final def ec: ExecutionContext

    Permalink
    Attributes
    protected
    Definition Classes
    PriorKnowledgeHandshaker
  13. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def findOutboundStage[C <: Stage](clazz: Class[C]): Option[C]

    Permalink
    Definition Classes
    Tail
  17. final def findOutboundStage(name: String): Option[Stage]

    Permalink
    Definition Classes
    Tail
  18. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  19. def handlePreface(): Future[ByteBuffer]

    Permalink

    Handle the prior knowledge preface

    Handle the prior knowledge preface

    The preface is the magic string "PRI * HTTP/2.0\r\n\r\nSM\r\n\r\n" which is intended to cause HTTP/1.x connections to fail gracefully. For clients, this involves sending the magic string and for servers this consists of receiving the magic string. The return value of this function is any unconsumed inbound data.

    Attributes
    protected
    Definition Classes
    ServerPriorKnowledgeHandshakerPriorKnowledgeHandshaker
  20. final def handshake(): Future[Unit]

    Permalink

    Perform the HTTP/2 prior knowledge handshake

    Perform the HTTP/2 prior knowledge handshake

    Definition Classes
    PriorKnowledgeHandshaker
  21. def handshakeComplete(remoteSettings: MutableHttp2Settings, data: ByteBuffer): Future[Unit]

    Permalink

    Perform pipeline manipulations necessary upon successful handshaking

    Perform pipeline manipulations necessary upon successful handshaking

    Attributes
    protected
    Definition Classes
    ServerPriorKnowledgeHandshakerPriorKnowledgeHandshaker
  22. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  23. def inboundCommand(cmd: InboundCommand): Unit

    Permalink
    Definition Classes
    Stage
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. final val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    Stage
  26. def name: String

    Permalink
    Definition Classes
    PriorKnowledgeHandshaker → Stage
  27. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  28. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  29. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  30. final def replaceTail(leafBuilder: LeafBuilder[ByteBuffer], startup: Boolean): ServerPriorKnowledgeHandshaker.this.type

    Permalink
    Definition Classes
    Tail
  31. final def spliceBefore(stage: MidStage[ByteBuffer, ByteBuffer]): Unit

    Permalink
    Definition Classes
    Tail
  32. def stageShutdown(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Stage
  33. def stageStartup(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    ServerPriorKnowledgeHandshaker → Stage
  34. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  35. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  36. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from PriorKnowledgeHandshaker[Unit]

Inherited from TailStage[ByteBuffer]

Inherited from Tail[ByteBuffer]

Inherited from Stage

Inherited from AnyRef

Inherited from Any

Ungrouped