Class ServerEndpoint

  • All Implemented Interfaces:
    io.vertx.lang.rx.RxDelegate

    public class ServerEndpoint
    extends Object
    implements io.vertx.lang.rx.RxDelegate
    A physical server of an endpoint.

    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<ServerEndpoint> __TYPE_ARG
    • Constructor Detail

      • ServerEndpoint

        public ServerEndpoint​(Object delegate)
    • Method Detail

      • hashCode

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

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

        public String key()
        Returns:
        the node key for hashing strategies
      • address

        public SocketAddress address()
        Returns:
        the server socket address
      • newInteraction

        public ServerInteraction newInteraction()
        Initiate a request/response interaction with the endpoint represented by this node, the returned interaction gathers statistics.
        Returns:
        the request