TlsKeyLog.Builder |
TlsKeyLog.Builder.addAllLocalAddressRange(java.lang.Iterable<? extends CidrRange> values) |
The local IP address that will be used to filter the connection which should save the TLS key log
If it is not set, any local IP address will be matched.
|
TlsKeyLog.Builder |
TlsKeyLog.Builder.addAllRemoteAddressRange(java.lang.Iterable<? extends CidrRange> values) |
The remote IP address that will be used to filter the connection which should save the TLS key log
If it is not set, any remote IP address will be matched.
|
TlsKeyLog.Builder |
TlsKeyLog.Builder.addLocalAddressRange(int index,
CidrRange value) |
The local IP address that will be used to filter the connection which should save the TLS key log
If it is not set, any local IP address will be matched.
|
TlsKeyLog.Builder |
TlsKeyLog.Builder.addLocalAddressRange(int index,
CidrRange.Builder builderForValue) |
The local IP address that will be used to filter the connection which should save the TLS key log
If it is not set, any local IP address will be matched.
|
TlsKeyLog.Builder |
TlsKeyLog.Builder.addLocalAddressRange(CidrRange value) |
The local IP address that will be used to filter the connection which should save the TLS key log
If it is not set, any local IP address will be matched.
|
TlsKeyLog.Builder |
TlsKeyLog.Builder.addLocalAddressRange(CidrRange.Builder builderForValue) |
The local IP address that will be used to filter the connection which should save the TLS key log
If it is not set, any local IP address will be matched.
|
TlsKeyLog.Builder |
TlsKeyLog.Builder.addRemoteAddressRange(int index,
CidrRange value) |
The remote IP address that will be used to filter the connection which should save the TLS key log
If it is not set, any remote IP address will be matched.
|
TlsKeyLog.Builder |
TlsKeyLog.Builder.addRemoteAddressRange(int index,
CidrRange.Builder builderForValue) |
The remote IP address that will be used to filter the connection which should save the TLS key log
If it is not set, any remote IP address will be matched.
|
TlsKeyLog.Builder |
TlsKeyLog.Builder.addRemoteAddressRange(CidrRange value) |
The remote IP address that will be used to filter the connection which should save the TLS key log
If it is not set, any remote IP address will be matched.
|
TlsKeyLog.Builder |
TlsKeyLog.Builder.addRemoteAddressRange(CidrRange.Builder builderForValue) |
The remote IP address that will be used to filter the connection which should save the TLS key log
If it is not set, any remote IP address will be matched.
|
TlsKeyLog.Builder |
TlsKeyLog.Builder.clear() |
|
TlsKeyLog.Builder |
TlsKeyLog.Builder.clearLocalAddressRange() |
The local IP address that will be used to filter the connection which should save the TLS key log
If it is not set, any local IP address will be matched.
|
TlsKeyLog.Builder |
TlsKeyLog.Builder.clearPath() |
The path to save the TLS key log.
|
TlsKeyLog.Builder |
TlsKeyLog.Builder.clearRemoteAddressRange() |
The remote IP address that will be used to filter the connection which should save the TLS key log
If it is not set, any remote IP address will be matched.
|
TlsKeyLog.Builder |
CommonTlsContext.Builder.getKeyLogBuilder() |
TLS key log configuration
|
TlsKeyLog.Builder |
TlsKeyLog.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
TlsKeyLog.Builder |
TlsKeyLog.Builder.mergeFrom(com.google.protobuf.Message other) |
|
TlsKeyLog.Builder |
TlsKeyLog.Builder.mergeFrom(TlsKeyLog other) |
|
static TlsKeyLog.Builder |
TlsKeyLog.newBuilder() |
|
static TlsKeyLog.Builder |
TlsKeyLog.newBuilder(TlsKeyLog prototype) |
|
TlsKeyLog.Builder |
TlsKeyLog.newBuilderForType() |
|
protected TlsKeyLog.Builder |
TlsKeyLog.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) |
|
TlsKeyLog.Builder |
TlsKeyLog.Builder.removeLocalAddressRange(int index) |
The local IP address that will be used to filter the connection which should save the TLS key log
If it is not set, any local IP address will be matched.
|
TlsKeyLog.Builder |
TlsKeyLog.Builder.removeRemoteAddressRange(int index) |
The remote IP address that will be used to filter the connection which should save the TLS key log
If it is not set, any remote IP address will be matched.
|
TlsKeyLog.Builder |
TlsKeyLog.Builder.setLocalAddressRange(int index,
CidrRange value) |
The local IP address that will be used to filter the connection which should save the TLS key log
If it is not set, any local IP address will be matched.
|
TlsKeyLog.Builder |
TlsKeyLog.Builder.setLocalAddressRange(int index,
CidrRange.Builder builderForValue) |
The local IP address that will be used to filter the connection which should save the TLS key log
If it is not set, any local IP address will be matched.
|
TlsKeyLog.Builder |
TlsKeyLog.Builder.setPath(java.lang.String value) |
The path to save the TLS key log.
|
TlsKeyLog.Builder |
TlsKeyLog.Builder.setPathBytes(com.google.protobuf.ByteString value) |
The path to save the TLS key log.
|
TlsKeyLog.Builder |
TlsKeyLog.Builder.setRemoteAddressRange(int index,
CidrRange value) |
The remote IP address that will be used to filter the connection which should save the TLS key log
If it is not set, any remote IP address will be matched.
|
TlsKeyLog.Builder |
TlsKeyLog.Builder.setRemoteAddressRange(int index,
CidrRange.Builder builderForValue) |
The remote IP address that will be used to filter the connection which should save the TLS key log
If it is not set, any remote IP address will be matched.
|
TlsKeyLog.Builder |
TlsKeyLog.toBuilder() |
|