Class ServerEndpoint
java.lang.Object
io.vertx.mutiny.core.net.endpoint.ServerEndpoint
- All Implemented Interfaces:
MutinyDelegate
A physical server of an endpoint.
NOTE: This class has been automatically generated from the original non Mutiny-ified interface.
- Author:
- Julien Viet
- See Also:
-
ServerEndpoint
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionServerEndpoint(io.vertx.core.net.endpoint.ServerEndpoint delegate) Create a new instance ofServerEndpointdelegating to the given (non-null) instance ofServerEndpoint.ServerEndpoint(Object delegate) -
Method Summary
Modifier and TypeMethodDescriptionio.vertx.core.net.SocketAddressaddress()booleanio.vertx.core.net.endpoint.ServerEndpointGet the delegate instance.inthashCode()key()static ServerEndpointnewInstance(io.vertx.core.net.endpoint.ServerEndpoint delegate) Creates a new instance of theServerEndpoint.Initiate a request/response interaction with the endpoint represented by this node, the returned interaction gathers statistics.toString()
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
ServerEndpoint
public ServerEndpoint(io.vertx.core.net.endpoint.ServerEndpoint delegate) Create a new instance ofServerEndpointdelegating to the given (non-null) instance ofServerEndpoint. -
ServerEndpoint
-
-
Method Details
-
getDelegate
public io.vertx.core.net.endpoint.ServerEndpoint getDelegate()Get the delegate instance.This method returns the instance on which this shim is delegating the calls. And so, give you access to the bare API.
- Specified by:
getDelegatein interfaceMutinyDelegate- Returns:
- the delegate instance
-
key
- Returns:
- the node key for hashing strategies
-
address
public io.vertx.core.net.SocketAddress address()- Returns:
- the server socket address
-
protocolId
- Returns:
- the server protocol id, optional it can be null
-
newInteraction
Initiate a request/response interaction with the endpoint represented by this node, the returned interaction gathers statistics.- Returns:
- the request
-
newInstance
Creates a new instance of theServerEndpoint. -
hashCode
public int hashCode() -
equals
-
toString
-