public interface InboundHandlerConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
TypedMessage |
getProxySettings()
Settings for inbound proxy.
|
TypedMessageOrBuilder |
getProxySettingsOrBuilder()
Settings for inbound proxy.
|
TypedMessage |
getReceiverSettings()
Settings for how this inbound proxy is handled.
|
TypedMessageOrBuilder |
getReceiverSettingsOrBuilder()
Settings for how this inbound proxy is handled.
|
String |
getTag()
Tag of the inbound handler.
|
com.google.protobuf.ByteString |
getTagBytes()
Tag of the inbound handler.
|
boolean |
hasProxySettings()
Settings for inbound proxy.
|
boolean |
hasReceiverSettings()
Settings for how this inbound proxy is handled.
|
String getTag()
Tag of the inbound handler. The tag must be unique among all inbound handlers
string tag = 1;com.google.protobuf.ByteString getTagBytes()
Tag of the inbound handler. The tag must be unique among all inbound handlers
string tag = 1;boolean hasReceiverSettings()
Settings for how this inbound proxy is handled.
.v2ray.core.common.serial.TypedMessage receiver_settings = 2;TypedMessage getReceiverSettings()
Settings for how this inbound proxy is handled.
.v2ray.core.common.serial.TypedMessage receiver_settings = 2;TypedMessageOrBuilder getReceiverSettingsOrBuilder()
Settings for how this inbound proxy is handled.
.v2ray.core.common.serial.TypedMessage receiver_settings = 2;boolean hasProxySettings()
Settings for inbound proxy. Must be one of the inbound proxies.
.v2ray.core.common.serial.TypedMessage proxy_settings = 3;TypedMessage getProxySettings()
Settings for inbound proxy. Must be one of the inbound proxies.
.v2ray.core.common.serial.TypedMessage proxy_settings = 3;TypedMessageOrBuilder getProxySettingsOrBuilder()
Settings for inbound proxy. Must be one of the inbound proxies.
.v2ray.core.common.serial.TypedMessage proxy_settings = 3;Copyright © 2019. All rights reserved.