Package | Description |
---|---|
io.vertx.rxjava.core.datagram | |
io.vertx.rxjava.core.http | |
io.vertx.rxjava.core.net | |
io.vertx.rxjava.ext.web.handler.sockjs |
Modifier and Type | Method and Description |
---|---|
SocketAddress |
DatagramSocket.localAddress()
Return the
SocketAddress to which
this DatagramSocket is bound. |
SocketAddress |
DatagramPacket.sender()
Returns the
SocketAddress of the sender that sent
this DatagramPacket . |
Modifier and Type | Method and Description |
---|---|
SocketAddress |
HttpServerRequest.localAddress() |
SocketAddress |
ServerWebSocket.localAddress() |
SocketAddress |
WebSocket.localAddress() |
SocketAddress |
WebSocketBase.localAddress() |
SocketAddress |
HttpServerRequest.remoteAddress() |
SocketAddress |
ServerWebSocket.remoteAddress() |
SocketAddress |
WebSocket.remoteAddress() |
SocketAddress |
WebSocketBase.remoteAddress() |
Modifier and Type | Method and Description |
---|---|
SocketAddress |
NetSocket.localAddress() |
static SocketAddress |
SocketAddress.newInstance(SocketAddress arg) |
SocketAddress |
NetSocket.remoteAddress() |
Modifier and Type | Method and Description |
---|---|
SocketAddress |
SockJSSocket.localAddress()
Return the local address for this socket
|
SocketAddress |
SockJSSocket.remoteAddress()
Return the remote address for this socket
|
Copyright © 2015. All Rights Reserved.