public final class StreamConfig extends com.google.protobuf.GeneratedMessageV3 implements StreamConfigOrBuilder
v2ray.core.transport.internet.StreamConfig| 限定符和类型 | 类和说明 |
|---|---|
static class |
StreamConfig.Builder
Protobuf type
v2ray.core.transport.internet.StreamConfig |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| 限定符和类型 | 字段和说明 |
|---|---|
static int |
PROTOCOL_FIELD_NUMBER |
static int |
SECURITY_SETTINGS_FIELD_NUMBER |
static int |
SECURITY_TYPE_FIELD_NUMBER |
static int |
TRANSPORT_SETTINGS_FIELD_NUMBER |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
static StreamConfig |
getDefaultInstance() |
StreamConfig |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Parser<StreamConfig> |
getParserForType() |
TransportProtocol |
getProtocol()
Effective network.
|
int |
getProtocolValue()
Effective network.
|
TypedMessage |
getSecuritySettings(int index)
Settings for transport security.
|
int |
getSecuritySettingsCount()
Settings for transport security.
|
List<TypedMessage> |
getSecuritySettingsList()
Settings for transport security.
|
TypedMessageOrBuilder |
getSecuritySettingsOrBuilder(int index)
Settings for transport security.
|
List<? extends TypedMessageOrBuilder> |
getSecuritySettingsOrBuilderList()
Settings for transport security.
|
String |
getSecurityType()
Type of security.
|
com.google.protobuf.ByteString |
getSecurityTypeBytes()
Type of security.
|
int |
getSerializedSize() |
TransportConfig |
getTransportSettings(int index)
repeated .v2ray.core.transport.internet.TransportConfig transport_settings = 2; |
int |
getTransportSettingsCount()
repeated .v2ray.core.transport.internet.TransportConfig transport_settings = 2; |
List<TransportConfig> |
getTransportSettingsList()
repeated .v2ray.core.transport.internet.TransportConfig transport_settings = 2; |
TransportConfigOrBuilder |
getTransportSettingsOrBuilder(int index)
repeated .v2ray.core.transport.internet.TransportConfig transport_settings = 2; |
List<? extends TransportConfigOrBuilder> |
getTransportSettingsOrBuilderList()
repeated .v2ray.core.transport.internet.TransportConfig transport_settings = 2; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static StreamConfig.Builder |
newBuilder() |
static StreamConfig.Builder |
newBuilder(StreamConfig prototype) |
StreamConfig.Builder |
newBuilderForType() |
protected StreamConfig.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static StreamConfig |
parseDelimitedFrom(InputStream input) |
static StreamConfig |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamConfig |
parseFrom(byte[] data) |
static StreamConfig |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamConfig |
parseFrom(ByteBuffer data) |
static StreamConfig |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamConfig |
parseFrom(com.google.protobuf.ByteString data) |
static StreamConfig |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamConfig |
parseFrom(com.google.protobuf.CodedInputStream input) |
static StreamConfig |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamConfig |
parseFrom(InputStream input) |
static StreamConfig |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<StreamConfig> |
parser() |
StreamConfig.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTopublic static final int PROTOCOL_FIELD_NUMBER
public static final int TRANSPORT_SETTINGS_FIELD_NUMBER
public static final int SECURITY_TYPE_FIELD_NUMBER
public static final int SECURITY_SETTINGS_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields 在接口中 com.google.protobuf.MessageOrBuildergetUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable 在类中 com.google.protobuf.GeneratedMessageV3public int getProtocolValue()
Effective network.
.v2ray.core.transport.internet.TransportProtocol protocol = 1;getProtocolValue 在接口中 StreamConfigOrBuilderpublic TransportProtocol getProtocol()
Effective network.
.v2ray.core.transport.internet.TransportProtocol protocol = 1;getProtocol 在接口中 StreamConfigOrBuilderpublic List<TransportConfig> getTransportSettingsList()
repeated .v2ray.core.transport.internet.TransportConfig transport_settings = 2;public List<? extends TransportConfigOrBuilder> getTransportSettingsOrBuilderList()
repeated .v2ray.core.transport.internet.TransportConfig transport_settings = 2;public int getTransportSettingsCount()
repeated .v2ray.core.transport.internet.TransportConfig transport_settings = 2;public TransportConfig getTransportSettings(int index)
repeated .v2ray.core.transport.internet.TransportConfig transport_settings = 2;getTransportSettings 在接口中 StreamConfigOrBuilderpublic TransportConfigOrBuilder getTransportSettingsOrBuilder(int index)
repeated .v2ray.core.transport.internet.TransportConfig transport_settings = 2;public String getSecurityType()
Type of security. Must be a message name of the settings proto.
string security_type = 3;getSecurityType 在接口中 StreamConfigOrBuilderpublic com.google.protobuf.ByteString getSecurityTypeBytes()
Type of security. Must be a message name of the settings proto.
string security_type = 3;getSecurityTypeBytes 在接口中 StreamConfigOrBuilderpublic List<TypedMessage> getSecuritySettingsList()
Settings for transport security. For now the only choice is TLS.
repeated .v2ray.core.common.serial.TypedMessage security_settings = 4;getSecuritySettingsList 在接口中 StreamConfigOrBuilderpublic List<? extends TypedMessageOrBuilder> getSecuritySettingsOrBuilderList()
Settings for transport security. For now the only choice is TLS.
repeated .v2ray.core.common.serial.TypedMessage security_settings = 4;public int getSecuritySettingsCount()
Settings for transport security. For now the only choice is TLS.
repeated .v2ray.core.common.serial.TypedMessage security_settings = 4;public TypedMessage getSecuritySettings(int index)
Settings for transport security. For now the only choice is TLS.
repeated .v2ray.core.common.serial.TypedMessage security_settings = 4;getSecuritySettings 在接口中 StreamConfigOrBuilderpublic TypedMessageOrBuilder getSecuritySettingsOrBuilder(int index)
Settings for transport security. For now the only choice is TLS.
repeated .v2ray.core.common.serial.TypedMessage security_settings = 4;public final boolean isInitialized()
isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo 在接口中 com.google.protobuf.MessageLitewriteTo 在类中 com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize 在接口中 com.google.protobuf.MessageLitegetSerializedSize 在类中 com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals 在接口中 com.google.protobuf.Messageequals 在类中 com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode 在接口中 com.google.protobuf.MessagehashCode 在类中 com.google.protobuf.AbstractMessagepublic static StreamConfig parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StreamConfig parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StreamConfig parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StreamConfig parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StreamConfig parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StreamConfig parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StreamConfig parseFrom(InputStream input) throws IOException
IOExceptionpublic static StreamConfig parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static StreamConfig parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static StreamConfig parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static StreamConfig parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static StreamConfig parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic StreamConfig.Builder newBuilderForType()
newBuilderForType 在接口中 com.google.protobuf.MessagenewBuilderForType 在接口中 com.google.protobuf.MessageLitepublic static StreamConfig.Builder newBuilder()
public static StreamConfig.Builder newBuilder(StreamConfig prototype)
public StreamConfig.Builder toBuilder()
toBuilder 在接口中 com.google.protobuf.MessagetoBuilder 在接口中 com.google.protobuf.MessageLiteprotected StreamConfig.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType 在类中 com.google.protobuf.GeneratedMessageV3public static StreamConfig getDefaultInstance()
public static com.google.protobuf.Parser<StreamConfig> parser()
public com.google.protobuf.Parser<StreamConfig> getParserForType()
getParserForType 在接口中 com.google.protobuf.MessagegetParserForType 在接口中 com.google.protobuf.MessageLitegetParserForType 在类中 com.google.protobuf.GeneratedMessageV3public StreamConfig getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilderCopyright © 2019. All rights reserved.