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
originalnon 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 SocketAddressaddress()booleanequals(Object o)ServerEndpointgetDelegate()inthashCode()Stringkey()static ServerEndpointnewInstance(ServerEndpoint arg)ServerInteractionnewInteraction()Initiate a request/response interaction with the endpoint represented by this node, the returned interaction gathers statistics.StringtoString()
-
-
-
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:
getDelegatein 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)
-
-