package ocamlnet

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
method abort_rw : unit -> unit
method alive : bool
method cancel_rd_polling : unit -> unit
method cancel_shutting_down : unit -> unit
method event_system : Unixqueue.event_system
method file_descr : Unix.file_descr option
method getpeername : sockaddr
method getsockname : sockaddr
method inactivate : unit -> unit
method peer_user_name : string option
method protocol : Rpc.protocol
method read_eof : bool
method reading : bool
method set_timeout : notify:(unit -> unit) -> float -> unit
method start_reading : ?peek:(unit -> unit) -> ?before_record:(int -> sockaddr -> in_rule) -> when_done:((in_record * sockaddr) result_eof -> unit) -> unit -> unit
method start_shutting_down : when_done:(unit result -> unit) -> unit -> unit
method start_writing : when_done:(unit result -> unit) -> Rpc_packer.packed_value -> sockaddr -> unit
method tls_session_props : Nettls_support.tls_session_props option
method writing : bool