Uses of Class
io.grpc.channelz.v1.Socket.Builder
Packages that use Socket.Builder
-
Uses of Socket.Builder in io.grpc.channelz.v1
Fields in io.grpc.channelz.v1 with type parameters of type Socket.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<Socket, Socket.Builder, SocketOrBuilder> GetSocketResponse.Builder.socketBuilder_
Methods in io.grpc.channelz.v1 that return Socket.BuilderModifier and TypeMethodDescriptionSocket.Builder.clear()
Socket.Builder.clearData()
Data specific to this Socket.Socket.Builder.clearLocal()
The locally bound address.Socket.Builder.clearRef()
The identifier for the Socket.Socket.Builder.clearRemote()
The remote bound address.Socket.Builder.clearRemoteName()
Optional, represents the name of the remote endpoint, if different than the original target name.Socket.Builder.clearSecurity()
Security details for this socket.GetSocketResponse.Builder.getSocketBuilder()
The Socket that corresponds to the requested socket_id.Socket.Builder.mergeData
(SocketData value) Data specific to this Socket.Socket.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Socket.Builder.mergeFrom
(com.google.protobuf.Message other) Socket.Builder.mergeLocal
(Address value) The locally bound address.The identifier for the Socket.Socket.Builder.mergeRemote
(Address value) The remote bound address.Socket.Builder.mergeSecurity
(Security value) Security details for this socket.static Socket.Builder
Socket.newBuilder()
static Socket.Builder
Socket.newBuilder
(Socket prototype) Socket.newBuilderForType()
protected Socket.Builder
Socket.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) Socket.Builder.setData
(SocketData value) Data specific to this Socket.Socket.Builder.setData
(SocketData.Builder builderForValue) Data specific to this Socket.The locally bound address.Socket.Builder.setLocal
(Address.Builder builderForValue) The locally bound address.The identifier for the Socket.Socket.Builder.setRef
(SocketRef.Builder builderForValue) The identifier for the Socket.The remote bound address.Socket.Builder.setRemote
(Address.Builder builderForValue) The remote bound address.Socket.Builder.setRemoteName
(String value) Optional, represents the name of the remote endpoint, if different than the original target name.Socket.Builder.setRemoteNameBytes
(com.google.protobuf.ByteString value) Optional, represents the name of the remote endpoint, if different than the original target name.Socket.Builder.setSecurity
(Security value) Security details for this socket.Socket.Builder.setSecurity
(Security.Builder builderForValue) Security details for this socket.Socket.toBuilder()
Methods in io.grpc.channelz.v1 that return types with arguments of type Socket.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder
<Socket, Socket.Builder, SocketOrBuilder> GetSocketResponse.Builder.internalGetSocketFieldBuilder()
The Socket that corresponds to the requested socket_id.Methods in io.grpc.channelz.v1 with parameters of type Socket.BuilderModifier and TypeMethodDescriptionGetSocketResponse.Builder.setSocket
(Socket.Builder builderForValue) The Socket that corresponds to the requested socket_id.