Class ::xo::Tls

::xo::Tls[i] create ...

Class Relations

  • class: ::xotcl::Class[i]
  • superclass: ::xotcl::Object[i]
::xotcl::Class create ::xo::Tls \
     -superclass ::xotcl::Object

Methods (to be applied on instances)

  • open_connection (scripted)

    :instvar S
    #
    # first perform regular initialization of the socket
    #
    next
    #
    # then import tls (could configure it here in more detail)
    #
    ::tls::import $S