Class ServerInteraction

java.lang.Object
io.vertx.reactivex.core.net.endpoint.ServerInteraction
All Implemented Interfaces:
io.vertx.lang.rx.RxDelegate

public class ServerInteraction extends Object implements io.vertx.lang.rx.RxDelegate
Request interaction with an endpoint, mostly callbacks to gather statistics.

NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.

  • Field Details

    • __TYPE_ARG

      public static final io.vertx.lang.rx.TypeArg<ServerInteraction> __TYPE_ARG
  • Constructor Details

    • ServerInteraction

      public ServerInteraction(ServerInteraction delegate)
    • ServerInteraction

      public ServerInteraction(Object delegate)
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • getDelegate

      public ServerInteraction getDelegate()
      Specified by:
      getDelegate in interface io.vertx.lang.rx.RxDelegate
    • reportFailure

      public void reportFailure(Throwable failure)
      Report a failure.
      Parameters:
      failure - the failure to report
    • reportRequestBegin

      public void reportRequestBegin()
      The request has begun.
    • reportRequestEnd

      public void reportRequestEnd()
      The request has ended.
    • reportResponseBegin

      public void reportResponseBegin()
      The response has begun.
    • reportResponseEnd

      public void reportResponseEnd()
      The request has ended.
    • newInstance

      public static ServerInteraction newInstance(ServerInteraction arg)