public interface SocketOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
SocketData |
getData()
Data specific to this Socket.
|
SocketDataOrBuilder |
getDataOrBuilder()
Data specific to this Socket.
|
Address |
getLocal()
The locally bound address.
|
AddressOrBuilder |
getLocalOrBuilder()
The locally bound address.
|
SocketRef |
getRef()
The identifier for the Socket.
|
SocketRefOrBuilder |
getRefOrBuilder()
The identifier for the Socket.
|
Address |
getRemote()
The remote bound address.
|
String |
getRemoteName()
Optional, represents the name of the remote endpoint, if different than
the original target name.
|
ByteString |
getRemoteNameBytes()
Optional, represents the name of the remote endpoint, if different than
the original target name.
|
AddressOrBuilder |
getRemoteOrBuilder()
The remote bound address.
|
Security |
getSecurity()
Security details for this socket.
|
SecurityOrBuilder |
getSecurityOrBuilder()
Security details for this socket.
|
boolean |
hasData()
Data specific to this Socket.
|
boolean |
hasLocal()
The locally bound address.
|
boolean |
hasRef()
The identifier for the Socket.
|
boolean |
hasRemote()
The remote bound address.
|
boolean |
hasSecurity()
Security details for this socket.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedboolean hasRef()
The identifier for the Socket.
.grpc.channelz.v1.SocketRef ref = 1;SocketRef getRef()
The identifier for the Socket.
.grpc.channelz.v1.SocketRef ref = 1;SocketRefOrBuilder getRefOrBuilder()
The identifier for the Socket.
.grpc.channelz.v1.SocketRef ref = 1;boolean hasData()
Data specific to this Socket.
.grpc.channelz.v1.SocketData data = 2;SocketData getData()
Data specific to this Socket.
.grpc.channelz.v1.SocketData data = 2;SocketDataOrBuilder getDataOrBuilder()
Data specific to this Socket.
.grpc.channelz.v1.SocketData data = 2;boolean hasLocal()
The locally bound address.
.grpc.channelz.v1.Address local = 3;Address getLocal()
The locally bound address.
.grpc.channelz.v1.Address local = 3;AddressOrBuilder getLocalOrBuilder()
The locally bound address.
.grpc.channelz.v1.Address local = 3;boolean hasRemote()
The remote bound address. May be absent.
.grpc.channelz.v1.Address remote = 4;Address getRemote()
The remote bound address. May be absent.
.grpc.channelz.v1.Address remote = 4;AddressOrBuilder getRemoteOrBuilder()
The remote bound address. May be absent.
.grpc.channelz.v1.Address remote = 4;boolean hasSecurity()
Security details for this socket. May be absent if not available, or there is no security on the socket.
.grpc.channelz.v1.Security security = 5;Security getSecurity()
Security details for this socket. May be absent if not available, or there is no security on the socket.
.grpc.channelz.v1.Security security = 5;SecurityOrBuilder getSecurityOrBuilder()
Security details for this socket. May be absent if not available, or there is no security on the socket.
.grpc.channelz.v1.Security security = 5;String getRemoteName()
Optional, represents the name of the remote endpoint, if different than the original target name.
string remote_name = 6;ByteString getRemoteNameBytes()
Optional, represents the name of the remote endpoint, if different than the original target name.
string remote_name = 6;