package ocamlnet

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type encap = Netplex_encap.encap
type param_value = [
  1. | `Bool of bool
  2. | `Float of float
  3. | `Int of int
  4. | `String of string
]
type param_value_or_any = [
  1. | `Any of exn
  2. | `Bool of bool
  3. | `Encap of encap
  4. | `Float of float
  5. | `Int of int
  6. | `String of string
]
type level = [
  1. | `Alert
  2. | `Crit
  3. | `Debug
  4. | `Emerg
  5. | `Err
  6. | `Info
  7. | `Notice
  8. | `Warning
]
class type logger = object ... end
type parallelization_type = [
  1. | `Controller_attached
  2. | `Multi_processing
  3. | `Multi_threading
]
type thread_sys_id = [
  1. | `Process of int
  2. | `Thread of int
]
type socket_state = [
  1. | `Disabled
  2. | `Down
  3. | `Enabled
  4. | `Restarting of bool
]
type container_id = < socket_service_name : string >
type container_state = [
  1. | `Accepting of int * float
  2. | `Busy
  3. | `Shutting_down
  4. | `Starting of float
]
type capacity = [
  1. | `Low_quality of int * bool
  2. | `Normal_quality of int * bool
  3. | `Unavailable
]
type extended_address = [
  1. | `Container of string * string * string * [ `Any | `Process of int | `Thread of int ]
  2. | `Internal of string
  3. | `Socket of Unix.sockaddr
  4. | `Socket_file of string
  5. | `W32_pipe of string
  6. | `W32_pipe_file of string
]
type (!_, !_) eq =
  1. | Equal : ('a, 'a) eq
  2. | Not_equal
type !_ polysocket_kind = ..
type !'a kind_check = {
  1. kind_check : 'b. 'b polysocket_kind -> ('a, 'b) eq;
}
type polysocket_kind_box =
  1. | Polysocket_kind_box : 'a polysocket_kind -> polysocket_kind_box
type polyserver_box =
  1. | Polyserver_box : 'a polysocket_kind * 'a Netsys_polysocket.polyserver -> polyserver_box
type polyclient_box =
  1. | Polyclient_box : 'a polysocket_kind * 'a Netsys_polysocket.polyclient -> polyclient_box
type extfd =
  1. | OS_descr of Unix.file_descr
  2. | Poly_endpoint of Netxdr.xdr_value Netsys_polysocket.polyendpoint
class type controller = object ... end
class type controller_config = object ... end
class type socket_service = object ... end
class type socket_service_config = object ... end
class type protocol = object ... end
class type socket_controller = object ... end
class type ctrl_message_receiver = object ... end
class type processor_hooks = object ... end
class type processor = object ... end
class type container = object ... end
class type workload_manager = object ... end
class type plugin = object ... end
class type par_thread = object ... end
class type parallelizer = object ... end
type config_tree = [
  1. | `Parameter of string * param_value
  2. | `Section of string * config_tree list
]
and address = < >
class type config_file = object ... end
class type processor_factory = object ... end
class type workload_manager_factory = object ... end
class type logger_factory = object ... end
class type netplex_config = object ... end
OCaml

Innovation. Community. Security.