Class ServerInteraction


  • public class ServerInteraction
    extends Object
    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 Detail

      • __TYPE_ARG

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

      • ServerInteraction

        public ServerInteraction​(Object delegate)
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • 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.