public interface OutboundHandlerConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getComment()
Comment of this outbound handler.
|
com.google.protobuf.ByteString |
getCommentBytes()
Comment of this outbound handler.
|
long |
getExpire()
If not zero, this outbound will be expired in seconds.
|
TypedMessage |
getProxySettings()
Settings for this outbound proxy.
|
TypedMessageOrBuilder |
getProxySettingsOrBuilder()
Settings for this outbound proxy.
|
TypedMessage |
getSenderSettings()
Settings for how to dial connection for this outbound handler.
|
TypedMessageOrBuilder |
getSenderSettingsOrBuilder()
Settings for how to dial connection for this outbound handler.
|
String |
getTag()
Tag of this outbound handler.
|
com.google.protobuf.ByteString |
getTagBytes()
Tag of this outbound handler.
|
boolean |
hasProxySettings()
Settings for this outbound proxy.
|
boolean |
hasSenderSettings()
Settings for how to dial connection for this outbound handler.
|
String getTag()
Tag of this outbound handler.
string tag = 1;com.google.protobuf.ByteString getTagBytes()
Tag of this outbound handler.
string tag = 1;boolean hasSenderSettings()
Settings for how to dial connection for this outbound handler.
.v2ray.core.common.serial.TypedMessage sender_settings = 2;TypedMessage getSenderSettings()
Settings for how to dial connection for this outbound handler.
.v2ray.core.common.serial.TypedMessage sender_settings = 2;TypedMessageOrBuilder getSenderSettingsOrBuilder()
Settings for how to dial connection for this outbound handler.
.v2ray.core.common.serial.TypedMessage sender_settings = 2;boolean hasProxySettings()
Settings for this outbound proxy. Must be one of the outbound proxies.
.v2ray.core.common.serial.TypedMessage proxy_settings = 3;TypedMessage getProxySettings()
Settings for this outbound proxy. Must be one of the outbound proxies.
.v2ray.core.common.serial.TypedMessage proxy_settings = 3;TypedMessageOrBuilder getProxySettingsOrBuilder()
Settings for this outbound proxy. Must be one of the outbound proxies.
.v2ray.core.common.serial.TypedMessage proxy_settings = 3;long getExpire()
If not zero, this outbound will be expired in seconds. Not used for now.
int64 expire = 4;String getComment()
Comment of this outbound handler. Not used for now.
string comment = 5;com.google.protobuf.ByteString getCommentBytes()
Comment of this outbound handler. Not used for now.
string comment = 5;Copyright © 2019. All rights reserved.