Plasma GitLab Archive
Projects Blog Knowledge

sig
  exception Protocol_error
  exception Transient_error of int * string
  exception Permanent_error of int * string
  val tcp_port : int
  class client :
    Netchannels.in_obj_channel ->
    Netchannels.out_obj_channel ->
    object
      method close : unit -> unit
      method command : string -> int * string list
      method data : Netchannels.in_obj_channel -> unit
      method expn : string -> string list option
      method helo : ?host:string -> unit -> string list
      method help : unit -> string list
      method mail : string -> unit
      method noop : unit -> unit
      method quit : unit -> unit
      method rcpt : string -> unit
      method rset : unit -> unit
      method starttls :
        peer_name:string option -> Netsys_crypto_types.tls_config -> unit
      method tls_endpoint : Netsys_crypto_types.tls_endpoint option
      method tls_session_props : Nettls_support.tls_session_props option
    end
  class connect :
    ?proxy:#Uq_engines.client_endpoint_connector ->
    Uq_engines.connect_address -> float -> client
end
This web site is published by Informatikbüro Gerd Stolpmann
Powered by Caml