Package io.grpc.alts.internal
Class StartServerHandshakeReq
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessage
-
- io.grpc.alts.internal.StartServerHandshakeReq
-
- All Implemented Interfaces:
com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,StartServerHandshakeReqOrBuilder
,java.io.Serializable
public final class StartServerHandshakeReq extends com.google.protobuf.GeneratedMessage implements StartServerHandshakeReqOrBuilder
Protobuf typegrpc.gcp.StartServerHandshakeReq
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
StartServerHandshakeReq.Builder
Protobuf typegrpc.gcp.StartServerHandshakeReq
private static class
StartServerHandshakeReq.HandshakeParametersDefaultEntryHolder
-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessage
com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingT extends com.google.protobuf.Message,T extends java.lang.Object>, com.google.protobuf.GeneratedMessage.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static int
APPLICATION_PROTOCOLS_FIELD_NUMBER
private com.google.protobuf.LazyStringArrayList
applicationProtocols_
private int
bitField0_
private static StartServerHandshakeReq
DEFAULT_INSTANCE
static int
HANDSHAKE_PARAMETERS_FIELD_NUMBER
private com.google.protobuf.MapField<java.lang.Integer,ServerHandshakeParameters>
handshakeParameters_
static int
IN_BYTES_FIELD_NUMBER
private com.google.protobuf.ByteString
inBytes_
static int
LOCAL_ENDPOINT_FIELD_NUMBER
private Endpoint
localEndpoint_
static int
MAX_FRAME_SIZE_FIELD_NUMBER
private int
maxFrameSize_
private byte
memoizedIsInitialized
private static com.google.protobuf.Parser<StartServerHandshakeReq>
PARSER
static int
REMOTE_ENDPOINT_FIELD_NUMBER
private Endpoint
remoteEndpoint_
static int
RPC_VERSIONS_FIELD_NUMBER
private RpcProtocolVersions
rpcVersions_
private static long
serialVersionUID
-
Constructor Summary
Constructors Modifier Constructor Description private
StartServerHandshakeReq()
private
StartServerHandshakeReq(com.google.protobuf.GeneratedMessage.Builder<?> builder)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
containsHandshakeParameters(int key)
Handshake parameters (record protocols and local identities supported by the server) mapped by the handshake protocol.boolean
equals(java.lang.Object obj)
java.lang.String
getApplicationProtocols(int index)
The application protocols supported by the server, e.g., "h2" (for http2), "grpc".com.google.protobuf.ByteString
getApplicationProtocolsBytes(int index)
The application protocols supported by the server, e.g., "h2" (for http2), "grpc".int
getApplicationProtocolsCount()
The application protocols supported by the server, e.g., "h2" (for http2), "grpc".com.google.protobuf.ProtocolStringList
getApplicationProtocolsList()
The application protocols supported by the server, e.g., "h2" (for http2), "grpc".static StartServerHandshakeReq
getDefaultInstance()
StartServerHandshakeReq
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
java.util.Map<java.lang.Integer,ServerHandshakeParameters>
getHandshakeParameters()
Deprecated.int
getHandshakeParametersCount()
Handshake parameters (record protocols and local identities supported by the server) mapped by the handshake protocol.java.util.Map<java.lang.Integer,ServerHandshakeParameters>
getHandshakeParametersMap()
Handshake parameters (record protocols and local identities supported by the server) mapped by the handshake protocol.ServerHandshakeParameters
getHandshakeParametersOrDefault(int key, ServerHandshakeParameters defaultValue)
Handshake parameters (record protocols and local identities supported by the server) mapped by the handshake protocol.ServerHandshakeParameters
getHandshakeParametersOrThrow(int key)
Handshake parameters (record protocols and local identities supported by the server) mapped by the handshake protocol.com.google.protobuf.ByteString
getInBytes()
Bytes in out_frames returned from the peer's HandshakerResp.Endpoint
getLocalEndpoint()
(Optional) Local endpoint information of the connection to the client, such as local IP address, port number, and network protocol.EndpointOrBuilder
getLocalEndpointOrBuilder()
(Optional) Local endpoint information of the connection to the client, such as local IP address, port number, and network protocol.int
getMaxFrameSize()
(Optional) Maximum frame size supported by the server.com.google.protobuf.Parser<StartServerHandshakeReq>
getParserForType()
Endpoint
getRemoteEndpoint()
(Optional) Endpoint information of the remote client, such as IP address, port number, and network protocol.EndpointOrBuilder
getRemoteEndpointOrBuilder()
(Optional) Endpoint information of the remote client, such as IP address, port number, and network protocol.RpcProtocolVersions
getRpcVersions()
(Optional) RPC protocol versions supported by the server.RpcProtocolVersionsOrBuilder
getRpcVersionsOrBuilder()
(Optional) RPC protocol versions supported by the server.int
getSerializedSize()
int
hashCode()
boolean
hasLocalEndpoint()
(Optional) Local endpoint information of the connection to the client, such as local IP address, port number, and network protocol.boolean
hasRemoteEndpoint()
(Optional) Endpoint information of the remote client, such as IP address, port number, and network protocol.boolean
hasRpcVersions()
(Optional) RPC protocol versions supported by the server.protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable()
private com.google.protobuf.MapField<java.lang.Integer,ServerHandshakeParameters>
internalGetHandshakeParameters()
protected com.google.protobuf.MapFieldReflectionAccessor
internalGetMapFieldReflection(int number)
boolean
isInitialized()
static StartServerHandshakeReq.Builder
newBuilder()
static StartServerHandshakeReq.Builder
newBuilder(StartServerHandshakeReq prototype)
StartServerHandshakeReq.Builder
newBuilderForType()
protected StartServerHandshakeReq.Builder
newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
static StartServerHandshakeReq
parseDelimitedFrom(java.io.InputStream input)
static StartServerHandshakeReq
parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StartServerHandshakeReq
parseFrom(byte[] data)
static StartServerHandshakeReq
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StartServerHandshakeReq
parseFrom(com.google.protobuf.ByteString data)
static StartServerHandshakeReq
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StartServerHandshakeReq
parseFrom(com.google.protobuf.CodedInputStream input)
static StartServerHandshakeReq
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StartServerHandshakeReq
parseFrom(java.io.InputStream input)
static StartServerHandshakeReq
parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StartServerHandshakeReq
parseFrom(java.nio.ByteBuffer data)
static StartServerHandshakeReq
parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.protobuf.Parser<StartServerHandshakeReq>
parser()
StartServerHandshakeReq.Builder
toBuilder()
void
writeTo(com.google.protobuf.CodedOutputStream output)
-
Methods inherited from class com.google.protobuf.GeneratedMessage
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, newFileScopedGeneratedExtension, newInstance, newMessageScopedGeneratedExtension, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashFields, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
bitField0_
private int bitField0_
-
APPLICATION_PROTOCOLS_FIELD_NUMBER
public static final int APPLICATION_PROTOCOLS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
applicationProtocols_
private com.google.protobuf.LazyStringArrayList applicationProtocols_
-
HANDSHAKE_PARAMETERS_FIELD_NUMBER
public static final int HANDSHAKE_PARAMETERS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
handshakeParameters_
private com.google.protobuf.MapField<java.lang.Integer,ServerHandshakeParameters> handshakeParameters_
-
IN_BYTES_FIELD_NUMBER
public static final int IN_BYTES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
inBytes_
private com.google.protobuf.ByteString inBytes_
-
LOCAL_ENDPOINT_FIELD_NUMBER
public static final int LOCAL_ENDPOINT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
localEndpoint_
private Endpoint localEndpoint_
-
REMOTE_ENDPOINT_FIELD_NUMBER
public static final int REMOTE_ENDPOINT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
remoteEndpoint_
private Endpoint remoteEndpoint_
-
RPC_VERSIONS_FIELD_NUMBER
public static final int RPC_VERSIONS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
rpcVersions_
private RpcProtocolVersions rpcVersions_
-
MAX_FRAME_SIZE_FIELD_NUMBER
public static final int MAX_FRAME_SIZE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
maxFrameSize_
private int maxFrameSize_
-
memoizedIsInitialized
private byte memoizedIsInitialized
-
DEFAULT_INSTANCE
private static final StartServerHandshakeReq DEFAULT_INSTANCE
-
PARSER
private static final com.google.protobuf.Parser<StartServerHandshakeReq> PARSER
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetMapFieldReflection
protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
- Overrides:
internalGetMapFieldReflection
in classcom.google.protobuf.GeneratedMessage
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessage
-
getApplicationProtocolsList
public com.google.protobuf.ProtocolStringList getApplicationProtocolsList()
The application protocols supported by the server, e.g., "h2" (for http2), "grpc".
repeated string application_protocols = 1;
- Specified by:
getApplicationProtocolsList
in interfaceStartServerHandshakeReqOrBuilder
- Returns:
- A list containing the applicationProtocols.
-
getApplicationProtocolsCount
public int getApplicationProtocolsCount()
The application protocols supported by the server, e.g., "h2" (for http2), "grpc".
repeated string application_protocols = 1;
- Specified by:
getApplicationProtocolsCount
in interfaceStartServerHandshakeReqOrBuilder
- Returns:
- The count of applicationProtocols.
-
getApplicationProtocols
public java.lang.String getApplicationProtocols(int index)
The application protocols supported by the server, e.g., "h2" (for http2), "grpc".
repeated string application_protocols = 1;
- Specified by:
getApplicationProtocols
in interfaceStartServerHandshakeReqOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The applicationProtocols at the given index.
-
getApplicationProtocolsBytes
public com.google.protobuf.ByteString getApplicationProtocolsBytes(int index)
The application protocols supported by the server, e.g., "h2" (for http2), "grpc".
repeated string application_protocols = 1;
- Specified by:
getApplicationProtocolsBytes
in interfaceStartServerHandshakeReqOrBuilder
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the applicationProtocols at the given index.
-
internalGetHandshakeParameters
private com.google.protobuf.MapField<java.lang.Integer,ServerHandshakeParameters> internalGetHandshakeParameters()
-
getHandshakeParametersCount
public int getHandshakeParametersCount()
Description copied from interface:StartServerHandshakeReqOrBuilder
Handshake parameters (record protocols and local identities supported by the server) mapped by the handshake protocol. Each handshake security protocol (e.g., TLS or ALTS) has its own set of record protocols and local identities. Since protobuf does not support enum as key to the map, the key to handshake_parameters is the integer value of HandshakeProtocol enum.
map<int32, .grpc.gcp.ServerHandshakeParameters> handshake_parameters = 2;
- Specified by:
getHandshakeParametersCount
in interfaceStartServerHandshakeReqOrBuilder
-
containsHandshakeParameters
public boolean containsHandshakeParameters(int key)
Handshake parameters (record protocols and local identities supported by the server) mapped by the handshake protocol. Each handshake security protocol (e.g., TLS or ALTS) has its own set of record protocols and local identities. Since protobuf does not support enum as key to the map, the key to handshake_parameters is the integer value of HandshakeProtocol enum.
map<int32, .grpc.gcp.ServerHandshakeParameters> handshake_parameters = 2;
- Specified by:
containsHandshakeParameters
in interfaceStartServerHandshakeReqOrBuilder
-
getHandshakeParameters
@Deprecated public java.util.Map<java.lang.Integer,ServerHandshakeParameters> getHandshakeParameters()
Deprecated.UsegetHandshakeParametersMap()
instead.- Specified by:
getHandshakeParameters
in interfaceStartServerHandshakeReqOrBuilder
-
getHandshakeParametersMap
public java.util.Map<java.lang.Integer,ServerHandshakeParameters> getHandshakeParametersMap()
Handshake parameters (record protocols and local identities supported by the server) mapped by the handshake protocol. Each handshake security protocol (e.g., TLS or ALTS) has its own set of record protocols and local identities. Since protobuf does not support enum as key to the map, the key to handshake_parameters is the integer value of HandshakeProtocol enum.
map<int32, .grpc.gcp.ServerHandshakeParameters> handshake_parameters = 2;
- Specified by:
getHandshakeParametersMap
in interfaceStartServerHandshakeReqOrBuilder
-
getHandshakeParametersOrDefault
public ServerHandshakeParameters getHandshakeParametersOrDefault(int key, ServerHandshakeParameters defaultValue)
Handshake parameters (record protocols and local identities supported by the server) mapped by the handshake protocol. Each handshake security protocol (e.g., TLS or ALTS) has its own set of record protocols and local identities. Since protobuf does not support enum as key to the map, the key to handshake_parameters is the integer value of HandshakeProtocol enum.
map<int32, .grpc.gcp.ServerHandshakeParameters> handshake_parameters = 2;
- Specified by:
getHandshakeParametersOrDefault
in interfaceStartServerHandshakeReqOrBuilder
-
getHandshakeParametersOrThrow
public ServerHandshakeParameters getHandshakeParametersOrThrow(int key)
Handshake parameters (record protocols and local identities supported by the server) mapped by the handshake protocol. Each handshake security protocol (e.g., TLS or ALTS) has its own set of record protocols and local identities. Since protobuf does not support enum as key to the map, the key to handshake_parameters is the integer value of HandshakeProtocol enum.
map<int32, .grpc.gcp.ServerHandshakeParameters> handshake_parameters = 2;
- Specified by:
getHandshakeParametersOrThrow
in interfaceStartServerHandshakeReqOrBuilder
-
getInBytes
public com.google.protobuf.ByteString getInBytes()
Bytes in out_frames returned from the peer's HandshakerResp. It is possible that the peer's out_frames are split into multiple HandshakReq messages.
bytes in_bytes = 3;
- Specified by:
getInBytes
in interfaceStartServerHandshakeReqOrBuilder
- Returns:
- The inBytes.
-
hasLocalEndpoint
public boolean hasLocalEndpoint()
(Optional) Local endpoint information of the connection to the client, such as local IP address, port number, and network protocol.
.grpc.gcp.Endpoint local_endpoint = 4;
- Specified by:
hasLocalEndpoint
in interfaceStartServerHandshakeReqOrBuilder
- Returns:
- Whether the localEndpoint field is set.
-
getLocalEndpoint
public Endpoint getLocalEndpoint()
(Optional) Local endpoint information of the connection to the client, such as local IP address, port number, and network protocol.
.grpc.gcp.Endpoint local_endpoint = 4;
- Specified by:
getLocalEndpoint
in interfaceStartServerHandshakeReqOrBuilder
- Returns:
- The localEndpoint.
-
getLocalEndpointOrBuilder
public EndpointOrBuilder getLocalEndpointOrBuilder()
(Optional) Local endpoint information of the connection to the client, such as local IP address, port number, and network protocol.
.grpc.gcp.Endpoint local_endpoint = 4;
- Specified by:
getLocalEndpointOrBuilder
in interfaceStartServerHandshakeReqOrBuilder
-
hasRemoteEndpoint
public boolean hasRemoteEndpoint()
(Optional) Endpoint information of the remote client, such as IP address, port number, and network protocol.
.grpc.gcp.Endpoint remote_endpoint = 5;
- Specified by:
hasRemoteEndpoint
in interfaceStartServerHandshakeReqOrBuilder
- Returns:
- Whether the remoteEndpoint field is set.
-
getRemoteEndpoint
public Endpoint getRemoteEndpoint()
(Optional) Endpoint information of the remote client, such as IP address, port number, and network protocol.
.grpc.gcp.Endpoint remote_endpoint = 5;
- Specified by:
getRemoteEndpoint
in interfaceStartServerHandshakeReqOrBuilder
- Returns:
- The remoteEndpoint.
-
getRemoteEndpointOrBuilder
public EndpointOrBuilder getRemoteEndpointOrBuilder()
(Optional) Endpoint information of the remote client, such as IP address, port number, and network protocol.
.grpc.gcp.Endpoint remote_endpoint = 5;
- Specified by:
getRemoteEndpointOrBuilder
in interfaceStartServerHandshakeReqOrBuilder
-
hasRpcVersions
public boolean hasRpcVersions()
(Optional) RPC protocol versions supported by the server.
.grpc.gcp.RpcProtocolVersions rpc_versions = 6;
- Specified by:
hasRpcVersions
in interfaceStartServerHandshakeReqOrBuilder
- Returns:
- Whether the rpcVersions field is set.
-
getRpcVersions
public RpcProtocolVersions getRpcVersions()
(Optional) RPC protocol versions supported by the server.
.grpc.gcp.RpcProtocolVersions rpc_versions = 6;
- Specified by:
getRpcVersions
in interfaceStartServerHandshakeReqOrBuilder
- Returns:
- The rpcVersions.
-
getRpcVersionsOrBuilder
public RpcProtocolVersionsOrBuilder getRpcVersionsOrBuilder()
(Optional) RPC protocol versions supported by the server.
.grpc.gcp.RpcProtocolVersions rpc_versions = 6;
- Specified by:
getRpcVersionsOrBuilder
in interfaceStartServerHandshakeReqOrBuilder
-
getMaxFrameSize
public int getMaxFrameSize()
(Optional) Maximum frame size supported by the server.
uint32 max_frame_size = 7;
- Specified by:
getMaxFrameSize
in interfaceStartServerHandshakeReqOrBuilder
- Returns:
- The maxFrameSize.
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessage
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessage
- Throws:
java.io.IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessage
-
equals
public boolean equals(java.lang.Object obj)
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in classcom.google.protobuf.AbstractMessage
-
parseFrom
public static StartServerHandshakeReq parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static StartServerHandshakeReq parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static StartServerHandshakeReq parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static StartServerHandshakeReq parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static StartServerHandshakeReq parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static StartServerHandshakeReq parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static StartServerHandshakeReq parseFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static StartServerHandshakeReq parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static StartServerHandshakeReq parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static StartServerHandshakeReq parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static StartServerHandshakeReq parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static StartServerHandshakeReq parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
newBuilderForType
public StartServerHandshakeReq.Builder newBuilderForType()
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
public static StartServerHandshakeReq.Builder newBuilder()
-
newBuilder
public static StartServerHandshakeReq.Builder newBuilder(StartServerHandshakeReq prototype)
-
toBuilder
public StartServerHandshakeReq.Builder toBuilder()
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected StartServerHandshakeReq.Builder newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
- Overrides:
newBuilderForType
in classcom.google.protobuf.AbstractMessage
-
getDefaultInstance
public static StartServerHandshakeReq getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<StartServerHandshakeReq> parser()
-
getParserForType
public com.google.protobuf.Parser<StartServerHandshakeReq> getParserForType()
- Specified by:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessage
-
getDefaultInstanceForType
public StartServerHandshakeReq getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
-