Пример #1
0
 def get_available_compression_methods():
     # type: () -> List[str]
     """Returns the list of SSL compression methods supported by SslClient.
     """
     return SSL.get_available_compression_methods()
Пример #2
0
 def get_available_compression_methods():
     # type: () -> List[str]
     """Returns the list of SSL compression methods supported by SslClient.
     """
     return SSL.get_available_compression_methods()