Class ServerEndpoint


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