Class ServerEndpoint
- java.lang.Object
-
- io.vertx.rxjava3.core.net.endpoint.ServerEndpoint
-
-
Field Summary
Fields Modifier and Type Field Description static io.vertx.lang.rx.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 io.vertx.lang.rx.TypeArg<ServerEndpoint> __TYPE_ARG
-
-
Constructor Detail
-
ServerEndpoint
public ServerEndpoint(ServerEndpoint delegate)
-
ServerEndpoint
public ServerEndpoint(Object delegate)
-
-
Method Detail
-
getDelegate
public ServerEndpoint getDelegate()
-
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)
-
-