| Package | Description |
|---|---|
| io.grpc.channelz.v1 |
| Modifier and Type | Class and Description |
|---|---|
class |
Address
Address represents the address used to create the socket.
|
static class |
Address.Builder
Address represents the address used to create the socket.
|
| Modifier and Type | Method and Description |
|---|---|
AddressOrBuilder |
Socket.getLocalOrBuilder()
The locally bound address.
|
AddressOrBuilder |
Socket.Builder.getLocalOrBuilder()
The locally bound address.
|
AddressOrBuilder |
SocketOrBuilder.getLocalOrBuilder()
The locally bound address.
|
AddressOrBuilder |
Socket.getRemoteOrBuilder()
The remote bound address.
|
AddressOrBuilder |
Socket.Builder.getRemoteOrBuilder()
The remote bound address.
|
AddressOrBuilder |
SocketOrBuilder.getRemoteOrBuilder()
The remote bound address.
|