public interface ConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
RequestConfig |
getRequest()
Settings for authenticating requests.
|
RequestConfigOrBuilder |
getRequestOrBuilder()
Settings for authenticating requests.
|
ResponseConfig |
getResponse()
Settings for authenticating responses.
|
ResponseConfigOrBuilder |
getResponseOrBuilder()
Settings for authenticating responses.
|
boolean |
hasRequest()
Settings for authenticating requests.
|
boolean |
hasResponse()
Settings for authenticating responses.
|
boolean hasRequest()
Settings for authenticating requests. If not set, client side will not send authenication header, and server side will bypass authentication.
.v2ray.core.transport.internet.headers.http.RequestConfig request = 1;RequestConfig getRequest()
Settings for authenticating requests. If not set, client side will not send authenication header, and server side will bypass authentication.
.v2ray.core.transport.internet.headers.http.RequestConfig request = 1;RequestConfigOrBuilder getRequestOrBuilder()
Settings for authenticating requests. If not set, client side will not send authenication header, and server side will bypass authentication.
.v2ray.core.transport.internet.headers.http.RequestConfig request = 1;boolean hasResponse()
Settings for authenticating responses. If not set, client side will bypass authentication, and server side will not send authentication header.
.v2ray.core.transport.internet.headers.http.ResponseConfig response = 2;ResponseConfig getResponse()
Settings for authenticating responses. If not set, client side will bypass authentication, and server side will not send authentication header.
.v2ray.core.transport.internet.headers.http.ResponseConfig response = 2;ResponseConfigOrBuilder getResponseOrBuilder()
Settings for authenticating responses. If not set, client side will bypass authentication, and server side will not send authentication header.
.v2ray.core.transport.internet.headers.http.ResponseConfig response = 2;Copyright © 2019. All rights reserved.