Uses of Class
io.grpc.alts.internal.StartServerHandshakeReq.Builder
Packages that use StartServerHandshakeReq.Builder
-
Uses of StartServerHandshakeReq.Builder in io.grpc.alts.internal
Fields in io.grpc.alts.internal with type parameters of type StartServerHandshakeReq.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<StartServerHandshakeReq, StartServerHandshakeReq.Builder, StartServerHandshakeReqOrBuilder> HandshakerReq.Builder.serverStartBuilder_
Methods in io.grpc.alts.internal that return StartServerHandshakeReq.BuilderModifier and TypeMethodDescriptionStartServerHandshakeReq.Builder.addAllApplicationProtocols
(Iterable<String> values) The application protocols supported by the server, e.g., "h2" (for http2), "grpc".StartServerHandshakeReq.Builder.addApplicationProtocols
(String value) The application protocols supported by the server, e.g., "h2" (for http2), "grpc".StartServerHandshakeReq.Builder.addApplicationProtocolsBytes
(com.google.protobuf.ByteString value) The application protocols supported by the server, e.g., "h2" (for http2), "grpc".StartServerHandshakeReq.Builder.clear()
StartServerHandshakeReq.Builder.clearApplicationProtocols()
The application protocols supported by the server, e.g., "h2" (for http2), "grpc".StartServerHandshakeReq.Builder.clearHandshakeParameters()
StartServerHandshakeReq.Builder.clearInBytes()
Bytes in out_frames returned from the peer's HandshakerResp.StartServerHandshakeReq.Builder.clearLocalEndpoint()
(Optional) Local endpoint information of the connection to the client, such as local IP address, port number, and network protocol.StartServerHandshakeReq.Builder.clearMaxFrameSize()
(Optional) Maximum frame size supported by the server.StartServerHandshakeReq.Builder.clearRemoteEndpoint()
(Optional) Endpoint information of the remote client, such as IP address, port number, and network protocol.StartServerHandshakeReq.Builder.clearRpcVersions()
(Optional) RPC protocol versions supported by the server.HandshakerReq.Builder.getServerStartBuilder()
The start server handshake request message.StartServerHandshakeReq.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) StartServerHandshakeReq.Builder.mergeFrom
(com.google.protobuf.Message other) StartServerHandshakeReq.Builder.mergeFrom
(StartServerHandshakeReq other) StartServerHandshakeReq.Builder.mergeLocalEndpoint
(Endpoint value) (Optional) Local endpoint information of the connection to the client, such as local IP address, port number, and network protocol.StartServerHandshakeReq.Builder.mergeRemoteEndpoint
(Endpoint value) (Optional) Endpoint information of the remote client, such as IP address, port number, and network protocol.StartServerHandshakeReq.Builder.mergeRpcVersions
(RpcProtocolVersions value) (Optional) RPC protocol versions supported by the server.StartServerHandshakeReq.newBuilder()
StartServerHandshakeReq.newBuilder
(StartServerHandshakeReq prototype) StartServerHandshakeReq.newBuilderForType()
protected StartServerHandshakeReq.Builder
StartServerHandshakeReq.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) StartServerHandshakeReq.Builder.putAllHandshakeParameters
(Map<Integer, ServerHandshakeParameters> values) Handshake parameters (record protocols and local identities supported by the server) mapped by the handshake protocol.StartServerHandshakeReq.Builder.putHandshakeParameters
(int key, ServerHandshakeParameters value) Handshake parameters (record protocols and local identities supported by the server) mapped by the handshake protocol.StartServerHandshakeReq.Builder.removeHandshakeParameters
(int key) Handshake parameters (record protocols and local identities supported by the server) mapped by the handshake protocol.StartServerHandshakeReq.Builder.setApplicationProtocols
(int index, String value) The application protocols supported by the server, e.g., "h2" (for http2), "grpc".StartServerHandshakeReq.Builder.setInBytes
(com.google.protobuf.ByteString value) Bytes in out_frames returned from the peer's HandshakerResp.StartServerHandshakeReq.Builder.setLocalEndpoint
(Endpoint value) (Optional) Local endpoint information of the connection to the client, such as local IP address, port number, and network protocol.StartServerHandshakeReq.Builder.setLocalEndpoint
(Endpoint.Builder builderForValue) (Optional) Local endpoint information of the connection to the client, such as local IP address, port number, and network protocol.StartServerHandshakeReq.Builder.setMaxFrameSize
(int value) (Optional) Maximum frame size supported by the server.StartServerHandshakeReq.Builder.setRemoteEndpoint
(Endpoint value) (Optional) Endpoint information of the remote client, such as IP address, port number, and network protocol.StartServerHandshakeReq.Builder.setRemoteEndpoint
(Endpoint.Builder builderForValue) (Optional) Endpoint information of the remote client, such as IP address, port number, and network protocol.StartServerHandshakeReq.Builder.setRpcVersions
(RpcProtocolVersions value) (Optional) RPC protocol versions supported by the server.StartServerHandshakeReq.Builder.setRpcVersions
(RpcProtocolVersions.Builder builderForValue) (Optional) RPC protocol versions supported by the server.StartServerHandshakeReq.toBuilder()
Methods in io.grpc.alts.internal that return types with arguments of type StartServerHandshakeReq.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder
<StartServerHandshakeReq, StartServerHandshakeReq.Builder, StartServerHandshakeReqOrBuilder> HandshakerReq.Builder.internalGetServerStartFieldBuilder()
The start server handshake request message.Methods in io.grpc.alts.internal with parameters of type StartServerHandshakeReq.BuilderModifier and TypeMethodDescriptionHandshakerReq.Builder.setServerStart
(StartServerHandshakeReq.Builder builderForValue) The start server handshake request message.