c

vertices.core

VertxHttpConnectionOps

implicit final class VertxHttpConnectionOps extends AnyVal

Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. VertxHttpConnectionOps
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new VertxHttpConnectionOps(target: HttpConnection)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##(): Int
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  6. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  7. def pingL(data: Buffer): Task[Buffer]

    Send a PING frame to the remote endpoint.

    Send a PING frame to the remote endpoint.

    This is not implemented for HTTP/1.x.

    data

    the 8 bytes data of the frame

    returns

    a reference to this, so the API can be used fluently

  8. val target: HttpConnection
  9. def toString(): String
    Definition Classes
    Any
  10. def updateSettingsL(settings: Http2Settings): Task[Unit]

    Send to the remote endpoint an update of this endpoint settings

    Send to the remote endpoint an update of this endpoint settings

    The completionHandler will be notified when the remote endpoint has acknowledged the settings.

    This is not implemented for HTTP/1.x.

    settings

    the new settings

    returns

    a reference to this, so the API can be used fluently

Inherited from AnyVal

Inherited from Any

Ungrouped