Extension [ extension #167 uv version 0.2.3 ] { - Functions { Function [ function uv_update_time ] { - Parameters [1] { Parameter #0 [ $loop ] } } Function [ function uv_ref ] { - Parameters [1] { Parameter #0 [ $loop ] } } Function [ function uv_unref ] { - Parameters [1] { Parameter #0 [ $loop ] } } Function [ function uv_loop_new ] { } Function [ function uv_default_loop ] { } Function [ function uv_stop ] { - Parameters [1] { Parameter #0 [ $loop ] } } Function [ function uv_run ] { - Parameters [1] { Parameter #0 [ $loop ] } } Function [ function uv_ip4_addr ] { - Parameters [2] { Parameter #0 [ $address ] Parameter #1 [ $port ] } } Function [ function uv_ip6_addr ] { - Parameters [2] { Parameter #0 [ $address ] Parameter #1 [ $port ] } } Function [ function uv_ip4_name ] { - Parameters [1] { Parameter #0 [ $handle ] } } Function [ function uv_ip6_name ] { - Parameters [1] { Parameter #0 [ $handle ] } } Function [ function uv_write ] { - Parameters [3] { Parameter #0 [ $client ] Parameter #1 [ $data ] Parameter #2 [ $callback ] } } Function [ function uv_write2 ] { - Parameters [4] { Parameter #0 [ $client ] Parameter #1 [ $data ] Parameter #2 [ $send ] Parameter #3 [ $callback ] } } Function [ function uv_shutdown ] { - Parameters [2] { Parameter #0 [ $stream ] Parameter #1 [ $callback ] } } Function [ function uv_close ] { - Parameters [2] { Parameter #0 [ $stream ] Parameter #1 [ $callback ] } } Function [ function uv_now ] { - Parameters [1] { Parameter #0 [ $loop ] } } Function [ function uv_loop_delete ] { - Parameters [1] { Parameter #0 [ $loop ] } } Function [ function uv_read_start ] { - Parameters [2] { Parameter #0 [ $server ] Parameter #1 [ $callback ] } } Function [ function uv_read2_start ] { - Parameters [2] { Parameter #0 [ $server ] Parameter #1 [ $callback ] } } Function [ function uv_read_stop ] { - Parameters [1] { Parameter #0 [ $server ] } } Function [ function uv_err_name ] { - Parameters [1] { Parameter #0 [ $error ] } } Function [ function uv_strerror ] { - Parameters [1] { Parameter #0 [ $error ] } } Function [ function uv_is_active ] { - Parameters [1] { Parameter #0 [ $handle ] } } Function [ function uv_is_closing ] { - Parameters [1] { Parameter #0 [ $handle ] } } Function [ function uv_is_readable ] { - Parameters [1] { Parameter #0 [ $handle ] } } Function [ function uv_is_writable ] { - Parameters [1] { Parameter #0 [ $handle ] } } Function [ function uv_walk ] { - Parameters [3] { Parameter #0 [ $loop ] Parameter #1 [ $callback ] Parameter #2 [ $opaque ] } } Function [ function uv_guess_handle ] { - Parameters [1] { Parameter #0 [ $fd ] } } Function [ function uv_idle_init ] { - Parameters [1] { Parameter #0 [ $loop ] } } Function [ function uv_idle_start ] { - Parameters [2] { Parameter #0 [ $timer ] Parameter #1 [ $callback ] } } Function [ function uv_idle_stop ] { - Parameters [1] { Parameter #0 [ $idle ] } } Function [ function uv_timer_init ] { - Parameters [1] { Parameter #0 [ $loop ] } } Function [ function uv_timer_start ] { - Parameters [4] { Parameter #0 [ $timer ] Parameter #1 [ $timeout ] Parameter #2 [ $repeat ] Parameter #3 [ $callback ] } } Function [ function uv_timer_stop ] { - Parameters [1] { Parameter #0 [ $timer ] } } Function [ function uv_timer_again ] { - Parameters [1] { Parameter #0 [ $timer ] } } Function [ function uv_timer_set_repeat ] { - Parameters [2] { Parameter #0 [ $timer ] Parameter #1 [ $timeout ] } } Function [ function uv_timer_get_repeat ] { - Parameters [1] { Parameter #0 [ $timer ] } } Function [ function uv_tcp_init ] { - Parameters [1] { Parameter #0 [ $loop ] } } Function [ function uv_tcp_open ] { - Parameters [2] { Parameter #0 [ $resource ] Parameter #1 [ $tcpfd ] } } Function [ function uv_tcp_nodelay ] { - Parameters [2] { Parameter #0 [ $tcp ] Parameter #1 [ $enabled ] } } Function [ function uv_tcp_bind ] { - Parameters [2] { Parameter #0 [ $resource ] Parameter #1 [ $address ] } } Function [ function uv_tcp_bind6 ] { - Parameters [2] { Parameter #0 [ $resource ] Parameter #1 [ $address ] } } Function [ function uv_listen ] { - Parameters [3] { Parameter #0 [ $resource ] Parameter #1 [ $backlog ] Parameter #2 [ $callback ] } } Function [ function uv_accept ] { - Parameters [2] { Parameter #0 [ $server ] Parameter #1 [ $client ] } } Function [ function uv_tcp_connect ] { - Parameters [2] { Parameter #0 [ $resource ] Parameter #1 [ $callback ] } } Function [ function uv_tcp_connect6 ] { - Parameters [2] { Parameter #0 [ $resource ] Parameter #1 [ $callback ] } } Function [ function uv_udp_init ] { - Parameters [1] { Parameter #0 [ $loop ] } } Function [ function uv_udp_open ] { - Parameters [2] { Parameter #0 [ $resource ] Parameter #1 [ $udpfd ] } } Function [ function uv_udp_bind ] { - Parameters [3] { Parameter #0 [ $resource ] Parameter #1 [ $address ] Parameter #2 [ $flags ] } } Function [ function uv_udp_bind6 ] { - Parameters [3] { Parameter #0 [ $resource ] Parameter #1 [ $address ] Parameter #2 [ $flags ] } } Function [ function uv_udp_set_multicast_loop ] { - Parameters [2] { Parameter #0 [ $server ] Parameter #1 [ $enabled ] } } Function [ function uv_udp_set_multicast_ttl ] { - Parameters [2] { Parameter #0 [ $server ] Parameter #1 [ $ttl ] } } Function [ function uv_udp_send ] { - Parameters [4] { Parameter #0 [ $server ] Parameter #1 [ $buffer ] Parameter #2 [ $address ] Parameter #3 [ $callback ] } } Function [ function uv_udp_send6 ] { - Parameters [4] { Parameter #0 [ $server ] Parameter #1 [ $buffer ] Parameter #2 [ $address ] Parameter #3 [ $callback ] } } Function [ function uv_udp_recv_start ] { - Parameters [2] { Parameter #0 [ $server ] Parameter #1 [ $callback ] } } Function [ function uv_udp_recv_stop ] { - Parameters [1] { Parameter #0 [ $server ] } } Function [ function uv_udp_set_membership ] { - Parameters [4] { Parameter #0 [ $client ] Parameter #1 [ $multicast_addr ] Parameter #2 [ $interface_addr ] Parameter #3 [ $membership ] } } Function [ function uv_udp_set_broadcast ] { - Parameters [2] { Parameter #0 [ $server ] Parameter #1 [ $enabled ] } } Function [ function uv_poll_init ] { - Parameters [2] { Parameter #0 [ $loop ] Parameter #1 [ $fd ] } } Function [ function uv_poll_init_socket ] { - Parameters [2] { Parameter #0 [ $loop ] Parameter #1 [ $fd ] } } Function [ function uv_poll_start ] { - Parameters [3] { Parameter #0 [ $handle ] Parameter #1 [ $events ] Parameter #2 [ $callback ] } } Function [ function uv_poll_stop ] { - Parameters [1] { Parameter #0 [ $handle ] } } Function [ function uv_fs_poll_init ] { - Parameters [1] { Parameter #0 [ $loop ] } } Function [ function uv_fs_poll_start ] { - Parameters [4] { Parameter #0 [ $handle ] Parameter #1 [ $callback ] Parameter #2 [ $path ] Parameter #3 [ $interval ] } } Function [ function uv_fs_poll_stop ] { - Parameters [1] { Parameter #0 [ $loop ] } } Function [ function uv_tcp_getsockname ] { - Parameters [1] { Parameter #0 [ $handle ] } } Function [ function uv_tcp_getpeername ] { - Parameters [1] { Parameter #0 [ $handle ] } } Function [ function uv_udp_getsockname ] { - Parameters [1] { Parameter #0 [ $handle ] } } Function [ function uv_pipe_init ] { - Parameters [1] { Parameter #0 [ $file ] } } Function [ function uv_pipe_bind ] { - Parameters [2] { Parameter #0 [ $handle ] Parameter #1 [ $name ] } } Function [ function uv_pipe_open ] { - Parameters [2] { Parameter #0 [ $file ] Parameter #1 [ $pipe ] } } Function [ function uv_pipe_connect ] { - Parameters [3] { Parameter #0 [ $handle ] Parameter #1 [ $name ] Parameter #2 [ $callback ] } } Function [ function uv_pipe_pending_instances ] { - Parameters [2] { Parameter #0 [ $handle ] Parameter #1 [ $count ] } } Function [ function uv_pipe_pending_count ] { - Parameters [1] { Parameter #0 [ $handle ] } } Function [ function uv_pipe_pending_type ] { - Parameters [1] { Parameter #0 [ $handle ] } } Function [ function uv_stdio_new ] { } Function [ function uv_spawn ] { } Function [ function uv_process_kill ] { - Parameters [2] { Parameter #0 [ $process ] Parameter #1 [ $signal ] } } Function [ function uv_kill ] { - Parameters [2] { Parameter #0 [ $pid ] Parameter #1 [ $signal ] } } Function [ function uv_getaddrinfo ] { - Parameters [2] { Parameter #0 [ $resource ] Parameter #1 [ $callback ] } } Function [ function uv_rwlock_init ] { } Function [ function uv_rwlock_rdlock ] { - Parameters [1] { Parameter #0 [ $handle ] } } Function [ function uv_rwlock_tryrdlock ] { - Parameters [1] { Parameter #0 [ $handle ] } } Function [ function uv_rwlock_rdunlock ] { - Parameters [1] { Parameter #0 [ $handle ] } } Function [ function uv_rwlock_wrlock ] { - Parameters [1] { Parameter #0 [ $handle ] } } Function [ function uv_rwlock_trywrlock ] { - Parameters [1] { Parameter #0 [ $handle ] } } Function [ function uv_rwlock_wrunlock ] { - Parameters [1] { Parameter #0 [ $handle ] } } Function [ function uv_mutex_init ] { } Function [ function uv_mutex_lock ] { - Parameters [1] { Parameter #0 [ $handle ] } } Function [ function uv_mutex_trylock ] { - Parameters [1] { Parameter #0 [ $handle ] } } Function [ function uv_mutex_unlock ] { - Parameters [1] { Parameter #0 [ $handle ] } } Function [ function uv_sem_init ] { - Parameters [1] { Parameter #0 [ $val ] } } Function [ function uv_sem_post ] { - Parameters [1] { Parameter #0 [ $resource ] } } Function [ function uv_sem_wait ] { - Parameters [1] { Parameter #0 [ $resource ] } } Function [ function uv_sem_trywait ] { - Parameters [1] { Parameter #0 [ $resource ] } } Function [ function uv_prepare_init ] { - Parameters [1] { Parameter #0 [ $loop ] } } Function [ function uv_prepare_start ] { - Parameters [2] { Parameter #0 [ $handle ] Parameter #1 [ $callback ] } } Function [ function uv_prepare_stop ] { - Parameters [1] { Parameter #0 [ $handle ] } } Function [ function uv_check_init ] { - Parameters [1] { Parameter #0 [ $loop ] } } Function [ function uv_check_start ] { - Parameters [2] { Parameter #0 [ $handle ] Parameter #1 [ $callback ] } } Function [ function uv_check_stop ] { - Parameters [1] { Parameter #0 [ $handle ] } } Function [ function uv_async_init ] { - Parameters [2] { Parameter #0 [ $loop ] Parameter #1 [ $callback ] } } Function [ function uv_async_send ] { - Parameters [1] { Parameter #0 [ $handle ] } } Function [ function uv_queue_work ] { } Function [ function uv_fs_open ] { - Parameters [5] { Parameter #0 [ $loop ] Parameter #1 [ $path ] Parameter #2 [ $flag ] Parameter #3 [ $mode ] Parameter #4 [ $callback ] } } Function [ function uv_fs_read ] { - Parameters [5] { Parameter #0 [ $loop ] Parameter #1 [ $fd ] Parameter #2 [ $offset ] Parameter #3 [ $size ] Parameter #4 [ $callback ] } } Function [ function uv_fs_write ] { - Parameters [5] { Parameter #0 [ $loop ] Parameter #1 [ $fd ] Parameter #2 [ $buffer ] Parameter #3 [ $offset ] Parameter #4 [ $callback ] } } Function [ function uv_fs_close ] { - Parameters [3] { Parameter #0 [ $loop ] Parameter #1 [ $fd ] Parameter #2 [ $callback ] } } Function [ function uv_fs_fsync ] { - Parameters [3] { Parameter #0 [ $loop ] Parameter #1 [ $fd ] Parameter #2 [ $callback ] } } Function [ function uv_fs_fdatasync ] { - Parameters [3] { Parameter #0 [ $loop ] Parameter #1 [ $fd ] Parameter #2 [ $callback ] } } Function [ function uv_fs_ftruncate ] { - Parameters [4] { Parameter #0 [ $loop ] Parameter #1 [ $fd ] Parameter #2 [ $offset ] Parameter #3 [ $callback ] } } Function [ function uv_fs_mkdir ] { - Parameters [4] { Parameter #0 [ $loop ] Parameter #1 [ $path ] Parameter #2 [ $mode ] Parameter #3 [ $callback ] } } Function [ function uv_fs_rmdir ] { - Parameters [3] { Parameter #0 [ $loop ] Parameter #1 [ $path ] Parameter #2 [ $callback ] } } Function [ function uv_fs_unlink ] { - Parameters [3] { Parameter #0 [ $loop ] Parameter #1 [ $path ] Parameter #2 [ $callback ] } } Function [ function uv_fs_rename ] { - Parameters [4] { Parameter #0 [ $loop ] Parameter #1 [ $from ] Parameter #2 [ $to ] Parameter #3 [ $callback ] } } Function [ function uv_fs_utime ] { - Parameters [5] { Parameter #0 [ $loop ] Parameter #1 [ $path ] Parameter #2 [ $utime ] Parameter #3 [ $atime ] Parameter #4 [ $callback ] } } Function [ function uv_fs_futime ] { - Parameters [5] { Parameter #0 [ $loop ] Parameter #1 [ $fd ] Parameter #2 [ $utime ] Parameter #3 [ $atime ] Parameter #4 [ $callback ] } } Function [ function uv_fs_chmod ] { - Parameters [4] { Parameter #0 [ $loop ] Parameter #1 [ $path ] Parameter #2 [ $mode ] Parameter #3 [ $callback ] } } Function [ function uv_fs_fchmod ] { - Parameters [4] { Parameter #0 [ $loop ] Parameter #1 [ $fd ] Parameter #2 [ $mode ] Parameter #3 [ $callback ] } } Function [ function uv_fs_chown ] { - Parameters [5] { Parameter #0 [ $loop ] Parameter #1 [ $path ] Parameter #2 [ $uid ] Parameter #3 [ $gid ] Parameter #4 [ $callback ] } } Function [ function uv_fs_fchown ] { - Parameters [5] { Parameter #0 [ $loop ] Parameter #1 [ $fd ] Parameter #2 [ $uid ] Parameter #3 [ $gid ] Parameter #4 [ $callback ] } } Function [ function uv_fs_link ] { - Parameters [4] { Parameter #0 [ $loop ] Parameter #1 [ $from ] Parameter #2 [ $to ] Parameter #3 [ $callback ] } } Function [ function uv_fs_symlink ] { - Parameters [5] { Parameter #0 [ $loop ] Parameter #1 [ $from ] Parameter #2 [ $to ] Parameter #3 [ $callback ] Parameter #4 [ $flags ] } } Function [ function uv_fs_readlink ] { - Parameters [3] { Parameter #0 [ $loop ] Parameter #1 [ $path ] Parameter #2 [ $callback ] } } Function [ function uv_fs_stat ] { - Parameters [3] { Parameter #0 [ $loop ] Parameter #1 [ $path ] Parameter #2 [ $callback ] } } Function [ function uv_fs_lstat ] { - Parameters [3] { Parameter #0 [ $loop ] Parameter #1 [ $path ] Parameter #2 [ $callback ] } } Function [ function uv_fs_fstat ] { - Parameters [3] { Parameter #0 [ $loop ] Parameter #1 [ $fd ] Parameter #2 [ $callback ] } } Function [ function uv_fs_readdir ] { - Parameters [4] { Parameter #0 [ $loop ] Parameter #1 [ $path ] Parameter #2 [ $flags ] Parameter #3 [ $callback ] } } Function [ function uv_fs_scandir ] { - Parameters [4] { Parameter #0 [ $loop ] Parameter #1 [ $path ] Parameter #2 [ $flags ] Parameter #3 [ $callback ] } } Function [ function uv_fs_sendfile ] { - Parameters [6] { Parameter #0 [ $loop ] Parameter #1 [ $in ] Parameter #2 [ $out ] Parameter #3 [ $offset ] Parameter #4 [ $length ] Parameter #5 [ $callback ] } } Function [ function uv_fs_event_init ] { - Parameters [4] { Parameter #0 [ $loop ] Parameter #1 [ $path ] Parameter #2 [ $callback ] Parameter #3 [ $flags ] } } Function [ function uv_tty_init ] { - Parameters [3] { Parameter #0 [ $loop ] Parameter #1 [ $fd ] Parameter #2 [ $readable ] } } Function [ function uv_tty_get_winsize ] { - Parameters [3] { Parameter #0 [ $tty ] Parameter #1 [ &$width ] Parameter #2 [ &$height ] } } Function [ function uv_tty_set_mode ] { } Function [ function uv_tty_reset_mode ] { } Function [ function uv_loadavg ] { } Function [ function uv_uptime ] { } Function [ function uv_cpu_info ] { } Function [ function uv_interface_addresses ] { } Function [ function uv_get_free_memory ] { } Function [ function uv_get_total_memory ] { } Function [ function uv_hrtime ] { } Function [ function uv_exepath ] { } Function [ function uv_cwd ] { } Function [ function uv_chdir ] { - Parameters [1] { Parameter #0 [ $dir ] } } Function [ function uv_resident_set_memory ] { } Function [ function uv_signal_init ] { - Parameters [1] { Parameter #0 [ $loop ] } } Function [ function uv_signal_start ] { - Parameters [3] { Parameter #0 [ $sig_handle ] Parameter #1 [ $sig_callback ] Parameter #2 [ $sig_num ] } } Function [ function uv_signal_stop ] { - Parameters [1] { Parameter #0 [ $sig_handle ] } } } - Classes [25] { Class [ class UV ] { - Constants [199] { Constant [ public integer RUN_DEFAULT ] { 0 } Constant [ public integer RUN_ONCE ] { 1 } Constant [ public integer RUN_NOWAIT ] { 2 } Constant [ public integer CHANGE ] { 2 } Constant [ public integer RENAME ] { 1 } Constant [ public integer READABLE ] { 1 } Constant [ public integer WRITABLE ] { 2 } Constant [ public integer O_RDONLY ] { 0 } Constant [ public integer O_WRONLY ] { 1 } Constant [ public integer O_RDWR ] { 2 } Constant [ public integer O_CREAT ] { 64 } Constant [ public integer O_EXCL ] { 128 } Constant [ public integer O_TRUNC ] { 512 } Constant [ public integer O_APPEND ] { 1024 } Constant [ public integer S_IFDIR ] { 16384 } Constant [ public integer S_IFREG ] { 32768 } Constant [ public integer O_NOCTTY ] { 256 } Constant [ public integer S_IRWXU ] { 448 } Constant [ public integer S_IRUSR ] { 256 } Constant [ public integer S_IWUSR ] { 128 } Constant [ public integer S_IXUSR ] { 64 } Constant [ public integer S_IRWXG ] { 56 } Constant [ public integer S_IRGRP ] { 32 } Constant [ public integer S_IWGRP ] { 16 } Constant [ public integer S_IXGRP ] { 8 } Constant [ public integer S_IRWXO ] { 7 } Constant [ public integer S_IROTH ] { 4 } Constant [ public integer S_IWOTH ] { 2 } Constant [ public integer S_IXOTH ] { 1 } Constant [ public integer SIG_IGN ] { 1 } Constant [ public integer SIG_DFL ] { 0 } Constant [ public integer SIG_ERR ] { -1 } Constant [ public integer SIGHUP ] { 1 } Constant [ public integer SIGINT ] { 2 } Constant [ public integer SIGQUIT ] { 3 } Constant [ public integer SIGILL ] { 4 } Constant [ public integer SIGTRAP ] { 5 } Constant [ public integer SIGABRT ] { 6 } Constant [ public integer SIGIOT ] { 6 } Constant [ public integer SIGBUS ] { 7 } Constant [ public integer SIGFPE ] { 8 } Constant [ public integer SIGKILL ] { 9 } Constant [ public integer SIGUSR1 ] { 10 } Constant [ public integer SIGSEGV ] { 11 } Constant [ public integer SIGUSR2 ] { 12 } Constant [ public integer SIGPIPE ] { 13 } Constant [ public integer SIGALRM ] { 14 } Constant [ public integer SIGTERM ] { 15 } Constant [ public integer SIGSTKFLT ] { 16 } Constant [ public integer SIGCLD ] { 17 } Constant [ public integer SIGCHLD ] { 17 } Constant [ public integer SIGCONT ] { 18 } Constant [ public integer SIGSTOP ] { 19 } Constant [ public integer SIGTSTP ] { 20 } Constant [ public integer SIGTTIN ] { 21 } Constant [ public integer SIGTTOU ] { 22 } Constant [ public integer SIGURG ] { 23 } Constant [ public integer SIGXCPU ] { 24 } Constant [ public integer SIGXFSZ ] { 25 } Constant [ public integer SIGVTALRM ] { 26 } Constant [ public integer SIGPROF ] { 27 } Constant [ public integer SIGWINCH ] { 28 } Constant [ public integer SIGPOLL ] { 29 } Constant [ public integer SIGIO ] { 29 } Constant [ public integer SIGPWR ] { 30 } Constant [ public integer SIGSYS ] { 31 } Constant [ public integer SIGBABY ] { 31 } Constant [ public integer AF_INET ] { 2 } Constant [ public integer AF_INET6 ] { 10 } Constant [ public integer AF_UNSPEC ] { 0 } Constant [ public integer LEAVE_GROUP ] { 0 } Constant [ public integer JOIN_GROUP ] { 1 } Constant [ public integer IS_UV_TCP ] { 0 } Constant [ public integer IS_UV_UDP ] { 1 } Constant [ public integer IS_UV_PIPE ] { 2 } Constant [ public integer IS_UV_IDLE ] { 3 } Constant [ public integer IS_UV_TIMER ] { 4 } Constant [ public integer IS_UV_ASYNC ] { 5 } Constant [ public integer IS_UV_LOOP ] { 6 } Constant [ public integer IS_UV_HANDLE ] { 7 } Constant [ public integer IS_UV_STREAM ] { 8 } Constant [ public integer IS_UV_ADDRINFO ] { 9 } Constant [ public integer IS_UV_PROCESS ] { 10 } Constant [ public integer IS_UV_PREPARE ] { 11 } Constant [ public integer IS_UV_CHECK ] { 12 } Constant [ public integer IS_UV_WORK ] { 13 } Constant [ public integer IS_UV_FS ] { 14 } Constant [ public integer IS_UV_FS_EVENT ] { 15 } Constant [ public integer IS_UV_TTY ] { 16 } Constant [ public integer IS_UV_FS_POLL ] { 17 } Constant [ public integer IS_UV_POLL ] { 18 } Constant [ public integer UNKNOWN_HANDLE ] { 0 } Constant [ public integer FILE ] { 17 } Constant [ public integer ASYNC ] { 1 } Constant [ public integer CHECK ] { 2 } Constant [ public integer FS_EVENT ] { 3 } Constant [ public integer FS_POLL ] { 4 } Constant [ public integer HANDLE ] { 5 } Constant [ public integer IDLE ] { 6 } Constant [ public integer NAMED_PIPE ] { 7 } Constant [ public integer POLL ] { 8 } Constant [ public integer PREPARE ] { 9 } Constant [ public integer PROCESS ] { 10 } Constant [ public integer STREAM ] { 11 } Constant [ public integer TCP ] { 12 } Constant [ public integer TIMER ] { 13 } Constant [ public integer TTY ] { 14 } Constant [ public integer UDP ] { 15 } Constant [ public integer SIGNAL ] { 16 } Constant [ public integer HANDLE_TYPE_MAX ] { 18 } Constant [ public integer IGNORE ] { 0 } Constant [ public integer CREATE_PIPE ] { 1 } Constant [ public integer INHERIT_FD ] { 2 } Constant [ public integer INHERIT_STREAM ] { 4 } Constant [ public integer READABLE_PIPE ] { 16 } Constant [ public integer WRITABLE_PIPE ] { 32 } Constant [ public integer PROCESS_SETUID ] { 1 } Constant [ public integer PROCESS_SETGID ] { 2 } Constant [ public integer PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 } Constant [ public integer PROCESS_DETACHED ] { 8 } Constant [ public integer E2BIG ] { -7 } Constant [ public integer EACCES ] { -13 } Constant [ public integer EADDRINUSE ] { -98 } Constant [ public integer EADDRNOTAVAIL ] { -99 } Constant [ public integer EAFNOSUPPORT ] { -97 } Constant [ public integer EAGAIN ] { -11 } Constant [ public integer EAI_ADDRFAMILY ] { -3000 } Constant [ public integer EAI_AGAIN ] { -3001 } Constant [ public integer EAI_BADFLAGS ] { -3002 } Constant [ public integer EAI_BADHINTS ] { -3013 } Constant [ public integer EAI_CANCELED ] { -3003 } Constant [ public integer EAI_FAIL ] { -3004 } Constant [ public integer EAI_FAMILY ] { -3005 } Constant [ public integer EAI_MEMORY ] { -3006 } Constant [ public integer EAI_NODATA ] { -3007 } Constant [ public integer EAI_NONAME ] { -3008 } Constant [ public integer EAI_OVERFLOW ] { -3009 } Constant [ public integer EAI_PROTOCOL ] { -3014 } Constant [ public integer EAI_SERVICE ] { -3010 } Constant [ public integer EAI_SOCKTYPE ] { -3011 } Constant [ public integer EALREADY ] { -114 } Constant [ public integer EBADF ] { -9 } Constant [ public integer EBUSY ] { -16 } Constant [ public integer ECANCELED ] { -125 } Constant [ public integer ECHARSET ] { -4080 } Constant [ public integer ECONNABORTED ] { -103 } Constant [ public integer ECONNREFUSED ] { -111 } Constant [ public integer ECONNRESET ] { -104 } Constant [ public integer EDESTADDRREQ ] { -89 } Constant [ public integer EEXIST ] { -17 } Constant [ public integer EFAULT ] { -14 } Constant [ public integer EFBIG ] { -27 } Constant [ public integer EHOSTUNREACH ] { -113 } Constant [ public integer EINTR ] { -4 } Constant [ public integer EINVAL ] { -22 } Constant [ public integer EIO ] { -5 } Constant [ public integer EISCONN ] { -106 } Constant [ public integer EISDIR ] { -21 } Constant [ public integer ELOOP ] { -40 } Constant [ public integer EMFILE ] { -24 } Constant [ public integer EMSGSIZE ] { -90 } Constant [ public integer ENAMETOOLONG ] { -36 } Constant [ public integer ENETDOWN ] { -100 } Constant [ public integer ENETUNREACH ] { -101 } Constant [ public integer ENFILE ] { -23 } Constant [ public integer ENOBUFS ] { -105 } Constant [ public integer ENODEV ] { -19 } Constant [ public integer ENOENT ] { -2 } Constant [ public integer ENOMEM ] { -12 } Constant [ public integer ENONET ] { -64 } Constant [ public integer ENOPROTOOPT ] { -92 } Constant [ public integer ENOSPC ] { -28 } Constant [ public integer ENOSYS ] { -38 } Constant [ public integer ENOTCONN ] { -107 } Constant [ public integer ENOTDIR ] { -20 } Constant [ public integer ENOTEMPTY ] { -39 } Constant [ public integer ENOTSOCK ] { -88 } Constant [ public integer ENOTSUP ] { -95 } Constant [ public integer EPERM ] { -1 } Constant [ public integer EPIPE ] { -32 } Constant [ public integer EPROTO ] { -71 } Constant [ public integer EPROTONOSUPPORT ] { -93 } Constant [ public integer EPROTOTYPE ] { -91 } Constant [ public integer ERANGE ] { -34 } Constant [ public integer EROFS ] { -30 } Constant [ public integer ESHUTDOWN ] { -108 } Constant [ public integer ESPIPE ] { -29 } Constant [ public integer ESRCH ] { -3 } Constant [ public integer ETIMEDOUT ] { -110 } Constant [ public integer ETXTBSY ] { -26 } Constant [ public integer EXDEV ] { -18 } Constant [ public integer UNKNOWN ] { -4094 } Constant [ public integer EOF ] { -4095 } Constant [ public integer ENXIO ] { -6 } Constant [ public integer EMLINK ] { -31 } Constant [ public integer EHOSTDOWN ] { -112 } Constant [ public integer EREMOTEIO ] { -121 } Constant [ public integer ENOTTY ] { -25 } Constant [ public integer EFTYPE ] { -4028 } } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [0] { } } Class [ final class UVTcp extends UV ] { - Constants [199] { Constant [ public integer RUN_DEFAULT ] { 0 } Constant [ public integer RUN_ONCE ] { 1 } Constant [ public integer RUN_NOWAIT ] { 2 } Constant [ public integer CHANGE ] { 2 } Constant [ public integer RENAME ] { 1 } Constant [ public integer READABLE ] { 1 } Constant [ public integer WRITABLE ] { 2 } Constant [ public integer O_RDONLY ] { 0 } Constant [ public integer O_WRONLY ] { 1 } Constant [ public integer O_RDWR ] { 2 } Constant [ public integer O_CREAT ] { 64 } Constant [ public integer O_EXCL ] { 128 } Constant [ public integer O_TRUNC ] { 512 } Constant [ public integer O_APPEND ] { 1024 } Constant [ public integer S_IFDIR ] { 16384 } Constant [ public integer S_IFREG ] { 32768 } Constant [ public integer O_NOCTTY ] { 256 } Constant [ public integer S_IRWXU ] { 448 } Constant [ public integer S_IRUSR ] { 256 } Constant [ public integer S_IWUSR ] { 128 } Constant [ public integer S_IXUSR ] { 64 } Constant [ public integer S_IRWXG ] { 56 } Constant [ public integer S_IRGRP ] { 32 } Constant [ public integer S_IWGRP ] { 16 } Constant [ public integer S_IXGRP ] { 8 } Constant [ public integer S_IRWXO ] { 7 } Constant [ public integer S_IROTH ] { 4 } Constant [ public integer S_IWOTH ] { 2 } Constant [ public integer S_IXOTH ] { 1 } Constant [ public integer SIG_IGN ] { 1 } Constant [ public integer SIG_DFL ] { 0 } Constant [ public integer SIG_ERR ] { -1 } Constant [ public integer SIGHUP ] { 1 } Constant [ public integer SIGINT ] { 2 } Constant [ public integer SIGQUIT ] { 3 } Constant [ public integer SIGILL ] { 4 } Constant [ public integer SIGTRAP ] { 5 } Constant [ public integer SIGABRT ] { 6 } Constant [ public integer SIGIOT ] { 6 } Constant [ public integer SIGBUS ] { 7 } Constant [ public integer SIGFPE ] { 8 } Constant [ public integer SIGKILL ] { 9 } Constant [ public integer SIGUSR1 ] { 10 } Constant [ public integer SIGSEGV ] { 11 } Constant [ public integer SIGUSR2 ] { 12 } Constant [ public integer SIGPIPE ] { 13 } Constant [ public integer SIGALRM ] { 14 } Constant [ public integer SIGTERM ] { 15 } Constant [ public integer SIGSTKFLT ] { 16 } Constant [ public integer SIGCLD ] { 17 } Constant [ public integer SIGCHLD ] { 17 } Constant [ public integer SIGCONT ] { 18 } Constant [ public integer SIGSTOP ] { 19 } Constant [ public integer SIGTSTP ] { 20 } Constant [ public integer SIGTTIN ] { 21 } Constant [ public integer SIGTTOU ] { 22 } Constant [ public integer SIGURG ] { 23 } Constant [ public integer SIGXCPU ] { 24 } Constant [ public integer SIGXFSZ ] { 25 } Constant [ public integer SIGVTALRM ] { 26 } Constant [ public integer SIGPROF ] { 27 } Constant [ public integer SIGWINCH ] { 28 } Constant [ public integer SIGPOLL ] { 29 } Constant [ public integer SIGIO ] { 29 } Constant [ public integer SIGPWR ] { 30 } Constant [ public integer SIGSYS ] { 31 } Constant [ public integer SIGBABY ] { 31 } Constant [ public integer AF_INET ] { 2 } Constant [ public integer AF_INET6 ] { 10 } Constant [ public integer AF_UNSPEC ] { 0 } Constant [ public integer LEAVE_GROUP ] { 0 } Constant [ public integer JOIN_GROUP ] { 1 } Constant [ public integer IS_UV_TCP ] { 0 } Constant [ public integer IS_UV_UDP ] { 1 } Constant [ public integer IS_UV_PIPE ] { 2 } Constant [ public integer IS_UV_IDLE ] { 3 } Constant [ public integer IS_UV_TIMER ] { 4 } Constant [ public integer IS_UV_ASYNC ] { 5 } Constant [ public integer IS_UV_LOOP ] { 6 } Constant [ public integer IS_UV_HANDLE ] { 7 } Constant [ public integer IS_UV_STREAM ] { 8 } Constant [ public integer IS_UV_ADDRINFO ] { 9 } Constant [ public integer IS_UV_PROCESS ] { 10 } Constant [ public integer IS_UV_PREPARE ] { 11 } Constant [ public integer IS_UV_CHECK ] { 12 } Constant [ public integer IS_UV_WORK ] { 13 } Constant [ public integer IS_UV_FS ] { 14 } Constant [ public integer IS_UV_FS_EVENT ] { 15 } Constant [ public integer IS_UV_TTY ] { 16 } Constant [ public integer IS_UV_FS_POLL ] { 17 } Constant [ public integer IS_UV_POLL ] { 18 } Constant [ public integer UNKNOWN_HANDLE ] { 0 } Constant [ public integer FILE ] { 17 } Constant [ public integer ASYNC ] { 1 } Constant [ public integer CHECK ] { 2 } Constant [ public integer FS_EVENT ] { 3 } Constant [ public integer FS_POLL ] { 4 } Constant [ public integer HANDLE ] { 5 } Constant [ public integer IDLE ] { 6 } Constant [ public integer NAMED_PIPE ] { 7 } Constant [ public integer POLL ] { 8 } Constant [ public integer PREPARE ] { 9 } Constant [ public integer PROCESS ] { 10 } Constant [ public integer STREAM ] { 11 } Constant [ public integer TCP ] { 12 } Constant [ public integer TIMER ] { 13 } Constant [ public integer TTY ] { 14 } Constant [ public integer UDP ] { 15 } Constant [ public integer SIGNAL ] { 16 } Constant [ public integer HANDLE_TYPE_MAX ] { 18 } Constant [ public integer IGNORE ] { 0 } Constant [ public integer CREATE_PIPE ] { 1 } Constant [ public integer INHERIT_FD ] { 2 } Constant [ public integer INHERIT_STREAM ] { 4 } Constant [ public integer READABLE_PIPE ] { 16 } Constant [ public integer WRITABLE_PIPE ] { 32 } Constant [ public integer PROCESS_SETUID ] { 1 } Constant [ public integer PROCESS_SETGID ] { 2 } Constant [ public integer PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 } Constant [ public integer PROCESS_DETACHED ] { 8 } Constant [ public integer E2BIG ] { -7 } Constant [ public integer EACCES ] { -13 } Constant [ public integer EADDRINUSE ] { -98 } Constant [ public integer EADDRNOTAVAIL ] { -99 } Constant [ public integer EAFNOSUPPORT ] { -97 } Constant [ public integer EAGAIN ] { -11 } Constant [ public integer EAI_ADDRFAMILY ] { -3000 } Constant [ public integer EAI_AGAIN ] { -3001 } Constant [ public integer EAI_BADFLAGS ] { -3002 } Constant [ public integer EAI_BADHINTS ] { -3013 } Constant [ public integer EAI_CANCELED ] { -3003 } Constant [ public integer EAI_FAIL ] { -3004 } Constant [ public integer EAI_FAMILY ] { -3005 } Constant [ public integer EAI_MEMORY ] { -3006 } Constant [ public integer EAI_NODATA ] { -3007 } Constant [ public integer EAI_NONAME ] { -3008 } Constant [ public integer EAI_OVERFLOW ] { -3009 } Constant [ public integer EAI_PROTOCOL ] { -3014 } Constant [ public integer EAI_SERVICE ] { -3010 } Constant [ public integer EAI_SOCKTYPE ] { -3011 } Constant [ public integer EALREADY ] { -114 } Constant [ public integer EBADF ] { -9 } Constant [ public integer EBUSY ] { -16 } Constant [ public integer ECANCELED ] { -125 } Constant [ public integer ECHARSET ] { -4080 } Constant [ public integer ECONNABORTED ] { -103 } Constant [ public integer ECONNREFUSED ] { -111 } Constant [ public integer ECONNRESET ] { -104 } Constant [ public integer EDESTADDRREQ ] { -89 } Constant [ public integer EEXIST ] { -17 } Constant [ public integer EFAULT ] { -14 } Constant [ public integer EFBIG ] { -27 } Constant [ public integer EHOSTUNREACH ] { -113 } Constant [ public integer EINTR ] { -4 } Constant [ public integer EINVAL ] { -22 } Constant [ public integer EIO ] { -5 } Constant [ public integer EISCONN ] { -106 } Constant [ public integer EISDIR ] { -21 } Constant [ public integer ELOOP ] { -40 } Constant [ public integer EMFILE ] { -24 } Constant [ public integer EMSGSIZE ] { -90 } Constant [ public integer ENAMETOOLONG ] { -36 } Constant [ public integer ENETDOWN ] { -100 } Constant [ public integer ENETUNREACH ] { -101 } Constant [ public integer ENFILE ] { -23 } Constant [ public integer ENOBUFS ] { -105 } Constant [ public integer ENODEV ] { -19 } Constant [ public integer ENOENT ] { -2 } Constant [ public integer ENOMEM ] { -12 } Constant [ public integer ENONET ] { -64 } Constant [ public integer ENOPROTOOPT ] { -92 } Constant [ public integer ENOSPC ] { -28 } Constant [ public integer ENOSYS ] { -38 } Constant [ public integer ENOTCONN ] { -107 } Constant [ public integer ENOTDIR ] { -20 } Constant [ public integer ENOTEMPTY ] { -39 } Constant [ public integer ENOTSOCK ] { -88 } Constant [ public integer ENOTSUP ] { -95 } Constant [ public integer EPERM ] { -1 } Constant [ public integer EPIPE ] { -32 } Constant [ public integer EPROTO ] { -71 } Constant [ public integer EPROTONOSUPPORT ] { -93 } Constant [ public integer EPROTOTYPE ] { -91 } Constant [ public integer ERANGE ] { -34 } Constant [ public integer EROFS ] { -30 } Constant [ public integer ESHUTDOWN ] { -108 } Constant [ public integer ESPIPE ] { -29 } Constant [ public integer ESRCH ] { -3 } Constant [ public integer ETIMEDOUT ] { -110 } Constant [ public integer ETXTBSY ] { -26 } Constant [ public integer EXDEV ] { -18 } Constant [ public integer UNKNOWN ] { -4094 } Constant [ public integer EOF ] { -4095 } Constant [ public integer ENXIO ] { -6 } Constant [ public integer EMLINK ] { -31 } Constant [ public integer EHOSTDOWN ] { -112 } Constant [ public integer EREMOTEIO ] { -121 } Constant [ public integer ENOTTY ] { -25 } Constant [ public integer EFTYPE ] { -4028 } } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [0] { } } Class [ final class UVUdp extends UV ] { - Constants [199] { Constant [ public integer RUN_DEFAULT ] { 0 } Constant [ public integer RUN_ONCE ] { 1 } Constant [ public integer RUN_NOWAIT ] { 2 } Constant [ public integer CHANGE ] { 2 } Constant [ public integer RENAME ] { 1 } Constant [ public integer READABLE ] { 1 } Constant [ public integer WRITABLE ] { 2 } Constant [ public integer O_RDONLY ] { 0 } Constant [ public integer O_WRONLY ] { 1 } Constant [ public integer O_RDWR ] { 2 } Constant [ public integer O_CREAT ] { 64 } Constant [ public integer O_EXCL ] { 128 } Constant [ public integer O_TRUNC ] { 512 } Constant [ public integer O_APPEND ] { 1024 } Constant [ public integer S_IFDIR ] { 16384 } Constant [ public integer S_IFREG ] { 32768 } Constant [ public integer O_NOCTTY ] { 256 } Constant [ public integer S_IRWXU ] { 448 } Constant [ public integer S_IRUSR ] { 256 } Constant [ public integer S_IWUSR ] { 128 } Constant [ public integer S_IXUSR ] { 64 } Constant [ public integer S_IRWXG ] { 56 } Constant [ public integer S_IRGRP ] { 32 } Constant [ public integer S_IWGRP ] { 16 } Constant [ public integer S_IXGRP ] { 8 } Constant [ public integer S_IRWXO ] { 7 } Constant [ public integer S_IROTH ] { 4 } Constant [ public integer S_IWOTH ] { 2 } Constant [ public integer S_IXOTH ] { 1 } Constant [ public integer SIG_IGN ] { 1 } Constant [ public integer SIG_DFL ] { 0 } Constant [ public integer SIG_ERR ] { -1 } Constant [ public integer SIGHUP ] { 1 } Constant [ public integer SIGINT ] { 2 } Constant [ public integer SIGQUIT ] { 3 } Constant [ public integer SIGILL ] { 4 } Constant [ public integer SIGTRAP ] { 5 } Constant [ public integer SIGABRT ] { 6 } Constant [ public integer SIGIOT ] { 6 } Constant [ public integer SIGBUS ] { 7 } Constant [ public integer SIGFPE ] { 8 } Constant [ public integer SIGKILL ] { 9 } Constant [ public integer SIGUSR1 ] { 10 } Constant [ public integer SIGSEGV ] { 11 } Constant [ public integer SIGUSR2 ] { 12 } Constant [ public integer SIGPIPE ] { 13 } Constant [ public integer SIGALRM ] { 14 } Constant [ public integer SIGTERM ] { 15 } Constant [ public integer SIGSTKFLT ] { 16 } Constant [ public integer SIGCLD ] { 17 } Constant [ public integer SIGCHLD ] { 17 } Constant [ public integer SIGCONT ] { 18 } Constant [ public integer SIGSTOP ] { 19 } Constant [ public integer SIGTSTP ] { 20 } Constant [ public integer SIGTTIN ] { 21 } Constant [ public integer SIGTTOU ] { 22 } Constant [ public integer SIGURG ] { 23 } Constant [ public integer SIGXCPU ] { 24 } Constant [ public integer SIGXFSZ ] { 25 } Constant [ public integer SIGVTALRM ] { 26 } Constant [ public integer SIGPROF ] { 27 } Constant [ public integer SIGWINCH ] { 28 } Constant [ public integer SIGPOLL ] { 29 } Constant [ public integer SIGIO ] { 29 } Constant [ public integer SIGPWR ] { 30 } Constant [ public integer SIGSYS ] { 31 } Constant [ public integer SIGBABY ] { 31 } Constant [ public integer AF_INET ] { 2 } Constant [ public integer AF_INET6 ] { 10 } Constant [ public integer AF_UNSPEC ] { 0 } Constant [ public integer LEAVE_GROUP ] { 0 } Constant [ public integer JOIN_GROUP ] { 1 } Constant [ public integer IS_UV_TCP ] { 0 } Constant [ public integer IS_UV_UDP ] { 1 } Constant [ public integer IS_UV_PIPE ] { 2 } Constant [ public integer IS_UV_IDLE ] { 3 } Constant [ public integer IS_UV_TIMER ] { 4 } Constant [ public integer IS_UV_ASYNC ] { 5 } Constant [ public integer IS_UV_LOOP ] { 6 } Constant [ public integer IS_UV_HANDLE ] { 7 } Constant [ public integer IS_UV_STREAM ] { 8 } Constant [ public integer IS_UV_ADDRINFO ] { 9 } Constant [ public integer IS_UV_PROCESS ] { 10 } Constant [ public integer IS_UV_PREPARE ] { 11 } Constant [ public integer IS_UV_CHECK ] { 12 } Constant [ public integer IS_UV_WORK ] { 13 } Constant [ public integer IS_UV_FS ] { 14 } Constant [ public integer IS_UV_FS_EVENT ] { 15 } Constant [ public integer IS_UV_TTY ] { 16 } Constant [ public integer IS_UV_FS_POLL ] { 17 } Constant [ public integer IS_UV_POLL ] { 18 } Constant [ public integer UNKNOWN_HANDLE ] { 0 } Constant [ public integer FILE ] { 17 } Constant [ public integer ASYNC ] { 1 } Constant [ public integer CHECK ] { 2 } Constant [ public integer FS_EVENT ] { 3 } Constant [ public integer FS_POLL ] { 4 } Constant [ public integer HANDLE ] { 5 } Constant [ public integer IDLE ] { 6 } Constant [ public integer NAMED_PIPE ] { 7 } Constant [ public integer POLL ] { 8 } Constant [ public integer PREPARE ] { 9 } Constant [ public integer PROCESS ] { 10 } Constant [ public integer STREAM ] { 11 } Constant [ public integer TCP ] { 12 } Constant [ public integer TIMER ] { 13 } Constant [ public integer TTY ] { 14 } Constant [ public integer UDP ] { 15 } Constant [ public integer SIGNAL ] { 16 } Constant [ public integer HANDLE_TYPE_MAX ] { 18 } Constant [ public integer IGNORE ] { 0 } Constant [ public integer CREATE_PIPE ] { 1 } Constant [ public integer INHERIT_FD ] { 2 } Constant [ public integer INHERIT_STREAM ] { 4 } Constant [ public integer READABLE_PIPE ] { 16 } Constant [ public integer WRITABLE_PIPE ] { 32 } Constant [ public integer PROCESS_SETUID ] { 1 } Constant [ public integer PROCESS_SETGID ] { 2 } Constant [ public integer PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 } Constant [ public integer PROCESS_DETACHED ] { 8 } Constant [ public integer E2BIG ] { -7 } Constant [ public integer EACCES ] { -13 } Constant [ public integer EADDRINUSE ] { -98 } Constant [ public integer EADDRNOTAVAIL ] { -99 } Constant [ public integer EAFNOSUPPORT ] { -97 } Constant [ public integer EAGAIN ] { -11 } Constant [ public integer EAI_ADDRFAMILY ] { -3000 } Constant [ public integer EAI_AGAIN ] { -3001 } Constant [ public integer EAI_BADFLAGS ] { -3002 } Constant [ public integer EAI_BADHINTS ] { -3013 } Constant [ public integer EAI_CANCELED ] { -3003 } Constant [ public integer EAI_FAIL ] { -3004 } Constant [ public integer EAI_FAMILY ] { -3005 } Constant [ public integer EAI_MEMORY ] { -3006 } Constant [ public integer EAI_NODATA ] { -3007 } Constant [ public integer EAI_NONAME ] { -3008 } Constant [ public integer EAI_OVERFLOW ] { -3009 } Constant [ public integer EAI_PROTOCOL ] { -3014 } Constant [ public integer EAI_SERVICE ] { -3010 } Constant [ public integer EAI_SOCKTYPE ] { -3011 } Constant [ public integer EALREADY ] { -114 } Constant [ public integer EBADF ] { -9 } Constant [ public integer EBUSY ] { -16 } Constant [ public integer ECANCELED ] { -125 } Constant [ public integer ECHARSET ] { -4080 } Constant [ public integer ECONNABORTED ] { -103 } Constant [ public integer ECONNREFUSED ] { -111 } Constant [ public integer ECONNRESET ] { -104 } Constant [ public integer EDESTADDRREQ ] { -89 } Constant [ public integer EEXIST ] { -17 } Constant [ public integer EFAULT ] { -14 } Constant [ public integer EFBIG ] { -27 } Constant [ public integer EHOSTUNREACH ] { -113 } Constant [ public integer EINTR ] { -4 } Constant [ public integer EINVAL ] { -22 } Constant [ public integer EIO ] { -5 } Constant [ public integer EISCONN ] { -106 } Constant [ public integer EISDIR ] { -21 } Constant [ public integer ELOOP ] { -40 } Constant [ public integer EMFILE ] { -24 } Constant [ public integer EMSGSIZE ] { -90 } Constant [ public integer ENAMETOOLONG ] { -36 } Constant [ public integer ENETDOWN ] { -100 } Constant [ public integer ENETUNREACH ] { -101 } Constant [ public integer ENFILE ] { -23 } Constant [ public integer ENOBUFS ] { -105 } Constant [ public integer ENODEV ] { -19 } Constant [ public integer ENOENT ] { -2 } Constant [ public integer ENOMEM ] { -12 } Constant [ public integer ENONET ] { -64 } Constant [ public integer ENOPROTOOPT ] { -92 } Constant [ public integer ENOSPC ] { -28 } Constant [ public integer ENOSYS ] { -38 } Constant [ public integer ENOTCONN ] { -107 } Constant [ public integer ENOTDIR ] { -20 } Constant [ public integer ENOTEMPTY ] { -39 } Constant [ public integer ENOTSOCK ] { -88 } Constant [ public integer ENOTSUP ] { -95 } Constant [ public integer EPERM ] { -1 } Constant [ public integer EPIPE ] { -32 } Constant [ public integer EPROTO ] { -71 } Constant [ public integer EPROTONOSUPPORT ] { -93 } Constant [ public integer EPROTOTYPE ] { -91 } Constant [ public integer ERANGE ] { -34 } Constant [ public integer EROFS ] { -30 } Constant [ public integer ESHUTDOWN ] { -108 } Constant [ public integer ESPIPE ] { -29 } Constant [ public integer ESRCH ] { -3 } Constant [ public integer ETIMEDOUT ] { -110 } Constant [ public integer ETXTBSY ] { -26 } Constant [ public integer EXDEV ] { -18 } Constant [ public integer UNKNOWN ] { -4094 } Constant [ public integer EOF ] { -4095 } Constant [ public integer ENXIO ] { -6 } Constant [ public integer EMLINK ] { -31 } Constant [ public integer EHOSTDOWN ] { -112 } Constant [ public integer EREMOTEIO ] { -121 } Constant [ public integer ENOTTY ] { -25 } Constant [ public integer EFTYPE ] { -4028 } } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [0] { } } Class [ final class UVPipe extends UV ] { - Constants [199] { Constant [ public integer RUN_DEFAULT ] { 0 } Constant [ public integer RUN_ONCE ] { 1 } Constant [ public integer RUN_NOWAIT ] { 2 } Constant [ public integer CHANGE ] { 2 } Constant [ public integer RENAME ] { 1 } Constant [ public integer READABLE ] { 1 } Constant [ public integer WRITABLE ] { 2 } Constant [ public integer O_RDONLY ] { 0 } Constant [ public integer O_WRONLY ] { 1 } Constant [ public integer O_RDWR ] { 2 } Constant [ public integer O_CREAT ] { 64 } Constant [ public integer O_EXCL ] { 128 } Constant [ public integer O_TRUNC ] { 512 } Constant [ public integer O_APPEND ] { 1024 } Constant [ public integer S_IFDIR ] { 16384 } Constant [ public integer S_IFREG ] { 32768 } Constant [ public integer O_NOCTTY ] { 256 } Constant [ public integer S_IRWXU ] { 448 } Constant [ public integer S_IRUSR ] { 256 } Constant [ public integer S_IWUSR ] { 128 } Constant [ public integer S_IXUSR ] { 64 } Constant [ public integer S_IRWXG ] { 56 } Constant [ public integer S_IRGRP ] { 32 } Constant [ public integer S_IWGRP ] { 16 } Constant [ public integer S_IXGRP ] { 8 } Constant [ public integer S_IRWXO ] { 7 } Constant [ public integer S_IROTH ] { 4 } Constant [ public integer S_IWOTH ] { 2 } Constant [ public integer S_IXOTH ] { 1 } Constant [ public integer SIG_IGN ] { 1 } Constant [ public integer SIG_DFL ] { 0 } Constant [ public integer SIG_ERR ] { -1 } Constant [ public integer SIGHUP ] { 1 } Constant [ public integer SIGINT ] { 2 } Constant [ public integer SIGQUIT ] { 3 } Constant [ public integer SIGILL ] { 4 } Constant [ public integer SIGTRAP ] { 5 } Constant [ public integer SIGABRT ] { 6 } Constant [ public integer SIGIOT ] { 6 } Constant [ public integer SIGBUS ] { 7 } Constant [ public integer SIGFPE ] { 8 } Constant [ public integer SIGKILL ] { 9 } Constant [ public integer SIGUSR1 ] { 10 } Constant [ public integer SIGSEGV ] { 11 } Constant [ public integer SIGUSR2 ] { 12 } Constant [ public integer SIGPIPE ] { 13 } Constant [ public integer SIGALRM ] { 14 } Constant [ public integer SIGTERM ] { 15 } Constant [ public integer SIGSTKFLT ] { 16 } Constant [ public integer SIGCLD ] { 17 } Constant [ public integer SIGCHLD ] { 17 } Constant [ public integer SIGCONT ] { 18 } Constant [ public integer SIGSTOP ] { 19 } Constant [ public integer SIGTSTP ] { 20 } Constant [ public integer SIGTTIN ] { 21 } Constant [ public integer SIGTTOU ] { 22 } Constant [ public integer SIGURG ] { 23 } Constant [ public integer SIGXCPU ] { 24 } Constant [ public integer SIGXFSZ ] { 25 } Constant [ public integer SIGVTALRM ] { 26 } Constant [ public integer SIGPROF ] { 27 } Constant [ public integer SIGWINCH ] { 28 } Constant [ public integer SIGPOLL ] { 29 } Constant [ public integer SIGIO ] { 29 } Constant [ public integer SIGPWR ] { 30 } Constant [ public integer SIGSYS ] { 31 } Constant [ public integer SIGBABY ] { 31 } Constant [ public integer AF_INET ] { 2 } Constant [ public integer AF_INET6 ] { 10 } Constant [ public integer AF_UNSPEC ] { 0 } Constant [ public integer LEAVE_GROUP ] { 0 } Constant [ public integer JOIN_GROUP ] { 1 } Constant [ public integer IS_UV_TCP ] { 0 } Constant [ public integer IS_UV_UDP ] { 1 } Constant [ public integer IS_UV_PIPE ] { 2 } Constant [ public integer IS_UV_IDLE ] { 3 } Constant [ public integer IS_UV_TIMER ] { 4 } Constant [ public integer IS_UV_ASYNC ] { 5 } Constant [ public integer IS_UV_LOOP ] { 6 } Constant [ public integer IS_UV_HANDLE ] { 7 } Constant [ public integer IS_UV_STREAM ] { 8 } Constant [ public integer IS_UV_ADDRINFO ] { 9 } Constant [ public integer IS_UV_PROCESS ] { 10 } Constant [ public integer IS_UV_PREPARE ] { 11 } Constant [ public integer IS_UV_CHECK ] { 12 } Constant [ public integer IS_UV_WORK ] { 13 } Constant [ public integer IS_UV_FS ] { 14 } Constant [ public integer IS_UV_FS_EVENT ] { 15 } Constant [ public integer IS_UV_TTY ] { 16 } Constant [ public integer IS_UV_FS_POLL ] { 17 } Constant [ public integer IS_UV_POLL ] { 18 } Constant [ public integer UNKNOWN_HANDLE ] { 0 } Constant [ public integer FILE ] { 17 } Constant [ public integer ASYNC ] { 1 } Constant [ public integer CHECK ] { 2 } Constant [ public integer FS_EVENT ] { 3 } Constant [ public integer FS_POLL ] { 4 } Constant [ public integer HANDLE ] { 5 } Constant [ public integer IDLE ] { 6 } Constant [ public integer NAMED_PIPE ] { 7 } Constant [ public integer POLL ] { 8 } Constant [ public integer PREPARE ] { 9 } Constant [ public integer PROCESS ] { 10 } Constant [ public integer STREAM ] { 11 } Constant [ public integer TCP ] { 12 } Constant [ public integer TIMER ] { 13 } Constant [ public integer TTY ] { 14 } Constant [ public integer UDP ] { 15 } Constant [ public integer SIGNAL ] { 16 } Constant [ public integer HANDLE_TYPE_MAX ] { 18 } Constant [ public integer IGNORE ] { 0 } Constant [ public integer CREATE_PIPE ] { 1 } Constant [ public integer INHERIT_FD ] { 2 } Constant [ public integer INHERIT_STREAM ] { 4 } Constant [ public integer READABLE_PIPE ] { 16 } Constant [ public integer WRITABLE_PIPE ] { 32 } Constant [ public integer PROCESS_SETUID ] { 1 } Constant [ public integer PROCESS_SETGID ] { 2 } Constant [ public integer PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 } Constant [ public integer PROCESS_DETACHED ] { 8 } Constant [ public integer E2BIG ] { -7 } Constant [ public integer EACCES ] { -13 } Constant [ public integer EADDRINUSE ] { -98 } Constant [ public integer EADDRNOTAVAIL ] { -99 } Constant [ public integer EAFNOSUPPORT ] { -97 } Constant [ public integer EAGAIN ] { -11 } Constant [ public integer EAI_ADDRFAMILY ] { -3000 } Constant [ public integer EAI_AGAIN ] { -3001 } Constant [ public integer EAI_BADFLAGS ] { -3002 } Constant [ public integer EAI_BADHINTS ] { -3013 } Constant [ public integer EAI_CANCELED ] { -3003 } Constant [ public integer EAI_FAIL ] { -3004 } Constant [ public integer EAI_FAMILY ] { -3005 } Constant [ public integer EAI_MEMORY ] { -3006 } Constant [ public integer EAI_NODATA ] { -3007 } Constant [ public integer EAI_NONAME ] { -3008 } Constant [ public integer EAI_OVERFLOW ] { -3009 } Constant [ public integer EAI_PROTOCOL ] { -3014 } Constant [ public integer EAI_SERVICE ] { -3010 } Constant [ public integer EAI_SOCKTYPE ] { -3011 } Constant [ public integer EALREADY ] { -114 } Constant [ public integer EBADF ] { -9 } Constant [ public integer EBUSY ] { -16 } Constant [ public integer ECANCELED ] { -125 } Constant [ public integer ECHARSET ] { -4080 } Constant [ public integer ECONNABORTED ] { -103 } Constant [ public integer ECONNREFUSED ] { -111 } Constant [ public integer ECONNRESET ] { -104 } Constant [ public integer EDESTADDRREQ ] { -89 } Constant [ public integer EEXIST ] { -17 } Constant [ public integer EFAULT ] { -14 } Constant [ public integer EFBIG ] { -27 } Constant [ public integer EHOSTUNREACH ] { -113 } Constant [ public integer EINTR ] { -4 } Constant [ public integer EINVAL ] { -22 } Constant [ public integer EIO ] { -5 } Constant [ public integer EISCONN ] { -106 } Constant [ public integer EISDIR ] { -21 } Constant [ public integer ELOOP ] { -40 } Constant [ public integer EMFILE ] { -24 } Constant [ public integer EMSGSIZE ] { -90 } Constant [ public integer ENAMETOOLONG ] { -36 } Constant [ public integer ENETDOWN ] { -100 } Constant [ public integer ENETUNREACH ] { -101 } Constant [ public integer ENFILE ] { -23 } Constant [ public integer ENOBUFS ] { -105 } Constant [ public integer ENODEV ] { -19 } Constant [ public integer ENOENT ] { -2 } Constant [ public integer ENOMEM ] { -12 } Constant [ public integer ENONET ] { -64 } Constant [ public integer ENOPROTOOPT ] { -92 } Constant [ public integer ENOSPC ] { -28 } Constant [ public integer ENOSYS ] { -38 } Constant [ public integer ENOTCONN ] { -107 } Constant [ public integer ENOTDIR ] { -20 } Constant [ public integer ENOTEMPTY ] { -39 } Constant [ public integer ENOTSOCK ] { -88 } Constant [ public integer ENOTSUP ] { -95 } Constant [ public integer EPERM ] { -1 } Constant [ public integer EPIPE ] { -32 } Constant [ public integer EPROTO ] { -71 } Constant [ public integer EPROTONOSUPPORT ] { -93 } Constant [ public integer EPROTOTYPE ] { -91 } Constant [ public integer ERANGE ] { -34 } Constant [ public integer EROFS ] { -30 } Constant [ public integer ESHUTDOWN ] { -108 } Constant [ public integer ESPIPE ] { -29 } Constant [ public integer ESRCH ] { -3 } Constant [ public integer ETIMEDOUT ] { -110 } Constant [ public integer ETXTBSY ] { -26 } Constant [ public integer EXDEV ] { -18 } Constant [ public integer UNKNOWN ] { -4094 } Constant [ public integer EOF ] { -4095 } Constant [ public integer ENXIO ] { -6 } Constant [ public integer EMLINK ] { -31 } Constant [ public integer EHOSTDOWN ] { -112 } Constant [ public integer EREMOTEIO ] { -121 } Constant [ public integer ENOTTY ] { -25 } Constant [ public integer EFTYPE ] { -4028 } } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [0] { } } Class [ final class UVIdle extends UV ] { - Constants [199] { Constant [ public integer RUN_DEFAULT ] { 0 } Constant [ public integer RUN_ONCE ] { 1 } Constant [ public integer RUN_NOWAIT ] { 2 } Constant [ public integer CHANGE ] { 2 } Constant [ public integer RENAME ] { 1 } Constant [ public integer READABLE ] { 1 } Constant [ public integer WRITABLE ] { 2 } Constant [ public integer O_RDONLY ] { 0 } Constant [ public integer O_WRONLY ] { 1 } Constant [ public integer O_RDWR ] { 2 } Constant [ public integer O_CREAT ] { 64 } Constant [ public integer O_EXCL ] { 128 } Constant [ public integer O_TRUNC ] { 512 } Constant [ public integer O_APPEND ] { 1024 } Constant [ public integer S_IFDIR ] { 16384 } Constant [ public integer S_IFREG ] { 32768 } Constant [ public integer O_NOCTTY ] { 256 } Constant [ public integer S_IRWXU ] { 448 } Constant [ public integer S_IRUSR ] { 256 } Constant [ public integer S_IWUSR ] { 128 } Constant [ public integer S_IXUSR ] { 64 } Constant [ public integer S_IRWXG ] { 56 } Constant [ public integer S_IRGRP ] { 32 } Constant [ public integer S_IWGRP ] { 16 } Constant [ public integer S_IXGRP ] { 8 } Constant [ public integer S_IRWXO ] { 7 } Constant [ public integer S_IROTH ] { 4 } Constant [ public integer S_IWOTH ] { 2 } Constant [ public integer S_IXOTH ] { 1 } Constant [ public integer SIG_IGN ] { 1 } Constant [ public integer SIG_DFL ] { 0 } Constant [ public integer SIG_ERR ] { -1 } Constant [ public integer SIGHUP ] { 1 } Constant [ public integer SIGINT ] { 2 } Constant [ public integer SIGQUIT ] { 3 } Constant [ public integer SIGILL ] { 4 } Constant [ public integer SIGTRAP ] { 5 } Constant [ public integer SIGABRT ] { 6 } Constant [ public integer SIGIOT ] { 6 } Constant [ public integer SIGBUS ] { 7 } Constant [ public integer SIGFPE ] { 8 } Constant [ public integer SIGKILL ] { 9 } Constant [ public integer SIGUSR1 ] { 10 } Constant [ public integer SIGSEGV ] { 11 } Constant [ public integer SIGUSR2 ] { 12 } Constant [ public integer SIGPIPE ] { 13 } Constant [ public integer SIGALRM ] { 14 } Constant [ public integer SIGTERM ] { 15 } Constant [ public integer SIGSTKFLT ] { 16 } Constant [ public integer SIGCLD ] { 17 } Constant [ public integer SIGCHLD ] { 17 } Constant [ public integer SIGCONT ] { 18 } Constant [ public integer SIGSTOP ] { 19 } Constant [ public integer SIGTSTP ] { 20 } Constant [ public integer SIGTTIN ] { 21 } Constant [ public integer SIGTTOU ] { 22 } Constant [ public integer SIGURG ] { 23 } Constant [ public integer SIGXCPU ] { 24 } Constant [ public integer SIGXFSZ ] { 25 } Constant [ public integer SIGVTALRM ] { 26 } Constant [ public integer SIGPROF ] { 27 } Constant [ public integer SIGWINCH ] { 28 } Constant [ public integer SIGPOLL ] { 29 } Constant [ public integer SIGIO ] { 29 } Constant [ public integer SIGPWR ] { 30 } Constant [ public integer SIGSYS ] { 31 } Constant [ public integer SIGBABY ] { 31 } Constant [ public integer AF_INET ] { 2 } Constant [ public integer AF_INET6 ] { 10 } Constant [ public integer AF_UNSPEC ] { 0 } Constant [ public integer LEAVE_GROUP ] { 0 } Constant [ public integer JOIN_GROUP ] { 1 } Constant [ public integer IS_UV_TCP ] { 0 } Constant [ public integer IS_UV_UDP ] { 1 } Constant [ public integer IS_UV_PIPE ] { 2 } Constant [ public integer IS_UV_IDLE ] { 3 } Constant [ public integer IS_UV_TIMER ] { 4 } Constant [ public integer IS_UV_ASYNC ] { 5 } Constant [ public integer IS_UV_LOOP ] { 6 } Constant [ public integer IS_UV_HANDLE ] { 7 } Constant [ public integer IS_UV_STREAM ] { 8 } Constant [ public integer IS_UV_ADDRINFO ] { 9 } Constant [ public integer IS_UV_PROCESS ] { 10 } Constant [ public integer IS_UV_PREPARE ] { 11 } Constant [ public integer IS_UV_CHECK ] { 12 } Constant [ public integer IS_UV_WORK ] { 13 } Constant [ public integer IS_UV_FS ] { 14 } Constant [ public integer IS_UV_FS_EVENT ] { 15 } Constant [ public integer IS_UV_TTY ] { 16 } Constant [ public integer IS_UV_FS_POLL ] { 17 } Constant [ public integer IS_UV_POLL ] { 18 } Constant [ public integer UNKNOWN_HANDLE ] { 0 } Constant [ public integer FILE ] { 17 } Constant [ public integer ASYNC ] { 1 } Constant [ public integer CHECK ] { 2 } Constant [ public integer FS_EVENT ] { 3 } Constant [ public integer FS_POLL ] { 4 } Constant [ public integer HANDLE ] { 5 } Constant [ public integer IDLE ] { 6 } Constant [ public integer NAMED_PIPE ] { 7 } Constant [ public integer POLL ] { 8 } Constant [ public integer PREPARE ] { 9 } Constant [ public integer PROCESS ] { 10 } Constant [ public integer STREAM ] { 11 } Constant [ public integer TCP ] { 12 } Constant [ public integer TIMER ] { 13 } Constant [ public integer TTY ] { 14 } Constant [ public integer UDP ] { 15 } Constant [ public integer SIGNAL ] { 16 } Constant [ public integer HANDLE_TYPE_MAX ] { 18 } Constant [ public integer IGNORE ] { 0 } Constant [ public integer CREATE_PIPE ] { 1 } Constant [ public integer INHERIT_FD ] { 2 } Constant [ public integer INHERIT_STREAM ] { 4 } Constant [ public integer READABLE_PIPE ] { 16 } Constant [ public integer WRITABLE_PIPE ] { 32 } Constant [ public integer PROCESS_SETUID ] { 1 } Constant [ public integer PROCESS_SETGID ] { 2 } Constant [ public integer PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 } Constant [ public integer PROCESS_DETACHED ] { 8 } Constant [ public integer E2BIG ] { -7 } Constant [ public integer EACCES ] { -13 } Constant [ public integer EADDRINUSE ] { -98 } Constant [ public integer EADDRNOTAVAIL ] { -99 } Constant [ public integer EAFNOSUPPORT ] { -97 } Constant [ public integer EAGAIN ] { -11 } Constant [ public integer EAI_ADDRFAMILY ] { -3000 } Constant [ public integer EAI_AGAIN ] { -3001 } Constant [ public integer EAI_BADFLAGS ] { -3002 } Constant [ public integer EAI_BADHINTS ] { -3013 } Constant [ public integer EAI_CANCELED ] { -3003 } Constant [ public integer EAI_FAIL ] { -3004 } Constant [ public integer EAI_FAMILY ] { -3005 } Constant [ public integer EAI_MEMORY ] { -3006 } Constant [ public integer EAI_NODATA ] { -3007 } Constant [ public integer EAI_NONAME ] { -3008 } Constant [ public integer EAI_OVERFLOW ] { -3009 } Constant [ public integer EAI_PROTOCOL ] { -3014 } Constant [ public integer EAI_SERVICE ] { -3010 } Constant [ public integer EAI_SOCKTYPE ] { -3011 } Constant [ public integer EALREADY ] { -114 } Constant [ public integer EBADF ] { -9 } Constant [ public integer EBUSY ] { -16 } Constant [ public integer ECANCELED ] { -125 } Constant [ public integer ECHARSET ] { -4080 } Constant [ public integer ECONNABORTED ] { -103 } Constant [ public integer ECONNREFUSED ] { -111 } Constant [ public integer ECONNRESET ] { -104 } Constant [ public integer EDESTADDRREQ ] { -89 } Constant [ public integer EEXIST ] { -17 } Constant [ public integer EFAULT ] { -14 } Constant [ public integer EFBIG ] { -27 } Constant [ public integer EHOSTUNREACH ] { -113 } Constant [ public integer EINTR ] { -4 } Constant [ public integer EINVAL ] { -22 } Constant [ public integer EIO ] { -5 } Constant [ public integer EISCONN ] { -106 } Constant [ public integer EISDIR ] { -21 } Constant [ public integer ELOOP ] { -40 } Constant [ public integer EMFILE ] { -24 } Constant [ public integer EMSGSIZE ] { -90 } Constant [ public integer ENAMETOOLONG ] { -36 } Constant [ public integer ENETDOWN ] { -100 } Constant [ public integer ENETUNREACH ] { -101 } Constant [ public integer ENFILE ] { -23 } Constant [ public integer ENOBUFS ] { -105 } Constant [ public integer ENODEV ] { -19 } Constant [ public integer ENOENT ] { -2 } Constant [ public integer ENOMEM ] { -12 } Constant [ public integer ENONET ] { -64 } Constant [ public integer ENOPROTOOPT ] { -92 } Constant [ public integer ENOSPC ] { -28 } Constant [ public integer ENOSYS ] { -38 } Constant [ public integer ENOTCONN ] { -107 } Constant [ public integer ENOTDIR ] { -20 } Constant [ public integer ENOTEMPTY ] { -39 } Constant [ public integer ENOTSOCK ] { -88 } Constant [ public integer ENOTSUP ] { -95 } Constant [ public integer EPERM ] { -1 } Constant [ public integer EPIPE ] { -32 } Constant [ public integer EPROTO ] { -71 } Constant [ public integer EPROTONOSUPPORT ] { -93 } Constant [ public integer EPROTOTYPE ] { -91 } Constant [ public integer ERANGE ] { -34 } Constant [ public integer EROFS ] { -30 } Constant [ public integer ESHUTDOWN ] { -108 } Constant [ public integer ESPIPE ] { -29 } Constant [ public integer ESRCH ] { -3 } Constant [ public integer ETIMEDOUT ] { -110 } Constant [ public integer ETXTBSY ] { -26 } Constant [ public integer EXDEV ] { -18 } Constant [ public integer UNKNOWN ] { -4094 } Constant [ public integer EOF ] { -4095 } Constant [ public integer ENXIO ] { -6 } Constant [ public integer EMLINK ] { -31 } Constant [ public integer EHOSTDOWN ] { -112 } Constant [ public integer EREMOTEIO ] { -121 } Constant [ public integer ENOTTY ] { -25 } Constant [ public integer EFTYPE ] { -4028 } } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [0] { } } Class [ final class UVTimer extends UV ] { - Constants [199] { Constant [ public integer RUN_DEFAULT ] { 0 } Constant [ public integer RUN_ONCE ] { 1 } Constant [ public integer RUN_NOWAIT ] { 2 } Constant [ public integer CHANGE ] { 2 } Constant [ public integer RENAME ] { 1 } Constant [ public integer READABLE ] { 1 } Constant [ public integer WRITABLE ] { 2 } Constant [ public integer O_RDONLY ] { 0 } Constant [ public integer O_WRONLY ] { 1 } Constant [ public integer O_RDWR ] { 2 } Constant [ public integer O_CREAT ] { 64 } Constant [ public integer O_EXCL ] { 128 } Constant [ public integer O_TRUNC ] { 512 } Constant [ public integer O_APPEND ] { 1024 } Constant [ public integer S_IFDIR ] { 16384 } Constant [ public integer S_IFREG ] { 32768 } Constant [ public integer O_NOCTTY ] { 256 } Constant [ public integer S_IRWXU ] { 448 } Constant [ public integer S_IRUSR ] { 256 } Constant [ public integer S_IWUSR ] { 128 } Constant [ public integer S_IXUSR ] { 64 } Constant [ public integer S_IRWXG ] { 56 } Constant [ public integer S_IRGRP ] { 32 } Constant [ public integer S_IWGRP ] { 16 } Constant [ public integer S_IXGRP ] { 8 } Constant [ public integer S_IRWXO ] { 7 } Constant [ public integer S_IROTH ] { 4 } Constant [ public integer S_IWOTH ] { 2 } Constant [ public integer S_IXOTH ] { 1 } Constant [ public integer SIG_IGN ] { 1 } Constant [ public integer SIG_DFL ] { 0 } Constant [ public integer SIG_ERR ] { -1 } Constant [ public integer SIGHUP ] { 1 } Constant [ public integer SIGINT ] { 2 } Constant [ public integer SIGQUIT ] { 3 } Constant [ public integer SIGILL ] { 4 } Constant [ public integer SIGTRAP ] { 5 } Constant [ public integer SIGABRT ] { 6 } Constant [ public integer SIGIOT ] { 6 } Constant [ public integer SIGBUS ] { 7 } Constant [ public integer SIGFPE ] { 8 } Constant [ public integer SIGKILL ] { 9 } Constant [ public integer SIGUSR1 ] { 10 } Constant [ public integer SIGSEGV ] { 11 } Constant [ public integer SIGUSR2 ] { 12 } Constant [ public integer SIGPIPE ] { 13 } Constant [ public integer SIGALRM ] { 14 } Constant [ public integer SIGTERM ] { 15 } Constant [ public integer SIGSTKFLT ] { 16 } Constant [ public integer SIGCLD ] { 17 } Constant [ public integer SIGCHLD ] { 17 } Constant [ public integer SIGCONT ] { 18 } Constant [ public integer SIGSTOP ] { 19 } Constant [ public integer SIGTSTP ] { 20 } Constant [ public integer SIGTTIN ] { 21 } Constant [ public integer SIGTTOU ] { 22 } Constant [ public integer SIGURG ] { 23 } Constant [ public integer SIGXCPU ] { 24 } Constant [ public integer SIGXFSZ ] { 25 } Constant [ public integer SIGVTALRM ] { 26 } Constant [ public integer SIGPROF ] { 27 } Constant [ public integer SIGWINCH ] { 28 } Constant [ public integer SIGPOLL ] { 29 } Constant [ public integer SIGIO ] { 29 } Constant [ public integer SIGPWR ] { 30 } Constant [ public integer SIGSYS ] { 31 } Constant [ public integer SIGBABY ] { 31 } Constant [ public integer AF_INET ] { 2 } Constant [ public integer AF_INET6 ] { 10 } Constant [ public integer AF_UNSPEC ] { 0 } Constant [ public integer LEAVE_GROUP ] { 0 } Constant [ public integer JOIN_GROUP ] { 1 } Constant [ public integer IS_UV_TCP ] { 0 } Constant [ public integer IS_UV_UDP ] { 1 } Constant [ public integer IS_UV_PIPE ] { 2 } Constant [ public integer IS_UV_IDLE ] { 3 } Constant [ public integer IS_UV_TIMER ] { 4 } Constant [ public integer IS_UV_ASYNC ] { 5 } Constant [ public integer IS_UV_LOOP ] { 6 } Constant [ public integer IS_UV_HANDLE ] { 7 } Constant [ public integer IS_UV_STREAM ] { 8 } Constant [ public integer IS_UV_ADDRINFO ] { 9 } Constant [ public integer IS_UV_PROCESS ] { 10 } Constant [ public integer IS_UV_PREPARE ] { 11 } Constant [ public integer IS_UV_CHECK ] { 12 } Constant [ public integer IS_UV_WORK ] { 13 } Constant [ public integer IS_UV_FS ] { 14 } Constant [ public integer IS_UV_FS_EVENT ] { 15 } Constant [ public integer IS_UV_TTY ] { 16 } Constant [ public integer IS_UV_FS_POLL ] { 17 } Constant [ public integer IS_UV_POLL ] { 18 } Constant [ public integer UNKNOWN_HANDLE ] { 0 } Constant [ public integer FILE ] { 17 } Constant [ public integer ASYNC ] { 1 } Constant [ public integer CHECK ] { 2 } Constant [ public integer FS_EVENT ] { 3 } Constant [ public integer FS_POLL ] { 4 } Constant [ public integer HANDLE ] { 5 } Constant [ public integer IDLE ] { 6 } Constant [ public integer NAMED_PIPE ] { 7 } Constant [ public integer POLL ] { 8 } Constant [ public integer PREPARE ] { 9 } Constant [ public integer PROCESS ] { 10 } Constant [ public integer STREAM ] { 11 } Constant [ public integer TCP ] { 12 } Constant [ public integer TIMER ] { 13 } Constant [ public integer TTY ] { 14 } Constant [ public integer UDP ] { 15 } Constant [ public integer SIGNAL ] { 16 } Constant [ public integer HANDLE_TYPE_MAX ] { 18 } Constant [ public integer IGNORE ] { 0 } Constant [ public integer CREATE_PIPE ] { 1 } Constant [ public integer INHERIT_FD ] { 2 } Constant [ public integer INHERIT_STREAM ] { 4 } Constant [ public integer READABLE_PIPE ] { 16 } Constant [ public integer WRITABLE_PIPE ] { 32 } Constant [ public integer PROCESS_SETUID ] { 1 } Constant [ public integer PROCESS_SETGID ] { 2 } Constant [ public integer PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 } Constant [ public integer PROCESS_DETACHED ] { 8 } Constant [ public integer E2BIG ] { -7 } Constant [ public integer EACCES ] { -13 } Constant [ public integer EADDRINUSE ] { -98 } Constant [ public integer EADDRNOTAVAIL ] { -99 } Constant [ public integer EAFNOSUPPORT ] { -97 } Constant [ public integer EAGAIN ] { -11 } Constant [ public integer EAI_ADDRFAMILY ] { -3000 } Constant [ public integer EAI_AGAIN ] { -3001 } Constant [ public integer EAI_BADFLAGS ] { -3002 } Constant [ public integer EAI_BADHINTS ] { -3013 } Constant [ public integer EAI_CANCELED ] { -3003 } Constant [ public integer EAI_FAIL ] { -3004 } Constant [ public integer EAI_FAMILY ] { -3005 } Constant [ public integer EAI_MEMORY ] { -3006 } Constant [ public integer EAI_NODATA ] { -3007 } Constant [ public integer EAI_NONAME ] { -3008 } Constant [ public integer EAI_OVERFLOW ] { -3009 } Constant [ public integer EAI_PROTOCOL ] { -3014 } Constant [ public integer EAI_SERVICE ] { -3010 } Constant [ public integer EAI_SOCKTYPE ] { -3011 } Constant [ public integer EALREADY ] { -114 } Constant [ public integer EBADF ] { -9 } Constant [ public integer EBUSY ] { -16 } Constant [ public integer ECANCELED ] { -125 } Constant [ public integer ECHARSET ] { -4080 } Constant [ public integer ECONNABORTED ] { -103 } Constant [ public integer ECONNREFUSED ] { -111 } Constant [ public integer ECONNRESET ] { -104 } Constant [ public integer EDESTADDRREQ ] { -89 } Constant [ public integer EEXIST ] { -17 } Constant [ public integer EFAULT ] { -14 } Constant [ public integer EFBIG ] { -27 } Constant [ public integer EHOSTUNREACH ] { -113 } Constant [ public integer EINTR ] { -4 } Constant [ public integer EINVAL ] { -22 } Constant [ public integer EIO ] { -5 } Constant [ public integer EISCONN ] { -106 } Constant [ public integer EISDIR ] { -21 } Constant [ public integer ELOOP ] { -40 } Constant [ public integer EMFILE ] { -24 } Constant [ public integer EMSGSIZE ] { -90 } Constant [ public integer ENAMETOOLONG ] { -36 } Constant [ public integer ENETDOWN ] { -100 } Constant [ public integer ENETUNREACH ] { -101 } Constant [ public integer ENFILE ] { -23 } Constant [ public integer ENOBUFS ] { -105 } Constant [ public integer ENODEV ] { -19 } Constant [ public integer ENOENT ] { -2 } Constant [ public integer ENOMEM ] { -12 } Constant [ public integer ENONET ] { -64 } Constant [ public integer ENOPROTOOPT ] { -92 } Constant [ public integer ENOSPC ] { -28 } Constant [ public integer ENOSYS ] { -38 } Constant [ public integer ENOTCONN ] { -107 } Constant [ public integer ENOTDIR ] { -20 } Constant [ public integer ENOTEMPTY ] { -39 } Constant [ public integer ENOTSOCK ] { -88 } Constant [ public integer ENOTSUP ] { -95 } Constant [ public integer EPERM ] { -1 } Constant [ public integer EPIPE ] { -32 } Constant [ public integer EPROTO ] { -71 } Constant [ public integer EPROTONOSUPPORT ] { -93 } Constant [ public integer EPROTOTYPE ] { -91 } Constant [ public integer ERANGE ] { -34 } Constant [ public integer EROFS ] { -30 } Constant [ public integer ESHUTDOWN ] { -108 } Constant [ public integer ESPIPE ] { -29 } Constant [ public integer ESRCH ] { -3 } Constant [ public integer ETIMEDOUT ] { -110 } Constant [ public integer ETXTBSY ] { -26 } Constant [ public integer EXDEV ] { -18 } Constant [ public integer UNKNOWN ] { -4094 } Constant [ public integer EOF ] { -4095 } Constant [ public integer ENXIO ] { -6 } Constant [ public integer EMLINK ] { -31 } Constant [ public integer EHOSTDOWN ] { -112 } Constant [ public integer EREMOTEIO ] { -121 } Constant [ public integer ENOTTY ] { -25 } Constant [ public integer EFTYPE ] { -4028 } } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [0] { } } Class [ final class UVAsync extends UV ] { - Constants [199] { Constant [ public integer RUN_DEFAULT ] { 0 } Constant [ public integer RUN_ONCE ] { 1 } Constant [ public integer RUN_NOWAIT ] { 2 } Constant [ public integer CHANGE ] { 2 } Constant [ public integer RENAME ] { 1 } Constant [ public integer READABLE ] { 1 } Constant [ public integer WRITABLE ] { 2 } Constant [ public integer O_RDONLY ] { 0 } Constant [ public integer O_WRONLY ] { 1 } Constant [ public integer O_RDWR ] { 2 } Constant [ public integer O_CREAT ] { 64 } Constant [ public integer O_EXCL ] { 128 } Constant [ public integer O_TRUNC ] { 512 } Constant [ public integer O_APPEND ] { 1024 } Constant [ public integer S_IFDIR ] { 16384 } Constant [ public integer S_IFREG ] { 32768 } Constant [ public integer O_NOCTTY ] { 256 } Constant [ public integer S_IRWXU ] { 448 } Constant [ public integer S_IRUSR ] { 256 } Constant [ public integer S_IWUSR ] { 128 } Constant [ public integer S_IXUSR ] { 64 } Constant [ public integer S_IRWXG ] { 56 } Constant [ public integer S_IRGRP ] { 32 } Constant [ public integer S_IWGRP ] { 16 } Constant [ public integer S_IXGRP ] { 8 } Constant [ public integer S_IRWXO ] { 7 } Constant [ public integer S_IROTH ] { 4 } Constant [ public integer S_IWOTH ] { 2 } Constant [ public integer S_IXOTH ] { 1 } Constant [ public integer SIG_IGN ] { 1 } Constant [ public integer SIG_DFL ] { 0 } Constant [ public integer SIG_ERR ] { -1 } Constant [ public integer SIGHUP ] { 1 } Constant [ public integer SIGINT ] { 2 } Constant [ public integer SIGQUIT ] { 3 } Constant [ public integer SIGILL ] { 4 } Constant [ public integer SIGTRAP ] { 5 } Constant [ public integer SIGABRT ] { 6 } Constant [ public integer SIGIOT ] { 6 } Constant [ public integer SIGBUS ] { 7 } Constant [ public integer SIGFPE ] { 8 } Constant [ public integer SIGKILL ] { 9 } Constant [ public integer SIGUSR1 ] { 10 } Constant [ public integer SIGSEGV ] { 11 } Constant [ public integer SIGUSR2 ] { 12 } Constant [ public integer SIGPIPE ] { 13 } Constant [ public integer SIGALRM ] { 14 } Constant [ public integer SIGTERM ] { 15 } Constant [ public integer SIGSTKFLT ] { 16 } Constant [ public integer SIGCLD ] { 17 } Constant [ public integer SIGCHLD ] { 17 } Constant [ public integer SIGCONT ] { 18 } Constant [ public integer SIGSTOP ] { 19 } Constant [ public integer SIGTSTP ] { 20 } Constant [ public integer SIGTTIN ] { 21 } Constant [ public integer SIGTTOU ] { 22 } Constant [ public integer SIGURG ] { 23 } Constant [ public integer SIGXCPU ] { 24 } Constant [ public integer SIGXFSZ ] { 25 } Constant [ public integer SIGVTALRM ] { 26 } Constant [ public integer SIGPROF ] { 27 } Constant [ public integer SIGWINCH ] { 28 } Constant [ public integer SIGPOLL ] { 29 } Constant [ public integer SIGIO ] { 29 } Constant [ public integer SIGPWR ] { 30 } Constant [ public integer SIGSYS ] { 31 } Constant [ public integer SIGBABY ] { 31 } Constant [ public integer AF_INET ] { 2 } Constant [ public integer AF_INET6 ] { 10 } Constant [ public integer AF_UNSPEC ] { 0 } Constant [ public integer LEAVE_GROUP ] { 0 } Constant [ public integer JOIN_GROUP ] { 1 } Constant [ public integer IS_UV_TCP ] { 0 } Constant [ public integer IS_UV_UDP ] { 1 } Constant [ public integer IS_UV_PIPE ] { 2 } Constant [ public integer IS_UV_IDLE ] { 3 } Constant [ public integer IS_UV_TIMER ] { 4 } Constant [ public integer IS_UV_ASYNC ] { 5 } Constant [ public integer IS_UV_LOOP ] { 6 } Constant [ public integer IS_UV_HANDLE ] { 7 } Constant [ public integer IS_UV_STREAM ] { 8 } Constant [ public integer IS_UV_ADDRINFO ] { 9 } Constant [ public integer IS_UV_PROCESS ] { 10 } Constant [ public integer IS_UV_PREPARE ] { 11 } Constant [ public integer IS_UV_CHECK ] { 12 } Constant [ public integer IS_UV_WORK ] { 13 } Constant [ public integer IS_UV_FS ] { 14 } Constant [ public integer IS_UV_FS_EVENT ] { 15 } Constant [ public integer IS_UV_TTY ] { 16 } Constant [ public integer IS_UV_FS_POLL ] { 17 } Constant [ public integer IS_UV_POLL ] { 18 } Constant [ public integer UNKNOWN_HANDLE ] { 0 } Constant [ public integer FILE ] { 17 } Constant [ public integer ASYNC ] { 1 } Constant [ public integer CHECK ] { 2 } Constant [ public integer FS_EVENT ] { 3 } Constant [ public integer FS_POLL ] { 4 } Constant [ public integer HANDLE ] { 5 } Constant [ public integer IDLE ] { 6 } Constant [ public integer NAMED_PIPE ] { 7 } Constant [ public integer POLL ] { 8 } Constant [ public integer PREPARE ] { 9 } Constant [ public integer PROCESS ] { 10 } Constant [ public integer STREAM ] { 11 } Constant [ public integer TCP ] { 12 } Constant [ public integer TIMER ] { 13 } Constant [ public integer TTY ] { 14 } Constant [ public integer UDP ] { 15 } Constant [ public integer SIGNAL ] { 16 } Constant [ public integer HANDLE_TYPE_MAX ] { 18 } Constant [ public integer IGNORE ] { 0 } Constant [ public integer CREATE_PIPE ] { 1 } Constant [ public integer INHERIT_FD ] { 2 } Constant [ public integer INHERIT_STREAM ] { 4 } Constant [ public integer READABLE_PIPE ] { 16 } Constant [ public integer WRITABLE_PIPE ] { 32 } Constant [ public integer PROCESS_SETUID ] { 1 } Constant [ public integer PROCESS_SETGID ] { 2 } Constant [ public integer PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 } Constant [ public integer PROCESS_DETACHED ] { 8 } Constant [ public integer E2BIG ] { -7 } Constant [ public integer EACCES ] { -13 } Constant [ public integer EADDRINUSE ] { -98 } Constant [ public integer EADDRNOTAVAIL ] { -99 } Constant [ public integer EAFNOSUPPORT ] { -97 } Constant [ public integer EAGAIN ] { -11 } Constant [ public integer EAI_ADDRFAMILY ] { -3000 } Constant [ public integer EAI_AGAIN ] { -3001 } Constant [ public integer EAI_BADFLAGS ] { -3002 } Constant [ public integer EAI_BADHINTS ] { -3013 } Constant [ public integer EAI_CANCELED ] { -3003 } Constant [ public integer EAI_FAIL ] { -3004 } Constant [ public integer EAI_FAMILY ] { -3005 } Constant [ public integer EAI_MEMORY ] { -3006 } Constant [ public integer EAI_NODATA ] { -3007 } Constant [ public integer EAI_NONAME ] { -3008 } Constant [ public integer EAI_OVERFLOW ] { -3009 } Constant [ public integer EAI_PROTOCOL ] { -3014 } Constant [ public integer EAI_SERVICE ] { -3010 } Constant [ public integer EAI_SOCKTYPE ] { -3011 } Constant [ public integer EALREADY ] { -114 } Constant [ public integer EBADF ] { -9 } Constant [ public integer EBUSY ] { -16 } Constant [ public integer ECANCELED ] { -125 } Constant [ public integer ECHARSET ] { -4080 } Constant [ public integer ECONNABORTED ] { -103 } Constant [ public integer ECONNREFUSED ] { -111 } Constant [ public integer ECONNRESET ] { -104 } Constant [ public integer EDESTADDRREQ ] { -89 } Constant [ public integer EEXIST ] { -17 } Constant [ public integer EFAULT ] { -14 } Constant [ public integer EFBIG ] { -27 } Constant [ public integer EHOSTUNREACH ] { -113 } Constant [ public integer EINTR ] { -4 } Constant [ public integer EINVAL ] { -22 } Constant [ public integer EIO ] { -5 } Constant [ public integer EISCONN ] { -106 } Constant [ public integer EISDIR ] { -21 } Constant [ public integer ELOOP ] { -40 } Constant [ public integer EMFILE ] { -24 } Constant [ public integer EMSGSIZE ] { -90 } Constant [ public integer ENAMETOOLONG ] { -36 } Constant [ public integer ENETDOWN ] { -100 } Constant [ public integer ENETUNREACH ] { -101 } Constant [ public integer ENFILE ] { -23 } Constant [ public integer ENOBUFS ] { -105 } Constant [ public integer ENODEV ] { -19 } Constant [ public integer ENOENT ] { -2 } Constant [ public integer ENOMEM ] { -12 } Constant [ public integer ENONET ] { -64 } Constant [ public integer ENOPROTOOPT ] { -92 } Constant [ public integer ENOSPC ] { -28 } Constant [ public integer ENOSYS ] { -38 } Constant [ public integer ENOTCONN ] { -107 } Constant [ public integer ENOTDIR ] { -20 } Constant [ public integer ENOTEMPTY ] { -39 } Constant [ public integer ENOTSOCK ] { -88 } Constant [ public integer ENOTSUP ] { -95 } Constant [ public integer EPERM ] { -1 } Constant [ public integer EPIPE ] { -32 } Constant [ public integer EPROTO ] { -71 } Constant [ public integer EPROTONOSUPPORT ] { -93 } Constant [ public integer EPROTOTYPE ] { -91 } Constant [ public integer ERANGE ] { -34 } Constant [ public integer EROFS ] { -30 } Constant [ public integer ESHUTDOWN ] { -108 } Constant [ public integer ESPIPE ] { -29 } Constant [ public integer ESRCH ] { -3 } Constant [ public integer ETIMEDOUT ] { -110 } Constant [ public integer ETXTBSY ] { -26 } Constant [ public integer EXDEV ] { -18 } Constant [ public integer UNKNOWN ] { -4094 } Constant [ public integer EOF ] { -4095 } Constant [ public integer ENXIO ] { -6 } Constant [ public integer EMLINK ] { -31 } Constant [ public integer EHOSTDOWN ] { -112 } Constant [ public integer EREMOTEIO ] { -121 } Constant [ public integer ENOTTY ] { -25 } Constant [ public integer EFTYPE ] { -4028 } } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [0] { } } Class [ final class UVStream extends UV ] { - Constants [199] { Constant [ public integer RUN_DEFAULT ] { 0 } Constant [ public integer RUN_ONCE ] { 1 } Constant [ public integer RUN_NOWAIT ] { 2 } Constant [ public integer CHANGE ] { 2 } Constant [ public integer RENAME ] { 1 } Constant [ public integer READABLE ] { 1 } Constant [ public integer WRITABLE ] { 2 } Constant [ public integer O_RDONLY ] { 0 } Constant [ public integer O_WRONLY ] { 1 } Constant [ public integer O_RDWR ] { 2 } Constant [ public integer O_CREAT ] { 64 } Constant [ public integer O_EXCL ] { 128 } Constant [ public integer O_TRUNC ] { 512 } Constant [ public integer O_APPEND ] { 1024 } Constant [ public integer S_IFDIR ] { 16384 } Constant [ public integer S_IFREG ] { 32768 } Constant [ public integer O_NOCTTY ] { 256 } Constant [ public integer S_IRWXU ] { 448 } Constant [ public integer S_IRUSR ] { 256 } Constant [ public integer S_IWUSR ] { 128 } Constant [ public integer S_IXUSR ] { 64 } Constant [ public integer S_IRWXG ] { 56 } Constant [ public integer S_IRGRP ] { 32 } Constant [ public integer S_IWGRP ] { 16 } Constant [ public integer S_IXGRP ] { 8 } Constant [ public integer S_IRWXO ] { 7 } Constant [ public integer S_IROTH ] { 4 } Constant [ public integer S_IWOTH ] { 2 } Constant [ public integer S_IXOTH ] { 1 } Constant [ public integer SIG_IGN ] { 1 } Constant [ public integer SIG_DFL ] { 0 } Constant [ public integer SIG_ERR ] { -1 } Constant [ public integer SIGHUP ] { 1 } Constant [ public integer SIGINT ] { 2 } Constant [ public integer SIGQUIT ] { 3 } Constant [ public integer SIGILL ] { 4 } Constant [ public integer SIGTRAP ] { 5 } Constant [ public integer SIGABRT ] { 6 } Constant [ public integer SIGIOT ] { 6 } Constant [ public integer SIGBUS ] { 7 } Constant [ public integer SIGFPE ] { 8 } Constant [ public integer SIGKILL ] { 9 } Constant [ public integer SIGUSR1 ] { 10 } Constant [ public integer SIGSEGV ] { 11 } Constant [ public integer SIGUSR2 ] { 12 } Constant [ public integer SIGPIPE ] { 13 } Constant [ public integer SIGALRM ] { 14 } Constant [ public integer SIGTERM ] { 15 } Constant [ public integer SIGSTKFLT ] { 16 } Constant [ public integer SIGCLD ] { 17 } Constant [ public integer SIGCHLD ] { 17 } Constant [ public integer SIGCONT ] { 18 } Constant [ public integer SIGSTOP ] { 19 } Constant [ public integer SIGTSTP ] { 20 } Constant [ public integer SIGTTIN ] { 21 } Constant [ public integer SIGTTOU ] { 22 } Constant [ public integer SIGURG ] { 23 } Constant [ public integer SIGXCPU ] { 24 } Constant [ public integer SIGXFSZ ] { 25 } Constant [ public integer SIGVTALRM ] { 26 } Constant [ public integer SIGPROF ] { 27 } Constant [ public integer SIGWINCH ] { 28 } Constant [ public integer SIGPOLL ] { 29 } Constant [ public integer SIGIO ] { 29 } Constant [ public integer SIGPWR ] { 30 } Constant [ public integer SIGSYS ] { 31 } Constant [ public integer SIGBABY ] { 31 } Constant [ public integer AF_INET ] { 2 } Constant [ public integer AF_INET6 ] { 10 } Constant [ public integer AF_UNSPEC ] { 0 } Constant [ public integer LEAVE_GROUP ] { 0 } Constant [ public integer JOIN_GROUP ] { 1 } Constant [ public integer IS_UV_TCP ] { 0 } Constant [ public integer IS_UV_UDP ] { 1 } Constant [ public integer IS_UV_PIPE ] { 2 } Constant [ public integer IS_UV_IDLE ] { 3 } Constant [ public integer IS_UV_TIMER ] { 4 } Constant [ public integer IS_UV_ASYNC ] { 5 } Constant [ public integer IS_UV_LOOP ] { 6 } Constant [ public integer IS_UV_HANDLE ] { 7 } Constant [ public integer IS_UV_STREAM ] { 8 } Constant [ public integer IS_UV_ADDRINFO ] { 9 } Constant [ public integer IS_UV_PROCESS ] { 10 } Constant [ public integer IS_UV_PREPARE ] { 11 } Constant [ public integer IS_UV_CHECK ] { 12 } Constant [ public integer IS_UV_WORK ] { 13 } Constant [ public integer IS_UV_FS ] { 14 } Constant [ public integer IS_UV_FS_EVENT ] { 15 } Constant [ public integer IS_UV_TTY ] { 16 } Constant [ public integer IS_UV_FS_POLL ] { 17 } Constant [ public integer IS_UV_POLL ] { 18 } Constant [ public integer UNKNOWN_HANDLE ] { 0 } Constant [ public integer FILE ] { 17 } Constant [ public integer ASYNC ] { 1 } Constant [ public integer CHECK ] { 2 } Constant [ public integer FS_EVENT ] { 3 } Constant [ public integer FS_POLL ] { 4 } Constant [ public integer HANDLE ] { 5 } Constant [ public integer IDLE ] { 6 } Constant [ public integer NAMED_PIPE ] { 7 } Constant [ public integer POLL ] { 8 } Constant [ public integer PREPARE ] { 9 } Constant [ public integer PROCESS ] { 10 } Constant [ public integer STREAM ] { 11 } Constant [ public integer TCP ] { 12 } Constant [ public integer TIMER ] { 13 } Constant [ public integer TTY ] { 14 } Constant [ public integer UDP ] { 15 } Constant [ public integer SIGNAL ] { 16 } Constant [ public integer HANDLE_TYPE_MAX ] { 18 } Constant [ public integer IGNORE ] { 0 } Constant [ public integer CREATE_PIPE ] { 1 } Constant [ public integer INHERIT_FD ] { 2 } Constant [ public integer INHERIT_STREAM ] { 4 } Constant [ public integer READABLE_PIPE ] { 16 } Constant [ public integer WRITABLE_PIPE ] { 32 } Constant [ public integer PROCESS_SETUID ] { 1 } Constant [ public integer PROCESS_SETGID ] { 2 } Constant [ public integer PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 } Constant [ public integer PROCESS_DETACHED ] { 8 } Constant [ public integer E2BIG ] { -7 } Constant [ public integer EACCES ] { -13 } Constant [ public integer EADDRINUSE ] { -98 } Constant [ public integer EADDRNOTAVAIL ] { -99 } Constant [ public integer EAFNOSUPPORT ] { -97 } Constant [ public integer EAGAIN ] { -11 } Constant [ public integer EAI_ADDRFAMILY ] { -3000 } Constant [ public integer EAI_AGAIN ] { -3001 } Constant [ public integer EAI_BADFLAGS ] { -3002 } Constant [ public integer EAI_BADHINTS ] { -3013 } Constant [ public integer EAI_CANCELED ] { -3003 } Constant [ public integer EAI_FAIL ] { -3004 } Constant [ public integer EAI_FAMILY ] { -3005 } Constant [ public integer EAI_MEMORY ] { -3006 } Constant [ public integer EAI_NODATA ] { -3007 } Constant [ public integer EAI_NONAME ] { -3008 } Constant [ public integer EAI_OVERFLOW ] { -3009 } Constant [ public integer EAI_PROTOCOL ] { -3014 } Constant [ public integer EAI_SERVICE ] { -3010 } Constant [ public integer EAI_SOCKTYPE ] { -3011 } Constant [ public integer EALREADY ] { -114 } Constant [ public integer EBADF ] { -9 } Constant [ public integer EBUSY ] { -16 } Constant [ public integer ECANCELED ] { -125 } Constant [ public integer ECHARSET ] { -4080 } Constant [ public integer ECONNABORTED ] { -103 } Constant [ public integer ECONNREFUSED ] { -111 } Constant [ public integer ECONNRESET ] { -104 } Constant [ public integer EDESTADDRREQ ] { -89 } Constant [ public integer EEXIST ] { -17 } Constant [ public integer EFAULT ] { -14 } Constant [ public integer EFBIG ] { -27 } Constant [ public integer EHOSTUNREACH ] { -113 } Constant [ public integer EINTR ] { -4 } Constant [ public integer EINVAL ] { -22 } Constant [ public integer EIO ] { -5 } Constant [ public integer EISCONN ] { -106 } Constant [ public integer EISDIR ] { -21 } Constant [ public integer ELOOP ] { -40 } Constant [ public integer EMFILE ] { -24 } Constant [ public integer EMSGSIZE ] { -90 } Constant [ public integer ENAMETOOLONG ] { -36 } Constant [ public integer ENETDOWN ] { -100 } Constant [ public integer ENETUNREACH ] { -101 } Constant [ public integer ENFILE ] { -23 } Constant [ public integer ENOBUFS ] { -105 } Constant [ public integer ENODEV ] { -19 } Constant [ public integer ENOENT ] { -2 } Constant [ public integer ENOMEM ] { -12 } Constant [ public integer ENONET ] { -64 } Constant [ public integer ENOPROTOOPT ] { -92 } Constant [ public integer ENOSPC ] { -28 } Constant [ public integer ENOSYS ] { -38 } Constant [ public integer ENOTCONN ] { -107 } Constant [ public integer ENOTDIR ] { -20 } Constant [ public integer ENOTEMPTY ] { -39 } Constant [ public integer ENOTSOCK ] { -88 } Constant [ public integer ENOTSUP ] { -95 } Constant [ public integer EPERM ] { -1 } Constant [ public integer EPIPE ] { -32 } Constant [ public integer EPROTO ] { -71 } Constant [ public integer EPROTONOSUPPORT ] { -93 } Constant [ public integer EPROTOTYPE ] { -91 } Constant [ public integer ERANGE ] { -34 } Constant [ public integer EROFS ] { -30 } Constant [ public integer ESHUTDOWN ] { -108 } Constant [ public integer ESPIPE ] { -29 } Constant [ public integer ESRCH ] { -3 } Constant [ public integer ETIMEDOUT ] { -110 } Constant [ public integer ETXTBSY ] { -26 } Constant [ public integer EXDEV ] { -18 } Constant [ public integer UNKNOWN ] { -4094 } Constant [ public integer EOF ] { -4095 } Constant [ public integer ENXIO ] { -6 } Constant [ public integer EMLINK ] { -31 } Constant [ public integer EHOSTDOWN ] { -112 } Constant [ public integer EREMOTEIO ] { -121 } Constant [ public integer ENOTTY ] { -25 } Constant [ public integer EFTYPE ] { -4028 } } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [0] { } } Class [ final class UVAddrinfo extends UV ] { - Constants [199] { Constant [ public integer RUN_DEFAULT ] { 0 } Constant [ public integer RUN_ONCE ] { 1 } Constant [ public integer RUN_NOWAIT ] { 2 } Constant [ public integer CHANGE ] { 2 } Constant [ public integer RENAME ] { 1 } Constant [ public integer READABLE ] { 1 } Constant [ public integer WRITABLE ] { 2 } Constant [ public integer O_RDONLY ] { 0 } Constant [ public integer O_WRONLY ] { 1 } Constant [ public integer O_RDWR ] { 2 } Constant [ public integer O_CREAT ] { 64 } Constant [ public integer O_EXCL ] { 128 } Constant [ public integer O_TRUNC ] { 512 } Constant [ public integer O_APPEND ] { 1024 } Constant [ public integer S_IFDIR ] { 16384 } Constant [ public integer S_IFREG ] { 32768 } Constant [ public integer O_NOCTTY ] { 256 } Constant [ public integer S_IRWXU ] { 448 } Constant [ public integer S_IRUSR ] { 256 } Constant [ public integer S_IWUSR ] { 128 } Constant [ public integer S_IXUSR ] { 64 } Constant [ public integer S_IRWXG ] { 56 } Constant [ public integer S_IRGRP ] { 32 } Constant [ public integer S_IWGRP ] { 16 } Constant [ public integer S_IXGRP ] { 8 } Constant [ public integer S_IRWXO ] { 7 } Constant [ public integer S_IROTH ] { 4 } Constant [ public integer S_IWOTH ] { 2 } Constant [ public integer S_IXOTH ] { 1 } Constant [ public integer SIG_IGN ] { 1 } Constant [ public integer SIG_DFL ] { 0 } Constant [ public integer SIG_ERR ] { -1 } Constant [ public integer SIGHUP ] { 1 } Constant [ public integer SIGINT ] { 2 } Constant [ public integer SIGQUIT ] { 3 } Constant [ public integer SIGILL ] { 4 } Constant [ public integer SIGTRAP ] { 5 } Constant [ public integer SIGABRT ] { 6 } Constant [ public integer SIGIOT ] { 6 } Constant [ public integer SIGBUS ] { 7 } Constant [ public integer SIGFPE ] { 8 } Constant [ public integer SIGKILL ] { 9 } Constant [ public integer SIGUSR1 ] { 10 } Constant [ public integer SIGSEGV ] { 11 } Constant [ public integer SIGUSR2 ] { 12 } Constant [ public integer SIGPIPE ] { 13 } Constant [ public integer SIGALRM ] { 14 } Constant [ public integer SIGTERM ] { 15 } Constant [ public integer SIGSTKFLT ] { 16 } Constant [ public integer SIGCLD ] { 17 } Constant [ public integer SIGCHLD ] { 17 } Constant [ public integer SIGCONT ] { 18 } Constant [ public integer SIGSTOP ] { 19 } Constant [ public integer SIGTSTP ] { 20 } Constant [ public integer SIGTTIN ] { 21 } Constant [ public integer SIGTTOU ] { 22 } Constant [ public integer SIGURG ] { 23 } Constant [ public integer SIGXCPU ] { 24 } Constant [ public integer SIGXFSZ ] { 25 } Constant [ public integer SIGVTALRM ] { 26 } Constant [ public integer SIGPROF ] { 27 } Constant [ public integer SIGWINCH ] { 28 } Constant [ public integer SIGPOLL ] { 29 } Constant [ public integer SIGIO ] { 29 } Constant [ public integer SIGPWR ] { 30 } Constant [ public integer SIGSYS ] { 31 } Constant [ public integer SIGBABY ] { 31 } Constant [ public integer AF_INET ] { 2 } Constant [ public integer AF_INET6 ] { 10 } Constant [ public integer AF_UNSPEC ] { 0 } Constant [ public integer LEAVE_GROUP ] { 0 } Constant [ public integer JOIN_GROUP ] { 1 } Constant [ public integer IS_UV_TCP ] { 0 } Constant [ public integer IS_UV_UDP ] { 1 } Constant [ public integer IS_UV_PIPE ] { 2 } Constant [ public integer IS_UV_IDLE ] { 3 } Constant [ public integer IS_UV_TIMER ] { 4 } Constant [ public integer IS_UV_ASYNC ] { 5 } Constant [ public integer IS_UV_LOOP ] { 6 } Constant [ public integer IS_UV_HANDLE ] { 7 } Constant [ public integer IS_UV_STREAM ] { 8 } Constant [ public integer IS_UV_ADDRINFO ] { 9 } Constant [ public integer IS_UV_PROCESS ] { 10 } Constant [ public integer IS_UV_PREPARE ] { 11 } Constant [ public integer IS_UV_CHECK ] { 12 } Constant [ public integer IS_UV_WORK ] { 13 } Constant [ public integer IS_UV_FS ] { 14 } Constant [ public integer IS_UV_FS_EVENT ] { 15 } Constant [ public integer IS_UV_TTY ] { 16 } Constant [ public integer IS_UV_FS_POLL ] { 17 } Constant [ public integer IS_UV_POLL ] { 18 } Constant [ public integer UNKNOWN_HANDLE ] { 0 } Constant [ public integer FILE ] { 17 } Constant [ public integer ASYNC ] { 1 } Constant [ public integer CHECK ] { 2 } Constant [ public integer FS_EVENT ] { 3 } Constant [ public integer FS_POLL ] { 4 } Constant [ public integer HANDLE ] { 5 } Constant [ public integer IDLE ] { 6 } Constant [ public integer NAMED_PIPE ] { 7 } Constant [ public integer POLL ] { 8 } Constant [ public integer PREPARE ] { 9 } Constant [ public integer PROCESS ] { 10 } Constant [ public integer STREAM ] { 11 } Constant [ public integer TCP ] { 12 } Constant [ public integer TIMER ] { 13 } Constant [ public integer TTY ] { 14 } Constant [ public integer UDP ] { 15 } Constant [ public integer SIGNAL ] { 16 } Constant [ public integer HANDLE_TYPE_MAX ] { 18 } Constant [ public integer IGNORE ] { 0 } Constant [ public integer CREATE_PIPE ] { 1 } Constant [ public integer INHERIT_FD ] { 2 } Constant [ public integer INHERIT_STREAM ] { 4 } Constant [ public integer READABLE_PIPE ] { 16 } Constant [ public integer WRITABLE_PIPE ] { 32 } Constant [ public integer PROCESS_SETUID ] { 1 } Constant [ public integer PROCESS_SETGID ] { 2 } Constant [ public integer PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 } Constant [ public integer PROCESS_DETACHED ] { 8 } Constant [ public integer E2BIG ] { -7 } Constant [ public integer EACCES ] { -13 } Constant [ public integer EADDRINUSE ] { -98 } Constant [ public integer EADDRNOTAVAIL ] { -99 } Constant [ public integer EAFNOSUPPORT ] { -97 } Constant [ public integer EAGAIN ] { -11 } Constant [ public integer EAI_ADDRFAMILY ] { -3000 } Constant [ public integer EAI_AGAIN ] { -3001 } Constant [ public integer EAI_BADFLAGS ] { -3002 } Constant [ public integer EAI_BADHINTS ] { -3013 } Constant [ public integer EAI_CANCELED ] { -3003 } Constant [ public integer EAI_FAIL ] { -3004 } Constant [ public integer EAI_FAMILY ] { -3005 } Constant [ public integer EAI_MEMORY ] { -3006 } Constant [ public integer EAI_NODATA ] { -3007 } Constant [ public integer EAI_NONAME ] { -3008 } Constant [ public integer EAI_OVERFLOW ] { -3009 } Constant [ public integer EAI_PROTOCOL ] { -3014 } Constant [ public integer EAI_SERVICE ] { -3010 } Constant [ public integer EAI_SOCKTYPE ] { -3011 } Constant [ public integer EALREADY ] { -114 } Constant [ public integer EBADF ] { -9 } Constant [ public integer EBUSY ] { -16 } Constant [ public integer ECANCELED ] { -125 } Constant [ public integer ECHARSET ] { -4080 } Constant [ public integer ECONNABORTED ] { -103 } Constant [ public integer ECONNREFUSED ] { -111 } Constant [ public integer ECONNRESET ] { -104 } Constant [ public integer EDESTADDRREQ ] { -89 } Constant [ public integer EEXIST ] { -17 } Constant [ public integer EFAULT ] { -14 } Constant [ public integer EFBIG ] { -27 } Constant [ public integer EHOSTUNREACH ] { -113 } Constant [ public integer EINTR ] { -4 } Constant [ public integer EINVAL ] { -22 } Constant [ public integer EIO ] { -5 } Constant [ public integer EISCONN ] { -106 } Constant [ public integer EISDIR ] { -21 } Constant [ public integer ELOOP ] { -40 } Constant [ public integer EMFILE ] { -24 } Constant [ public integer EMSGSIZE ] { -90 } Constant [ public integer ENAMETOOLONG ] { -36 } Constant [ public integer ENETDOWN ] { -100 } Constant [ public integer ENETUNREACH ] { -101 } Constant [ public integer ENFILE ] { -23 } Constant [ public integer ENOBUFS ] { -105 } Constant [ public integer ENODEV ] { -19 } Constant [ public integer ENOENT ] { -2 } Constant [ public integer ENOMEM ] { -12 } Constant [ public integer ENONET ] { -64 } Constant [ public integer ENOPROTOOPT ] { -92 } Constant [ public integer ENOSPC ] { -28 } Constant [ public integer ENOSYS ] { -38 } Constant [ public integer ENOTCONN ] { -107 } Constant [ public integer ENOTDIR ] { -20 } Constant [ public integer ENOTEMPTY ] { -39 } Constant [ public integer ENOTSOCK ] { -88 } Constant [ public integer ENOTSUP ] { -95 } Constant [ public integer EPERM ] { -1 } Constant [ public integer EPIPE ] { -32 } Constant [ public integer EPROTO ] { -71 } Constant [ public integer EPROTONOSUPPORT ] { -93 } Constant [ public integer EPROTOTYPE ] { -91 } Constant [ public integer ERANGE ] { -34 } Constant [ public integer EROFS ] { -30 } Constant [ public integer ESHUTDOWN ] { -108 } Constant [ public integer ESPIPE ] { -29 } Constant [ public integer ESRCH ] { -3 } Constant [ public integer ETIMEDOUT ] { -110 } Constant [ public integer ETXTBSY ] { -26 } Constant [ public integer EXDEV ] { -18 } Constant [ public integer UNKNOWN ] { -4094 } Constant [ public integer EOF ] { -4095 } Constant [ public integer ENXIO ] { -6 } Constant [ public integer EMLINK ] { -31 } Constant [ public integer EHOSTDOWN ] { -112 } Constant [ public integer EREMOTEIO ] { -121 } Constant [ public integer ENOTTY ] { -25 } Constant [ public integer EFTYPE ] { -4028 } } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [0] { } } Class [ final class UVProcess extends UV ] { - Constants [199] { Constant [ public integer RUN_DEFAULT ] { 0 } Constant [ public integer RUN_ONCE ] { 1 } Constant [ public integer RUN_NOWAIT ] { 2 } Constant [ public integer CHANGE ] { 2 } Constant [ public integer RENAME ] { 1 } Constant [ public integer READABLE ] { 1 } Constant [ public integer WRITABLE ] { 2 } Constant [ public integer O_RDONLY ] { 0 } Constant [ public integer O_WRONLY ] { 1 } Constant [ public integer O_RDWR ] { 2 } Constant [ public integer O_CREAT ] { 64 } Constant [ public integer O_EXCL ] { 128 } Constant [ public integer O_TRUNC ] { 512 } Constant [ public integer O_APPEND ] { 1024 } Constant [ public integer S_IFDIR ] { 16384 } Constant [ public integer S_IFREG ] { 32768 } Constant [ public integer O_NOCTTY ] { 256 } Constant [ public integer S_IRWXU ] { 448 } Constant [ public integer S_IRUSR ] { 256 } Constant [ public integer S_IWUSR ] { 128 } Constant [ public integer S_IXUSR ] { 64 } Constant [ public integer S_IRWXG ] { 56 } Constant [ public integer S_IRGRP ] { 32 } Constant [ public integer S_IWGRP ] { 16 } Constant [ public integer S_IXGRP ] { 8 } Constant [ public integer S_IRWXO ] { 7 } Constant [ public integer S_IROTH ] { 4 } Constant [ public integer S_IWOTH ] { 2 } Constant [ public integer S_IXOTH ] { 1 } Constant [ public integer SIG_IGN ] { 1 } Constant [ public integer SIG_DFL ] { 0 } Constant [ public integer SIG_ERR ] { -1 } Constant [ public integer SIGHUP ] { 1 } Constant [ public integer SIGINT ] { 2 } Constant [ public integer SIGQUIT ] { 3 } Constant [ public integer SIGILL ] { 4 } Constant [ public integer SIGTRAP ] { 5 } Constant [ public integer SIGABRT ] { 6 } Constant [ public integer SIGIOT ] { 6 } Constant [ public integer SIGBUS ] { 7 } Constant [ public integer SIGFPE ] { 8 } Constant [ public integer SIGKILL ] { 9 } Constant [ public integer SIGUSR1 ] { 10 } Constant [ public integer SIGSEGV ] { 11 } Constant [ public integer SIGUSR2 ] { 12 } Constant [ public integer SIGPIPE ] { 13 } Constant [ public integer SIGALRM ] { 14 } Constant [ public integer SIGTERM ] { 15 } Constant [ public integer SIGSTKFLT ] { 16 } Constant [ public integer SIGCLD ] { 17 } Constant [ public integer SIGCHLD ] { 17 } Constant [ public integer SIGCONT ] { 18 } Constant [ public integer SIGSTOP ] { 19 } Constant [ public integer SIGTSTP ] { 20 } Constant [ public integer SIGTTIN ] { 21 } Constant [ public integer SIGTTOU ] { 22 } Constant [ public integer SIGURG ] { 23 } Constant [ public integer SIGXCPU ] { 24 } Constant [ public integer SIGXFSZ ] { 25 } Constant [ public integer SIGVTALRM ] { 26 } Constant [ public integer SIGPROF ] { 27 } Constant [ public integer SIGWINCH ] { 28 } Constant [ public integer SIGPOLL ] { 29 } Constant [ public integer SIGIO ] { 29 } Constant [ public integer SIGPWR ] { 30 } Constant [ public integer SIGSYS ] { 31 } Constant [ public integer SIGBABY ] { 31 } Constant [ public integer AF_INET ] { 2 } Constant [ public integer AF_INET6 ] { 10 } Constant [ public integer AF_UNSPEC ] { 0 } Constant [ public integer LEAVE_GROUP ] { 0 } Constant [ public integer JOIN_GROUP ] { 1 } Constant [ public integer IS_UV_TCP ] { 0 } Constant [ public integer IS_UV_UDP ] { 1 } Constant [ public integer IS_UV_PIPE ] { 2 } Constant [ public integer IS_UV_IDLE ] { 3 } Constant [ public integer IS_UV_TIMER ] { 4 } Constant [ public integer IS_UV_ASYNC ] { 5 } Constant [ public integer IS_UV_LOOP ] { 6 } Constant [ public integer IS_UV_HANDLE ] { 7 } Constant [ public integer IS_UV_STREAM ] { 8 } Constant [ public integer IS_UV_ADDRINFO ] { 9 } Constant [ public integer IS_UV_PROCESS ] { 10 } Constant [ public integer IS_UV_PREPARE ] { 11 } Constant [ public integer IS_UV_CHECK ] { 12 } Constant [ public integer IS_UV_WORK ] { 13 } Constant [ public integer IS_UV_FS ] { 14 } Constant [ public integer IS_UV_FS_EVENT ] { 15 } Constant [ public integer IS_UV_TTY ] { 16 } Constant [ public integer IS_UV_FS_POLL ] { 17 } Constant [ public integer IS_UV_POLL ] { 18 } Constant [ public integer UNKNOWN_HANDLE ] { 0 } Constant [ public integer FILE ] { 17 } Constant [ public integer ASYNC ] { 1 } Constant [ public integer CHECK ] { 2 } Constant [ public integer FS_EVENT ] { 3 } Constant [ public integer FS_POLL ] { 4 } Constant [ public integer HANDLE ] { 5 } Constant [ public integer IDLE ] { 6 } Constant [ public integer NAMED_PIPE ] { 7 } Constant [ public integer POLL ] { 8 } Constant [ public integer PREPARE ] { 9 } Constant [ public integer PROCESS ] { 10 } Constant [ public integer STREAM ] { 11 } Constant [ public integer TCP ] { 12 } Constant [ public integer TIMER ] { 13 } Constant [ public integer TTY ] { 14 } Constant [ public integer UDP ] { 15 } Constant [ public integer SIGNAL ] { 16 } Constant [ public integer HANDLE_TYPE_MAX ] { 18 } Constant [ public integer IGNORE ] { 0 } Constant [ public integer CREATE_PIPE ] { 1 } Constant [ public integer INHERIT_FD ] { 2 } Constant [ public integer INHERIT_STREAM ] { 4 } Constant [ public integer READABLE_PIPE ] { 16 } Constant [ public integer WRITABLE_PIPE ] { 32 } Constant [ public integer PROCESS_SETUID ] { 1 } Constant [ public integer PROCESS_SETGID ] { 2 } Constant [ public integer PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 } Constant [ public integer PROCESS_DETACHED ] { 8 } Constant [ public integer E2BIG ] { -7 } Constant [ public integer EACCES ] { -13 } Constant [ public integer EADDRINUSE ] { -98 } Constant [ public integer EADDRNOTAVAIL ] { -99 } Constant [ public integer EAFNOSUPPORT ] { -97 } Constant [ public integer EAGAIN ] { -11 } Constant [ public integer EAI_ADDRFAMILY ] { -3000 } Constant [ public integer EAI_AGAIN ] { -3001 } Constant [ public integer EAI_BADFLAGS ] { -3002 } Constant [ public integer EAI_BADHINTS ] { -3013 } Constant [ public integer EAI_CANCELED ] { -3003 } Constant [ public integer EAI_FAIL ] { -3004 } Constant [ public integer EAI_FAMILY ] { -3005 } Constant [ public integer EAI_MEMORY ] { -3006 } Constant [ public integer EAI_NODATA ] { -3007 } Constant [ public integer EAI_NONAME ] { -3008 } Constant [ public integer EAI_OVERFLOW ] { -3009 } Constant [ public integer EAI_PROTOCOL ] { -3014 } Constant [ public integer EAI_SERVICE ] { -3010 } Constant [ public integer EAI_SOCKTYPE ] { -3011 } Constant [ public integer EALREADY ] { -114 } Constant [ public integer EBADF ] { -9 } Constant [ public integer EBUSY ] { -16 } Constant [ public integer ECANCELED ] { -125 } Constant [ public integer ECHARSET ] { -4080 } Constant [ public integer ECONNABORTED ] { -103 } Constant [ public integer ECONNREFUSED ] { -111 } Constant [ public integer ECONNRESET ] { -104 } Constant [ public integer EDESTADDRREQ ] { -89 } Constant [ public integer EEXIST ] { -17 } Constant [ public integer EFAULT ] { -14 } Constant [ public integer EFBIG ] { -27 } Constant [ public integer EHOSTUNREACH ] { -113 } Constant [ public integer EINTR ] { -4 } Constant [ public integer EINVAL ] { -22 } Constant [ public integer EIO ] { -5 } Constant [ public integer EISCONN ] { -106 } Constant [ public integer EISDIR ] { -21 } Constant [ public integer ELOOP ] { -40 } Constant [ public integer EMFILE ] { -24 } Constant [ public integer EMSGSIZE ] { -90 } Constant [ public integer ENAMETOOLONG ] { -36 } Constant [ public integer ENETDOWN ] { -100 } Constant [ public integer ENETUNREACH ] { -101 } Constant [ public integer ENFILE ] { -23 } Constant [ public integer ENOBUFS ] { -105 } Constant [ public integer ENODEV ] { -19 } Constant [ public integer ENOENT ] { -2 } Constant [ public integer ENOMEM ] { -12 } Constant [ public integer ENONET ] { -64 } Constant [ public integer ENOPROTOOPT ] { -92 } Constant [ public integer ENOSPC ] { -28 } Constant [ public integer ENOSYS ] { -38 } Constant [ public integer ENOTCONN ] { -107 } Constant [ public integer ENOTDIR ] { -20 } Constant [ public integer ENOTEMPTY ] { -39 } Constant [ public integer ENOTSOCK ] { -88 } Constant [ public integer ENOTSUP ] { -95 } Constant [ public integer EPERM ] { -1 } Constant [ public integer EPIPE ] { -32 } Constant [ public integer EPROTO ] { -71 } Constant [ public integer EPROTONOSUPPORT ] { -93 } Constant [ public integer EPROTOTYPE ] { -91 } Constant [ public integer ERANGE ] { -34 } Constant [ public integer EROFS ] { -30 } Constant [ public integer ESHUTDOWN ] { -108 } Constant [ public integer ESPIPE ] { -29 } Constant [ public integer ESRCH ] { -3 } Constant [ public integer ETIMEDOUT ] { -110 } Constant [ public integer ETXTBSY ] { -26 } Constant [ public integer EXDEV ] { -18 } Constant [ public integer UNKNOWN ] { -4094 } Constant [ public integer EOF ] { -4095 } Constant [ public integer ENXIO ] { -6 } Constant [ public integer EMLINK ] { -31 } Constant [ public integer EHOSTDOWN ] { -112 } Constant [ public integer EREMOTEIO ] { -121 } Constant [ public integer ENOTTY ] { -25 } Constant [ public integer EFTYPE ] { -4028 } } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [0] { } } Class [ final class UVPrepare extends UV ] { - Constants [199] { Constant [ public integer RUN_DEFAULT ] { 0 } Constant [ public integer RUN_ONCE ] { 1 } Constant [ public integer RUN_NOWAIT ] { 2 } Constant [ public integer CHANGE ] { 2 } Constant [ public integer RENAME ] { 1 } Constant [ public integer READABLE ] { 1 } Constant [ public integer WRITABLE ] { 2 } Constant [ public integer O_RDONLY ] { 0 } Constant [ public integer O_WRONLY ] { 1 } Constant [ public integer O_RDWR ] { 2 } Constant [ public integer O_CREAT ] { 64 } Constant [ public integer O_EXCL ] { 128 } Constant [ public integer O_TRUNC ] { 512 } Constant [ public integer O_APPEND ] { 1024 } Constant [ public integer S_IFDIR ] { 16384 } Constant [ public integer S_IFREG ] { 32768 } Constant [ public integer O_NOCTTY ] { 256 } Constant [ public integer S_IRWXU ] { 448 } Constant [ public integer S_IRUSR ] { 256 } Constant [ public integer S_IWUSR ] { 128 } Constant [ public integer S_IXUSR ] { 64 } Constant [ public integer S_IRWXG ] { 56 } Constant [ public integer S_IRGRP ] { 32 } Constant [ public integer S_IWGRP ] { 16 } Constant [ public integer S_IXGRP ] { 8 } Constant [ public integer S_IRWXO ] { 7 } Constant [ public integer S_IROTH ] { 4 } Constant [ public integer S_IWOTH ] { 2 } Constant [ public integer S_IXOTH ] { 1 } Constant [ public integer SIG_IGN ] { 1 } Constant [ public integer SIG_DFL ] { 0 } Constant [ public integer SIG_ERR ] { -1 } Constant [ public integer SIGHUP ] { 1 } Constant [ public integer SIGINT ] { 2 } Constant [ public integer SIGQUIT ] { 3 } Constant [ public integer SIGILL ] { 4 } Constant [ public integer SIGTRAP ] { 5 } Constant [ public integer SIGABRT ] { 6 } Constant [ public integer SIGIOT ] { 6 } Constant [ public integer SIGBUS ] { 7 } Constant [ public integer SIGFPE ] { 8 } Constant [ public integer SIGKILL ] { 9 } Constant [ public integer SIGUSR1 ] { 10 } Constant [ public integer SIGSEGV ] { 11 } Constant [ public integer SIGUSR2 ] { 12 } Constant [ public integer SIGPIPE ] { 13 } Constant [ public integer SIGALRM ] { 14 } Constant [ public integer SIGTERM ] { 15 } Constant [ public integer SIGSTKFLT ] { 16 } Constant [ public integer SIGCLD ] { 17 } Constant [ public integer SIGCHLD ] { 17 } Constant [ public integer SIGCONT ] { 18 } Constant [ public integer SIGSTOP ] { 19 } Constant [ public integer SIGTSTP ] { 20 } Constant [ public integer SIGTTIN ] { 21 } Constant [ public integer SIGTTOU ] { 22 } Constant [ public integer SIGURG ] { 23 } Constant [ public integer SIGXCPU ] { 24 } Constant [ public integer SIGXFSZ ] { 25 } Constant [ public integer SIGVTALRM ] { 26 } Constant [ public integer SIGPROF ] { 27 } Constant [ public integer SIGWINCH ] { 28 } Constant [ public integer SIGPOLL ] { 29 } Constant [ public integer SIGIO ] { 29 } Constant [ public integer SIGPWR ] { 30 } Constant [ public integer SIGSYS ] { 31 } Constant [ public integer SIGBABY ] { 31 } Constant [ public integer AF_INET ] { 2 } Constant [ public integer AF_INET6 ] { 10 } Constant [ public integer AF_UNSPEC ] { 0 } Constant [ public integer LEAVE_GROUP ] { 0 } Constant [ public integer JOIN_GROUP ] { 1 } Constant [ public integer IS_UV_TCP ] { 0 } Constant [ public integer IS_UV_UDP ] { 1 } Constant [ public integer IS_UV_PIPE ] { 2 } Constant [ public integer IS_UV_IDLE ] { 3 } Constant [ public integer IS_UV_TIMER ] { 4 } Constant [ public integer IS_UV_ASYNC ] { 5 } Constant [ public integer IS_UV_LOOP ] { 6 } Constant [ public integer IS_UV_HANDLE ] { 7 } Constant [ public integer IS_UV_STREAM ] { 8 } Constant [ public integer IS_UV_ADDRINFO ] { 9 } Constant [ public integer IS_UV_PROCESS ] { 10 } Constant [ public integer IS_UV_PREPARE ] { 11 } Constant [ public integer IS_UV_CHECK ] { 12 } Constant [ public integer IS_UV_WORK ] { 13 } Constant [ public integer IS_UV_FS ] { 14 } Constant [ public integer IS_UV_FS_EVENT ] { 15 } Constant [ public integer IS_UV_TTY ] { 16 } Constant [ public integer IS_UV_FS_POLL ] { 17 } Constant [ public integer IS_UV_POLL ] { 18 } Constant [ public integer UNKNOWN_HANDLE ] { 0 } Constant [ public integer FILE ] { 17 } Constant [ public integer ASYNC ] { 1 } Constant [ public integer CHECK ] { 2 } Constant [ public integer FS_EVENT ] { 3 } Constant [ public integer FS_POLL ] { 4 } Constant [ public integer HANDLE ] { 5 } Constant [ public integer IDLE ] { 6 } Constant [ public integer NAMED_PIPE ] { 7 } Constant [ public integer POLL ] { 8 } Constant [ public integer PREPARE ] { 9 } Constant [ public integer PROCESS ] { 10 } Constant [ public integer STREAM ] { 11 } Constant [ public integer TCP ] { 12 } Constant [ public integer TIMER ] { 13 } Constant [ public integer TTY ] { 14 } Constant [ public integer UDP ] { 15 } Constant [ public integer SIGNAL ] { 16 } Constant [ public integer HANDLE_TYPE_MAX ] { 18 } Constant [ public integer IGNORE ] { 0 } Constant [ public integer CREATE_PIPE ] { 1 } Constant [ public integer INHERIT_FD ] { 2 } Constant [ public integer INHERIT_STREAM ] { 4 } Constant [ public integer READABLE_PIPE ] { 16 } Constant [ public integer WRITABLE_PIPE ] { 32 } Constant [ public integer PROCESS_SETUID ] { 1 } Constant [ public integer PROCESS_SETGID ] { 2 } Constant [ public integer PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 } Constant [ public integer PROCESS_DETACHED ] { 8 } Constant [ public integer E2BIG ] { -7 } Constant [ public integer EACCES ] { -13 } Constant [ public integer EADDRINUSE ] { -98 } Constant [ public integer EADDRNOTAVAIL ] { -99 } Constant [ public integer EAFNOSUPPORT ] { -97 } Constant [ public integer EAGAIN ] { -11 } Constant [ public integer EAI_ADDRFAMILY ] { -3000 } Constant [ public integer EAI_AGAIN ] { -3001 } Constant [ public integer EAI_BADFLAGS ] { -3002 } Constant [ public integer EAI_BADHINTS ] { -3013 } Constant [ public integer EAI_CANCELED ] { -3003 } Constant [ public integer EAI_FAIL ] { -3004 } Constant [ public integer EAI_FAMILY ] { -3005 } Constant [ public integer EAI_MEMORY ] { -3006 } Constant [ public integer EAI_NODATA ] { -3007 } Constant [ public integer EAI_NONAME ] { -3008 } Constant [ public integer EAI_OVERFLOW ] { -3009 } Constant [ public integer EAI_PROTOCOL ] { -3014 } Constant [ public integer EAI_SERVICE ] { -3010 } Constant [ public integer EAI_SOCKTYPE ] { -3011 } Constant [ public integer EALREADY ] { -114 } Constant [ public integer EBADF ] { -9 } Constant [ public integer EBUSY ] { -16 } Constant [ public integer ECANCELED ] { -125 } Constant [ public integer ECHARSET ] { -4080 } Constant [ public integer ECONNABORTED ] { -103 } Constant [ public integer ECONNREFUSED ] { -111 } Constant [ public integer ECONNRESET ] { -104 } Constant [ public integer EDESTADDRREQ ] { -89 } Constant [ public integer EEXIST ] { -17 } Constant [ public integer EFAULT ] { -14 } Constant [ public integer EFBIG ] { -27 } Constant [ public integer EHOSTUNREACH ] { -113 } Constant [ public integer EINTR ] { -4 } Constant [ public integer EINVAL ] { -22 } Constant [ public integer EIO ] { -5 } Constant [ public integer EISCONN ] { -106 } Constant [ public integer EISDIR ] { -21 } Constant [ public integer ELOOP ] { -40 } Constant [ public integer EMFILE ] { -24 } Constant [ public integer EMSGSIZE ] { -90 } Constant [ public integer ENAMETOOLONG ] { -36 } Constant [ public integer ENETDOWN ] { -100 } Constant [ public integer ENETUNREACH ] { -101 } Constant [ public integer ENFILE ] { -23 } Constant [ public integer ENOBUFS ] { -105 } Constant [ public integer ENODEV ] { -19 } Constant [ public integer ENOENT ] { -2 } Constant [ public integer ENOMEM ] { -12 } Constant [ public integer ENONET ] { -64 } Constant [ public integer ENOPROTOOPT ] { -92 } Constant [ public integer ENOSPC ] { -28 } Constant [ public integer ENOSYS ] { -38 } Constant [ public integer ENOTCONN ] { -107 } Constant [ public integer ENOTDIR ] { -20 } Constant [ public integer ENOTEMPTY ] { -39 } Constant [ public integer ENOTSOCK ] { -88 } Constant [ public integer ENOTSUP ] { -95 } Constant [ public integer EPERM ] { -1 } Constant [ public integer EPIPE ] { -32 } Constant [ public integer EPROTO ] { -71 } Constant [ public integer EPROTONOSUPPORT ] { -93 } Constant [ public integer EPROTOTYPE ] { -91 } Constant [ public integer ERANGE ] { -34 } Constant [ public integer EROFS ] { -30 } Constant [ public integer ESHUTDOWN ] { -108 } Constant [ public integer ESPIPE ] { -29 } Constant [ public integer ESRCH ] { -3 } Constant [ public integer ETIMEDOUT ] { -110 } Constant [ public integer ETXTBSY ] { -26 } Constant [ public integer EXDEV ] { -18 } Constant [ public integer UNKNOWN ] { -4094 } Constant [ public integer EOF ] { -4095 } Constant [ public integer ENXIO ] { -6 } Constant [ public integer EMLINK ] { -31 } Constant [ public integer EHOSTDOWN ] { -112 } Constant [ public integer EREMOTEIO ] { -121 } Constant [ public integer ENOTTY ] { -25 } Constant [ public integer EFTYPE ] { -4028 } } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [0] { } } Class [ final class UVCheck extends UV ] { - Constants [199] { Constant [ public integer RUN_DEFAULT ] { 0 } Constant [ public integer RUN_ONCE ] { 1 } Constant [ public integer RUN_NOWAIT ] { 2 } Constant [ public integer CHANGE ] { 2 } Constant [ public integer RENAME ] { 1 } Constant [ public integer READABLE ] { 1 } Constant [ public integer WRITABLE ] { 2 } Constant [ public integer O_RDONLY ] { 0 } Constant [ public integer O_WRONLY ] { 1 } Constant [ public integer O_RDWR ] { 2 } Constant [ public integer O_CREAT ] { 64 } Constant [ public integer O_EXCL ] { 128 } Constant [ public integer O_TRUNC ] { 512 } Constant [ public integer O_APPEND ] { 1024 } Constant [ public integer S_IFDIR ] { 16384 } Constant [ public integer S_IFREG ] { 32768 } Constant [ public integer O_NOCTTY ] { 256 } Constant [ public integer S_IRWXU ] { 448 } Constant [ public integer S_IRUSR ] { 256 } Constant [ public integer S_IWUSR ] { 128 } Constant [ public integer S_IXUSR ] { 64 } Constant [ public integer S_IRWXG ] { 56 } Constant [ public integer S_IRGRP ] { 32 } Constant [ public integer S_IWGRP ] { 16 } Constant [ public integer S_IXGRP ] { 8 } Constant [ public integer S_IRWXO ] { 7 } Constant [ public integer S_IROTH ] { 4 } Constant [ public integer S_IWOTH ] { 2 } Constant [ public integer S_IXOTH ] { 1 } Constant [ public integer SIG_IGN ] { 1 } Constant [ public integer SIG_DFL ] { 0 } Constant [ public integer SIG_ERR ] { -1 } Constant [ public integer SIGHUP ] { 1 } Constant [ public integer SIGINT ] { 2 } Constant [ public integer SIGQUIT ] { 3 } Constant [ public integer SIGILL ] { 4 } Constant [ public integer SIGTRAP ] { 5 } Constant [ public integer SIGABRT ] { 6 } Constant [ public integer SIGIOT ] { 6 } Constant [ public integer SIGBUS ] { 7 } Constant [ public integer SIGFPE ] { 8 } Constant [ public integer SIGKILL ] { 9 } Constant [ public integer SIGUSR1 ] { 10 } Constant [ public integer SIGSEGV ] { 11 } Constant [ public integer SIGUSR2 ] { 12 } Constant [ public integer SIGPIPE ] { 13 } Constant [ public integer SIGALRM ] { 14 } Constant [ public integer SIGTERM ] { 15 } Constant [ public integer SIGSTKFLT ] { 16 } Constant [ public integer SIGCLD ] { 17 } Constant [ public integer SIGCHLD ] { 17 } Constant [ public integer SIGCONT ] { 18 } Constant [ public integer SIGSTOP ] { 19 } Constant [ public integer SIGTSTP ] { 20 } Constant [ public integer SIGTTIN ] { 21 } Constant [ public integer SIGTTOU ] { 22 } Constant [ public integer SIGURG ] { 23 } Constant [ public integer SIGXCPU ] { 24 } Constant [ public integer SIGXFSZ ] { 25 } Constant [ public integer SIGVTALRM ] { 26 } Constant [ public integer SIGPROF ] { 27 } Constant [ public integer SIGWINCH ] { 28 } Constant [ public integer SIGPOLL ] { 29 } Constant [ public integer SIGIO ] { 29 } Constant [ public integer SIGPWR ] { 30 } Constant [ public integer SIGSYS ] { 31 } Constant [ public integer SIGBABY ] { 31 } Constant [ public integer AF_INET ] { 2 } Constant [ public integer AF_INET6 ] { 10 } Constant [ public integer AF_UNSPEC ] { 0 } Constant [ public integer LEAVE_GROUP ] { 0 } Constant [ public integer JOIN_GROUP ] { 1 } Constant [ public integer IS_UV_TCP ] { 0 } Constant [ public integer IS_UV_UDP ] { 1 } Constant [ public integer IS_UV_PIPE ] { 2 } Constant [ public integer IS_UV_IDLE ] { 3 } Constant [ public integer IS_UV_TIMER ] { 4 } Constant [ public integer IS_UV_ASYNC ] { 5 } Constant [ public integer IS_UV_LOOP ] { 6 } Constant [ public integer IS_UV_HANDLE ] { 7 } Constant [ public integer IS_UV_STREAM ] { 8 } Constant [ public integer IS_UV_ADDRINFO ] { 9 } Constant [ public integer IS_UV_PROCESS ] { 10 } Constant [ public integer IS_UV_PREPARE ] { 11 } Constant [ public integer IS_UV_CHECK ] { 12 } Constant [ public integer IS_UV_WORK ] { 13 } Constant [ public integer IS_UV_FS ] { 14 } Constant [ public integer IS_UV_FS_EVENT ] { 15 } Constant [ public integer IS_UV_TTY ] { 16 } Constant [ public integer IS_UV_FS_POLL ] { 17 } Constant [ public integer IS_UV_POLL ] { 18 } Constant [ public integer UNKNOWN_HANDLE ] { 0 } Constant [ public integer FILE ] { 17 } Constant [ public integer ASYNC ] { 1 } Constant [ public integer CHECK ] { 2 } Constant [ public integer FS_EVENT ] { 3 } Constant [ public integer FS_POLL ] { 4 } Constant [ public integer HANDLE ] { 5 } Constant [ public integer IDLE ] { 6 } Constant [ public integer NAMED_PIPE ] { 7 } Constant [ public integer POLL ] { 8 } Constant [ public integer PREPARE ] { 9 } Constant [ public integer PROCESS ] { 10 } Constant [ public integer STREAM ] { 11 } Constant [ public integer TCP ] { 12 } Constant [ public integer TIMER ] { 13 } Constant [ public integer TTY ] { 14 } Constant [ public integer UDP ] { 15 } Constant [ public integer SIGNAL ] { 16 } Constant [ public integer HANDLE_TYPE_MAX ] { 18 } Constant [ public integer IGNORE ] { 0 } Constant [ public integer CREATE_PIPE ] { 1 } Constant [ public integer INHERIT_FD ] { 2 } Constant [ public integer INHERIT_STREAM ] { 4 } Constant [ public integer READABLE_PIPE ] { 16 } Constant [ public integer WRITABLE_PIPE ] { 32 } Constant [ public integer PROCESS_SETUID ] { 1 } Constant [ public integer PROCESS_SETGID ] { 2 } Constant [ public integer PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 } Constant [ public integer PROCESS_DETACHED ] { 8 } Constant [ public integer E2BIG ] { -7 } Constant [ public integer EACCES ] { -13 } Constant [ public integer EADDRINUSE ] { -98 } Constant [ public integer EADDRNOTAVAIL ] { -99 } Constant [ public integer EAFNOSUPPORT ] { -97 } Constant [ public integer EAGAIN ] { -11 } Constant [ public integer EAI_ADDRFAMILY ] { -3000 } Constant [ public integer EAI_AGAIN ] { -3001 } Constant [ public integer EAI_BADFLAGS ] { -3002 } Constant [ public integer EAI_BADHINTS ] { -3013 } Constant [ public integer EAI_CANCELED ] { -3003 } Constant [ public integer EAI_FAIL ] { -3004 } Constant [ public integer EAI_FAMILY ] { -3005 } Constant [ public integer EAI_MEMORY ] { -3006 } Constant [ public integer EAI_NODATA ] { -3007 } Constant [ public integer EAI_NONAME ] { -3008 } Constant [ public integer EAI_OVERFLOW ] { -3009 } Constant [ public integer EAI_PROTOCOL ] { -3014 } Constant [ public integer EAI_SERVICE ] { -3010 } Constant [ public integer EAI_SOCKTYPE ] { -3011 } Constant [ public integer EALREADY ] { -114 } Constant [ public integer EBADF ] { -9 } Constant [ public integer EBUSY ] { -16 } Constant [ public integer ECANCELED ] { -125 } Constant [ public integer ECHARSET ] { -4080 } Constant [ public integer ECONNABORTED ] { -103 } Constant [ public integer ECONNREFUSED ] { -111 } Constant [ public integer ECONNRESET ] { -104 } Constant [ public integer EDESTADDRREQ ] { -89 } Constant [ public integer EEXIST ] { -17 } Constant [ public integer EFAULT ] { -14 } Constant [ public integer EFBIG ] { -27 } Constant [ public integer EHOSTUNREACH ] { -113 } Constant [ public integer EINTR ] { -4 } Constant [ public integer EINVAL ] { -22 } Constant [ public integer EIO ] { -5 } Constant [ public integer EISCONN ] { -106 } Constant [ public integer EISDIR ] { -21 } Constant [ public integer ELOOP ] { -40 } Constant [ public integer EMFILE ] { -24 } Constant [ public integer EMSGSIZE ] { -90 } Constant [ public integer ENAMETOOLONG ] { -36 } Constant [ public integer ENETDOWN ] { -100 } Constant [ public integer ENETUNREACH ] { -101 } Constant [ public integer ENFILE ] { -23 } Constant [ public integer ENOBUFS ] { -105 } Constant [ public integer ENODEV ] { -19 } Constant [ public integer ENOENT ] { -2 } Constant [ public integer ENOMEM ] { -12 } Constant [ public integer ENONET ] { -64 } Constant [ public integer ENOPROTOOPT ] { -92 } Constant [ public integer ENOSPC ] { -28 } Constant [ public integer ENOSYS ] { -38 } Constant [ public integer ENOTCONN ] { -107 } Constant [ public integer ENOTDIR ] { -20 } Constant [ public integer ENOTEMPTY ] { -39 } Constant [ public integer ENOTSOCK ] { -88 } Constant [ public integer ENOTSUP ] { -95 } Constant [ public integer EPERM ] { -1 } Constant [ public integer EPIPE ] { -32 } Constant [ public integer EPROTO ] { -71 } Constant [ public integer EPROTONOSUPPORT ] { -93 } Constant [ public integer EPROTOTYPE ] { -91 } Constant [ public integer ERANGE ] { -34 } Constant [ public integer EROFS ] { -30 } Constant [ public integer ESHUTDOWN ] { -108 } Constant [ public integer ESPIPE ] { -29 } Constant [ public integer ESRCH ] { -3 } Constant [ public integer ETIMEDOUT ] { -110 } Constant [ public integer ETXTBSY ] { -26 } Constant [ public integer EXDEV ] { -18 } Constant [ public integer UNKNOWN ] { -4094 } Constant [ public integer EOF ] { -4095 } Constant [ public integer ENXIO ] { -6 } Constant [ public integer EMLINK ] { -31 } Constant [ public integer EHOSTDOWN ] { -112 } Constant [ public integer EREMOTEIO ] { -121 } Constant [ public integer ENOTTY ] { -25 } Constant [ public integer EFTYPE ] { -4028 } } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [0] { } } Class [ final class UVWork extends UV ] { - Constants [199] { Constant [ public integer RUN_DEFAULT ] { 0 } Constant [ public integer RUN_ONCE ] { 1 } Constant [ public integer RUN_NOWAIT ] { 2 } Constant [ public integer CHANGE ] { 2 } Constant [ public integer RENAME ] { 1 } Constant [ public integer READABLE ] { 1 } Constant [ public integer WRITABLE ] { 2 } Constant [ public integer O_RDONLY ] { 0 } Constant [ public integer O_WRONLY ] { 1 } Constant [ public integer O_RDWR ] { 2 } Constant [ public integer O_CREAT ] { 64 } Constant [ public integer O_EXCL ] { 128 } Constant [ public integer O_TRUNC ] { 512 } Constant [ public integer O_APPEND ] { 1024 } Constant [ public integer S_IFDIR ] { 16384 } Constant [ public integer S_IFREG ] { 32768 } Constant [ public integer O_NOCTTY ] { 256 } Constant [ public integer S_IRWXU ] { 448 } Constant [ public integer S_IRUSR ] { 256 } Constant [ public integer S_IWUSR ] { 128 } Constant [ public integer S_IXUSR ] { 64 } Constant [ public integer S_IRWXG ] { 56 } Constant [ public integer S_IRGRP ] { 32 } Constant [ public integer S_IWGRP ] { 16 } Constant [ public integer S_IXGRP ] { 8 } Constant [ public integer S_IRWXO ] { 7 } Constant [ public integer S_IROTH ] { 4 } Constant [ public integer S_IWOTH ] { 2 } Constant [ public integer S_IXOTH ] { 1 } Constant [ public integer SIG_IGN ] { 1 } Constant [ public integer SIG_DFL ] { 0 } Constant [ public integer SIG_ERR ] { -1 } Constant [ public integer SIGHUP ] { 1 } Constant [ public integer SIGINT ] { 2 } Constant [ public integer SIGQUIT ] { 3 } Constant [ public integer SIGILL ] { 4 } Constant [ public integer SIGTRAP ] { 5 } Constant [ public integer SIGABRT ] { 6 } Constant [ public integer SIGIOT ] { 6 } Constant [ public integer SIGBUS ] { 7 } Constant [ public integer SIGFPE ] { 8 } Constant [ public integer SIGKILL ] { 9 } Constant [ public integer SIGUSR1 ] { 10 } Constant [ public integer SIGSEGV ] { 11 } Constant [ public integer SIGUSR2 ] { 12 } Constant [ public integer SIGPIPE ] { 13 } Constant [ public integer SIGALRM ] { 14 } Constant [ public integer SIGTERM ] { 15 } Constant [ public integer SIGSTKFLT ] { 16 } Constant [ public integer SIGCLD ] { 17 } Constant [ public integer SIGCHLD ] { 17 } Constant [ public integer SIGCONT ] { 18 } Constant [ public integer SIGSTOP ] { 19 } Constant [ public integer SIGTSTP ] { 20 } Constant [ public integer SIGTTIN ] { 21 } Constant [ public integer SIGTTOU ] { 22 } Constant [ public integer SIGURG ] { 23 } Constant [ public integer SIGXCPU ] { 24 } Constant [ public integer SIGXFSZ ] { 25 } Constant [ public integer SIGVTALRM ] { 26 } Constant [ public integer SIGPROF ] { 27 } Constant [ public integer SIGWINCH ] { 28 } Constant [ public integer SIGPOLL ] { 29 } Constant [ public integer SIGIO ] { 29 } Constant [ public integer SIGPWR ] { 30 } Constant [ public integer SIGSYS ] { 31 } Constant [ public integer SIGBABY ] { 31 } Constant [ public integer AF_INET ] { 2 } Constant [ public integer AF_INET6 ] { 10 } Constant [ public integer AF_UNSPEC ] { 0 } Constant [ public integer LEAVE_GROUP ] { 0 } Constant [ public integer JOIN_GROUP ] { 1 } Constant [ public integer IS_UV_TCP ] { 0 } Constant [ public integer IS_UV_UDP ] { 1 } Constant [ public integer IS_UV_PIPE ] { 2 } Constant [ public integer IS_UV_IDLE ] { 3 } Constant [ public integer IS_UV_TIMER ] { 4 } Constant [ public integer IS_UV_ASYNC ] { 5 } Constant [ public integer IS_UV_LOOP ] { 6 } Constant [ public integer IS_UV_HANDLE ] { 7 } Constant [ public integer IS_UV_STREAM ] { 8 } Constant [ public integer IS_UV_ADDRINFO ] { 9 } Constant [ public integer IS_UV_PROCESS ] { 10 } Constant [ public integer IS_UV_PREPARE ] { 11 } Constant [ public integer IS_UV_CHECK ] { 12 } Constant [ public integer IS_UV_WORK ] { 13 } Constant [ public integer IS_UV_FS ] { 14 } Constant [ public integer IS_UV_FS_EVENT ] { 15 } Constant [ public integer IS_UV_TTY ] { 16 } Constant [ public integer IS_UV_FS_POLL ] { 17 } Constant [ public integer IS_UV_POLL ] { 18 } Constant [ public integer UNKNOWN_HANDLE ] { 0 } Constant [ public integer FILE ] { 17 } Constant [ public integer ASYNC ] { 1 } Constant [ public integer CHECK ] { 2 } Constant [ public integer FS_EVENT ] { 3 } Constant [ public integer FS_POLL ] { 4 } Constant [ public integer HANDLE ] { 5 } Constant [ public integer IDLE ] { 6 } Constant [ public integer NAMED_PIPE ] { 7 } Constant [ public integer POLL ] { 8 } Constant [ public integer PREPARE ] { 9 } Constant [ public integer PROCESS ] { 10 } Constant [ public integer STREAM ] { 11 } Constant [ public integer TCP ] { 12 } Constant [ public integer TIMER ] { 13 } Constant [ public integer TTY ] { 14 } Constant [ public integer UDP ] { 15 } Constant [ public integer SIGNAL ] { 16 } Constant [ public integer HANDLE_TYPE_MAX ] { 18 } Constant [ public integer IGNORE ] { 0 } Constant [ public integer CREATE_PIPE ] { 1 } Constant [ public integer INHERIT_FD ] { 2 } Constant [ public integer INHERIT_STREAM ] { 4 } Constant [ public integer READABLE_PIPE ] { 16 } Constant [ public integer WRITABLE_PIPE ] { 32 } Constant [ public integer PROCESS_SETUID ] { 1 } Constant [ public integer PROCESS_SETGID ] { 2 } Constant [ public integer PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 } Constant [ public integer PROCESS_DETACHED ] { 8 } Constant [ public integer E2BIG ] { -7 } Constant [ public integer EACCES ] { -13 } Constant [ public integer EADDRINUSE ] { -98 } Constant [ public integer EADDRNOTAVAIL ] { -99 } Constant [ public integer EAFNOSUPPORT ] { -97 } Constant [ public integer EAGAIN ] { -11 } Constant [ public integer EAI_ADDRFAMILY ] { -3000 } Constant [ public integer EAI_AGAIN ] { -3001 } Constant [ public integer EAI_BADFLAGS ] { -3002 } Constant [ public integer EAI_BADHINTS ] { -3013 } Constant [ public integer EAI_CANCELED ] { -3003 } Constant [ public integer EAI_FAIL ] { -3004 } Constant [ public integer EAI_FAMILY ] { -3005 } Constant [ public integer EAI_MEMORY ] { -3006 } Constant [ public integer EAI_NODATA ] { -3007 } Constant [ public integer EAI_NONAME ] { -3008 } Constant [ public integer EAI_OVERFLOW ] { -3009 } Constant [ public integer EAI_PROTOCOL ] { -3014 } Constant [ public integer EAI_SERVICE ] { -3010 } Constant [ public integer EAI_SOCKTYPE ] { -3011 } Constant [ public integer EALREADY ] { -114 } Constant [ public integer EBADF ] { -9 } Constant [ public integer EBUSY ] { -16 } Constant [ public integer ECANCELED ] { -125 } Constant [ public integer ECHARSET ] { -4080 } Constant [ public integer ECONNABORTED ] { -103 } Constant [ public integer ECONNREFUSED ] { -111 } Constant [ public integer ECONNRESET ] { -104 } Constant [ public integer EDESTADDRREQ ] { -89 } Constant [ public integer EEXIST ] { -17 } Constant [ public integer EFAULT ] { -14 } Constant [ public integer EFBIG ] { -27 } Constant [ public integer EHOSTUNREACH ] { -113 } Constant [ public integer EINTR ] { -4 } Constant [ public integer EINVAL ] { -22 } Constant [ public integer EIO ] { -5 } Constant [ public integer EISCONN ] { -106 } Constant [ public integer EISDIR ] { -21 } Constant [ public integer ELOOP ] { -40 } Constant [ public integer EMFILE ] { -24 } Constant [ public integer EMSGSIZE ] { -90 } Constant [ public integer ENAMETOOLONG ] { -36 } Constant [ public integer ENETDOWN ] { -100 } Constant [ public integer ENETUNREACH ] { -101 } Constant [ public integer ENFILE ] { -23 } Constant [ public integer ENOBUFS ] { -105 } Constant [ public integer ENODEV ] { -19 } Constant [ public integer ENOENT ] { -2 } Constant [ public integer ENOMEM ] { -12 } Constant [ public integer ENONET ] { -64 } Constant [ public integer ENOPROTOOPT ] { -92 } Constant [ public integer ENOSPC ] { -28 } Constant [ public integer ENOSYS ] { -38 } Constant [ public integer ENOTCONN ] { -107 } Constant [ public integer ENOTDIR ] { -20 } Constant [ public integer ENOTEMPTY ] { -39 } Constant [ public integer ENOTSOCK ] { -88 } Constant [ public integer ENOTSUP ] { -95 } Constant [ public integer EPERM ] { -1 } Constant [ public integer EPIPE ] { -32 } Constant [ public integer EPROTO ] { -71 } Constant [ public integer EPROTONOSUPPORT ] { -93 } Constant [ public integer EPROTOTYPE ] { -91 } Constant [ public integer ERANGE ] { -34 } Constant [ public integer EROFS ] { -30 } Constant [ public integer ESHUTDOWN ] { -108 } Constant [ public integer ESPIPE ] { -29 } Constant [ public integer ESRCH ] { -3 } Constant [ public integer ETIMEDOUT ] { -110 } Constant [ public integer ETXTBSY ] { -26 } Constant [ public integer EXDEV ] { -18 } Constant [ public integer UNKNOWN ] { -4094 } Constant [ public integer EOF ] { -4095 } Constant [ public integer ENXIO ] { -6 } Constant [ public integer EMLINK ] { -31 } Constant [ public integer EHOSTDOWN ] { -112 } Constant [ public integer EREMOTEIO ] { -121 } Constant [ public integer ENOTTY ] { -25 } Constant [ public integer EFTYPE ] { -4028 } } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [0] { } } Class [ final class UVFs extends UV ] { - Constants [199] { Constant [ public integer RUN_DEFAULT ] { 0 } Constant [ public integer RUN_ONCE ] { 1 } Constant [ public integer RUN_NOWAIT ] { 2 } Constant [ public integer CHANGE ] { 2 } Constant [ public integer RENAME ] { 1 } Constant [ public integer READABLE ] { 1 } Constant [ public integer WRITABLE ] { 2 } Constant [ public integer O_RDONLY ] { 0 } Constant [ public integer O_WRONLY ] { 1 } Constant [ public integer O_RDWR ] { 2 } Constant [ public integer O_CREAT ] { 64 } Constant [ public integer O_EXCL ] { 128 } Constant [ public integer O_TRUNC ] { 512 } Constant [ public integer O_APPEND ] { 1024 } Constant [ public integer S_IFDIR ] { 16384 } Constant [ public integer S_IFREG ] { 32768 } Constant [ public integer O_NOCTTY ] { 256 } Constant [ public integer S_IRWXU ] { 448 } Constant [ public integer S_IRUSR ] { 256 } Constant [ public integer S_IWUSR ] { 128 } Constant [ public integer S_IXUSR ] { 64 } Constant [ public integer S_IRWXG ] { 56 } Constant [ public integer S_IRGRP ] { 32 } Constant [ public integer S_IWGRP ] { 16 } Constant [ public integer S_IXGRP ] { 8 } Constant [ public integer S_IRWXO ] { 7 } Constant [ public integer S_IROTH ] { 4 } Constant [ public integer S_IWOTH ] { 2 } Constant [ public integer S_IXOTH ] { 1 } Constant [ public integer SIG_IGN ] { 1 } Constant [ public integer SIG_DFL ] { 0 } Constant [ public integer SIG_ERR ] { -1 } Constant [ public integer SIGHUP ] { 1 } Constant [ public integer SIGINT ] { 2 } Constant [ public integer SIGQUIT ] { 3 } Constant [ public integer SIGILL ] { 4 } Constant [ public integer SIGTRAP ] { 5 } Constant [ public integer SIGABRT ] { 6 } Constant [ public integer SIGIOT ] { 6 } Constant [ public integer SIGBUS ] { 7 } Constant [ public integer SIGFPE ] { 8 } Constant [ public integer SIGKILL ] { 9 } Constant [ public integer SIGUSR1 ] { 10 } Constant [ public integer SIGSEGV ] { 11 } Constant [ public integer SIGUSR2 ] { 12 } Constant [ public integer SIGPIPE ] { 13 } Constant [ public integer SIGALRM ] { 14 } Constant [ public integer SIGTERM ] { 15 } Constant [ public integer SIGSTKFLT ] { 16 } Constant [ public integer SIGCLD ] { 17 } Constant [ public integer SIGCHLD ] { 17 } Constant [ public integer SIGCONT ] { 18 } Constant [ public integer SIGSTOP ] { 19 } Constant [ public integer SIGTSTP ] { 20 } Constant [ public integer SIGTTIN ] { 21 } Constant [ public integer SIGTTOU ] { 22 } Constant [ public integer SIGURG ] { 23 } Constant [ public integer SIGXCPU ] { 24 } Constant [ public integer SIGXFSZ ] { 25 } Constant [ public integer SIGVTALRM ] { 26 } Constant [ public integer SIGPROF ] { 27 } Constant [ public integer SIGWINCH ] { 28 } Constant [ public integer SIGPOLL ] { 29 } Constant [ public integer SIGIO ] { 29 } Constant [ public integer SIGPWR ] { 30 } Constant [ public integer SIGSYS ] { 31 } Constant [ public integer SIGBABY ] { 31 } Constant [ public integer AF_INET ] { 2 } Constant [ public integer AF_INET6 ] { 10 } Constant [ public integer AF_UNSPEC ] { 0 } Constant [ public integer LEAVE_GROUP ] { 0 } Constant [ public integer JOIN_GROUP ] { 1 } Constant [ public integer IS_UV_TCP ] { 0 } Constant [ public integer IS_UV_UDP ] { 1 } Constant [ public integer IS_UV_PIPE ] { 2 } Constant [ public integer IS_UV_IDLE ] { 3 } Constant [ public integer IS_UV_TIMER ] { 4 } Constant [ public integer IS_UV_ASYNC ] { 5 } Constant [ public integer IS_UV_LOOP ] { 6 } Constant [ public integer IS_UV_HANDLE ] { 7 } Constant [ public integer IS_UV_STREAM ] { 8 } Constant [ public integer IS_UV_ADDRINFO ] { 9 } Constant [ public integer IS_UV_PROCESS ] { 10 } Constant [ public integer IS_UV_PREPARE ] { 11 } Constant [ public integer IS_UV_CHECK ] { 12 } Constant [ public integer IS_UV_WORK ] { 13 } Constant [ public integer IS_UV_FS ] { 14 } Constant [ public integer IS_UV_FS_EVENT ] { 15 } Constant [ public integer IS_UV_TTY ] { 16 } Constant [ public integer IS_UV_FS_POLL ] { 17 } Constant [ public integer IS_UV_POLL ] { 18 } Constant [ public integer UNKNOWN_HANDLE ] { 0 } Constant [ public integer FILE ] { 17 } Constant [ public integer ASYNC ] { 1 } Constant [ public integer CHECK ] { 2 } Constant [ public integer FS_EVENT ] { 3 } Constant [ public integer FS_POLL ] { 4 } Constant [ public integer HANDLE ] { 5 } Constant [ public integer IDLE ] { 6 } Constant [ public integer NAMED_PIPE ] { 7 } Constant [ public integer POLL ] { 8 } Constant [ public integer PREPARE ] { 9 } Constant [ public integer PROCESS ] { 10 } Constant [ public integer STREAM ] { 11 } Constant [ public integer TCP ] { 12 } Constant [ public integer TIMER ] { 13 } Constant [ public integer TTY ] { 14 } Constant [ public integer UDP ] { 15 } Constant [ public integer SIGNAL ] { 16 } Constant [ public integer HANDLE_TYPE_MAX ] { 18 } Constant [ public integer IGNORE ] { 0 } Constant [ public integer CREATE_PIPE ] { 1 } Constant [ public integer INHERIT_FD ] { 2 } Constant [ public integer INHERIT_STREAM ] { 4 } Constant [ public integer READABLE_PIPE ] { 16 } Constant [ public integer WRITABLE_PIPE ] { 32 } Constant [ public integer PROCESS_SETUID ] { 1 } Constant [ public integer PROCESS_SETGID ] { 2 } Constant [ public integer PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 } Constant [ public integer PROCESS_DETACHED ] { 8 } Constant [ public integer E2BIG ] { -7 } Constant [ public integer EACCES ] { -13 } Constant [ public integer EADDRINUSE ] { -98 } Constant [ public integer EADDRNOTAVAIL ] { -99 } Constant [ public integer EAFNOSUPPORT ] { -97 } Constant [ public integer EAGAIN ] { -11 } Constant [ public integer EAI_ADDRFAMILY ] { -3000 } Constant [ public integer EAI_AGAIN ] { -3001 } Constant [ public integer EAI_BADFLAGS ] { -3002 } Constant [ public integer EAI_BADHINTS ] { -3013 } Constant [ public integer EAI_CANCELED ] { -3003 } Constant [ public integer EAI_FAIL ] { -3004 } Constant [ public integer EAI_FAMILY ] { -3005 } Constant [ public integer EAI_MEMORY ] { -3006 } Constant [ public integer EAI_NODATA ] { -3007 } Constant [ public integer EAI_NONAME ] { -3008 } Constant [ public integer EAI_OVERFLOW ] { -3009 } Constant [ public integer EAI_PROTOCOL ] { -3014 } Constant [ public integer EAI_SERVICE ] { -3010 } Constant [ public integer EAI_SOCKTYPE ] { -3011 } Constant [ public integer EALREADY ] { -114 } Constant [ public integer EBADF ] { -9 } Constant [ public integer EBUSY ] { -16 } Constant [ public integer ECANCELED ] { -125 } Constant [ public integer ECHARSET ] { -4080 } Constant [ public integer ECONNABORTED ] { -103 } Constant [ public integer ECONNREFUSED ] { -111 } Constant [ public integer ECONNRESET ] { -104 } Constant [ public integer EDESTADDRREQ ] { -89 } Constant [ public integer EEXIST ] { -17 } Constant [ public integer EFAULT ] { -14 } Constant [ public integer EFBIG ] { -27 } Constant [ public integer EHOSTUNREACH ] { -113 } Constant [ public integer EINTR ] { -4 } Constant [ public integer EINVAL ] { -22 } Constant [ public integer EIO ] { -5 } Constant [ public integer EISCONN ] { -106 } Constant [ public integer EISDIR ] { -21 } Constant [ public integer ELOOP ] { -40 } Constant [ public integer EMFILE ] { -24 } Constant [ public integer EMSGSIZE ] { -90 } Constant [ public integer ENAMETOOLONG ] { -36 } Constant [ public integer ENETDOWN ] { -100 } Constant [ public integer ENETUNREACH ] { -101 } Constant [ public integer ENFILE ] { -23 } Constant [ public integer ENOBUFS ] { -105 } Constant [ public integer ENODEV ] { -19 } Constant [ public integer ENOENT ] { -2 } Constant [ public integer ENOMEM ] { -12 } Constant [ public integer ENONET ] { -64 } Constant [ public integer ENOPROTOOPT ] { -92 } Constant [ public integer ENOSPC ] { -28 } Constant [ public integer ENOSYS ] { -38 } Constant [ public integer ENOTCONN ] { -107 } Constant [ public integer ENOTDIR ] { -20 } Constant [ public integer ENOTEMPTY ] { -39 } Constant [ public integer ENOTSOCK ] { -88 } Constant [ public integer ENOTSUP ] { -95 } Constant [ public integer EPERM ] { -1 } Constant [ public integer EPIPE ] { -32 } Constant [ public integer EPROTO ] { -71 } Constant [ public integer EPROTONOSUPPORT ] { -93 } Constant [ public integer EPROTOTYPE ] { -91 } Constant [ public integer ERANGE ] { -34 } Constant [ public integer EROFS ] { -30 } Constant [ public integer ESHUTDOWN ] { -108 } Constant [ public integer ESPIPE ] { -29 } Constant [ public integer ESRCH ] { -3 } Constant [ public integer ETIMEDOUT ] { -110 } Constant [ public integer ETXTBSY ] { -26 } Constant [ public integer EXDEV ] { -18 } Constant [ public integer UNKNOWN ] { -4094 } Constant [ public integer EOF ] { -4095 } Constant [ public integer ENXIO ] { -6 } Constant [ public integer EMLINK ] { -31 } Constant [ public integer EHOSTDOWN ] { -112 } Constant [ public integer EREMOTEIO ] { -121 } Constant [ public integer ENOTTY ] { -25 } Constant [ public integer EFTYPE ] { -4028 } } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [0] { } } Class [ final class UVFsEvent extends UV ] { - Constants [199] { Constant [ public integer RUN_DEFAULT ] { 0 } Constant [ public integer RUN_ONCE ] { 1 } Constant [ public integer RUN_NOWAIT ] { 2 } Constant [ public integer CHANGE ] { 2 } Constant [ public integer RENAME ] { 1 } Constant [ public integer READABLE ] { 1 } Constant [ public integer WRITABLE ] { 2 } Constant [ public integer O_RDONLY ] { 0 } Constant [ public integer O_WRONLY ] { 1 } Constant [ public integer O_RDWR ] { 2 } Constant [ public integer O_CREAT ] { 64 } Constant [ public integer O_EXCL ] { 128 } Constant [ public integer O_TRUNC ] { 512 } Constant [ public integer O_APPEND ] { 1024 } Constant [ public integer S_IFDIR ] { 16384 } Constant [ public integer S_IFREG ] { 32768 } Constant [ public integer O_NOCTTY ] { 256 } Constant [ public integer S_IRWXU ] { 448 } Constant [ public integer S_IRUSR ] { 256 } Constant [ public integer S_IWUSR ] { 128 } Constant [ public integer S_IXUSR ] { 64 } Constant [ public integer S_IRWXG ] { 56 } Constant [ public integer S_IRGRP ] { 32 } Constant [ public integer S_IWGRP ] { 16 } Constant [ public integer S_IXGRP ] { 8 } Constant [ public integer S_IRWXO ] { 7 } Constant [ public integer S_IROTH ] { 4 } Constant [ public integer S_IWOTH ] { 2 } Constant [ public integer S_IXOTH ] { 1 } Constant [ public integer SIG_IGN ] { 1 } Constant [ public integer SIG_DFL ] { 0 } Constant [ public integer SIG_ERR ] { -1 } Constant [ public integer SIGHUP ] { 1 } Constant [ public integer SIGINT ] { 2 } Constant [ public integer SIGQUIT ] { 3 } Constant [ public integer SIGILL ] { 4 } Constant [ public integer SIGTRAP ] { 5 } Constant [ public integer SIGABRT ] { 6 } Constant [ public integer SIGIOT ] { 6 } Constant [ public integer SIGBUS ] { 7 } Constant [ public integer SIGFPE ] { 8 } Constant [ public integer SIGKILL ] { 9 } Constant [ public integer SIGUSR1 ] { 10 } Constant [ public integer SIGSEGV ] { 11 } Constant [ public integer SIGUSR2 ] { 12 } Constant [ public integer SIGPIPE ] { 13 } Constant [ public integer SIGALRM ] { 14 } Constant [ public integer SIGTERM ] { 15 } Constant [ public integer SIGSTKFLT ] { 16 } Constant [ public integer SIGCLD ] { 17 } Constant [ public integer SIGCHLD ] { 17 } Constant [ public integer SIGCONT ] { 18 } Constant [ public integer SIGSTOP ] { 19 } Constant [ public integer SIGTSTP ] { 20 } Constant [ public integer SIGTTIN ] { 21 } Constant [ public integer SIGTTOU ] { 22 } Constant [ public integer SIGURG ] { 23 } Constant [ public integer SIGXCPU ] { 24 } Constant [ public integer SIGXFSZ ] { 25 } Constant [ public integer SIGVTALRM ] { 26 } Constant [ public integer SIGPROF ] { 27 } Constant [ public integer SIGWINCH ] { 28 } Constant [ public integer SIGPOLL ] { 29 } Constant [ public integer SIGIO ] { 29 } Constant [ public integer SIGPWR ] { 30 } Constant [ public integer SIGSYS ] { 31 } Constant [ public integer SIGBABY ] { 31 } Constant [ public integer AF_INET ] { 2 } Constant [ public integer AF_INET6 ] { 10 } Constant [ public integer AF_UNSPEC ] { 0 } Constant [ public integer LEAVE_GROUP ] { 0 } Constant [ public integer JOIN_GROUP ] { 1 } Constant [ public integer IS_UV_TCP ] { 0 } Constant [ public integer IS_UV_UDP ] { 1 } Constant [ public integer IS_UV_PIPE ] { 2 } Constant [ public integer IS_UV_IDLE ] { 3 } Constant [ public integer IS_UV_TIMER ] { 4 } Constant [ public integer IS_UV_ASYNC ] { 5 } Constant [ public integer IS_UV_LOOP ] { 6 } Constant [ public integer IS_UV_HANDLE ] { 7 } Constant [ public integer IS_UV_STREAM ] { 8 } Constant [ public integer IS_UV_ADDRINFO ] { 9 } Constant [ public integer IS_UV_PROCESS ] { 10 } Constant [ public integer IS_UV_PREPARE ] { 11 } Constant [ public integer IS_UV_CHECK ] { 12 } Constant [ public integer IS_UV_WORK ] { 13 } Constant [ public integer IS_UV_FS ] { 14 } Constant [ public integer IS_UV_FS_EVENT ] { 15 } Constant [ public integer IS_UV_TTY ] { 16 } Constant [ public integer IS_UV_FS_POLL ] { 17 } Constant [ public integer IS_UV_POLL ] { 18 } Constant [ public integer UNKNOWN_HANDLE ] { 0 } Constant [ public integer FILE ] { 17 } Constant [ public integer ASYNC ] { 1 } Constant [ public integer CHECK ] { 2 } Constant [ public integer FS_EVENT ] { 3 } Constant [ public integer FS_POLL ] { 4 } Constant [ public integer HANDLE ] { 5 } Constant [ public integer IDLE ] { 6 } Constant [ public integer NAMED_PIPE ] { 7 } Constant [ public integer POLL ] { 8 } Constant [ public integer PREPARE ] { 9 } Constant [ public integer PROCESS ] { 10 } Constant [ public integer STREAM ] { 11 } Constant [ public integer TCP ] { 12 } Constant [ public integer TIMER ] { 13 } Constant [ public integer TTY ] { 14 } Constant [ public integer UDP ] { 15 } Constant [ public integer SIGNAL ] { 16 } Constant [ public integer HANDLE_TYPE_MAX ] { 18 } Constant [ public integer IGNORE ] { 0 } Constant [ public integer CREATE_PIPE ] { 1 } Constant [ public integer INHERIT_FD ] { 2 } Constant [ public integer INHERIT_STREAM ] { 4 } Constant [ public integer READABLE_PIPE ] { 16 } Constant [ public integer WRITABLE_PIPE ] { 32 } Constant [ public integer PROCESS_SETUID ] { 1 } Constant [ public integer PROCESS_SETGID ] { 2 } Constant [ public integer PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 } Constant [ public integer PROCESS_DETACHED ] { 8 } Constant [ public integer E2BIG ] { -7 } Constant [ public integer EACCES ] { -13 } Constant [ public integer EADDRINUSE ] { -98 } Constant [ public integer EADDRNOTAVAIL ] { -99 } Constant [ public integer EAFNOSUPPORT ] { -97 } Constant [ public integer EAGAIN ] { -11 } Constant [ public integer EAI_ADDRFAMILY ] { -3000 } Constant [ public integer EAI_AGAIN ] { -3001 } Constant [ public integer EAI_BADFLAGS ] { -3002 } Constant [ public integer EAI_BADHINTS ] { -3013 } Constant [ public integer EAI_CANCELED ] { -3003 } Constant [ public integer EAI_FAIL ] { -3004 } Constant [ public integer EAI_FAMILY ] { -3005 } Constant [ public integer EAI_MEMORY ] { -3006 } Constant [ public integer EAI_NODATA ] { -3007 } Constant [ public integer EAI_NONAME ] { -3008 } Constant [ public integer EAI_OVERFLOW ] { -3009 } Constant [ public integer EAI_PROTOCOL ] { -3014 } Constant [ public integer EAI_SERVICE ] { -3010 } Constant [ public integer EAI_SOCKTYPE ] { -3011 } Constant [ public integer EALREADY ] { -114 } Constant [ public integer EBADF ] { -9 } Constant [ public integer EBUSY ] { -16 } Constant [ public integer ECANCELED ] { -125 } Constant [ public integer ECHARSET ] { -4080 } Constant [ public integer ECONNABORTED ] { -103 } Constant [ public integer ECONNREFUSED ] { -111 } Constant [ public integer ECONNRESET ] { -104 } Constant [ public integer EDESTADDRREQ ] { -89 } Constant [ public integer EEXIST ] { -17 } Constant [ public integer EFAULT ] { -14 } Constant [ public integer EFBIG ] { -27 } Constant [ public integer EHOSTUNREACH ] { -113 } Constant [ public integer EINTR ] { -4 } Constant [ public integer EINVAL ] { -22 } Constant [ public integer EIO ] { -5 } Constant [ public integer EISCONN ] { -106 } Constant [ public integer EISDIR ] { -21 } Constant [ public integer ELOOP ] { -40 } Constant [ public integer EMFILE ] { -24 } Constant [ public integer EMSGSIZE ] { -90 } Constant [ public integer ENAMETOOLONG ] { -36 } Constant [ public integer ENETDOWN ] { -100 } Constant [ public integer ENETUNREACH ] { -101 } Constant [ public integer ENFILE ] { -23 } Constant [ public integer ENOBUFS ] { -105 } Constant [ public integer ENODEV ] { -19 } Constant [ public integer ENOENT ] { -2 } Constant [ public integer ENOMEM ] { -12 } Constant [ public integer ENONET ] { -64 } Constant [ public integer ENOPROTOOPT ] { -92 } Constant [ public integer ENOSPC ] { -28 } Constant [ public integer ENOSYS ] { -38 } Constant [ public integer ENOTCONN ] { -107 } Constant [ public integer ENOTDIR ] { -20 } Constant [ public integer ENOTEMPTY ] { -39 } Constant [ public integer ENOTSOCK ] { -88 } Constant [ public integer ENOTSUP ] { -95 } Constant [ public integer EPERM ] { -1 } Constant [ public integer EPIPE ] { -32 } Constant [ public integer EPROTO ] { -71 } Constant [ public integer EPROTONOSUPPORT ] { -93 } Constant [ public integer EPROTOTYPE ] { -91 } Constant [ public integer ERANGE ] { -34 } Constant [ public integer EROFS ] { -30 } Constant [ public integer ESHUTDOWN ] { -108 } Constant [ public integer ESPIPE ] { -29 } Constant [ public integer ESRCH ] { -3 } Constant [ public integer ETIMEDOUT ] { -110 } Constant [ public integer ETXTBSY ] { -26 } Constant [ public integer EXDEV ] { -18 } Constant [ public integer UNKNOWN ] { -4094 } Constant [ public integer EOF ] { -4095 } Constant [ public integer ENXIO ] { -6 } Constant [ public integer EMLINK ] { -31 } Constant [ public integer EHOSTDOWN ] { -112 } Constant [ public integer EREMOTEIO ] { -121 } Constant [ public integer ENOTTY ] { -25 } Constant [ public integer EFTYPE ] { -4028 } } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [0] { } } Class [ final class UVTty extends UV ] { - Constants [199] { Constant [ public integer RUN_DEFAULT ] { 0 } Constant [ public integer RUN_ONCE ] { 1 } Constant [ public integer RUN_NOWAIT ] { 2 } Constant [ public integer CHANGE ] { 2 } Constant [ public integer RENAME ] { 1 } Constant [ public integer READABLE ] { 1 } Constant [ public integer WRITABLE ] { 2 } Constant [ public integer O_RDONLY ] { 0 } Constant [ public integer O_WRONLY ] { 1 } Constant [ public integer O_RDWR ] { 2 } Constant [ public integer O_CREAT ] { 64 } Constant [ public integer O_EXCL ] { 128 } Constant [ public integer O_TRUNC ] { 512 } Constant [ public integer O_APPEND ] { 1024 } Constant [ public integer S_IFDIR ] { 16384 } Constant [ public integer S_IFREG ] { 32768 } Constant [ public integer O_NOCTTY ] { 256 } Constant [ public integer S_IRWXU ] { 448 } Constant [ public integer S_IRUSR ] { 256 } Constant [ public integer S_IWUSR ] { 128 } Constant [ public integer S_IXUSR ] { 64 } Constant [ public integer S_IRWXG ] { 56 } Constant [ public integer S_IRGRP ] { 32 } Constant [ public integer S_IWGRP ] { 16 } Constant [ public integer S_IXGRP ] { 8 } Constant [ public integer S_IRWXO ] { 7 } Constant [ public integer S_IROTH ] { 4 } Constant [ public integer S_IWOTH ] { 2 } Constant [ public integer S_IXOTH ] { 1 } Constant [ public integer SIG_IGN ] { 1 } Constant [ public integer SIG_DFL ] { 0 } Constant [ public integer SIG_ERR ] { -1 } Constant [ public integer SIGHUP ] { 1 } Constant [ public integer SIGINT ] { 2 } Constant [ public integer SIGQUIT ] { 3 } Constant [ public integer SIGILL ] { 4 } Constant [ public integer SIGTRAP ] { 5 } Constant [ public integer SIGABRT ] { 6 } Constant [ public integer SIGIOT ] { 6 } Constant [ public integer SIGBUS ] { 7 } Constant [ public integer SIGFPE ] { 8 } Constant [ public integer SIGKILL ] { 9 } Constant [ public integer SIGUSR1 ] { 10 } Constant [ public integer SIGSEGV ] { 11 } Constant [ public integer SIGUSR2 ] { 12 } Constant [ public integer SIGPIPE ] { 13 } Constant [ public integer SIGALRM ] { 14 } Constant [ public integer SIGTERM ] { 15 } Constant [ public integer SIGSTKFLT ] { 16 } Constant [ public integer SIGCLD ] { 17 } Constant [ public integer SIGCHLD ] { 17 } Constant [ public integer SIGCONT ] { 18 } Constant [ public integer SIGSTOP ] { 19 } Constant [ public integer SIGTSTP ] { 20 } Constant [ public integer SIGTTIN ] { 21 } Constant [ public integer SIGTTOU ] { 22 } Constant [ public integer SIGURG ] { 23 } Constant [ public integer SIGXCPU ] { 24 } Constant [ public integer SIGXFSZ ] { 25 } Constant [ public integer SIGVTALRM ] { 26 } Constant [ public integer SIGPROF ] { 27 } Constant [ public integer SIGWINCH ] { 28 } Constant [ public integer SIGPOLL ] { 29 } Constant [ public integer SIGIO ] { 29 } Constant [ public integer SIGPWR ] { 30 } Constant [ public integer SIGSYS ] { 31 } Constant [ public integer SIGBABY ] { 31 } Constant [ public integer AF_INET ] { 2 } Constant [ public integer AF_INET6 ] { 10 } Constant [ public integer AF_UNSPEC ] { 0 } Constant [ public integer LEAVE_GROUP ] { 0 } Constant [ public integer JOIN_GROUP ] { 1 } Constant [ public integer IS_UV_TCP ] { 0 } Constant [ public integer IS_UV_UDP ] { 1 } Constant [ public integer IS_UV_PIPE ] { 2 } Constant [ public integer IS_UV_IDLE ] { 3 } Constant [ public integer IS_UV_TIMER ] { 4 } Constant [ public integer IS_UV_ASYNC ] { 5 } Constant [ public integer IS_UV_LOOP ] { 6 } Constant [ public integer IS_UV_HANDLE ] { 7 } Constant [ public integer IS_UV_STREAM ] { 8 } Constant [ public integer IS_UV_ADDRINFO ] { 9 } Constant [ public integer IS_UV_PROCESS ] { 10 } Constant [ public integer IS_UV_PREPARE ] { 11 } Constant [ public integer IS_UV_CHECK ] { 12 } Constant [ public integer IS_UV_WORK ] { 13 } Constant [ public integer IS_UV_FS ] { 14 } Constant [ public integer IS_UV_FS_EVENT ] { 15 } Constant [ public integer IS_UV_TTY ] { 16 } Constant [ public integer IS_UV_FS_POLL ] { 17 } Constant [ public integer IS_UV_POLL ] { 18 } Constant [ public integer UNKNOWN_HANDLE ] { 0 } Constant [ public integer FILE ] { 17 } Constant [ public integer ASYNC ] { 1 } Constant [ public integer CHECK ] { 2 } Constant [ public integer FS_EVENT ] { 3 } Constant [ public integer FS_POLL ] { 4 } Constant [ public integer HANDLE ] { 5 } Constant [ public integer IDLE ] { 6 } Constant [ public integer NAMED_PIPE ] { 7 } Constant [ public integer POLL ] { 8 } Constant [ public integer PREPARE ] { 9 } Constant [ public integer PROCESS ] { 10 } Constant [ public integer STREAM ] { 11 } Constant [ public integer TCP ] { 12 } Constant [ public integer TIMER ] { 13 } Constant [ public integer TTY ] { 14 } Constant [ public integer UDP ] { 15 } Constant [ public integer SIGNAL ] { 16 } Constant [ public integer HANDLE_TYPE_MAX ] { 18 } Constant [ public integer IGNORE ] { 0 } Constant [ public integer CREATE_PIPE ] { 1 } Constant [ public integer INHERIT_FD ] { 2 } Constant [ public integer INHERIT_STREAM ] { 4 } Constant [ public integer READABLE_PIPE ] { 16 } Constant [ public integer WRITABLE_PIPE ] { 32 } Constant [ public integer PROCESS_SETUID ] { 1 } Constant [ public integer PROCESS_SETGID ] { 2 } Constant [ public integer PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 } Constant [ public integer PROCESS_DETACHED ] { 8 } Constant [ public integer E2BIG ] { -7 } Constant [ public integer EACCES ] { -13 } Constant [ public integer EADDRINUSE ] { -98 } Constant [ public integer EADDRNOTAVAIL ] { -99 } Constant [ public integer EAFNOSUPPORT ] { -97 } Constant [ public integer EAGAIN ] { -11 } Constant [ public integer EAI_ADDRFAMILY ] { -3000 } Constant [ public integer EAI_AGAIN ] { -3001 } Constant [ public integer EAI_BADFLAGS ] { -3002 } Constant [ public integer EAI_BADHINTS ] { -3013 } Constant [ public integer EAI_CANCELED ] { -3003 } Constant [ public integer EAI_FAIL ] { -3004 } Constant [ public integer EAI_FAMILY ] { -3005 } Constant [ public integer EAI_MEMORY ] { -3006 } Constant [ public integer EAI_NODATA ] { -3007 } Constant [ public integer EAI_NONAME ] { -3008 } Constant [ public integer EAI_OVERFLOW ] { -3009 } Constant [ public integer EAI_PROTOCOL ] { -3014 } Constant [ public integer EAI_SERVICE ] { -3010 } Constant [ public integer EAI_SOCKTYPE ] { -3011 } Constant [ public integer EALREADY ] { -114 } Constant [ public integer EBADF ] { -9 } Constant [ public integer EBUSY ] { -16 } Constant [ public integer ECANCELED ] { -125 } Constant [ public integer ECHARSET ] { -4080 } Constant [ public integer ECONNABORTED ] { -103 } Constant [ public integer ECONNREFUSED ] { -111 } Constant [ public integer ECONNRESET ] { -104 } Constant [ public integer EDESTADDRREQ ] { -89 } Constant [ public integer EEXIST ] { -17 } Constant [ public integer EFAULT ] { -14 } Constant [ public integer EFBIG ] { -27 } Constant [ public integer EHOSTUNREACH ] { -113 } Constant [ public integer EINTR ] { -4 } Constant [ public integer EINVAL ] { -22 } Constant [ public integer EIO ] { -5 } Constant [ public integer EISCONN ] { -106 } Constant [ public integer EISDIR ] { -21 } Constant [ public integer ELOOP ] { -40 } Constant [ public integer EMFILE ] { -24 } Constant [ public integer EMSGSIZE ] { -90 } Constant [ public integer ENAMETOOLONG ] { -36 } Constant [ public integer ENETDOWN ] { -100 } Constant [ public integer ENETUNREACH ] { -101 } Constant [ public integer ENFILE ] { -23 } Constant [ public integer ENOBUFS ] { -105 } Constant [ public integer ENODEV ] { -19 } Constant [ public integer ENOENT ] { -2 } Constant [ public integer ENOMEM ] { -12 } Constant [ public integer ENONET ] { -64 } Constant [ public integer ENOPROTOOPT ] { -92 } Constant [ public integer ENOSPC ] { -28 } Constant [ public integer ENOSYS ] { -38 } Constant [ public integer ENOTCONN ] { -107 } Constant [ public integer ENOTDIR ] { -20 } Constant [ public integer ENOTEMPTY ] { -39 } Constant [ public integer ENOTSOCK ] { -88 } Constant [ public integer ENOTSUP ] { -95 } Constant [ public integer EPERM ] { -1 } Constant [ public integer EPIPE ] { -32 } Constant [ public integer EPROTO ] { -71 } Constant [ public integer EPROTONOSUPPORT ] { -93 } Constant [ public integer EPROTOTYPE ] { -91 } Constant [ public integer ERANGE ] { -34 } Constant [ public integer EROFS ] { -30 } Constant [ public integer ESHUTDOWN ] { -108 } Constant [ public integer ESPIPE ] { -29 } Constant [ public integer ESRCH ] { -3 } Constant [ public integer ETIMEDOUT ] { -110 } Constant [ public integer ETXTBSY ] { -26 } Constant [ public integer EXDEV ] { -18 } Constant [ public integer UNKNOWN ] { -4094 } Constant [ public integer EOF ] { -4095 } Constant [ public integer ENXIO ] { -6 } Constant [ public integer EMLINK ] { -31 } Constant [ public integer EHOSTDOWN ] { -112 } Constant [ public integer EREMOTEIO ] { -121 } Constant [ public integer ENOTTY ] { -25 } Constant [ public integer EFTYPE ] { -4028 } } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [0] { } } Class [ final class UVFSPoll extends UV ] { - Constants [199] { Constant [ public integer RUN_DEFAULT ] { 0 } Constant [ public integer RUN_ONCE ] { 1 } Constant [ public integer RUN_NOWAIT ] { 2 } Constant [ public integer CHANGE ] { 2 } Constant [ public integer RENAME ] { 1 } Constant [ public integer READABLE ] { 1 } Constant [ public integer WRITABLE ] { 2 } Constant [ public integer O_RDONLY ] { 0 } Constant [ public integer O_WRONLY ] { 1 } Constant [ public integer O_RDWR ] { 2 } Constant [ public integer O_CREAT ] { 64 } Constant [ public integer O_EXCL ] { 128 } Constant [ public integer O_TRUNC ] { 512 } Constant [ public integer O_APPEND ] { 1024 } Constant [ public integer S_IFDIR ] { 16384 } Constant [ public integer S_IFREG ] { 32768 } Constant [ public integer O_NOCTTY ] { 256 } Constant [ public integer S_IRWXU ] { 448 } Constant [ public integer S_IRUSR ] { 256 } Constant [ public integer S_IWUSR ] { 128 } Constant [ public integer S_IXUSR ] { 64 } Constant [ public integer S_IRWXG ] { 56 } Constant [ public integer S_IRGRP ] { 32 } Constant [ public integer S_IWGRP ] { 16 } Constant [ public integer S_IXGRP ] { 8 } Constant [ public integer S_IRWXO ] { 7 } Constant [ public integer S_IROTH ] { 4 } Constant [ public integer S_IWOTH ] { 2 } Constant [ public integer S_IXOTH ] { 1 } Constant [ public integer SIG_IGN ] { 1 } Constant [ public integer SIG_DFL ] { 0 } Constant [ public integer SIG_ERR ] { -1 } Constant [ public integer SIGHUP ] { 1 } Constant [ public integer SIGINT ] { 2 } Constant [ public integer SIGQUIT ] { 3 } Constant [ public integer SIGILL ] { 4 } Constant [ public integer SIGTRAP ] { 5 } Constant [ public integer SIGABRT ] { 6 } Constant [ public integer SIGIOT ] { 6 } Constant [ public integer SIGBUS ] { 7 } Constant [ public integer SIGFPE ] { 8 } Constant [ public integer SIGKILL ] { 9 } Constant [ public integer SIGUSR1 ] { 10 } Constant [ public integer SIGSEGV ] { 11 } Constant [ public integer SIGUSR2 ] { 12 } Constant [ public integer SIGPIPE ] { 13 } Constant [ public integer SIGALRM ] { 14 } Constant [ public integer SIGTERM ] { 15 } Constant [ public integer SIGSTKFLT ] { 16 } Constant [ public integer SIGCLD ] { 17 } Constant [ public integer SIGCHLD ] { 17 } Constant [ public integer SIGCONT ] { 18 } Constant [ public integer SIGSTOP ] { 19 } Constant [ public integer SIGTSTP ] { 20 } Constant [ public integer SIGTTIN ] { 21 } Constant [ public integer SIGTTOU ] { 22 } Constant [ public integer SIGURG ] { 23 } Constant [ public integer SIGXCPU ] { 24 } Constant [ public integer SIGXFSZ ] { 25 } Constant [ public integer SIGVTALRM ] { 26 } Constant [ public integer SIGPROF ] { 27 } Constant [ public integer SIGWINCH ] { 28 } Constant [ public integer SIGPOLL ] { 29 } Constant [ public integer SIGIO ] { 29 } Constant [ public integer SIGPWR ] { 30 } Constant [ public integer SIGSYS ] { 31 } Constant [ public integer SIGBABY ] { 31 } Constant [ public integer AF_INET ] { 2 } Constant [ public integer AF_INET6 ] { 10 } Constant [ public integer AF_UNSPEC ] { 0 } Constant [ public integer LEAVE_GROUP ] { 0 } Constant [ public integer JOIN_GROUP ] { 1 } Constant [ public integer IS_UV_TCP ] { 0 } Constant [ public integer IS_UV_UDP ] { 1 } Constant [ public integer IS_UV_PIPE ] { 2 } Constant [ public integer IS_UV_IDLE ] { 3 } Constant [ public integer IS_UV_TIMER ] { 4 } Constant [ public integer IS_UV_ASYNC ] { 5 } Constant [ public integer IS_UV_LOOP ] { 6 } Constant [ public integer IS_UV_HANDLE ] { 7 } Constant [ public integer IS_UV_STREAM ] { 8 } Constant [ public integer IS_UV_ADDRINFO ] { 9 } Constant [ public integer IS_UV_PROCESS ] { 10 } Constant [ public integer IS_UV_PREPARE ] { 11 } Constant [ public integer IS_UV_CHECK ] { 12 } Constant [ public integer IS_UV_WORK ] { 13 } Constant [ public integer IS_UV_FS ] { 14 } Constant [ public integer IS_UV_FS_EVENT ] { 15 } Constant [ public integer IS_UV_TTY ] { 16 } Constant [ public integer IS_UV_FS_POLL ] { 17 } Constant [ public integer IS_UV_POLL ] { 18 } Constant [ public integer UNKNOWN_HANDLE ] { 0 } Constant [ public integer FILE ] { 17 } Constant [ public integer ASYNC ] { 1 } Constant [ public integer CHECK ] { 2 } Constant [ public integer FS_EVENT ] { 3 } Constant [ public integer FS_POLL ] { 4 } Constant [ public integer HANDLE ] { 5 } Constant [ public integer IDLE ] { 6 } Constant [ public integer NAMED_PIPE ] { 7 } Constant [ public integer POLL ] { 8 } Constant [ public integer PREPARE ] { 9 } Constant [ public integer PROCESS ] { 10 } Constant [ public integer STREAM ] { 11 } Constant [ public integer TCP ] { 12 } Constant [ public integer TIMER ] { 13 } Constant [ public integer TTY ] { 14 } Constant [ public integer UDP ] { 15 } Constant [ public integer SIGNAL ] { 16 } Constant [ public integer HANDLE_TYPE_MAX ] { 18 } Constant [ public integer IGNORE ] { 0 } Constant [ public integer CREATE_PIPE ] { 1 } Constant [ public integer INHERIT_FD ] { 2 } Constant [ public integer INHERIT_STREAM ] { 4 } Constant [ public integer READABLE_PIPE ] { 16 } Constant [ public integer WRITABLE_PIPE ] { 32 } Constant [ public integer PROCESS_SETUID ] { 1 } Constant [ public integer PROCESS_SETGID ] { 2 } Constant [ public integer PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 } Constant [ public integer PROCESS_DETACHED ] { 8 } Constant [ public integer E2BIG ] { -7 } Constant [ public integer EACCES ] { -13 } Constant [ public integer EADDRINUSE ] { -98 } Constant [ public integer EADDRNOTAVAIL ] { -99 } Constant [ public integer EAFNOSUPPORT ] { -97 } Constant [ public integer EAGAIN ] { -11 } Constant [ public integer EAI_ADDRFAMILY ] { -3000 } Constant [ public integer EAI_AGAIN ] { -3001 } Constant [ public integer EAI_BADFLAGS ] { -3002 } Constant [ public integer EAI_BADHINTS ] { -3013 } Constant [ public integer EAI_CANCELED ] { -3003 } Constant [ public integer EAI_FAIL ] { -3004 } Constant [ public integer EAI_FAMILY ] { -3005 } Constant [ public integer EAI_MEMORY ] { -3006 } Constant [ public integer EAI_NODATA ] { -3007 } Constant [ public integer EAI_NONAME ] { -3008 } Constant [ public integer EAI_OVERFLOW ] { -3009 } Constant [ public integer EAI_PROTOCOL ] { -3014 } Constant [ public integer EAI_SERVICE ] { -3010 } Constant [ public integer EAI_SOCKTYPE ] { -3011 } Constant [ public integer EALREADY ] { -114 } Constant [ public integer EBADF ] { -9 } Constant [ public integer EBUSY ] { -16 } Constant [ public integer ECANCELED ] { -125 } Constant [ public integer ECHARSET ] { -4080 } Constant [ public integer ECONNABORTED ] { -103 } Constant [ public integer ECONNREFUSED ] { -111 } Constant [ public integer ECONNRESET ] { -104 } Constant [ public integer EDESTADDRREQ ] { -89 } Constant [ public integer EEXIST ] { -17 } Constant [ public integer EFAULT ] { -14 } Constant [ public integer EFBIG ] { -27 } Constant [ public integer EHOSTUNREACH ] { -113 } Constant [ public integer EINTR ] { -4 } Constant [ public integer EINVAL ] { -22 } Constant [ public integer EIO ] { -5 } Constant [ public integer EISCONN ] { -106 } Constant [ public integer EISDIR ] { -21 } Constant [ public integer ELOOP ] { -40 } Constant [ public integer EMFILE ] { -24 } Constant [ public integer EMSGSIZE ] { -90 } Constant [ public integer ENAMETOOLONG ] { -36 } Constant [ public integer ENETDOWN ] { -100 } Constant [ public integer ENETUNREACH ] { -101 } Constant [ public integer ENFILE ] { -23 } Constant [ public integer ENOBUFS ] { -105 } Constant [ public integer ENODEV ] { -19 } Constant [ public integer ENOENT ] { -2 } Constant [ public integer ENOMEM ] { -12 } Constant [ public integer ENONET ] { -64 } Constant [ public integer ENOPROTOOPT ] { -92 } Constant [ public integer ENOSPC ] { -28 } Constant [ public integer ENOSYS ] { -38 } Constant [ public integer ENOTCONN ] { -107 } Constant [ public integer ENOTDIR ] { -20 } Constant [ public integer ENOTEMPTY ] { -39 } Constant [ public integer ENOTSOCK ] { -88 } Constant [ public integer ENOTSUP ] { -95 } Constant [ public integer EPERM ] { -1 } Constant [ public integer EPIPE ] { -32 } Constant [ public integer EPROTO ] { -71 } Constant [ public integer EPROTONOSUPPORT ] { -93 } Constant [ public integer EPROTOTYPE ] { -91 } Constant [ public integer ERANGE ] { -34 } Constant [ public integer EROFS ] { -30 } Constant [ public integer ESHUTDOWN ] { -108 } Constant [ public integer ESPIPE ] { -29 } Constant [ public integer ESRCH ] { -3 } Constant [ public integer ETIMEDOUT ] { -110 } Constant [ public integer ETXTBSY ] { -26 } Constant [ public integer EXDEV ] { -18 } Constant [ public integer UNKNOWN ] { -4094 } Constant [ public integer EOF ] { -4095 } Constant [ public integer ENXIO ] { -6 } Constant [ public integer EMLINK ] { -31 } Constant [ public integer EHOSTDOWN ] { -112 } Constant [ public integer EREMOTEIO ] { -121 } Constant [ public integer ENOTTY ] { -25 } Constant [ public integer EFTYPE ] { -4028 } } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [0] { } } Class [ final class UVPoll extends UV ] { - Constants [199] { Constant [ public integer RUN_DEFAULT ] { 0 } Constant [ public integer RUN_ONCE ] { 1 } Constant [ public integer RUN_NOWAIT ] { 2 } Constant [ public integer CHANGE ] { 2 } Constant [ public integer RENAME ] { 1 } Constant [ public integer READABLE ] { 1 } Constant [ public integer WRITABLE ] { 2 } Constant [ public integer O_RDONLY ] { 0 } Constant [ public integer O_WRONLY ] { 1 } Constant [ public integer O_RDWR ] { 2 } Constant [ public integer O_CREAT ] { 64 } Constant [ public integer O_EXCL ] { 128 } Constant [ public integer O_TRUNC ] { 512 } Constant [ public integer O_APPEND ] { 1024 } Constant [ public integer S_IFDIR ] { 16384 } Constant [ public integer S_IFREG ] { 32768 } Constant [ public integer O_NOCTTY ] { 256 } Constant [ public integer S_IRWXU ] { 448 } Constant [ public integer S_IRUSR ] { 256 } Constant [ public integer S_IWUSR ] { 128 } Constant [ public integer S_IXUSR ] { 64 } Constant [ public integer S_IRWXG ] { 56 } Constant [ public integer S_IRGRP ] { 32 } Constant [ public integer S_IWGRP ] { 16 } Constant [ public integer S_IXGRP ] { 8 } Constant [ public integer S_IRWXO ] { 7 } Constant [ public integer S_IROTH ] { 4 } Constant [ public integer S_IWOTH ] { 2 } Constant [ public integer S_IXOTH ] { 1 } Constant [ public integer SIG_IGN ] { 1 } Constant [ public integer SIG_DFL ] { 0 } Constant [ public integer SIG_ERR ] { -1 } Constant [ public integer SIGHUP ] { 1 } Constant [ public integer SIGINT ] { 2 } Constant [ public integer SIGQUIT ] { 3 } Constant [ public integer SIGILL ] { 4 } Constant [ public integer SIGTRAP ] { 5 } Constant [ public integer SIGABRT ] { 6 } Constant [ public integer SIGIOT ] { 6 } Constant [ public integer SIGBUS ] { 7 } Constant [ public integer SIGFPE ] { 8 } Constant [ public integer SIGKILL ] { 9 } Constant [ public integer SIGUSR1 ] { 10 } Constant [ public integer SIGSEGV ] { 11 } Constant [ public integer SIGUSR2 ] { 12 } Constant [ public integer SIGPIPE ] { 13 } Constant [ public integer SIGALRM ] { 14 } Constant [ public integer SIGTERM ] { 15 } Constant [ public integer SIGSTKFLT ] { 16 } Constant [ public integer SIGCLD ] { 17 } Constant [ public integer SIGCHLD ] { 17 } Constant [ public integer SIGCONT ] { 18 } Constant [ public integer SIGSTOP ] { 19 } Constant [ public integer SIGTSTP ] { 20 } Constant [ public integer SIGTTIN ] { 21 } Constant [ public integer SIGTTOU ] { 22 } Constant [ public integer SIGURG ] { 23 } Constant [ public integer SIGXCPU ] { 24 } Constant [ public integer SIGXFSZ ] { 25 } Constant [ public integer SIGVTALRM ] { 26 } Constant [ public integer SIGPROF ] { 27 } Constant [ public integer SIGWINCH ] { 28 } Constant [ public integer SIGPOLL ] { 29 } Constant [ public integer SIGIO ] { 29 } Constant [ public integer SIGPWR ] { 30 } Constant [ public integer SIGSYS ] { 31 } Constant [ public integer SIGBABY ] { 31 } Constant [ public integer AF_INET ] { 2 } Constant [ public integer AF_INET6 ] { 10 } Constant [ public integer AF_UNSPEC ] { 0 } Constant [ public integer LEAVE_GROUP ] { 0 } Constant [ public integer JOIN_GROUP ] { 1 } Constant [ public integer IS_UV_TCP ] { 0 } Constant [ public integer IS_UV_UDP ] { 1 } Constant [ public integer IS_UV_PIPE ] { 2 } Constant [ public integer IS_UV_IDLE ] { 3 } Constant [ public integer IS_UV_TIMER ] { 4 } Constant [ public integer IS_UV_ASYNC ] { 5 } Constant [ public integer IS_UV_LOOP ] { 6 } Constant [ public integer IS_UV_HANDLE ] { 7 } Constant [ public integer IS_UV_STREAM ] { 8 } Constant [ public integer IS_UV_ADDRINFO ] { 9 } Constant [ public integer IS_UV_PROCESS ] { 10 } Constant [ public integer IS_UV_PREPARE ] { 11 } Constant [ public integer IS_UV_CHECK ] { 12 } Constant [ public integer IS_UV_WORK ] { 13 } Constant [ public integer IS_UV_FS ] { 14 } Constant [ public integer IS_UV_FS_EVENT ] { 15 } Constant [ public integer IS_UV_TTY ] { 16 } Constant [ public integer IS_UV_FS_POLL ] { 17 } Constant [ public integer IS_UV_POLL ] { 18 } Constant [ public integer UNKNOWN_HANDLE ] { 0 } Constant [ public integer FILE ] { 17 } Constant [ public integer ASYNC ] { 1 } Constant [ public integer CHECK ] { 2 } Constant [ public integer FS_EVENT ] { 3 } Constant [ public integer FS_POLL ] { 4 } Constant [ public integer HANDLE ] { 5 } Constant [ public integer IDLE ] { 6 } Constant [ public integer NAMED_PIPE ] { 7 } Constant [ public integer POLL ] { 8 } Constant [ public integer PREPARE ] { 9 } Constant [ public integer PROCESS ] { 10 } Constant [ public integer STREAM ] { 11 } Constant [ public integer TCP ] { 12 } Constant [ public integer TIMER ] { 13 } Constant [ public integer TTY ] { 14 } Constant [ public integer UDP ] { 15 } Constant [ public integer SIGNAL ] { 16 } Constant [ public integer HANDLE_TYPE_MAX ] { 18 } Constant [ public integer IGNORE ] { 0 } Constant [ public integer CREATE_PIPE ] { 1 } Constant [ public integer INHERIT_FD ] { 2 } Constant [ public integer INHERIT_STREAM ] { 4 } Constant [ public integer READABLE_PIPE ] { 16 } Constant [ public integer WRITABLE_PIPE ] { 32 } Constant [ public integer PROCESS_SETUID ] { 1 } Constant [ public integer PROCESS_SETGID ] { 2 } Constant [ public integer PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 } Constant [ public integer PROCESS_DETACHED ] { 8 } Constant [ public integer E2BIG ] { -7 } Constant [ public integer EACCES ] { -13 } Constant [ public integer EADDRINUSE ] { -98 } Constant [ public integer EADDRNOTAVAIL ] { -99 } Constant [ public integer EAFNOSUPPORT ] { -97 } Constant [ public integer EAGAIN ] { -11 } Constant [ public integer EAI_ADDRFAMILY ] { -3000 } Constant [ public integer EAI_AGAIN ] { -3001 } Constant [ public integer EAI_BADFLAGS ] { -3002 } Constant [ public integer EAI_BADHINTS ] { -3013 } Constant [ public integer EAI_CANCELED ] { -3003 } Constant [ public integer EAI_FAIL ] { -3004 } Constant [ public integer EAI_FAMILY ] { -3005 } Constant [ public integer EAI_MEMORY ] { -3006 } Constant [ public integer EAI_NODATA ] { -3007 } Constant [ public integer EAI_NONAME ] { -3008 } Constant [ public integer EAI_OVERFLOW ] { -3009 } Constant [ public integer EAI_PROTOCOL ] { -3014 } Constant [ public integer EAI_SERVICE ] { -3010 } Constant [ public integer EAI_SOCKTYPE ] { -3011 } Constant [ public integer EALREADY ] { -114 } Constant [ public integer EBADF ] { -9 } Constant [ public integer EBUSY ] { -16 } Constant [ public integer ECANCELED ] { -125 } Constant [ public integer ECHARSET ] { -4080 } Constant [ public integer ECONNABORTED ] { -103 } Constant [ public integer ECONNREFUSED ] { -111 } Constant [ public integer ECONNRESET ] { -104 } Constant [ public integer EDESTADDRREQ ] { -89 } Constant [ public integer EEXIST ] { -17 } Constant [ public integer EFAULT ] { -14 } Constant [ public integer EFBIG ] { -27 } Constant [ public integer EHOSTUNREACH ] { -113 } Constant [ public integer EINTR ] { -4 } Constant [ public integer EINVAL ] { -22 } Constant [ public integer EIO ] { -5 } Constant [ public integer EISCONN ] { -106 } Constant [ public integer EISDIR ] { -21 } Constant [ public integer ELOOP ] { -40 } Constant [ public integer EMFILE ] { -24 } Constant [ public integer EMSGSIZE ] { -90 } Constant [ public integer ENAMETOOLONG ] { -36 } Constant [ public integer ENETDOWN ] { -100 } Constant [ public integer ENETUNREACH ] { -101 } Constant [ public integer ENFILE ] { -23 } Constant [ public integer ENOBUFS ] { -105 } Constant [ public integer ENODEV ] { -19 } Constant [ public integer ENOENT ] { -2 } Constant [ public integer ENOMEM ] { -12 } Constant [ public integer ENONET ] { -64 } Constant [ public integer ENOPROTOOPT ] { -92 } Constant [ public integer ENOSPC ] { -28 } Constant [ public integer ENOSYS ] { -38 } Constant [ public integer ENOTCONN ] { -107 } Constant [ public integer ENOTDIR ] { -20 } Constant [ public integer ENOTEMPTY ] { -39 } Constant [ public integer ENOTSOCK ] { -88 } Constant [ public integer ENOTSUP ] { -95 } Constant [ public integer EPERM ] { -1 } Constant [ public integer EPIPE ] { -32 } Constant [ public integer EPROTO ] { -71 } Constant [ public integer EPROTONOSUPPORT ] { -93 } Constant [ public integer EPROTOTYPE ] { -91 } Constant [ public integer ERANGE ] { -34 } Constant [ public integer EROFS ] { -30 } Constant [ public integer ESHUTDOWN ] { -108 } Constant [ public integer ESPIPE ] { -29 } Constant [ public integer ESRCH ] { -3 } Constant [ public integer ETIMEDOUT ] { -110 } Constant [ public integer ETXTBSY ] { -26 } Constant [ public integer EXDEV ] { -18 } Constant [ public integer UNKNOWN ] { -4094 } Constant [ public integer EOF ] { -4095 } Constant [ public integer ENXIO ] { -6 } Constant [ public integer EMLINK ] { -31 } Constant [ public integer EHOSTDOWN ] { -112 } Constant [ public integer EREMOTEIO ] { -121 } Constant [ public integer ENOTTY ] { -25 } Constant [ public integer EFTYPE ] { -4028 } } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [0] { } } Class [ final class UVSignal extends UV ] { - Constants [199] { Constant [ public integer RUN_DEFAULT ] { 0 } Constant [ public integer RUN_ONCE ] { 1 } Constant [ public integer RUN_NOWAIT ] { 2 } Constant [ public integer CHANGE ] { 2 } Constant [ public integer RENAME ] { 1 } Constant [ public integer READABLE ] { 1 } Constant [ public integer WRITABLE ] { 2 } Constant [ public integer O_RDONLY ] { 0 } Constant [ public integer O_WRONLY ] { 1 } Constant [ public integer O_RDWR ] { 2 } Constant [ public integer O_CREAT ] { 64 } Constant [ public integer O_EXCL ] { 128 } Constant [ public integer O_TRUNC ] { 512 } Constant [ public integer O_APPEND ] { 1024 } Constant [ public integer S_IFDIR ] { 16384 } Constant [ public integer S_IFREG ] { 32768 } Constant [ public integer O_NOCTTY ] { 256 } Constant [ public integer S_IRWXU ] { 448 } Constant [ public integer S_IRUSR ] { 256 } Constant [ public integer S_IWUSR ] { 128 } Constant [ public integer S_IXUSR ] { 64 } Constant [ public integer S_IRWXG ] { 56 } Constant [ public integer S_IRGRP ] { 32 } Constant [ public integer S_IWGRP ] { 16 } Constant [ public integer S_IXGRP ] { 8 } Constant [ public integer S_IRWXO ] { 7 } Constant [ public integer S_IROTH ] { 4 } Constant [ public integer S_IWOTH ] { 2 } Constant [ public integer S_IXOTH ] { 1 } Constant [ public integer SIG_IGN ] { 1 } Constant [ public integer SIG_DFL ] { 0 } Constant [ public integer SIG_ERR ] { -1 } Constant [ public integer SIGHUP ] { 1 } Constant [ public integer SIGINT ] { 2 } Constant [ public integer SIGQUIT ] { 3 } Constant [ public integer SIGILL ] { 4 } Constant [ public integer SIGTRAP ] { 5 } Constant [ public integer SIGABRT ] { 6 } Constant [ public integer SIGIOT ] { 6 } Constant [ public integer SIGBUS ] { 7 } Constant [ public integer SIGFPE ] { 8 } Constant [ public integer SIGKILL ] { 9 } Constant [ public integer SIGUSR1 ] { 10 } Constant [ public integer SIGSEGV ] { 11 } Constant [ public integer SIGUSR2 ] { 12 } Constant [ public integer SIGPIPE ] { 13 } Constant [ public integer SIGALRM ] { 14 } Constant [ public integer SIGTERM ] { 15 } Constant [ public integer SIGSTKFLT ] { 16 } Constant [ public integer SIGCLD ] { 17 } Constant [ public integer SIGCHLD ] { 17 } Constant [ public integer SIGCONT ] { 18 } Constant [ public integer SIGSTOP ] { 19 } Constant [ public integer SIGTSTP ] { 20 } Constant [ public integer SIGTTIN ] { 21 } Constant [ public integer SIGTTOU ] { 22 } Constant [ public integer SIGURG ] { 23 } Constant [ public integer SIGXCPU ] { 24 } Constant [ public integer SIGXFSZ ] { 25 } Constant [ public integer SIGVTALRM ] { 26 } Constant [ public integer SIGPROF ] { 27 } Constant [ public integer SIGWINCH ] { 28 } Constant [ public integer SIGPOLL ] { 29 } Constant [ public integer SIGIO ] { 29 } Constant [ public integer SIGPWR ] { 30 } Constant [ public integer SIGSYS ] { 31 } Constant [ public integer SIGBABY ] { 31 } Constant [ public integer AF_INET ] { 2 } Constant [ public integer AF_INET6 ] { 10 } Constant [ public integer AF_UNSPEC ] { 0 } Constant [ public integer LEAVE_GROUP ] { 0 } Constant [ public integer JOIN_GROUP ] { 1 } Constant [ public integer IS_UV_TCP ] { 0 } Constant [ public integer IS_UV_UDP ] { 1 } Constant [ public integer IS_UV_PIPE ] { 2 } Constant [ public integer IS_UV_IDLE ] { 3 } Constant [ public integer IS_UV_TIMER ] { 4 } Constant [ public integer IS_UV_ASYNC ] { 5 } Constant [ public integer IS_UV_LOOP ] { 6 } Constant [ public integer IS_UV_HANDLE ] { 7 } Constant [ public integer IS_UV_STREAM ] { 8 } Constant [ public integer IS_UV_ADDRINFO ] { 9 } Constant [ public integer IS_UV_PROCESS ] { 10 } Constant [ public integer IS_UV_PREPARE ] { 11 } Constant [ public integer IS_UV_CHECK ] { 12 } Constant [ public integer IS_UV_WORK ] { 13 } Constant [ public integer IS_UV_FS ] { 14 } Constant [ public integer IS_UV_FS_EVENT ] { 15 } Constant [ public integer IS_UV_TTY ] { 16 } Constant [ public integer IS_UV_FS_POLL ] { 17 } Constant [ public integer IS_UV_POLL ] { 18 } Constant [ public integer UNKNOWN_HANDLE ] { 0 } Constant [ public integer FILE ] { 17 } Constant [ public integer ASYNC ] { 1 } Constant [ public integer CHECK ] { 2 } Constant [ public integer FS_EVENT ] { 3 } Constant [ public integer FS_POLL ] { 4 } Constant [ public integer HANDLE ] { 5 } Constant [ public integer IDLE ] { 6 } Constant [ public integer NAMED_PIPE ] { 7 } Constant [ public integer POLL ] { 8 } Constant [ public integer PREPARE ] { 9 } Constant [ public integer PROCESS ] { 10 } Constant [ public integer STREAM ] { 11 } Constant [ public integer TCP ] { 12 } Constant [ public integer TIMER ] { 13 } Constant [ public integer TTY ] { 14 } Constant [ public integer UDP ] { 15 } Constant [ public integer SIGNAL ] { 16 } Constant [ public integer HANDLE_TYPE_MAX ] { 18 } Constant [ public integer IGNORE ] { 0 } Constant [ public integer CREATE_PIPE ] { 1 } Constant [ public integer INHERIT_FD ] { 2 } Constant [ public integer INHERIT_STREAM ] { 4 } Constant [ public integer READABLE_PIPE ] { 16 } Constant [ public integer WRITABLE_PIPE ] { 32 } Constant [ public integer PROCESS_SETUID ] { 1 } Constant [ public integer PROCESS_SETGID ] { 2 } Constant [ public integer PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 } Constant [ public integer PROCESS_DETACHED ] { 8 } Constant [ public integer E2BIG ] { -7 } Constant [ public integer EACCES ] { -13 } Constant [ public integer EADDRINUSE ] { -98 } Constant [ public integer EADDRNOTAVAIL ] { -99 } Constant [ public integer EAFNOSUPPORT ] { -97 } Constant [ public integer EAGAIN ] { -11 } Constant [ public integer EAI_ADDRFAMILY ] { -3000 } Constant [ public integer EAI_AGAIN ] { -3001 } Constant [ public integer EAI_BADFLAGS ] { -3002 } Constant [ public integer EAI_BADHINTS ] { -3013 } Constant [ public integer EAI_CANCELED ] { -3003 } Constant [ public integer EAI_FAIL ] { -3004 } Constant [ public integer EAI_FAMILY ] { -3005 } Constant [ public integer EAI_MEMORY ] { -3006 } Constant [ public integer EAI_NODATA ] { -3007 } Constant [ public integer EAI_NONAME ] { -3008 } Constant [ public integer EAI_OVERFLOW ] { -3009 } Constant [ public integer EAI_PROTOCOL ] { -3014 } Constant [ public integer EAI_SERVICE ] { -3010 } Constant [ public integer EAI_SOCKTYPE ] { -3011 } Constant [ public integer EALREADY ] { -114 } Constant [ public integer EBADF ] { -9 } Constant [ public integer EBUSY ] { -16 } Constant [ public integer ECANCELED ] { -125 } Constant [ public integer ECHARSET ] { -4080 } Constant [ public integer ECONNABORTED ] { -103 } Constant [ public integer ECONNREFUSED ] { -111 } Constant [ public integer ECONNRESET ] { -104 } Constant [ public integer EDESTADDRREQ ] { -89 } Constant [ public integer EEXIST ] { -17 } Constant [ public integer EFAULT ] { -14 } Constant [ public integer EFBIG ] { -27 } Constant [ public integer EHOSTUNREACH ] { -113 } Constant [ public integer EINTR ] { -4 } Constant [ public integer EINVAL ] { -22 } Constant [ public integer EIO ] { -5 } Constant [ public integer EISCONN ] { -106 } Constant [ public integer EISDIR ] { -21 } Constant [ public integer ELOOP ] { -40 } Constant [ public integer EMFILE ] { -24 } Constant [ public integer EMSGSIZE ] { -90 } Constant [ public integer ENAMETOOLONG ] { -36 } Constant [ public integer ENETDOWN ] { -100 } Constant [ public integer ENETUNREACH ] { -101 } Constant [ public integer ENFILE ] { -23 } Constant [ public integer ENOBUFS ] { -105 } Constant [ public integer ENODEV ] { -19 } Constant [ public integer ENOENT ] { -2 } Constant [ public integer ENOMEM ] { -12 } Constant [ public integer ENONET ] { -64 } Constant [ public integer ENOPROTOOPT ] { -92 } Constant [ public integer ENOSPC ] { -28 } Constant [ public integer ENOSYS ] { -38 } Constant [ public integer ENOTCONN ] { -107 } Constant [ public integer ENOTDIR ] { -20 } Constant [ public integer ENOTEMPTY ] { -39 } Constant [ public integer ENOTSOCK ] { -88 } Constant [ public integer ENOTSUP ] { -95 } Constant [ public integer EPERM ] { -1 } Constant [ public integer EPIPE ] { -32 } Constant [ public integer EPROTO ] { -71 } Constant [ public integer EPROTONOSUPPORT ] { -93 } Constant [ public integer EPROTOTYPE ] { -91 } Constant [ public integer ERANGE ] { -34 } Constant [ public integer EROFS ] { -30 } Constant [ public integer ESHUTDOWN ] { -108 } Constant [ public integer ESPIPE ] { -29 } Constant [ public integer ESRCH ] { -3 } Constant [ public integer ETIMEDOUT ] { -110 } Constant [ public integer ETXTBSY ] { -26 } Constant [ public integer EXDEV ] { -18 } Constant [ public integer UNKNOWN ] { -4094 } Constant [ public integer EOF ] { -4095 } Constant [ public integer ENXIO ] { -6 } Constant [ public integer EMLINK ] { -31 } Constant [ public integer EHOSTDOWN ] { -112 } Constant [ public integer EREMOTEIO ] { -121 } Constant [ public integer ENOTTY ] { -25 } Constant [ public integer EFTYPE ] { -4028 } } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [0] { } } Class [ final class UVLoop ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [0] { } } Class [ class UVSockAddr ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [0] { } } Class [ final class UVSockAddrIPv4 extends UVSockAddr ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [0] { } } Class [ final class UVSockAddrIPv6 extends UVSockAddr ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [0] { } } Class [ final class UVLock ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [0] { } } Class [ final class UVStdio ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [0] { } } } }