Class ServerEndpoint
- java.lang.Object
-
- io.vertx.reactivex.core.net.endpoint.ServerEndpoint
-
- All Implemented Interfaces:
RxDelegate
public class ServerEndpoint extends Object implements 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 Summary
Fields Modifier and Type Field Description static TypeArg<ServerEndpoint>
__TYPE_ARG
-
Constructor Summary
Constructors Constructor Description ServerEndpoint(ServerEndpoint delegate)
ServerEndpoint(Object delegate)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description SocketAddress
address()
boolean
equals(Object o)
ServerEndpoint
getDelegate()
int
hashCode()
String
key()
static ServerEndpoint
newInstance(ServerEndpoint arg)
ServerInteraction
newInteraction()
Initiate a request/response interaction with the endpoint represented by this node, the returned interaction gathers statistics.String
toString()
-
-
-
Field Detail
-
__TYPE_ARG
public static final TypeArg<ServerEndpoint> __TYPE_ARG
-
-
Constructor Detail
-
ServerEndpoint
public ServerEndpoint(ServerEndpoint delegate)
-
ServerEndpoint
public ServerEndpoint(Object delegate)
-
-
Method Detail
-
getDelegate
public ServerEndpoint getDelegate()
- Specified by:
getDelegate
in interfaceRxDelegate
-
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
-
newInstance
public static ServerEndpoint newInstance(ServerEndpoint arg)
-
-