implicit final class VertxHttpConnectionOps extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- VertxHttpConnectionOps
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new VertxHttpConnectionOps(target: HttpConnection)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
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
- val target: HttpConnection
-
def
toString(): String
- Definition Classes
- Any
-
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