Interface AttributeContext.TLSSessionOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AttributeContext.TLSSession,AttributeContext.TLSSession.Builder
- Enclosing class:
- AttributeContext
public static interface AttributeContext.TLSSessionOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetSni()SNI used for TLS session.com.google.protobuf.ByteStringgetSniBytes()SNI used for TLS session.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getSni
String getSni()
SNI used for TLS session.
string sni = 1;- Returns:
- The sni.
-
getSniBytes
com.google.protobuf.ByteString getSniBytes()
SNI used for TLS session.
string sni = 1;- Returns:
- The bytes for sni.
-
-