Version 0.99.4
This is a preliminary version of the documentation. Help us to improve it by filling tickets. We are looking for native english speakers to proof read the documentation. Contact us!
module Lwt_ssl:sig..end
type socket val ssl_accept : Lwt_unix.file_descr -> Ssl.context -> socket Lwt.tval ssl_connect : Lwt_unix.file_descr -> Ssl.context -> socket Lwt.tval plain : Lwt_unix.file_descr -> socketval read : socket -> string -> int -> int -> int Lwt.tval write : socket -> string -> int -> int -> int Lwt.tval wait_read : socket -> unit Lwt.tval wait_write : socket -> unit Lwt.tval shutdown : socket -> Unix.shutdown_command -> unitval close : socket -> unitval out_channel_of_descr : socket -> Lwt_chan.out_channelval in_channel_of_descr : socket -> Lwt_chan.in_channelval ssl_shutdown : socket -> unit Lwt.tval abort : socket -> exn -> unit