Uses of Class
io.vertx.mutiny.core.net.SocketAddress
Packages that use SocketAddress
Package
Description
-
Uses of SocketAddress in io.vertx.mutiny.core.datagram
Methods in io.vertx.mutiny.core.datagram that return SocketAddress -
Uses of SocketAddress in io.vertx.mutiny.core.http
Methods in io.vertx.mutiny.core.http that return SocketAddressModifier and TypeMethodDescriptionClientWebSocket.localAddress()
HttpConnection.localAddress()
HttpConnection.localAddress
(boolean real) HttpServerRequest.localAddress()
ServerWebSocket.localAddress()
ServerWebSocketHandshake.localAddress()
WebSocket.localAddress()
WebSocketBase.localAddress()
ClientWebSocket.remoteAddress()
HttpConnection.remoteAddress()
HttpConnection.remoteAddress
(boolean real) HttpServerRequest.remoteAddress()
ServerWebSocket.remoteAddress()
ServerWebSocketHandshake.remoteAddress()
WebSocket.remoteAddress()
WebSocketBase.remoteAddress()
Methods in io.vertx.mutiny.core.http with parameters of type SocketAddressModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<HttpServer>
HttpServer.listen
(SocketAddress address) Tell the server to start listening on the given address supplying a handler that will be called when the server is actually listening (or has failed).HttpServer.listenAndAwait
(SocketAddress address) Blocking variant ofHttpServer.listen(io.vertx.mutiny.core.net.SocketAddress)
.HttpServer.listenAndForget
(SocketAddress address) Variant ofHttpServer.listen(io.vertx.mutiny.core.net.SocketAddress)
that ignores the result of the operation. -
Uses of SocketAddress in io.vertx.mutiny.core.net
Fields in io.vertx.mutiny.core.net with type parameters of type SocketAddressMethods in io.vertx.mutiny.core.net that return SocketAddressModifier and TypeMethodDescriptionstatic SocketAddress
SocketAddress.domainSocketAddress
(String path) static SocketAddress
SocketAddress.inetSocketAddress
(int port, String host) static SocketAddress
SocketAddress.inetSocketAddress
(InetSocketAddress address) NetSocket.localAddress()
NetSocket.localAddress
(boolean real) static SocketAddress
SocketAddress.newInstance
(io.vertx.core.net.SocketAddress arg) NetSocket.remoteAddress()
NetSocket.remoteAddress
(boolean real) static SocketAddress
SocketAddress.sharedRandomPort
(int id, String host) Methods in io.vertx.mutiny.core.net with parameters of type SocketAddressModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<NetSocket>
NetClient.connect
(SocketAddress remoteAddress) Open a connection to a server at the specificremoteAddress
.io.smallrye.mutiny.Uni<NetSocket>
NetClient.connect
(SocketAddress remoteAddress, String serverName) Open a connection to a server at the specificremoteAddress
.NetClient.connectAndAwait
(SocketAddress remoteAddress) Blocking variant ofNetClient.connect(io.vertx.mutiny.core.net.SocketAddress)
.NetClient.connectAndAwait
(SocketAddress remoteAddress, String serverName) Blocking variant ofNetClient.connect(io.vertx.mutiny.core.net.SocketAddress,String)
.NetClient.connectAndForget
(SocketAddress remoteAddress) Variant ofNetClient.connect(io.vertx.mutiny.core.net.SocketAddress)
that ignores the result of the operation.NetClient.connectAndForget
(SocketAddress remoteAddress, String serverName) Variant ofNetClient.connect(io.vertx.mutiny.core.net.SocketAddress,String)
that ignores the result of the operation.io.smallrye.mutiny.Uni<NetServer>
NetServer.listen
(SocketAddress localAddress) LikeNetServer.listen()
but providing a handler that will be notified when the server is listening, or fails.NetServer.listenAndAwait
(SocketAddress localAddress) Blocking variant ofNetServer.listen(io.vertx.mutiny.core.net.SocketAddress)
.NetServer.listenAndForget
(SocketAddress localAddress) Variant ofNetServer.listen(io.vertx.mutiny.core.net.SocketAddress)
that ignores the result of the operation. -
Uses of SocketAddress in io.vertx.mutiny.ext.web.client
Methods in io.vertx.mutiny.ext.web.client with parameters of type SocketAddressModifier and TypeMethodDescriptionWebClient.request
(io.vertx.core.http.HttpMethod method, SocketAddress serverAddress, int port, String host, UriTemplate requestURI) WebClient.request
(io.vertx.core.http.HttpMethod method, SocketAddress serverAddress, int port, String host, String requestURI) WebClient.request
(io.vertx.core.http.HttpMethod method, SocketAddress serverAddress, io.vertx.core.http.RequestOptions options) WebClient.request
(io.vertx.core.http.HttpMethod method, SocketAddress serverAddress, UriTemplate requestURI) WebClient.request
(io.vertx.core.http.HttpMethod method, SocketAddress serverAddress, String requestURI) WebClient.request
(io.vertx.core.http.HttpMethod method, SocketAddress serverAddress, String host, UriTemplate requestURI) WebClient.request
(io.vertx.core.http.HttpMethod method, SocketAddress serverAddress, String host, String requestURI) WebClient.requestAbs
(io.vertx.core.http.HttpMethod method, SocketAddress serverAddress, UriTemplate absoluteURI) WebClient.requestAbs
(io.vertx.core.http.HttpMethod method, SocketAddress serverAddress, String absoluteURI) -
Uses of SocketAddress in io.vertx.mutiny.ext.web.handler.sockjs
Methods in io.vertx.mutiny.ext.web.handler.sockjs that return SocketAddress -
Uses of SocketAddress in io.vertx.mutiny.httpproxy
Methods in io.vertx.mutiny.httpproxy with parameters of type SocketAddressMethod parameters in io.vertx.mutiny.httpproxy with type arguments of type SocketAddressModifier and TypeMethodDescriptionHttpProxy.originSelector
(Function<HttpServerRequest, io.smallrye.mutiny.Uni<SocketAddress>> selector) -
Uses of SocketAddress in io.vertx.mutiny.mqtt
Methods in io.vertx.mutiny.mqtt that return SocketAddress