Interface AttributeContext.TLSSessionOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getSni()
      SNI used for TLS session.
      com.google.protobuf.ByteString getSniBytes()
      SNI used for TLS session.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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.