package ocamlnet

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
method attach : unit -> unit
method disable_local_option : telnet_negotiated_option -> unit
method disable_remote_option : telnet_negotiated_option -> unit
method enable_local_option : telnet_negotiated_option -> unit
method enable_remote_option : telnet_negotiated_option -> unit
method expect_input : bool -> unit
method fetch_subnegotiation : string option
method get_local_option : telnet_negotiated_option -> telnet_option_state
method get_options : telnet_options
method get_remote_option : telnet_negotiated_option -> telnet_option_state
method input_queue : telnet_command Queue.t
method offer_local_option : telnet_negotiated_option -> unit
method option_negotiation_is_over : bool
method output_queue : telnet_command Queue.t
method process_option_command : telnet_command -> unit
method request_remote_option : telnet_negotiated_option -> unit
method reset : unit -> unit
method reset_local_option : telnet_negotiated_option -> unit
method reset_remote_option : telnet_negotiated_option -> unit
method run : unit -> unit
method send_synch : telnet_command list -> unit
method set_callback : (bool -> unit) -> unit
method set_connection : telnet_connector -> unit
method set_event_system : Unixqueue.event_system -> unit
method set_exception_handler : (exn -> unit) -> unit
method set_options : telnet_options -> unit
method start_tls : (module Netsys_crypto_types.TLS_CONFIG) -> peer_name:string option -> unit
method tls_session_data : string option
method tls_session_props : Nettls_support.tls_session_props option
method update : unit -> unit