Uses of Class
io.vertx.reactivex.core.net.SocketAddress
-
-
Uses of SocketAddress in io.vertx.reactivex.core.datagram
Methods in io.vertx.reactivex.core.datagram that return SocketAddress Modifier and Type Method Description SocketAddressDatagramSocket. localAddress()Return theSocketAddressto which thisDatagramSocketis bound.SocketAddressDatagramPacket. sender()Returns theSocketAddressof the sender that sent thisDatagramPacket. -
Uses of SocketAddress in io.vertx.reactivex.core.http
Methods in io.vertx.reactivex.core.http that return SocketAddress Modifier and Type Method Description SocketAddressHttpConnection. localAddress()SocketAddressHttpConnection. localAddress(boolean real)SocketAddressHttpServerRequest. localAddress()SocketAddressServerWebSocket. localAddress()SocketAddressWebSocket. localAddress()SocketAddressWebSocketBase. localAddress()SocketAddressHttpConnection. remoteAddress()SocketAddressHttpConnection. remoteAddress(boolean real)SocketAddressHttpServerRequest. remoteAddress()SocketAddressServerWebSocket. remoteAddress()SocketAddressWebSocket. remoteAddress()SocketAddressWebSocketBase. remoteAddress()Methods in io.vertx.reactivex.core.http with parameters of type SocketAddress Modifier and Type Method Description HttpServerHttpServer. 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).HttpServerHttpServer. listen(SocketAddress address, Handler<AsyncResult<HttpServer>> listenHandler)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).io.reactivex.Single<HttpServer>HttpServer. rxListen(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). -
Uses of SocketAddress in io.vertx.reactivex.core.net
Fields in io.vertx.reactivex.core.net with type parameters of type SocketAddress Modifier and Type Field Description static TypeArg<SocketAddress>SocketAddress. __TYPE_ARGMethods in io.vertx.reactivex.core.net that return SocketAddress Modifier and Type Method Description static SocketAddressSocketAddress. domainSocketAddress(String path)Create a domain socket address from apath.static SocketAddressSocketAddress. inetSocketAddress(int port, String host)Create an inet socket address,hostmust be nonnullandportmust be between0and65536.static SocketAddressSocketAddress. inetSocketAddress(InetSocketAddress address)Create a inet socket address from a Java .SocketAddressNetSocket. localAddress()SocketAddressNetSocket. localAddress(boolean real)static SocketAddressSocketAddress. newInstance(SocketAddress arg)SocketAddressNetSocket. remoteAddress()SocketAddressNetSocket. remoteAddress(boolean real)static SocketAddressSocketAddress. sharedRandomPort(int id, String host)Create an inet socket address that binds to a shared random port identified byid.Methods in io.vertx.reactivex.core.net with parameters of type SocketAddress Modifier and Type Method Description NetClientNetClient. connect(SocketAddress remoteAddress)Open a connection to a server at the specificremoteAddress.NetClientNetClient. connect(SocketAddress remoteAddress, Handler<AsyncResult<NetSocket>> connectHandler)Open a connection to a server at the specificremoteAddress.NetClientNetClient. connect(SocketAddress remoteAddress, String serverName)Open a connection to a server at the specificremoteAddress.NetClientNetClient. connect(SocketAddress remoteAddress, String serverName, Handler<AsyncResult<NetSocket>> connectHandler)Open a connection to a server at the specificremoteAddress.NetServerNetServer. listen(SocketAddress localAddress)LikeNetServer.listen(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.core.net.NetServer>>)but providing a handler that will be notified when the server is listening, or fails.NetServerNetServer. listen(SocketAddress localAddress, Handler<AsyncResult<NetServer>> listenHandler)LikeNetServer.listen(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.core.net.NetServer>>)but providing a handler that will be notified when the server is listening, or fails.io.reactivex.Single<NetSocket>NetClient. rxConnect(SocketAddress remoteAddress)Open a connection to a server at the specificremoteAddress.io.reactivex.Single<NetSocket>NetClient. rxConnect(SocketAddress remoteAddress, String serverName)Open a connection to a server at the specificremoteAddress.io.reactivex.Single<NetServer>NetServer. rxListen(SocketAddress localAddress)LikeNetServer.listen(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.core.net.NetServer>>)but providing a handler that will be notified when the server is listening, or fails. -
Uses of SocketAddress in io.vertx.reactivex.ext.web.client
Methods in io.vertx.reactivex.ext.web.client with parameters of type SocketAddress Modifier and Type Method Description HttpRequest<Buffer>WebClient. request(HttpMethod method, SocketAddress serverAddress, int port, String host, UriTemplate requestURI)LikeWebClient.request(io.vertx.core.http.HttpMethod, int, java.lang.String, java.lang.String)using theserverAddressparameter to connect to the server instead of theportandhostparameters.HttpRequest<Buffer>WebClient. request(HttpMethod method, SocketAddress serverAddress, int port, String host, String requestURI)LikeWebClient.request(io.vertx.core.http.HttpMethod, int, java.lang.String, java.lang.String)using theserverAddressparameter to connect to the server instead of theportandhostparameters.HttpRequest<Buffer>WebClient. request(HttpMethod method, SocketAddress serverAddress, RequestOptions options)LikeWebClient.request(io.vertx.core.http.HttpMethod, int, java.lang.String, java.lang.String)using theserverAddressparameter to connect to the server instead of theoptionsparameter.HttpRequest<Buffer>WebClient. request(HttpMethod method, SocketAddress serverAddress, UriTemplate requestURI)LikeWebClient.request(io.vertx.core.http.HttpMethod, int, java.lang.String, java.lang.String)using theserverAddressparameter to connect to the server instead of the default port and default host.HttpRequest<Buffer>WebClient. request(HttpMethod method, SocketAddress serverAddress, String requestURI)LikeWebClient.request(io.vertx.core.http.HttpMethod, int, java.lang.String, java.lang.String)using theserverAddressparameter to connect to the server instead of the default port and default host.HttpRequest<Buffer>WebClient. request(HttpMethod method, SocketAddress serverAddress, String host, UriTemplate requestURI)LikeWebClient.request(io.vertx.core.http.HttpMethod, int, java.lang.String, java.lang.String)using theserverAddressparameter to connect to the server instead of the default port andhostparameter.HttpRequest<Buffer>WebClient. request(HttpMethod method, SocketAddress serverAddress, String host, String requestURI)LikeWebClient.request(io.vertx.core.http.HttpMethod, int, java.lang.String, java.lang.String)using theserverAddressparameter to connect to the server instead of the default port andhostparameter.HttpRequest<Buffer>WebClient. requestAbs(HttpMethod method, SocketAddress serverAddress, UriTemplate absoluteURI)LikeWebClient.requestAbs(io.vertx.core.http.HttpMethod, java.lang.String)using theserverAddressparameter to connect to the server instead of theabsoluteURIparameter.HttpRequest<Buffer>WebClient. requestAbs(HttpMethod method, SocketAddress serverAddress, String absoluteURI)LikeWebClient.requestAbs(io.vertx.core.http.HttpMethod, java.lang.String)using theserverAddressparameter to connect to the server instead of theabsoluteURIparameter. -
Uses of SocketAddress in io.vertx.reactivex.ext.web.handler.sockjs
Methods in io.vertx.reactivex.ext.web.handler.sockjs that return SocketAddress Modifier and Type Method Description SocketAddressSockJSSocket. localAddress()Return the local address for this socketSocketAddressSockJSSocket. remoteAddress()Return the remote address for this socket -
Uses of SocketAddress in io.vertx.reactivex.grpc.client
Methods in io.vertx.reactivex.grpc.client with parameters of type SocketAddress Modifier and Type Method Description <Req,Resp,T>
Future<T>GrpcClient. call(SocketAddress server, io.grpc.MethodDescriptor<Req,Resp> service, Handler<GrpcClientRequest<Req,Resp>> requestHandler, io.reactivex.functions.Function<GrpcClientResponse<Req,Resp>,io.reactivex.Single<T>> resultFn)Call theservicegRPC service hosted byserver.<Req,Resp,T>
Future<T>GrpcClient. call(SocketAddress server, io.grpc.MethodDescriptor<Req,Resp> service, Handler<GrpcClientRequest<Req,Resp>> requestHandler, Function<GrpcClientResponse<Req,Resp>,Future<T>> resultFn)Call theservicegRPC service hosted byserver.Future<GrpcClientRequest<Buffer,Buffer>>GrpcClient. request(SocketAddress server)Connect to the remoteserverand create a request for any hosted gRPC service.<Req,Resp>
Future<GrpcClientRequest<Req,Resp>>GrpcClient. request(SocketAddress server, io.grpc.MethodDescriptor<Req,Resp> service)Connect to the remoteserverand create a request for givenmethodof a hosted gRPC service.<Req,Resp,T>
io.reactivex.Single<T>GrpcClient. rxCall(SocketAddress server, io.grpc.MethodDescriptor<Req,Resp> service, Handler<GrpcClientRequest<Req,Resp>> requestHandler, io.reactivex.functions.Function<GrpcClientResponse<Req,Resp>,io.reactivex.Single<T>> resultFn)Call theservicegRPC service hosted byserver.<Req,Resp,T>
io.reactivex.Single<T>GrpcClient. rxCall(SocketAddress server, io.grpc.MethodDescriptor<Req,Resp> service, Handler<GrpcClientRequest<Req,Resp>> requestHandler, Function<GrpcClientResponse<Req,Resp>,Future<T>> resultFn)Call theservicegRPC service hosted byserver.io.reactivex.Single<GrpcClientRequest<Buffer,Buffer>>GrpcClient. rxRequest(SocketAddress server)Connect to the remoteserverand create a request for any hosted gRPC service.<Req,Resp>
io.reactivex.Single<GrpcClientRequest<Req,Resp>>GrpcClient. rxRequest(SocketAddress server, io.grpc.MethodDescriptor<Req,Resp> service)Connect to the remoteserverand create a request for givenmethodof a hosted gRPC service. -
Uses of SocketAddress in io.vertx.reactivex.mqtt
Methods in io.vertx.reactivex.mqtt that return SocketAddress Modifier and Type Method Description SocketAddressMqttEndpoint. localAddress()SocketAddressMqttEndpoint. remoteAddress()
-