package ocamlnet

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val default_socket_dir : string -> string
val path_of_container_socket : string -> string -> string -> [< `Process of int | `Thread of int ] -> string * string
val any_file_client_connector_1 : string -> Rpc_client.connector * [> `Socket_file | `UD | `W32_pipe_file ]
val any_file_client_connector : string -> Rpc_client.connector
val client_connector : [< `Container of string * string * string * [< `Any | `Process of int | `Thread of int ] | `Internal of 'a | `Socket of Unix.sockaddr | `Socket_file of string | `W32_pipe of string | `W32_pipe_file of string ] -> Rpc_client.connector
val try_mkdir : string -> unit
val with_fd : Unix.file_descr -> (Unix.file_descr -> 'a) -> 'a
val create_server_socket : 'a -> < local_chmod : Unix.file_perm option ; local_chown : (int * int) option ; lstn_backlog : int ; lstn_reuseaddr : bool ; so_keepalive : bool.. > -> [< `Container of 'b | `Internal of 'c | `Socket of Unix.sockaddr | `Socket_file of string | `W32_pipe of string | `W32_pipe_file of string ] -> Unix.file_descr
val close_server_socket_1 : ?release:bool -> Unix.file_descr -> unit
val close_server_socket : Unix.file_descr -> unit