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
Modifier and TypeMethodDescriptiongetSni()SNI used for TLS session.com.google.protobuf.ByteStringSNI used for TLS session.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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.
-