Plasma GitLab Archive
Projects Blog Knowledge

sig
  type channel_binding_id = int
  class type transport_channel_type =
    object
      method continue :
        Unix.file_descr ->
        Https_client.channel_binding_id ->
        float ->
        exn ->
        string ->
        int -> Unixqueue.event_system -> Uq_engines.multiplex_controller
      method setup_e :
        Unix.file_descr ->
        Https_client.channel_binding_id ->
        float ->
        exn ->
        string ->
        int ->
        Unixqueue.event_system ->
        Uq_engines.multiplex_controller Uq_engines.engine
    end
  val https_transport_channel_type :
    Ssl.context -> Https_client.transport_channel_type
end
This web site is published by Informatikbüro Gerd Stolpmann
Powered by Caml