Extension [ extension #101 uv version 0.3.0 ] { - 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 ] { - Parameters [0] { } } Function [ function uv_default_loop ] { - Parameters [0] { } } Function [ function uv_stop ] { - Parameters [1] { Parameter #0 [ $loop = ] } } Function [ function uv_run ] { - Parameters [2] { Parameter #0 [ $loop = ] Parameter #1 [ $run_mode = ] } } 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_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 [3] { Parameter #0 [ $resource ] Parameter #1 [ $sock_addr ] Parameter #2 [ $callback = ] } } Function [ function uv_tcp_connect6 ] { - Parameters [3] { Parameter #0 [ $resource ] Parameter #1 [ $ipv6_addr ] Parameter #2 [ $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_tcp_simultaneous_accepts ] { - Parameters [2] { Parameter #0 [ $handle ] Parameter #1 [ $enable ] } } Function [ function uv_pipe_init ] { - Parameters [2] { Parameter #0 [ $file = ] Parameter #1 [ $ipc = ] } } 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 ] { - Parameters [0] { } } Function [ function uv_spawn ] { - Parameters [9] { Parameter #0 [ $loop ] Parameter #1 [ $command ] Parameter #2 [ $args ] Parameter #3 [ $stdio ] Parameter #4 [ $cwd ] Parameter #5 [ $env ] Parameter #6 [ $callback ] Parameter #7 [ $flags = ] Parameter #8 [ $options = ] } } Function [ function uv_process_kill ] { - Parameters [2] { Parameter #0 [ $process ] Parameter #1 [ $signal ] } } Function [ function uv_process_get_pid ] { - Parameters [1] { Parameter #0 [ $process ] } } Function [ function uv_kill ] { - Parameters [2] { Parameter #0 [ $pid ] Parameter #1 [ $signal ] } } Function [ function uv_getaddrinfo ] { - Parameters [5] { Parameter #0 [ $loop ] Parameter #1 [ $callback ] Parameter #2 [ $node ] Parameter #3 [ $service ] Parameter #4 [ $hints = ] } } Function [ function uv_rwlock_init ] { - Parameters [0] { } } 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 ] { - Parameters [0] { } } 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_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 ] { - Parameters [0] { } } Function [ function uv_tty_reset_mode ] { - Parameters [0] { } } Function [ function uv_loadavg ] { - Parameters [0] { } } Function [ function uv_uptime ] { - Parameters [0] { } } Function [ function uv_cpu_info ] { - Parameters [0] { } } Function [ function uv_interface_addresses ] { - Parameters [0] { } } Function [ function uv_get_free_memory ] { - Parameters [0] { } } Function [ function uv_get_total_memory ] { - Parameters [0] { } } Function [ function uv_hrtime ] { - Parameters [0] { } } Function [ function uv_exepath ] { - Parameters [0] { } } Function [ function uv_cwd ] { - Parameters [0] { } } Function [ function uv_chdir ] { - Parameters [1] { Parameter #0 [ $dir ] } } Function [ function uv_resident_set_memory ] { - Parameters [0] { } } 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 [ abstract class UV ] { - Constants [206] { Constant [ public int RUN_DEFAULT ] { 0 } Constant [ public int RUN_ONCE ] { 1 } Constant [ public int RUN_NOWAIT ] { 2 } Constant [ public int CHANGE ] { 2 } Constant [ public int RENAME ] { 1 } Constant [ public int READABLE ] { 1 } Constant [ public int WRITABLE ] { 2 } Constant [ public int O_RDONLY ] { 0 } Constant [ public int O_WRONLY ] { 1 } Constant [ public int O_RDWR ] { 2 } Constant [ public int O_CREAT ] { 64 } Constant [ public int O_EXCL ] { 128 } Constant [ public int O_TRUNC ] { 512 } Constant [ public int O_APPEND ] { 1024 } Constant [ public int S_IFDIR ] { 16384 } Constant [ public int S_IFREG ] { 32768 } Constant [ public int O_NOCTTY ] { 256 } Constant [ public int S_IRWXU ] { 448 } Constant [ public int S_IRUSR ] { 256 } Constant [ public int S_IWUSR ] { 128 } Constant [ public int S_IXUSR ] { 64 } Constant [ public int S_IRWXG ] { 56 } Constant [ public int S_IRGRP ] { 32 } Constant [ public int S_IWGRP ] { 16 } Constant [ public int S_IXGRP ] { 8 } Constant [ public int S_IRWXO ] { 7 } Constant [ public int S_IROTH ] { 4 } Constant [ public int S_IWOTH ] { 2 } Constant [ public int S_IXOTH ] { 1 } Constant [ public int SIG_IGN ] { 1 } Constant [ public int SIG_DFL ] { 0 } Constant [ public int SIG_ERR ] { -1 } Constant [ public int SIGHUP ] { 1 } Constant [ public int SIGINT ] { 2 } Constant [ public int SIGQUIT ] { 3 } Constant [ public int SIGILL ] { 4 } Constant [ public int SIGTRAP ] { 5 } Constant [ public int SIGABRT ] { 6 } Constant [ public int SIGIOT ] { 6 } Constant [ public int SIGBUS ] { 7 } Constant [ public int SIGFPE ] { 8 } Constant [ public int SIGKILL ] { 9 } Constant [ public int SIGUSR1 ] { 10 } Constant [ public int SIGSEGV ] { 11 } Constant [ public int SIGUSR2 ] { 12 } Constant [ public int SIGPIPE ] { 13 } Constant [ public int SIGALRM ] { 14 } Constant [ public int SIGTERM ] { 15 } Constant [ public int SIGSTKFLT ] { 16 } Constant [ public int SIGCLD ] { 17 } Constant [ public int SIGCHLD ] { 17 } Constant [ public int SIGCONT ] { 18 } Constant [ public int SIGSTOP ] { 19 } Constant [ public int SIGTSTP ] { 20 } Constant [ public int SIGTTIN ] { 21 } Constant [ public int SIGTTOU ] { 22 } Constant [ public int SIGURG ] { 23 } Constant [ public int SIGXCPU ] { 24 } Constant [ public int SIGXFSZ ] { 25 } Constant [ public int SIGVTALRM ] { 26 } Constant [ public int SIGPROF ] { 27 } Constant [ public int SIGWINCH ] { 28 } Constant [ public int SIGPOLL ] { 29 } Constant [ public int SIGIO ] { 29 } Constant [ public int SIGPWR ] { 30 } Constant [ public int SIGSYS ] { 31 } Constant [ public int SIGBABY ] { 31 } Constant [ public int AF_INET ] { 2 } Constant [ public int AF_INET6 ] { 10 } Constant [ public int AF_UNSPEC ] { 0 } Constant [ public int LEAVE_GROUP ] { 0 } Constant [ public int JOIN_GROUP ] { 1 } Constant [ public int IS_UV_TCP ] { 0 } Constant [ public int IS_UV_UDP ] { 1 } Constant [ public int IS_UV_PIPE ] { 2 } Constant [ public int IS_UV_IDLE ] { 3 } Constant [ public int IS_UV_TIMER ] { 4 } Constant [ public int IS_UV_ASYNC ] { 5 } Constant [ public int IS_UV_LOOP ] { 6 } Constant [ public int IS_UV_HANDLE ] { 7 } Constant [ public int IS_UV_STREAM ] { 8 } Constant [ public int IS_UV_ADDRINFO ] { 9 } Constant [ public int IS_UV_PROCESS ] { 10 } Constant [ public int IS_UV_PREPARE ] { 11 } Constant [ public int IS_UV_CHECK ] { 12 } Constant [ public int IS_UV_WORK ] { 13 } Constant [ public int IS_UV_FS ] { 14 } Constant [ public int IS_UV_FS_EVENT ] { 15 } Constant [ public int IS_UV_TTY ] { 16 } Constant [ public int IS_UV_FS_POLL ] { 17 } Constant [ public int IS_UV_POLL ] { 18 } Constant [ public int UNKNOWN_HANDLE ] { 0 } Constant [ public int FILE ] { 17 } Constant [ public int ASYNC ] { 1 } Constant [ public int CHECK ] { 2 } Constant [ public int FS_EVENT ] { 3 } Constant [ public int FS_POLL ] { 4 } Constant [ public int HANDLE ] { 5 } Constant [ public int IDLE ] { 6 } Constant [ public int NAMED_PIPE ] { 7 } Constant [ public int POLL ] { 8 } Constant [ public int PREPARE ] { 9 } Constant [ public int PROCESS ] { 10 } Constant [ public int STREAM ] { 11 } Constant [ public int TCP ] { 12 } Constant [ public int TIMER ] { 13 } Constant [ public int TTY ] { 14 } Constant [ public int UDP ] { 15 } Constant [ public int SIGNAL ] { 16 } Constant [ public int HANDLE_TYPE_MAX ] { 18 } Constant [ public int IGNORE ] { 0 } Constant [ public int CREATE_PIPE ] { 1 } Constant [ public int INHERIT_FD ] { 2 } Constant [ public int INHERIT_STREAM ] { 4 } Constant [ public int READABLE_PIPE ] { 16 } Constant [ public int WRITABLE_PIPE ] { 32 } Constant [ public int OVERLAPPED_PIPE ] { 64 } Constant [ public int PROCESS_SETUID ] { 1 } Constant [ public int PROCESS_SETGID ] { 2 } Constant [ public int PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 } Constant [ public int PROCESS_DETACHED ] { 8 } Constant [ public int PROCESS_WINDOWS_HIDE ] { 16 } Constant [ public int PROCESS_WINDOWS_HIDE_CONSOLE ] { 32 } Constant [ public int PROCESS_WINDOWS_HIDE_GUI ] { 64 } Constant [ public int E2BIG ] { -7 } Constant [ public int EACCES ] { -13 } Constant [ public int EADDRINUSE ] { -98 } Constant [ public int EADDRNOTAVAIL ] { -99 } Constant [ public int EAFNOSUPPORT ] { -97 } Constant [ public int EAGAIN ] { -11 } Constant [ public int EAI_ADDRFAMILY ] { -3000 } Constant [ public int EAI_AGAIN ] { -3001 } Constant [ public int EAI_BADFLAGS ] { -3002 } Constant [ public int EAI_BADHINTS ] { -3013 } Constant [ public int EAI_CANCELED ] { -3003 } Constant [ public int EAI_FAIL ] { -3004 } Constant [ public int EAI_FAMILY ] { -3005 } Constant [ public int EAI_MEMORY ] { -3006 } Constant [ public int EAI_NODATA ] { -3007 } Constant [ public int EAI_NONAME ] { -3008 } Constant [ public int EAI_OVERFLOW ] { -3009 } Constant [ public int EAI_PROTOCOL ] { -3014 } Constant [ public int EAI_SERVICE ] { -3010 } Constant [ public int EAI_SOCKTYPE ] { -3011 } Constant [ public int EALREADY ] { -114 } Constant [ public int EBADF ] { -9 } Constant [ public int EBUSY ] { -16 } Constant [ public int ECANCELED ] { -125 } Constant [ public int ECHARSET ] { -4080 } Constant [ public int ECONNABORTED ] { -103 } Constant [ public int ECONNREFUSED ] { -111 } Constant [ public int ECONNRESET ] { -104 } Constant [ public int EDESTADDRREQ ] { -89 } Constant [ public int EEXIST ] { -17 } Constant [ public int EFAULT ] { -14 } Constant [ public int EFBIG ] { -27 } Constant [ public int EHOSTUNREACH ] { -113 } Constant [ public int EINTR ] { -4 } Constant [ public int EINVAL ] { -22 } Constant [ public int EIO ] { -5 } Constant [ public int EISCONN ] { -106 } Constant [ public int EISDIR ] { -21 } Constant [ public int ELOOP ] { -40 } Constant [ public int EMFILE ] { -24 } Constant [ public int EMSGSIZE ] { -90 } Constant [ public int ENAMETOOLONG ] { -36 } Constant [ public int ENETDOWN ] { -100 } Constant [ public int ENETUNREACH ] { -101 } Constant [ public int ENFILE ] { -23 } Constant [ public int ENOBUFS ] { -105 } Constant [ public int ENODEV ] { -19 } Constant [ public int ENOENT ] { -2 } Constant [ public int ENOMEM ] { -12 } Constant [ public int ENONET ] { -64 } Constant [ public int ENOPROTOOPT ] { -92 } Constant [ public int ENOSPC ] { -28 } Constant [ public int ENOSYS ] { -38 } Constant [ public int ENOTCONN ] { -107 } Constant [ public int ENOTDIR ] { -20 } Constant [ public int ENOTEMPTY ] { -39 } Constant [ public int ENOTSOCK ] { -88 } Constant [ public int ENOTSUP ] { -95 } Constant [ public int EOVERFLOW ] { -75 } Constant [ public int EPERM ] { -1 } Constant [ public int EPIPE ] { -32 } Constant [ public int EPROTO ] { -71 } Constant [ public int EPROTONOSUPPORT ] { -93 } Constant [ public int EPROTOTYPE ] { -91 } Constant [ public int ERANGE ] { -34 } Constant [ public int EROFS ] { -30 } Constant [ public int ESHUTDOWN ] { -108 } Constant [ public int ESPIPE ] { -29 } Constant [ public int ESRCH ] { -3 } Constant [ public int ETIMEDOUT ] { -110 } Constant [ public int ETXTBSY ] { -26 } Constant [ public int EXDEV ] { -18 } Constant [ public int UNKNOWN ] { -4094 } Constant [ public int EOF ] { -4095 } Constant [ public int ENXIO ] { -6 } Constant [ public int EMLINK ] { -31 } Constant [ public int EHOSTDOWN ] { -112 } Constant [ public int EREMOTEIO ] { -121 } Constant [ public int ENOTTY ] { -25 } Constant [ public int EFTYPE ] { -4028 } Constant [ public int EILSEQ ] { -84 } Constant [ public int ESOCKTNOSUPPORT ] { -94 } } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [0] { } } Class [ abstract class UVStream extends UV ] { - Constants [206] { Constant [ public int RUN_DEFAULT ] { 0 } Constant [ public int RUN_ONCE ] { 1 } Constant [ public int RUN_NOWAIT ] { 2 } Constant [ public int CHANGE ] { 2 } Constant [ public int RENAME ] { 1 } Constant [ public int READABLE ] { 1 } Constant [ public int WRITABLE ] { 2 } Constant [ public int O_RDONLY ] { 0 } Constant [ public int O_WRONLY ] { 1 } Constant [ public int O_RDWR ] { 2 } Constant [ public int O_CREAT ] { 64 } Constant [ public int O_EXCL ] { 128 } Constant [ public int O_TRUNC ] { 512 } Constant [ public int O_APPEND ] { 1024 } Constant [ public int S_IFDIR ] { 16384 } Constant [ public int S_IFREG ] { 32768 } Constant [ public int O_NOCTTY ] { 256 } Constant [ public int S_IRWXU ] { 448 } Constant [ public int S_IRUSR ] { 256 } Constant [ public int S_IWUSR ] { 128 } Constant [ public int S_IXUSR ] { 64 } Constant [ public int S_IRWXG ] { 56 } Constant [ public int S_IRGRP ] { 32 } Constant [ public int S_IWGRP ] { 16 } Constant [ public int S_IXGRP ] { 8 } Constant [ public int S_IRWXO ] { 7 } Constant [ public int S_IROTH ] { 4 } Constant [ public int S_IWOTH ] { 2 } Constant [ public int S_IXOTH ] { 1 } Constant [ public int SIG_IGN ] { 1 } Constant [ public int SIG_DFL ] { 0 } Constant [ public int SIG_ERR ] { -1 } Constant [ public int SIGHUP ] { 1 } Constant [ public int SIGINT ] { 2 } Constant [ public int SIGQUIT ] { 3 } Constant [ public int SIGILL ] { 4 } Constant [ public int SIGTRAP ] { 5 } Constant [ public int SIGABRT ] { 6 } Constant [ public int SIGIOT ] { 6 } Constant [ public int SIGBUS ] { 7 } Constant [ public int SIGFPE ] { 8 } Constant [ public int SIGKILL ] { 9 } Constant [ public int SIGUSR1 ] { 10 } Constant [ public int SIGSEGV ] { 11 } Constant [ public int SIGUSR2 ] { 12 } Constant [ public int SIGPIPE ] { 13 } Constant [ public int SIGALRM ] { 14 } Constant [ public int SIGTERM ] { 15 } Constant [ public int SIGSTKFLT ] { 16 } Constant [ public int SIGCLD ] { 17 } Constant [ public int SIGCHLD ] { 17 } Constant [ public int SIGCONT ] { 18 } Constant [ public int SIGSTOP ] { 19 } Constant [ public int SIGTSTP ] { 20 } Constant [ public int SIGTTIN ] { 21 } Constant [ public int SIGTTOU ] { 22 } Constant [ public int SIGURG ] { 23 } Constant [ public int SIGXCPU ] { 24 } Constant [ public int SIGXFSZ ] { 25 } Constant [ public int SIGVTALRM ] { 26 } Constant [ public int SIGPROF ] { 27 } Constant [ public int SIGWINCH ] { 28 } Constant [ public int SIGPOLL ] { 29 } Constant [ public int SIGIO ] { 29 } Constant [ public int SIGPWR ] { 30 } Constant [ public int SIGSYS ] { 31 } Constant [ public int SIGBABY ] { 31 } Constant [ public int AF_INET ] { 2 } Constant [ public int AF_INET6 ] { 10 } Constant [ public int AF_UNSPEC ] { 0 } Constant [ public int LEAVE_GROUP ] { 0 } Constant [ public int JOIN_GROUP ] { 1 } Constant [ public int IS_UV_TCP ] { 0 } Constant [ public int IS_UV_UDP ] { 1 } Constant [ public int IS_UV_PIPE ] { 2 } Constant [ public int IS_UV_IDLE ] { 3 } Constant [ public int IS_UV_TIMER ] { 4 } Constant [ public int IS_UV_ASYNC ] { 5 } Constant [ public int IS_UV_LOOP ] { 6 } Constant [ public int IS_UV_HANDLE ] { 7 } Constant [ public int IS_UV_STREAM ] { 8 } Constant [ public int IS_UV_ADDRINFO ] { 9 } Constant [ public int IS_UV_PROCESS ] { 10 } Constant [ public int IS_UV_PREPARE ] { 11 } Constant [ public int IS_UV_CHECK ] { 12 } Constant [ public int IS_UV_WORK ] { 13 } Constant [ public int IS_UV_FS ] { 14 } Constant [ public int IS_UV_FS_EVENT ] { 15 } Constant [ public int IS_UV_TTY ] { 16 } Constant [ public int IS_UV_FS_POLL ] { 17 } Constant [ public int IS_UV_POLL ] { 18 } Constant [ public int UNKNOWN_HANDLE ] { 0 } Constant [ public int FILE ] { 17 } Constant [ public int ASYNC ] { 1 } Constant [ public int CHECK ] { 2 } Constant [ public int FS_EVENT ] { 3 } Constant [ public int FS_POLL ] { 4 } Constant [ public int HANDLE ] { 5 } Constant [ public int IDLE ] { 6 } Constant [ public int NAMED_PIPE ] { 7 } Constant [ public int POLL ] { 8 } Constant [ public int PREPARE ] { 9 } Constant [ public int PROCESS ] { 10 } Constant [ public int STREAM ] { 11 } Constant [ public int TCP ] { 12 } Constant [ public int TIMER ] { 13 } Constant [ public int TTY ] { 14 } Constant [ public int UDP ] { 15 } Constant [ public int SIGNAL ] { 16 } Constant [ public int HANDLE_TYPE_MAX ] { 18 } Constant [ public int IGNORE ] { 0 } Constant [ public int CREATE_PIPE ] { 1 } Constant [ public int INHERIT_FD ] { 2 } Constant [ public int INHERIT_STREAM ] { 4 } Constant [ public int READABLE_PIPE ] { 16 } Constant [ public int WRITABLE_PIPE ] { 32 } Constant [ public int OVERLAPPED_PIPE ] { 64 } Constant [ public int PROCESS_SETUID ] { 1 } Constant [ public int PROCESS_SETGID ] { 2 } Constant [ public int PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 } Constant [ public int PROCESS_DETACHED ] { 8 } Constant [ public int PROCESS_WINDOWS_HIDE ] { 16 } Constant [ public int PROCESS_WINDOWS_HIDE_CONSOLE ] { 32 } Constant [ public int PROCESS_WINDOWS_HIDE_GUI ] { 64 } Constant [ public int E2BIG ] { -7 } Constant [ public int EACCES ] { -13 } Constant [ public int EADDRINUSE ] { -98 } Constant [ public int EADDRNOTAVAIL ] { -99 } Constant [ public int EAFNOSUPPORT ] { -97 } Constant [ public int EAGAIN ] { -11 } Constant [ public int EAI_ADDRFAMILY ] { -3000 } Constant [ public int EAI_AGAIN ] { -3001 } Constant [ public int EAI_BADFLAGS ] { -3002 } Constant [ public int EAI_BADHINTS ] { -3013 } Constant [ public int EAI_CANCELED ] { -3003 } Constant [ public int EAI_FAIL ] { -3004 } Constant [ public int EAI_FAMILY ] { -3005 } Constant [ public int EAI_MEMORY ] { -3006 } Constant [ public int EAI_NODATA ] { -3007 } Constant [ public int EAI_NONAME ] { -3008 } Constant [ public int EAI_OVERFLOW ] { -3009 } Constant [ public int EAI_PROTOCOL ] { -3014 } Constant [ public int EAI_SERVICE ] { -3010 } Constant [ public int EAI_SOCKTYPE ] { -3011 } Constant [ public int EALREADY ] { -114 } Constant [ public int EBADF ] { -9 } Constant [ public int EBUSY ] { -16 } Constant [ public int ECANCELED ] { -125 } Constant [ public int ECHARSET ] { -4080 } Constant [ public int ECONNABORTED ] { -103 } Constant [ public int ECONNREFUSED ] { -111 } Constant [ public int ECONNRESET ] { -104 } Constant [ public int EDESTADDRREQ ] { -89 } Constant [ public int EEXIST ] { -17 } Constant [ public int EFAULT ] { -14 } Constant [ public int EFBIG ] { -27 } Constant [ public int EHOSTUNREACH ] { -113 } Constant [ public int EINTR ] { -4 } Constant [ public int EINVAL ] { -22 } Constant [ public int EIO ] { -5 } Constant [ public int EISCONN ] { -106 } Constant [ public int EISDIR ] { -21 } Constant [ public int ELOOP ] { -40 } Constant [ public int EMFILE ] { -24 } Constant [ public int EMSGSIZE ] { -90 } Constant [ public int ENAMETOOLONG ] { -36 } Constant [ public int ENETDOWN ] { -100 } Constant [ public int ENETUNREACH ] { -101 } Constant [ public int ENFILE ] { -23 } Constant [ public int ENOBUFS ] { -105 } Constant [ public int ENODEV ] { -19 } Constant [ public int ENOENT ] { -2 } Constant [ public int ENOMEM ] { -12 } Constant [ public int ENONET ] { -64 } Constant [ public int ENOPROTOOPT ] { -92 } Constant [ public int ENOSPC ] { -28 } Constant [ public int ENOSYS ] { -38 } Constant [ public int ENOTCONN ] { -107 } Constant [ public int ENOTDIR ] { -20 } Constant [ public int ENOTEMPTY ] { -39 } Constant [ public int ENOTSOCK ] { -88 } Constant [ public int ENOTSUP ] { -95 } Constant [ public int EOVERFLOW ] { -75 } Constant [ public int EPERM ] { -1 } Constant [ public int EPIPE ] { -32 } Constant [ public int EPROTO ] { -71 } Constant [ public int EPROTONOSUPPORT ] { -93 } Constant [ public int EPROTOTYPE ] { -91 } Constant [ public int ERANGE ] { -34 } Constant [ public int EROFS ] { -30 } Constant [ public int ESHUTDOWN ] { -108 } Constant [ public int ESPIPE ] { -29 } Constant [ public int ESRCH ] { -3 } Constant [ public int ETIMEDOUT ] { -110 } Constant [ public int ETXTBSY ] { -26 } Constant [ public int EXDEV ] { -18 } Constant [ public int UNKNOWN ] { -4094 } Constant [ public int EOF ] { -4095 } Constant [ public int ENXIO ] { -6 } Constant [ public int EMLINK ] { -31 } Constant [ public int EHOSTDOWN ] { -112 } Constant [ public int EREMOTEIO ] { -121 } Constant [ public int ENOTTY ] { -25 } Constant [ public int EFTYPE ] { -4028 } Constant [ public int EILSEQ ] { -84 } Constant [ public int ESOCKTNOSUPPORT ] { -94 } } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [0] { } } Class [ final class UVTcp extends UVStream ] { - Constants [206] { Constant [ public int RUN_DEFAULT ] { 0 } Constant [ public int RUN_ONCE ] { 1 } Constant [ public int RUN_NOWAIT ] { 2 } Constant [ public int CHANGE ] { 2 } Constant [ public int RENAME ] { 1 } Constant [ public int READABLE ] { 1 } Constant [ public int WRITABLE ] { 2 } Constant [ public int O_RDONLY ] { 0 } Constant [ public int O_WRONLY ] { 1 } Constant [ public int O_RDWR ] { 2 } Constant [ public int O_CREAT ] { 64 } Constant [ public int O_EXCL ] { 128 } Constant [ public int O_TRUNC ] { 512 } Constant [ public int O_APPEND ] { 1024 } Constant [ public int S_IFDIR ] { 16384 } Constant [ public int S_IFREG ] { 32768 } Constant [ public int O_NOCTTY ] { 256 } Constant [ public int S_IRWXU ] { 448 } Constant [ public int S_IRUSR ] { 256 } Constant [ public int S_IWUSR ] { 128 } Constant [ public int S_IXUSR ] { 64 } Constant [ public int S_IRWXG ] { 56 } Constant [ public int S_IRGRP ] { 32 } Constant [ public int S_IWGRP ] { 16 } Constant [ public int S_IXGRP ] { 8 } Constant [ public int S_IRWXO ] { 7 } Constant [ public int S_IROTH ] { 4 } Constant [ public int S_IWOTH ] { 2 } Constant [ public int S_IXOTH ] { 1 } Constant [ public int SIG_IGN ] { 1 } Constant [ public int SIG_DFL ] { 0 } Constant [ public int SIG_ERR ] { -1 } Constant [ public int SIGHUP ] { 1 } Constant [ public int SIGINT ] { 2 } Constant [ public int SIGQUIT ] { 3 } Constant [ public int SIGILL ] { 4 } Constant [ public int SIGTRAP ] { 5 } Constant [ public int SIGABRT ] { 6 } Constant [ public int SIGIOT ] { 6 } Constant [ public int SIGBUS ] { 7 } Constant [ public int SIGFPE ] { 8 } Constant [ public int SIGKILL ] { 9 } Constant [ public int SIGUSR1 ] { 10 } Constant [ public int SIGSEGV ] { 11 } Constant [ public int SIGUSR2 ] { 12 } Constant [ public int SIGPIPE ] { 13 } Constant [ public int SIGALRM ] { 14 } Constant [ public int SIGTERM ] { 15 } Constant [ public int SIGSTKFLT ] { 16 } Constant [ public int SIGCLD ] { 17 } Constant [ public int SIGCHLD ] { 17 } Constant [ public int SIGCONT ] { 18 } Constant [ public int SIGSTOP ] { 19 } Constant [ public int SIGTSTP ] { 20 } Constant [ public int SIGTTIN ] { 21 } Constant [ public int SIGTTOU ] { 22 } Constant [ public int SIGURG ] { 23 } Constant [ public int SIGXCPU ] { 24 } Constant [ public int SIGXFSZ ] { 25 } Constant [ public int SIGVTALRM ] { 26 } Constant [ public int SIGPROF ] { 27 } Constant [ public int SIGWINCH ] { 28 } Constant [ public int SIGPOLL ] { 29 } Constant [ public int SIGIO ] { 29 } Constant [ public int SIGPWR ] { 30 } Constant [ public int SIGSYS ] { 31 } Constant [ public int SIGBABY ] { 31 } Constant [ public int AF_INET ] { 2 } Constant [ public int AF_INET6 ] { 10 } Constant [ public int AF_UNSPEC ] { 0 } Constant [ public int LEAVE_GROUP ] { 0 } Constant [ public int JOIN_GROUP ] { 1 } Constant [ public int IS_UV_TCP ] { 0 } Constant [ public int IS_UV_UDP ] { 1 } Constant [ public int IS_UV_PIPE ] { 2 } Constant [ public int IS_UV_IDLE ] { 3 } Constant [ public int IS_UV_TIMER ] { 4 } Constant [ public int IS_UV_ASYNC ] { 5 } Constant [ public int IS_UV_LOOP ] { 6 } Constant [ public int IS_UV_HANDLE ] { 7 } Constant [ public int IS_UV_STREAM ] { 8 } Constant [ public int IS_UV_ADDRINFO ] { 9 } Constant [ public int IS_UV_PROCESS ] { 10 } Constant [ public int IS_UV_PREPARE ] { 11 } Constant [ public int IS_UV_CHECK ] { 12 } Constant [ public int IS_UV_WORK ] { 13 } Constant [ public int IS_UV_FS ] { 14 } Constant [ public int IS_UV_FS_EVENT ] { 15 } Constant [ public int IS_UV_TTY ] { 16 } Constant [ public int IS_UV_FS_POLL ] { 17 } Constant [ public int IS_UV_POLL ] { 18 } Constant [ public int UNKNOWN_HANDLE ] { 0 } Constant [ public int FILE ] { 17 } Constant [ public int ASYNC ] { 1 } Constant [ public int CHECK ] { 2 } Constant [ public int FS_EVENT ] { 3 } Constant [ public int FS_POLL ] { 4 } Constant [ public int HANDLE ] { 5 } Constant [ public int IDLE ] { 6 } Constant [ public int NAMED_PIPE ] { 7 } Constant [ public int POLL ] { 8 } Constant [ public int PREPARE ] { 9 } Constant [ public int PROCESS ] { 10 } Constant [ public int STREAM ] { 11 } Constant [ public int TCP ] { 12 } Constant [ public int TIMER ] { 13 } Constant [ public int TTY ] { 14 } Constant [ public int UDP ] { 15 } Constant [ public int SIGNAL ] { 16 } Constant [ public int HANDLE_TYPE_MAX ] { 18 } Constant [ public int IGNORE ] { 0 } Constant [ public int CREATE_PIPE ] { 1 } Constant [ public int INHERIT_FD ] { 2 } Constant [ public int INHERIT_STREAM ] { 4 } Constant [ public int READABLE_PIPE ] { 16 } Constant [ public int WRITABLE_PIPE ] { 32 } Constant [ public int OVERLAPPED_PIPE ] { 64 } Constant [ public int PROCESS_SETUID ] { 1 } Constant [ public int PROCESS_SETGID ] { 2 } Constant [ public int PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 } Constant [ public int PROCESS_DETACHED ] { 8 } Constant [ public int PROCESS_WINDOWS_HIDE ] { 16 } Constant [ public int PROCESS_WINDOWS_HIDE_CONSOLE ] { 32 } Constant [ public int PROCESS_WINDOWS_HIDE_GUI ] { 64 } Constant [ public int E2BIG ] { -7 } Constant [ public int EACCES ] { -13 } Constant [ public int EADDRINUSE ] { -98 } Constant [ public int EADDRNOTAVAIL ] { -99 } Constant [ public int EAFNOSUPPORT ] { -97 } Constant [ public int EAGAIN ] { -11 } Constant [ public int EAI_ADDRFAMILY ] { -3000 } Constant [ public int EAI_AGAIN ] { -3001 } Constant [ public int EAI_BADFLAGS ] { -3002 } Constant [ public int EAI_BADHINTS ] { -3013 } Constant [ public int EAI_CANCELED ] { -3003 } Constant [ public int EAI_FAIL ] { -3004 } Constant [ public int EAI_FAMILY ] { -3005 } Constant [ public int EAI_MEMORY ] { -3006 } Constant [ public int EAI_NODATA ] { -3007 } Constant [ public int EAI_NONAME ] { -3008 } Constant [ public int EAI_OVERFLOW ] { -3009 } Constant [ public int EAI_PROTOCOL ] { -3014 } Constant [ public int EAI_SERVICE ] { -3010 } Constant [ public int EAI_SOCKTYPE ] { -3011 } Constant [ public int EALREADY ] { -114 } Constant [ public int EBADF ] { -9 } Constant [ public int EBUSY ] { -16 } Constant [ public int ECANCELED ] { -125 } Constant [ public int ECHARSET ] { -4080 } Constant [ public int ECONNABORTED ] { -103 } Constant [ public int ECONNREFUSED ] { -111 } Constant [ public int ECONNRESET ] { -104 } Constant [ public int EDESTADDRREQ ] { -89 } Constant [ public int EEXIST ] { -17 } Constant [ public int EFAULT ] { -14 } Constant [ public int EFBIG ] { -27 } Constant [ public int EHOSTUNREACH ] { -113 } Constant [ public int EINTR ] { -4 } Constant [ public int EINVAL ] { -22 } Constant [ public int EIO ] { -5 } Constant [ public int EISCONN ] { -106 } Constant [ public int EISDIR ] { -21 } Constant [ public int ELOOP ] { -40 } Constant [ public int EMFILE ] { -24 } Constant [ public int EMSGSIZE ] { -90 } Constant [ public int ENAMETOOLONG ] { -36 } Constant [ public int ENETDOWN ] { -100 } Constant [ public int ENETUNREACH ] { -101 } Constant [ public int ENFILE ] { -23 } Constant [ public int ENOBUFS ] { -105 } Constant [ public int ENODEV ] { -19 } Constant [ public int ENOENT ] { -2 } Constant [ public int ENOMEM ] { -12 } Constant [ public int ENONET ] { -64 } Constant [ public int ENOPROTOOPT ] { -92 } Constant [ public int ENOSPC ] { -28 } Constant [ public int ENOSYS ] { -38 } Constant [ public int ENOTCONN ] { -107 } Constant [ public int ENOTDIR ] { -20 } Constant [ public int ENOTEMPTY ] { -39 } Constant [ public int ENOTSOCK ] { -88 } Constant [ public int ENOTSUP ] { -95 } Constant [ public int EOVERFLOW ] { -75 } Constant [ public int EPERM ] { -1 } Constant [ public int EPIPE ] { -32 } Constant [ public int EPROTO ] { -71 } Constant [ public int EPROTONOSUPPORT ] { -93 } Constant [ public int EPROTOTYPE ] { -91 } Constant [ public int ERANGE ] { -34 } Constant [ public int EROFS ] { -30 } Constant [ public int ESHUTDOWN ] { -108 } Constant [ public int ESPIPE ] { -29 } Constant [ public int ESRCH ] { -3 } Constant [ public int ETIMEDOUT ] { -110 } Constant [ public int ETXTBSY ] { -26 } Constant [ public int EXDEV ] { -18 } Constant [ public int UNKNOWN ] { -4094 } Constant [ public int EOF ] { -4095 } Constant [ public int ENXIO ] { -6 } Constant [ public int EMLINK ] { -31 } Constant [ public int EHOSTDOWN ] { -112 } Constant [ public int EREMOTEIO ] { -121 } Constant [ public int ENOTTY ] { -25 } Constant [ public int EFTYPE ] { -4028 } Constant [ public int EILSEQ ] { -84 } Constant [ public int ESOCKTNOSUPPORT ] { -94 } } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [0] { } } Class [ final class UVUdp extends UV ] { - Constants [206] { Constant [ public int RUN_DEFAULT ] { 0 } Constant [ public int RUN_ONCE ] { 1 } Constant [ public int RUN_NOWAIT ] { 2 } Constant [ public int CHANGE ] { 2 } Constant [ public int RENAME ] { 1 } Constant [ public int READABLE ] { 1 } Constant [ public int WRITABLE ] { 2 } Constant [ public int O_RDONLY ] { 0 } Constant [ public int O_WRONLY ] { 1 } Constant [ public int O_RDWR ] { 2 } Constant [ public int O_CREAT ] { 64 } Constant [ public int O_EXCL ] { 128 } Constant [ public int O_TRUNC ] { 512 } Constant [ public int O_APPEND ] { 1024 } Constant [ public int S_IFDIR ] { 16384 } Constant [ public int S_IFREG ] { 32768 } Constant [ public int O_NOCTTY ] { 256 } Constant [ public int S_IRWXU ] { 448 } Constant [ public int S_IRUSR ] { 256 } Constant [ public int S_IWUSR ] { 128 } Constant [ public int S_IXUSR ] { 64 } Constant [ public int S_IRWXG ] { 56 } Constant [ public int S_IRGRP ] { 32 } Constant [ public int S_IWGRP ] { 16 } Constant [ public int S_IXGRP ] { 8 } Constant [ public int S_IRWXO ] { 7 } Constant [ public int S_IROTH ] { 4 } Constant [ public int S_IWOTH ] { 2 } Constant [ public int S_IXOTH ] { 1 } Constant [ public int SIG_IGN ] { 1 } Constant [ public int SIG_DFL ] { 0 } Constant [ public int SIG_ERR ] { -1 } Constant [ public int SIGHUP ] { 1 } Constant [ public int SIGINT ] { 2 } Constant [ public int SIGQUIT ] { 3 } Constant [ public int SIGILL ] { 4 } Constant [ public int SIGTRAP ] { 5 } Constant [ public int SIGABRT ] { 6 } Constant [ public int SIGIOT ] { 6 } Constant [ public int SIGBUS ] { 7 } Constant [ public int SIGFPE ] { 8 } Constant [ public int SIGKILL ] { 9 } Constant [ public int SIGUSR1 ] { 10 } Constant [ public int SIGSEGV ] { 11 } Constant [ public int SIGUSR2 ] { 12 } Constant [ public int SIGPIPE ] { 13 } Constant [ public int SIGALRM ] { 14 } Constant [ public int SIGTERM ] { 15 } Constant [ public int SIGSTKFLT ] { 16 } Constant [ public int SIGCLD ] { 17 } Constant [ public int SIGCHLD ] { 17 } Constant [ public int SIGCONT ] { 18 } Constant [ public int SIGSTOP ] { 19 } Constant [ public int SIGTSTP ] { 20 } Constant [ public int SIGTTIN ] { 21 } Constant [ public int SIGTTOU ] { 22 } Constant [ public int SIGURG ] { 23 } Constant [ public int SIGXCPU ] { 24 } Constant [ public int SIGXFSZ ] { 25 } Constant [ public int SIGVTALRM ] { 26 } Constant [ public int SIGPROF ] { 27 } Constant [ public int SIGWINCH ] { 28 } Constant [ public int SIGPOLL ] { 29 } Constant [ public int SIGIO ] { 29 } Constant [ public int SIGPWR ] { 30 } Constant [ public int SIGSYS ] { 31 } Constant [ public int SIGBABY ] { 31 } Constant [ public int AF_INET ] { 2 } Constant [ public int AF_INET6 ] { 10 } Constant [ public int AF_UNSPEC ] { 0 } Constant [ public int LEAVE_GROUP ] { 0 } Constant [ public int JOIN_GROUP ] { 1 } Constant [ public int IS_UV_TCP ] { 0 } Constant [ public int IS_UV_UDP ] { 1 } Constant [ public int IS_UV_PIPE ] { 2 } Constant [ public int IS_UV_IDLE ] { 3 } Constant [ public int IS_UV_TIMER ] { 4 } Constant [ public int IS_UV_ASYNC ] { 5 } Constant [ public int IS_UV_LOOP ] { 6 } Constant [ public int IS_UV_HANDLE ] { 7 } Constant [ public int IS_UV_STREAM ] { 8 } Constant [ public int IS_UV_ADDRINFO ] { 9 } Constant [ public int IS_UV_PROCESS ] { 10 } Constant [ public int IS_UV_PREPARE ] { 11 } Constant [ public int IS_UV_CHECK ] { 12 } Constant [ public int IS_UV_WORK ] { 13 } Constant [ public int IS_UV_FS ] { 14 } Constant [ public int IS_UV_FS_EVENT ] { 15 } Constant [ public int IS_UV_TTY ] { 16 } Constant [ public int IS_UV_FS_POLL ] { 17 } Constant [ public int IS_UV_POLL ] { 18 } Constant [ public int UNKNOWN_HANDLE ] { 0 } Constant [ public int FILE ] { 17 } Constant [ public int ASYNC ] { 1 } Constant [ public int CHECK ] { 2 } Constant [ public int FS_EVENT ] { 3 } Constant [ public int FS_POLL ] { 4 } Constant [ public int HANDLE ] { 5 } Constant [ public int IDLE ] { 6 } Constant [ public int NAMED_PIPE ] { 7 } Constant [ public int POLL ] { 8 } Constant [ public int PREPARE ] { 9 } Constant [ public int PROCESS ] { 10 } Constant [ public int STREAM ] { 11 } Constant [ public int TCP ] { 12 } Constant [ public int TIMER ] { 13 } Constant [ public int TTY ] { 14 } Constant [ public int UDP ] { 15 } Constant [ public int SIGNAL ] { 16 } Constant [ public int HANDLE_TYPE_MAX ] { 18 } Constant [ public int IGNORE ] { 0 } Constant [ public int CREATE_PIPE ] { 1 } Constant [ public int INHERIT_FD ] { 2 } Constant [ public int INHERIT_STREAM ] { 4 } Constant [ public int READABLE_PIPE ] { 16 } Constant [ public int WRITABLE_PIPE ] { 32 } Constant [ public int OVERLAPPED_PIPE ] { 64 } Constant [ public int PROCESS_SETUID ] { 1 } Constant [ public int PROCESS_SETGID ] { 2 } Constant [ public int PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 } Constant [ public int PROCESS_DETACHED ] { 8 } Constant [ public int PROCESS_WINDOWS_HIDE ] { 16 } Constant [ public int PROCESS_WINDOWS_HIDE_CONSOLE ] { 32 } Constant [ public int PROCESS_WINDOWS_HIDE_GUI ] { 64 } Constant [ public int E2BIG ] { -7 } Constant [ public int EACCES ] { -13 } Constant [ public int EADDRINUSE ] { -98 } Constant [ public int EADDRNOTAVAIL ] { -99 } Constant [ public int EAFNOSUPPORT ] { -97 } Constant [ public int EAGAIN ] { -11 } Constant [ public int EAI_ADDRFAMILY ] { -3000 } Constant [ public int EAI_AGAIN ] { -3001 } Constant [ public int EAI_BADFLAGS ] { -3002 } Constant [ public int EAI_BADHINTS ] { -3013 } Constant [ public int EAI_CANCELED ] { -3003 } Constant [ public int EAI_FAIL ] { -3004 } Constant [ public int EAI_FAMILY ] { -3005 } Constant [ public int EAI_MEMORY ] { -3006 } Constant [ public int EAI_NODATA ] { -3007 } Constant [ public int EAI_NONAME ] { -3008 } Constant [ public int EAI_OVERFLOW ] { -3009 } Constant [ public int EAI_PROTOCOL ] { -3014 } Constant [ public int EAI_SERVICE ] { -3010 } Constant [ public int EAI_SOCKTYPE ] { -3011 } Constant [ public int EALREADY ] { -114 } Constant [ public int EBADF ] { -9 } Constant [ public int EBUSY ] { -16 } Constant [ public int ECANCELED ] { -125 } Constant [ public int ECHARSET ] { -4080 } Constant [ public int ECONNABORTED ] { -103 } Constant [ public int ECONNREFUSED ] { -111 } Constant [ public int ECONNRESET ] { -104 } Constant [ public int EDESTADDRREQ ] { -89 } Constant [ public int EEXIST ] { -17 } Constant [ public int EFAULT ] { -14 } Constant [ public int EFBIG ] { -27 } Constant [ public int EHOSTUNREACH ] { -113 } Constant [ public int EINTR ] { -4 } Constant [ public int EINVAL ] { -22 } Constant [ public int EIO ] { -5 } Constant [ public int EISCONN ] { -106 } Constant [ public int EISDIR ] { -21 } Constant [ public int ELOOP ] { -40 } Constant [ public int EMFILE ] { -24 } Constant [ public int EMSGSIZE ] { -90 } Constant [ public int ENAMETOOLONG ] { -36 } Constant [ public int ENETDOWN ] { -100 } Constant [ public int ENETUNREACH ] { -101 } Constant [ public int ENFILE ] { -23 } Constant [ public int ENOBUFS ] { -105 } Constant [ public int ENODEV ] { -19 } Constant [ public int ENOENT ] { -2 } Constant [ public int ENOMEM ] { -12 } Constant [ public int ENONET ] { -64 } Constant [ public int ENOPROTOOPT ] { -92 } Constant [ public int ENOSPC ] { -28 } Constant [ public int ENOSYS ] { -38 } Constant [ public int ENOTCONN ] { -107 } Constant [ public int ENOTDIR ] { -20 } Constant [ public int ENOTEMPTY ] { -39 } Constant [ public int ENOTSOCK ] { -88 } Constant [ public int ENOTSUP ] { -95 } Constant [ public int EOVERFLOW ] { -75 } Constant [ public int EPERM ] { -1 } Constant [ public int EPIPE ] { -32 } Constant [ public int EPROTO ] { -71 } Constant [ public int EPROTONOSUPPORT ] { -93 } Constant [ public int EPROTOTYPE ] { -91 } Constant [ public int ERANGE ] { -34 } Constant [ public int EROFS ] { -30 } Constant [ public int ESHUTDOWN ] { -108 } Constant [ public int ESPIPE ] { -29 } Constant [ public int ESRCH ] { -3 } Constant [ public int ETIMEDOUT ] { -110 } Constant [ public int ETXTBSY ] { -26 } Constant [ public int EXDEV ] { -18 } Constant [ public int UNKNOWN ] { -4094 } Constant [ public int EOF ] { -4095 } Constant [ public int ENXIO ] { -6 } Constant [ public int EMLINK ] { -31 } Constant [ public int EHOSTDOWN ] { -112 } Constant [ public int EREMOTEIO ] { -121 } Constant [ public int ENOTTY ] { -25 } Constant [ public int EFTYPE ] { -4028 } Constant [ public int EILSEQ ] { -84 } Constant [ public int ESOCKTNOSUPPORT ] { -94 } } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [0] { } } Class [ final class UVPipe extends UVStream ] { - Constants [206] { Constant [ public int RUN_DEFAULT ] { 0 } Constant [ public int RUN_ONCE ] { 1 } Constant [ public int RUN_NOWAIT ] { 2 } Constant [ public int CHANGE ] { 2 } Constant [ public int RENAME ] { 1 } Constant [ public int READABLE ] { 1 } Constant [ public int WRITABLE ] { 2 } Constant [ public int O_RDONLY ] { 0 } Constant [ public int O_WRONLY ] { 1 } Constant [ public int O_RDWR ] { 2 } Constant [ public int O_CREAT ] { 64 } Constant [ public int O_EXCL ] { 128 } Constant [ public int O_TRUNC ] { 512 } Constant [ public int O_APPEND ] { 1024 } Constant [ public int S_IFDIR ] { 16384 } Constant [ public int S_IFREG ] { 32768 } Constant [ public int O_NOCTTY ] { 256 } Constant [ public int S_IRWXU ] { 448 } Constant [ public int S_IRUSR ] { 256 } Constant [ public int S_IWUSR ] { 128 } Constant [ public int S_IXUSR ] { 64 } Constant [ public int S_IRWXG ] { 56 } Constant [ public int S_IRGRP ] { 32 } Constant [ public int S_IWGRP ] { 16 } Constant [ public int S_IXGRP ] { 8 } Constant [ public int S_IRWXO ] { 7 } Constant [ public int S_IROTH ] { 4 } Constant [ public int S_IWOTH ] { 2 } Constant [ public int S_IXOTH ] { 1 } Constant [ public int SIG_IGN ] { 1 } Constant [ public int SIG_DFL ] { 0 } Constant [ public int SIG_ERR ] { -1 } Constant [ public int SIGHUP ] { 1 } Constant [ public int SIGINT ] { 2 } Constant [ public int SIGQUIT ] { 3 } Constant [ public int SIGILL ] { 4 } Constant [ public int SIGTRAP ] { 5 } Constant [ public int SIGABRT ] { 6 } Constant [ public int SIGIOT ] { 6 } Constant [ public int SIGBUS ] { 7 } Constant [ public int SIGFPE ] { 8 } Constant [ public int SIGKILL ] { 9 } Constant [ public int SIGUSR1 ] { 10 } Constant [ public int SIGSEGV ] { 11 } Constant [ public int SIGUSR2 ] { 12 } Constant [ public int SIGPIPE ] { 13 } Constant [ public int SIGALRM ] { 14 } Constant [ public int SIGTERM ] { 15 } Constant [ public int SIGSTKFLT ] { 16 } Constant [ public int SIGCLD ] { 17 } Constant [ public int SIGCHLD ] { 17 } Constant [ public int SIGCONT ] { 18 } Constant [ public int SIGSTOP ] { 19 } Constant [ public int SIGTSTP ] { 20 } Constant [ public int SIGTTIN ] { 21 } Constant [ public int SIGTTOU ] { 22 } Constant [ public int SIGURG ] { 23 } Constant [ public int SIGXCPU ] { 24 } Constant [ public int SIGXFSZ ] { 25 } Constant [ public int SIGVTALRM ] { 26 } Constant [ public int SIGPROF ] { 27 } Constant [ public int SIGWINCH ] { 28 } Constant [ public int SIGPOLL ] { 29 } Constant [ public int SIGIO ] { 29 } Constant [ public int SIGPWR ] { 30 } Constant [ public int SIGSYS ] { 31 } Constant [ public int SIGBABY ] { 31 } Constant [ public int AF_INET ] { 2 } Constant [ public int AF_INET6 ] { 10 } Constant [ public int AF_UNSPEC ] { 0 } Constant [ public int LEAVE_GROUP ] { 0 } Constant [ public int JOIN_GROUP ] { 1 } Constant [ public int IS_UV_TCP ] { 0 } Constant [ public int IS_UV_UDP ] { 1 } Constant [ public int IS_UV_PIPE ] { 2 } Constant [ public int IS_UV_IDLE ] { 3 } Constant [ public int IS_UV_TIMER ] { 4 } Constant [ public int IS_UV_ASYNC ] { 5 } Constant [ public int IS_UV_LOOP ] { 6 } Constant [ public int IS_UV_HANDLE ] { 7 } Constant [ public int IS_UV_STREAM ] { 8 } Constant [ public int IS_UV_ADDRINFO ] { 9 } Constant [ public int IS_UV_PROCESS ] { 10 } Constant [ public int IS_UV_PREPARE ] { 11 } Constant [ public int IS_UV_CHECK ] { 12 } Constant [ public int IS_UV_WORK ] { 13 } Constant [ public int IS_UV_FS ] { 14 } Constant [ public int IS_UV_FS_EVENT ] { 15 } Constant [ public int IS_UV_TTY ] { 16 } Constant [ public int IS_UV_FS_POLL ] { 17 } Constant [ public int IS_UV_POLL ] { 18 } Constant [ public int UNKNOWN_HANDLE ] { 0 } Constant [ public int FILE ] { 17 } Constant [ public int ASYNC ] { 1 } Constant [ public int CHECK ] { 2 } Constant [ public int FS_EVENT ] { 3 } Constant [ public int FS_POLL ] { 4 } Constant [ public int HANDLE ] { 5 } Constant [ public int IDLE ] { 6 } Constant [ public int NAMED_PIPE ] { 7 } Constant [ public int POLL ] { 8 } Constant [ public int PREPARE ] { 9 } Constant [ public int PROCESS ] { 10 } Constant [ public int STREAM ] { 11 } Constant [ public int TCP ] { 12 } Constant [ public int TIMER ] { 13 } Constant [ public int TTY ] { 14 } Constant [ public int UDP ] { 15 } Constant [ public int SIGNAL ] { 16 } Constant [ public int HANDLE_TYPE_MAX ] { 18 } Constant [ public int IGNORE ] { 0 } Constant [ public int CREATE_PIPE ] { 1 } Constant [ public int INHERIT_FD ] { 2 } Constant [ public int INHERIT_STREAM ] { 4 } Constant [ public int READABLE_PIPE ] { 16 } Constant [ public int WRITABLE_PIPE ] { 32 } Constant [ public int OVERLAPPED_PIPE ] { 64 } Constant [ public int PROCESS_SETUID ] { 1 } Constant [ public int PROCESS_SETGID ] { 2 } Constant [ public int PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 } Constant [ public int PROCESS_DETACHED ] { 8 } Constant [ public int PROCESS_WINDOWS_HIDE ] { 16 } Constant [ public int PROCESS_WINDOWS_HIDE_CONSOLE ] { 32 } Constant [ public int PROCESS_WINDOWS_HIDE_GUI ] { 64 } Constant [ public int E2BIG ] { -7 } Constant [ public int EACCES ] { -13 } Constant [ public int EADDRINUSE ] { -98 } Constant [ public int EADDRNOTAVAIL ] { -99 } Constant [ public int EAFNOSUPPORT ] { -97 } Constant [ public int EAGAIN ] { -11 } Constant [ public int EAI_ADDRFAMILY ] { -3000 } Constant [ public int EAI_AGAIN ] { -3001 } Constant [ public int EAI_BADFLAGS ] { -3002 } Constant [ public int EAI_BADHINTS ] { -3013 } Constant [ public int EAI_CANCELED ] { -3003 } Constant [ public int EAI_FAIL ] { -3004 } Constant [ public int EAI_FAMILY ] { -3005 } Constant [ public int EAI_MEMORY ] { -3006 } Constant [ public int EAI_NODATA ] { -3007 } Constant [ public int EAI_NONAME ] { -3008 } Constant [ public int EAI_OVERFLOW ] { -3009 } Constant [ public int EAI_PROTOCOL ] { -3014 } Constant [ public int EAI_SERVICE ] { -3010 } Constant [ public int EAI_SOCKTYPE ] { -3011 } Constant [ public int EALREADY ] { -114 } Constant [ public int EBADF ] { -9 } Constant [ public int EBUSY ] { -16 } Constant [ public int ECANCELED ] { -125 } Constant [ public int ECHARSET ] { -4080 } Constant [ public int ECONNABORTED ] { -103 } Constant [ public int ECONNREFUSED ] { -111 } Constant [ public int ECONNRESET ] { -104 } Constant [ public int EDESTADDRREQ ] { -89 } Constant [ public int EEXIST ] { -17 } Constant [ public int EFAULT ] { -14 } Constant [ public int EFBIG ] { -27 } Constant [ public int EHOSTUNREACH ] { -113 } Constant [ public int EINTR ] { -4 } Constant [ public int EINVAL ] { -22 } Constant [ public int EIO ] { -5 } Constant [ public int EISCONN ] { -106 } Constant [ public int EISDIR ] { -21 } Constant [ public int ELOOP ] { -40 } Constant [ public int EMFILE ] { -24 } Constant [ public int EMSGSIZE ] { -90 } Constant [ public int ENAMETOOLONG ] { -36 } Constant [ public int ENETDOWN ] { -100 } Constant [ public int ENETUNREACH ] { -101 } Constant [ public int ENFILE ] { -23 } Constant [ public int ENOBUFS ] { -105 } Constant [ public int ENODEV ] { -19 } Constant [ public int ENOENT ] { -2 } Constant [ public int ENOMEM ] { -12 } Constant [ public int ENONET ] { -64 } Constant [ public int ENOPROTOOPT ] { -92 } Constant [ public int ENOSPC ] { -28 } Constant [ public int ENOSYS ] { -38 } Constant [ public int ENOTCONN ] { -107 } Constant [ public int ENOTDIR ] { -20 } Constant [ public int ENOTEMPTY ] { -39 } Constant [ public int ENOTSOCK ] { -88 } Constant [ public int ENOTSUP ] { -95 } Constant [ public int EOVERFLOW ] { -75 } Constant [ public int EPERM ] { -1 } Constant [ public int EPIPE ] { -32 } Constant [ public int EPROTO ] { -71 } Constant [ public int EPROTONOSUPPORT ] { -93 } Constant [ public int EPROTOTYPE ] { -91 } Constant [ public int ERANGE ] { -34 } Constant [ public int EROFS ] { -30 } Constant [ public int ESHUTDOWN ] { -108 } Constant [ public int ESPIPE ] { -29 } Constant [ public int ESRCH ] { -3 } Constant [ public int ETIMEDOUT ] { -110 } Constant [ public int ETXTBSY ] { -26 } Constant [ public int EXDEV ] { -18 } Constant [ public int UNKNOWN ] { -4094 } Constant [ public int EOF ] { -4095 } Constant [ public int ENXIO ] { -6 } Constant [ public int EMLINK ] { -31 } Constant [ public int EHOSTDOWN ] { -112 } Constant [ public int EREMOTEIO ] { -121 } Constant [ public int ENOTTY ] { -25 } Constant [ public int EFTYPE ] { -4028 } Constant [ public int EILSEQ ] { -84 } Constant [ public int ESOCKTNOSUPPORT ] { -94 } } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [0] { } } Class [ final class UVIdle extends UV ] { - Constants [206] { Constant [ public int RUN_DEFAULT ] { 0 } Constant [ public int RUN_ONCE ] { 1 } Constant [ public int RUN_NOWAIT ] { 2 } Constant [ public int CHANGE ] { 2 } Constant [ public int RENAME ] { 1 } Constant [ public int READABLE ] { 1 } Constant [ public int WRITABLE ] { 2 } Constant [ public int O_RDONLY ] { 0 } Constant [ public int O_WRONLY ] { 1 } Constant [ public int O_RDWR ] { 2 } Constant [ public int O_CREAT ] { 64 } Constant [ public int O_EXCL ] { 128 } Constant [ public int O_TRUNC ] { 512 } Constant [ public int O_APPEND ] { 1024 } Constant [ public int S_IFDIR ] { 16384 } Constant [ public int S_IFREG ] { 32768 } Constant [ public int O_NOCTTY ] { 256 } Constant [ public int S_IRWXU ] { 448 } Constant [ public int S_IRUSR ] { 256 } Constant [ public int S_IWUSR ] { 128 } Constant [ public int S_IXUSR ] { 64 } Constant [ public int S_IRWXG ] { 56 } Constant [ public int S_IRGRP ] { 32 } Constant [ public int S_IWGRP ] { 16 } Constant [ public int S_IXGRP ] { 8 } Constant [ public int S_IRWXO ] { 7 } Constant [ public int S_IROTH ] { 4 } Constant [ public int S_IWOTH ] { 2 } Constant [ public int S_IXOTH ] { 1 } Constant [ public int SIG_IGN ] { 1 } Constant [ public int SIG_DFL ] { 0 } Constant [ public int SIG_ERR ] { -1 } Constant [ public int SIGHUP ] { 1 } Constant [ public int SIGINT ] { 2 } Constant [ public int SIGQUIT ] { 3 } Constant [ public int SIGILL ] { 4 } Constant [ public int SIGTRAP ] { 5 } Constant [ public int SIGABRT ] { 6 } Constant [ public int SIGIOT ] { 6 } Constant [ public int SIGBUS ] { 7 } Constant [ public int SIGFPE ] { 8 } Constant [ public int SIGKILL ] { 9 } Constant [ public int SIGUSR1 ] { 10 } Constant [ public int SIGSEGV ] { 11 } Constant [ public int SIGUSR2 ] { 12 } Constant [ public int SIGPIPE ] { 13 } Constant [ public int SIGALRM ] { 14 } Constant [ public int SIGTERM ] { 15 } Constant [ public int SIGSTKFLT ] { 16 } Constant [ public int SIGCLD ] { 17 } Constant [ public int SIGCHLD ] { 17 } Constant [ public int SIGCONT ] { 18 } Constant [ public int SIGSTOP ] { 19 } Constant [ public int SIGTSTP ] { 20 } Constant [ public int SIGTTIN ] { 21 } Constant [ public int SIGTTOU ] { 22 } Constant [ public int SIGURG ] { 23 } Constant [ public int SIGXCPU ] { 24 } Constant [ public int SIGXFSZ ] { 25 } Constant [ public int SIGVTALRM ] { 26 } Constant [ public int SIGPROF ] { 27 } Constant [ public int SIGWINCH ] { 28 } Constant [ public int SIGPOLL ] { 29 } Constant [ public int SIGIO ] { 29 } Constant [ public int SIGPWR ] { 30 } Constant [ public int SIGSYS ] { 31 } Constant [ public int SIGBABY ] { 31 } Constant [ public int AF_INET ] { 2 } Constant [ public int AF_INET6 ] { 10 } Constant [ public int AF_UNSPEC ] { 0 } Constant [ public int LEAVE_GROUP ] { 0 } Constant [ public int JOIN_GROUP ] { 1 } Constant [ public int IS_UV_TCP ] { 0 } Constant [ public int IS_UV_UDP ] { 1 } Constant [ public int IS_UV_PIPE ] { 2 } Constant [ public int IS_UV_IDLE ] { 3 } Constant [ public int IS_UV_TIMER ] { 4 } Constant [ public int IS_UV_ASYNC ] { 5 } Constant [ public int IS_UV_LOOP ] { 6 } Constant [ public int IS_UV_HANDLE ] { 7 } Constant [ public int IS_UV_STREAM ] { 8 } Constant [ public int IS_UV_ADDRINFO ] { 9 } Constant [ public int IS_UV_PROCESS ] { 10 } Constant [ public int IS_UV_PREPARE ] { 11 } Constant [ public int IS_UV_CHECK ] { 12 } Constant [ public int IS_UV_WORK ] { 13 } Constant [ public int IS_UV_FS ] { 14 } Constant [ public int IS_UV_FS_EVENT ] { 15 } Constant [ public int IS_UV_TTY ] { 16 } Constant [ public int IS_UV_FS_POLL ] { 17 } Constant [ public int IS_UV_POLL ] { 18 } Constant [ public int UNKNOWN_HANDLE ] { 0 } Constant [ public int FILE ] { 17 } Constant [ public int ASYNC ] { 1 } Constant [ public int CHECK ] { 2 } Constant [ public int FS_EVENT ] { 3 } Constant [ public int FS_POLL ] { 4 } Constant [ public int HANDLE ] { 5 } Constant [ public int IDLE ] { 6 } Constant [ public int NAMED_PIPE ] { 7 } Constant [ public int POLL ] { 8 } Constant [ public int PREPARE ] { 9 } Constant [ public int PROCESS ] { 10 } Constant [ public int STREAM ] { 11 } Constant [ public int TCP ] { 12 } Constant [ public int TIMER ] { 13 } Constant [ public int TTY ] { 14 } Constant [ public int UDP ] { 15 } Constant [ public int SIGNAL ] { 16 } Constant [ public int HANDLE_TYPE_MAX ] { 18 } Constant [ public int IGNORE ] { 0 } Constant [ public int CREATE_PIPE ] { 1 } Constant [ public int INHERIT_FD ] { 2 } Constant [ public int INHERIT_STREAM ] { 4 } Constant [ public int READABLE_PIPE ] { 16 } Constant [ public int WRITABLE_PIPE ] { 32 } Constant [ public int OVERLAPPED_PIPE ] { 64 } Constant [ public int PROCESS_SETUID ] { 1 } Constant [ public int PROCESS_SETGID ] { 2 } Constant [ public int PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 } Constant [ public int PROCESS_DETACHED ] { 8 } Constant [ public int PROCESS_WINDOWS_HIDE ] { 16 } Constant [ public int PROCESS_WINDOWS_HIDE_CONSOLE ] { 32 } Constant [ public int PROCESS_WINDOWS_HIDE_GUI ] { 64 } Constant [ public int E2BIG ] { -7 } Constant [ public int EACCES ] { -13 } Constant [ public int EADDRINUSE ] { -98 } Constant [ public int EADDRNOTAVAIL ] { -99 } Constant [ public int EAFNOSUPPORT ] { -97 } Constant [ public int EAGAIN ] { -11 } Constant [ public int EAI_ADDRFAMILY ] { -3000 } Constant [ public int EAI_AGAIN ] { -3001 } Constant [ public int EAI_BADFLAGS ] { -3002 } Constant [ public int EAI_BADHINTS ] { -3013 } Constant [ public int EAI_CANCELED ] { -3003 } Constant [ public int EAI_FAIL ] { -3004 } Constant [ public int EAI_FAMILY ] { -3005 } Constant [ public int EAI_MEMORY ] { -3006 } Constant [ public int EAI_NODATA ] { -3007 } Constant [ public int EAI_NONAME ] { -3008 } Constant [ public int EAI_OVERFLOW ] { -3009 } Constant [ public int EAI_PROTOCOL ] { -3014 } Constant [ public int EAI_SERVICE ] { -3010 } Constant [ public int EAI_SOCKTYPE ] { -3011 } Constant [ public int EALREADY ] { -114 } Constant [ public int EBADF ] { -9 } Constant [ public int EBUSY ] { -16 } Constant [ public int ECANCELED ] { -125 } Constant [ public int ECHARSET ] { -4080 } Constant [ public int ECONNABORTED ] { -103 } Constant [ public int ECONNREFUSED ] { -111 } Constant [ public int ECONNRESET ] { -104 } Constant [ public int EDESTADDRREQ ] { -89 } Constant [ public int EEXIST ] { -17 } Constant [ public int EFAULT ] { -14 } Constant [ public int EFBIG ] { -27 } Constant [ public int EHOSTUNREACH ] { -113 } Constant [ public int EINTR ] { -4 } Constant [ public int EINVAL ] { -22 } Constant [ public int EIO ] { -5 } Constant [ public int EISCONN ] { -106 } Constant [ public int EISDIR ] { -21 } Constant [ public int ELOOP ] { -40 } Constant [ public int EMFILE ] { -24 } Constant [ public int EMSGSIZE ] { -90 } Constant [ public int ENAMETOOLONG ] { -36 } Constant [ public int ENETDOWN ] { -100 } Constant [ public int ENETUNREACH ] { -101 } Constant [ public int ENFILE ] { -23 } Constant [ public int ENOBUFS ] { -105 } Constant [ public int ENODEV ] { -19 } Constant [ public int ENOENT ] { -2 } Constant [ public int ENOMEM ] { -12 } Constant [ public int ENONET ] { -64 } Constant [ public int ENOPROTOOPT ] { -92 } Constant [ public int ENOSPC ] { -28 } Constant [ public int ENOSYS ] { -38 } Constant [ public int ENOTCONN ] { -107 } Constant [ public int ENOTDIR ] { -20 } Constant [ public int ENOTEMPTY ] { -39 } Constant [ public int ENOTSOCK ] { -88 } Constant [ public int ENOTSUP ] { -95 } Constant [ public int EOVERFLOW ] { -75 } Constant [ public int EPERM ] { -1 } Constant [ public int EPIPE ] { -32 } Constant [ public int EPROTO ] { -71 } Constant [ public int EPROTONOSUPPORT ] { -93 } Constant [ public int EPROTOTYPE ] { -91 } Constant [ public int ERANGE ] { -34 } Constant [ public int EROFS ] { -30 } Constant [ public int ESHUTDOWN ] { -108 } Constant [ public int ESPIPE ] { -29 } Constant [ public int ESRCH ] { -3 } Constant [ public int ETIMEDOUT ] { -110 } Constant [ public int ETXTBSY ] { -26 } Constant [ public int EXDEV ] { -18 } Constant [ public int UNKNOWN ] { -4094 } Constant [ public int EOF ] { -4095 } Constant [ public int ENXIO ] { -6 } Constant [ public int EMLINK ] { -31 } Constant [ public int EHOSTDOWN ] { -112 } Constant [ public int EREMOTEIO ] { -121 } Constant [ public int ENOTTY ] { -25 } Constant [ public int EFTYPE ] { -4028 } Constant [ public int EILSEQ ] { -84 } Constant [ public int ESOCKTNOSUPPORT ] { -94 } } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [0] { } } Class [ final class UVTimer extends UV ] { - Constants [206] { Constant [ public int RUN_DEFAULT ] { 0 } Constant [ public int RUN_ONCE ] { 1 } Constant [ public int RUN_NOWAIT ] { 2 } Constant [ public int CHANGE ] { 2 } Constant [ public int RENAME ] { 1 } Constant [ public int READABLE ] { 1 } Constant [ public int WRITABLE ] { 2 } Constant [ public int O_RDONLY ] { 0 } Constant [ public int O_WRONLY ] { 1 } Constant [ public int O_RDWR ] { 2 } Constant [ public int O_CREAT ] { 64 } Constant [ public int O_EXCL ] { 128 } Constant [ public int O_TRUNC ] { 512 } Constant [ public int O_APPEND ] { 1024 } Constant [ public int S_IFDIR ] { 16384 } Constant [ public int S_IFREG ] { 32768 } Constant [ public int O_NOCTTY ] { 256 } Constant [ public int S_IRWXU ] { 448 } Constant [ public int S_IRUSR ] { 256 } Constant [ public int S_IWUSR ] { 128 } Constant [ public int S_IXUSR ] { 64 } Constant [ public int S_IRWXG ] { 56 } Constant [ public int S_IRGRP ] { 32 } Constant [ public int S_IWGRP ] { 16 } Constant [ public int S_IXGRP ] { 8 } Constant [ public int S_IRWXO ] { 7 } Constant [ public int S_IROTH ] { 4 } Constant [ public int S_IWOTH ] { 2 } Constant [ public int S_IXOTH ] { 1 } Constant [ public int SIG_IGN ] { 1 } Constant [ public int SIG_DFL ] { 0 } Constant [ public int SIG_ERR ] { -1 } Constant [ public int SIGHUP ] { 1 } Constant [ public int SIGINT ] { 2 } Constant [ public int SIGQUIT ] { 3 } Constant [ public int SIGILL ] { 4 } Constant [ public int SIGTRAP ] { 5 } Constant [ public int SIGABRT ] { 6 } Constant [ public int SIGIOT ] { 6 } Constant [ public int SIGBUS ] { 7 } Constant [ public int SIGFPE ] { 8 } Constant [ public int SIGKILL ] { 9 } Constant [ public int SIGUSR1 ] { 10 } Constant [ public int SIGSEGV ] { 11 } Constant [ public int SIGUSR2 ] { 12 } Constant [ public int SIGPIPE ] { 13 } Constant [ public int SIGALRM ] { 14 } Constant [ public int SIGTERM ] { 15 } Constant [ public int SIGSTKFLT ] { 16 } Constant [ public int SIGCLD ] { 17 } Constant [ public int SIGCHLD ] { 17 } Constant [ public int SIGCONT ] { 18 } Constant [ public int SIGSTOP ] { 19 } Constant [ public int SIGTSTP ] { 20 } Constant [ public int SIGTTIN ] { 21 } Constant [ public int SIGTTOU ] { 22 } Constant [ public int SIGURG ] { 23 } Constant [ public int SIGXCPU ] { 24 } Constant [ public int SIGXFSZ ] { 25 } Constant [ public int SIGVTALRM ] { 26 } Constant [ public int SIGPROF ] { 27 } Constant [ public int SIGWINCH ] { 28 } Constant [ public int SIGPOLL ] { 29 } Constant [ public int SIGIO ] { 29 } Constant [ public int SIGPWR ] { 30 } Constant [ public int SIGSYS ] { 31 } Constant [ public int SIGBABY ] { 31 } Constant [ public int AF_INET ] { 2 } Constant [ public int AF_INET6 ] { 10 } Constant [ public int AF_UNSPEC ] { 0 } Constant [ public int LEAVE_GROUP ] { 0 } Constant [ public int JOIN_GROUP ] { 1 } Constant [ public int IS_UV_TCP ] { 0 } Constant [ public int IS_UV_UDP ] { 1 } Constant [ public int IS_UV_PIPE ] { 2 } Constant [ public int IS_UV_IDLE ] { 3 } Constant [ public int IS_UV_TIMER ] { 4 } Constant [ public int IS_UV_ASYNC ] { 5 } Constant [ public int IS_UV_LOOP ] { 6 } Constant [ public int IS_UV_HANDLE ] { 7 } Constant [ public int IS_UV_STREAM ] { 8 } Constant [ public int IS_UV_ADDRINFO ] { 9 } Constant [ public int IS_UV_PROCESS ] { 10 } Constant [ public int IS_UV_PREPARE ] { 11 } Constant [ public int IS_UV_CHECK ] { 12 } Constant [ public int IS_UV_WORK ] { 13 } Constant [ public int IS_UV_FS ] { 14 } Constant [ public int IS_UV_FS_EVENT ] { 15 } Constant [ public int IS_UV_TTY ] { 16 } Constant [ public int IS_UV_FS_POLL ] { 17 } Constant [ public int IS_UV_POLL ] { 18 } Constant [ public int UNKNOWN_HANDLE ] { 0 } Constant [ public int FILE ] { 17 } Constant [ public int ASYNC ] { 1 } Constant [ public int CHECK ] { 2 } Constant [ public int FS_EVENT ] { 3 } Constant [ public int FS_POLL ] { 4 } Constant [ public int HANDLE ] { 5 } Constant [ public int IDLE ] { 6 } Constant [ public int NAMED_PIPE ] { 7 } Constant [ public int POLL ] { 8 } Constant [ public int PREPARE ] { 9 } Constant [ public int PROCESS ] { 10 } Constant [ public int STREAM ] { 11 } Constant [ public int TCP ] { 12 } Constant [ public int TIMER ] { 13 } Constant [ public int TTY ] { 14 } Constant [ public int UDP ] { 15 } Constant [ public int SIGNAL ] { 16 } Constant [ public int HANDLE_TYPE_MAX ] { 18 } Constant [ public int IGNORE ] { 0 } Constant [ public int CREATE_PIPE ] { 1 } Constant [ public int INHERIT_FD ] { 2 } Constant [ public int INHERIT_STREAM ] { 4 } Constant [ public int READABLE_PIPE ] { 16 } Constant [ public int WRITABLE_PIPE ] { 32 } Constant [ public int OVERLAPPED_PIPE ] { 64 } Constant [ public int PROCESS_SETUID ] { 1 } Constant [ public int PROCESS_SETGID ] { 2 } Constant [ public int PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 } Constant [ public int PROCESS_DETACHED ] { 8 } Constant [ public int PROCESS_WINDOWS_HIDE ] { 16 } Constant [ public int PROCESS_WINDOWS_HIDE_CONSOLE ] { 32 } Constant [ public int PROCESS_WINDOWS_HIDE_GUI ] { 64 } Constant [ public int E2BIG ] { -7 } Constant [ public int EACCES ] { -13 } Constant [ public int EADDRINUSE ] { -98 } Constant [ public int EADDRNOTAVAIL ] { -99 } Constant [ public int EAFNOSUPPORT ] { -97 } Constant [ public int EAGAIN ] { -11 } Constant [ public int EAI_ADDRFAMILY ] { -3000 } Constant [ public int EAI_AGAIN ] { -3001 } Constant [ public int EAI_BADFLAGS ] { -3002 } Constant [ public int EAI_BADHINTS ] { -3013 } Constant [ public int EAI_CANCELED ] { -3003 } Constant [ public int EAI_FAIL ] { -3004 } Constant [ public int EAI_FAMILY ] { -3005 } Constant [ public int EAI_MEMORY ] { -3006 } Constant [ public int EAI_NODATA ] { -3007 } Constant [ public int EAI_NONAME ] { -3008 } Constant [ public int EAI_OVERFLOW ] { -3009 } Constant [ public int EAI_PROTOCOL ] { -3014 } Constant [ public int EAI_SERVICE ] { -3010 } Constant [ public int EAI_SOCKTYPE ] { -3011 } Constant [ public int EALREADY ] { -114 } Constant [ public int EBADF ] { -9 } Constant [ public int EBUSY ] { -16 } Constant [ public int ECANCELED ] { -125 } Constant [ public int ECHARSET ] { -4080 } Constant [ public int ECONNABORTED ] { -103 } Constant [ public int ECONNREFUSED ] { -111 } Constant [ public int ECONNRESET ] { -104 } Constant [ public int EDESTADDRREQ ] { -89 } Constant [ public int EEXIST ] { -17 } Constant [ public int EFAULT ] { -14 } Constant [ public int EFBIG ] { -27 } Constant [ public int EHOSTUNREACH ] { -113 } Constant [ public int EINTR ] { -4 } Constant [ public int EINVAL ] { -22 } Constant [ public int EIO ] { -5 } Constant [ public int EISCONN ] { -106 } Constant [ public int EISDIR ] { -21 } Constant [ public int ELOOP ] { -40 } Constant [ public int EMFILE ] { -24 } Constant [ public int EMSGSIZE ] { -90 } Constant [ public int ENAMETOOLONG ] { -36 } Constant [ public int ENETDOWN ] { -100 } Constant [ public int ENETUNREACH ] { -101 } Constant [ public int ENFILE ] { -23 } Constant [ public int ENOBUFS ] { -105 } Constant [ public int ENODEV ] { -19 } Constant [ public int ENOENT ] { -2 } Constant [ public int ENOMEM ] { -12 } Constant [ public int ENONET ] { -64 } Constant [ public int ENOPROTOOPT ] { -92 } Constant [ public int ENOSPC ] { -28 } Constant [ public int ENOSYS ] { -38 } Constant [ public int ENOTCONN ] { -107 } Constant [ public int ENOTDIR ] { -20 } Constant [ public int ENOTEMPTY ] { -39 } Constant [ public int ENOTSOCK ] { -88 } Constant [ public int ENOTSUP ] { -95 } Constant [ public int EOVERFLOW ] { -75 } Constant [ public int EPERM ] { -1 } Constant [ public int EPIPE ] { -32 } Constant [ public int EPROTO ] { -71 } Constant [ public int EPROTONOSUPPORT ] { -93 } Constant [ public int EPROTOTYPE ] { -91 } Constant [ public int ERANGE ] { -34 } Constant [ public int EROFS ] { -30 } Constant [ public int ESHUTDOWN ] { -108 } Constant [ public int ESPIPE ] { -29 } Constant [ public int ESRCH ] { -3 } Constant [ public int ETIMEDOUT ] { -110 } Constant [ public int ETXTBSY ] { -26 } Constant [ public int EXDEV ] { -18 } Constant [ public int UNKNOWN ] { -4094 } Constant [ public int EOF ] { -4095 } Constant [ public int ENXIO ] { -6 } Constant [ public int EMLINK ] { -31 } Constant [ public int EHOSTDOWN ] { -112 } Constant [ public int EREMOTEIO ] { -121 } Constant [ public int ENOTTY ] { -25 } Constant [ public int EFTYPE ] { -4028 } Constant [ public int EILSEQ ] { -84 } Constant [ public int ESOCKTNOSUPPORT ] { -94 } } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [0] { } } Class [ final class UVAsync extends UV ] { - Constants [206] { Constant [ public int RUN_DEFAULT ] { 0 } Constant [ public int RUN_ONCE ] { 1 } Constant [ public int RUN_NOWAIT ] { 2 } Constant [ public int CHANGE ] { 2 } Constant [ public int RENAME ] { 1 } Constant [ public int READABLE ] { 1 } Constant [ public int WRITABLE ] { 2 } Constant [ public int O_RDONLY ] { 0 } Constant [ public int O_WRONLY ] { 1 } Constant [ public int O_RDWR ] { 2 } Constant [ public int O_CREAT ] { 64 } Constant [ public int O_EXCL ] { 128 } Constant [ public int O_TRUNC ] { 512 } Constant [ public int O_APPEND ] { 1024 } Constant [ public int S_IFDIR ] { 16384 } Constant [ public int S_IFREG ] { 32768 } Constant [ public int O_NOCTTY ] { 256 } Constant [ public int S_IRWXU ] { 448 } Constant [ public int S_IRUSR ] { 256 } Constant [ public int S_IWUSR ] { 128 } Constant [ public int S_IXUSR ] { 64 } Constant [ public int S_IRWXG ] { 56 } Constant [ public int S_IRGRP ] { 32 } Constant [ public int S_IWGRP ] { 16 } Constant [ public int S_IXGRP ] { 8 } Constant [ public int S_IRWXO ] { 7 } Constant [ public int S_IROTH ] { 4 } Constant [ public int S_IWOTH ] { 2 } Constant [ public int S_IXOTH ] { 1 } Constant [ public int SIG_IGN ] { 1 } Constant [ public int SIG_DFL ] { 0 } Constant [ public int SIG_ERR ] { -1 } Constant [ public int SIGHUP ] { 1 } Constant [ public int SIGINT ] { 2 } Constant [ public int SIGQUIT ] { 3 } Constant [ public int SIGILL ] { 4 } Constant [ public int SIGTRAP ] { 5 } Constant [ public int SIGABRT ] { 6 } Constant [ public int SIGIOT ] { 6 } Constant [ public int SIGBUS ] { 7 } Constant [ public int SIGFPE ] { 8 } Constant [ public int SIGKILL ] { 9 } Constant [ public int SIGUSR1 ] { 10 } Constant [ public int SIGSEGV ] { 11 } Constant [ public int SIGUSR2 ] { 12 } Constant [ public int SIGPIPE ] { 13 } Constant [ public int SIGALRM ] { 14 } Constant [ public int SIGTERM ] { 15 } Constant [ public int SIGSTKFLT ] { 16 } Constant [ public int SIGCLD ] { 17 } Constant [ public int SIGCHLD ] { 17 } Constant [ public int SIGCONT ] { 18 } Constant [ public int SIGSTOP ] { 19 } Constant [ public int SIGTSTP ] { 20 } Constant [ public int SIGTTIN ] { 21 } Constant [ public int SIGTTOU ] { 22 } Constant [ public int SIGURG ] { 23 } Constant [ public int SIGXCPU ] { 24 } Constant [ public int SIGXFSZ ] { 25 } Constant [ public int SIGVTALRM ] { 26 } Constant [ public int SIGPROF ] { 27 } Constant [ public int SIGWINCH ] { 28 } Constant [ public int SIGPOLL ] { 29 } Constant [ public int SIGIO ] { 29 } Constant [ public int SIGPWR ] { 30 } Constant [ public int SIGSYS ] { 31 } Constant [ public int SIGBABY ] { 31 } Constant [ public int AF_INET ] { 2 } Constant [ public int AF_INET6 ] { 10 } Constant [ public int AF_UNSPEC ] { 0 } Constant [ public int LEAVE_GROUP ] { 0 } Constant [ public int JOIN_GROUP ] { 1 } Constant [ public int IS_UV_TCP ] { 0 } Constant [ public int IS_UV_UDP ] { 1 } Constant [ public int IS_UV_PIPE ] { 2 } Constant [ public int IS_UV_IDLE ] { 3 } Constant [ public int IS_UV_TIMER ] { 4 } Constant [ public int IS_UV_ASYNC ] { 5 } Constant [ public int IS_UV_LOOP ] { 6 } Constant [ public int IS_UV_HANDLE ] { 7 } Constant [ public int IS_UV_STREAM ] { 8 } Constant [ public int IS_UV_ADDRINFO ] { 9 } Constant [ public int IS_UV_PROCESS ] { 10 } Constant [ public int IS_UV_PREPARE ] { 11 } Constant [ public int IS_UV_CHECK ] { 12 } Constant [ public int IS_UV_WORK ] { 13 } Constant [ public int IS_UV_FS ] { 14 } Constant [ public int IS_UV_FS_EVENT ] { 15 } Constant [ public int IS_UV_TTY ] { 16 } Constant [ public int IS_UV_FS_POLL ] { 17 } Constant [ public int IS_UV_POLL ] { 18 } Constant [ public int UNKNOWN_HANDLE ] { 0 } Constant [ public int FILE ] { 17 } Constant [ public int ASYNC ] { 1 } Constant [ public int CHECK ] { 2 } Constant [ public int FS_EVENT ] { 3 } Constant [ public int FS_POLL ] { 4 } Constant [ public int HANDLE ] { 5 } Constant [ public int IDLE ] { 6 } Constant [ public int NAMED_PIPE ] { 7 } Constant [ public int POLL ] { 8 } Constant [ public int PREPARE ] { 9 } Constant [ public int PROCESS ] { 10 } Constant [ public int STREAM ] { 11 } Constant [ public int TCP ] { 12 } Constant [ public int TIMER ] { 13 } Constant [ public int TTY ] { 14 } Constant [ public int UDP ] { 15 } Constant [ public int SIGNAL ] { 16 } Constant [ public int HANDLE_TYPE_MAX ] { 18 } Constant [ public int IGNORE ] { 0 } Constant [ public int CREATE_PIPE ] { 1 } Constant [ public int INHERIT_FD ] { 2 } Constant [ public int INHERIT_STREAM ] { 4 } Constant [ public int READABLE_PIPE ] { 16 } Constant [ public int WRITABLE_PIPE ] { 32 } Constant [ public int OVERLAPPED_PIPE ] { 64 } Constant [ public int PROCESS_SETUID ] { 1 } Constant [ public int PROCESS_SETGID ] { 2 } Constant [ public int PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 } Constant [ public int PROCESS_DETACHED ] { 8 } Constant [ public int PROCESS_WINDOWS_HIDE ] { 16 } Constant [ public int PROCESS_WINDOWS_HIDE_CONSOLE ] { 32 } Constant [ public int PROCESS_WINDOWS_HIDE_GUI ] { 64 } Constant [ public int E2BIG ] { -7 } Constant [ public int EACCES ] { -13 } Constant [ public int EADDRINUSE ] { -98 } Constant [ public int EADDRNOTAVAIL ] { -99 } Constant [ public int EAFNOSUPPORT ] { -97 } Constant [ public int EAGAIN ] { -11 } Constant [ public int EAI_ADDRFAMILY ] { -3000 } Constant [ public int EAI_AGAIN ] { -3001 } Constant [ public int EAI_BADFLAGS ] { -3002 } Constant [ public int EAI_BADHINTS ] { -3013 } Constant [ public int EAI_CANCELED ] { -3003 } Constant [ public int EAI_FAIL ] { -3004 } Constant [ public int EAI_FAMILY ] { -3005 } Constant [ public int EAI_MEMORY ] { -3006 } Constant [ public int EAI_NODATA ] { -3007 } Constant [ public int EAI_NONAME ] { -3008 } Constant [ public int EAI_OVERFLOW ] { -3009 } Constant [ public int EAI_PROTOCOL ] { -3014 } Constant [ public int EAI_SERVICE ] { -3010 } Constant [ public int EAI_SOCKTYPE ] { -3011 } Constant [ public int EALREADY ] { -114 } Constant [ public int EBADF ] { -9 } Constant [ public int EBUSY ] { -16 } Constant [ public int ECANCELED ] { -125 } Constant [ public int ECHARSET ] { -4080 } Constant [ public int ECONNABORTED ] { -103 } Constant [ public int ECONNREFUSED ] { -111 } Constant [ public int ECONNRESET ] { -104 } Constant [ public int EDESTADDRREQ ] { -89 } Constant [ public int EEXIST ] { -17 } Constant [ public int EFAULT ] { -14 } Constant [ public int EFBIG ] { -27 } Constant [ public int EHOSTUNREACH ] { -113 } Constant [ public int EINTR ] { -4 } Constant [ public int EINVAL ] { -22 } Constant [ public int EIO ] { -5 } Constant [ public int EISCONN ] { -106 } Constant [ public int EISDIR ] { -21 } Constant [ public int ELOOP ] { -40 } Constant [ public int EMFILE ] { -24 } Constant [ public int EMSGSIZE ] { -90 } Constant [ public int ENAMETOOLONG ] { -36 } Constant [ public int ENETDOWN ] { -100 } Constant [ public int ENETUNREACH ] { -101 } Constant [ public int ENFILE ] { -23 } Constant [ public int ENOBUFS ] { -105 } Constant [ public int ENODEV ] { -19 } Constant [ public int ENOENT ] { -2 } Constant [ public int ENOMEM ] { -12 } Constant [ public int ENONET ] { -64 } Constant [ public int ENOPROTOOPT ] { -92 } Constant [ public int ENOSPC ] { -28 } Constant [ public int ENOSYS ] { -38 } Constant [ public int ENOTCONN ] { -107 } Constant [ public int ENOTDIR ] { -20 } Constant [ public int ENOTEMPTY ] { -39 } Constant [ public int ENOTSOCK ] { -88 } Constant [ public int ENOTSUP ] { -95 } Constant [ public int EOVERFLOW ] { -75 } Constant [ public int EPERM ] { -1 } Constant [ public int EPIPE ] { -32 } Constant [ public int EPROTO ] { -71 } Constant [ public int EPROTONOSUPPORT ] { -93 } Constant [ public int EPROTOTYPE ] { -91 } Constant [ public int ERANGE ] { -34 } Constant [ public int EROFS ] { -30 } Constant [ public int ESHUTDOWN ] { -108 } Constant [ public int ESPIPE ] { -29 } Constant [ public int ESRCH ] { -3 } Constant [ public int ETIMEDOUT ] { -110 } Constant [ public int ETXTBSY ] { -26 } Constant [ public int EXDEV ] { -18 } Constant [ public int UNKNOWN ] { -4094 } Constant [ public int EOF ] { -4095 } Constant [ public int ENXIO ] { -6 } Constant [ public int EMLINK ] { -31 } Constant [ public int EHOSTDOWN ] { -112 } Constant [ public int EREMOTEIO ] { -121 } Constant [ public int ENOTTY ] { -25 } Constant [ public int EFTYPE ] { -4028 } Constant [ public int EILSEQ ] { -84 } Constant [ public int ESOCKTNOSUPPORT ] { -94 } } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [0] { } } Class [ final class UVAddrinfo extends UV ] { - Constants [206] { Constant [ public int RUN_DEFAULT ] { 0 } Constant [ public int RUN_ONCE ] { 1 } Constant [ public int RUN_NOWAIT ] { 2 } Constant [ public int CHANGE ] { 2 } Constant [ public int RENAME ] { 1 } Constant [ public int READABLE ] { 1 } Constant [ public int WRITABLE ] { 2 } Constant [ public int O_RDONLY ] { 0 } Constant [ public int O_WRONLY ] { 1 } Constant [ public int O_RDWR ] { 2 } Constant [ public int O_CREAT ] { 64 } Constant [ public int O_EXCL ] { 128 } Constant [ public int O_TRUNC ] { 512 } Constant [ public int O_APPEND ] { 1024 } Constant [ public int S_IFDIR ] { 16384 } Constant [ public int S_IFREG ] { 32768 } Constant [ public int O_NOCTTY ] { 256 } Constant [ public int S_IRWXU ] { 448 } Constant [ public int S_IRUSR ] { 256 } Constant [ public int S_IWUSR ] { 128 } Constant [ public int S_IXUSR ] { 64 } Constant [ public int S_IRWXG ] { 56 } Constant [ public int S_IRGRP ] { 32 } Constant [ public int S_IWGRP ] { 16 } Constant [ public int S_IXGRP ] { 8 } Constant [ public int S_IRWXO ] { 7 } Constant [ public int S_IROTH ] { 4 } Constant [ public int S_IWOTH ] { 2 } Constant [ public int S_IXOTH ] { 1 } Constant [ public int SIG_IGN ] { 1 } Constant [ public int SIG_DFL ] { 0 } Constant [ public int SIG_ERR ] { -1 } Constant [ public int SIGHUP ] { 1 } Constant [ public int SIGINT ] { 2 } Constant [ public int SIGQUIT ] { 3 } Constant [ public int SIGILL ] { 4 } Constant [ public int SIGTRAP ] { 5 } Constant [ public int SIGABRT ] { 6 } Constant [ public int SIGIOT ] { 6 } Constant [ public int SIGBUS ] { 7 } Constant [ public int SIGFPE ] { 8 } Constant [ public int SIGKILL ] { 9 } Constant [ public int SIGUSR1 ] { 10 } Constant [ public int SIGSEGV ] { 11 } Constant [ public int SIGUSR2 ] { 12 } Constant [ public int SIGPIPE ] { 13 } Constant [ public int SIGALRM ] { 14 } Constant [ public int SIGTERM ] { 15 } Constant [ public int SIGSTKFLT ] { 16 } Constant [ public int SIGCLD ] { 17 } Constant [ public int SIGCHLD ] { 17 } Constant [ public int SIGCONT ] { 18 } Constant [ public int SIGSTOP ] { 19 } Constant [ public int SIGTSTP ] { 20 } Constant [ public int SIGTTIN ] { 21 } Constant [ public int SIGTTOU ] { 22 } Constant [ public int SIGURG ] { 23 } Constant [ public int SIGXCPU ] { 24 } Constant [ public int SIGXFSZ ] { 25 } Constant [ public int SIGVTALRM ] { 26 } Constant [ public int SIGPROF ] { 27 } Constant [ public int SIGWINCH ] { 28 } Constant [ public int SIGPOLL ] { 29 } Constant [ public int SIGIO ] { 29 } Constant [ public int SIGPWR ] { 30 } Constant [ public int SIGSYS ] { 31 } Constant [ public int SIGBABY ] { 31 } Constant [ public int AF_INET ] { 2 } Constant [ public int AF_INET6 ] { 10 } Constant [ public int AF_UNSPEC ] { 0 } Constant [ public int LEAVE_GROUP ] { 0 } Constant [ public int JOIN_GROUP ] { 1 } Constant [ public int IS_UV_TCP ] { 0 } Constant [ public int IS_UV_UDP ] { 1 } Constant [ public int IS_UV_PIPE ] { 2 } Constant [ public int IS_UV_IDLE ] { 3 } Constant [ public int IS_UV_TIMER ] { 4 } Constant [ public int IS_UV_ASYNC ] { 5 } Constant [ public int IS_UV_LOOP ] { 6 } Constant [ public int IS_UV_HANDLE ] { 7 } Constant [ public int IS_UV_STREAM ] { 8 } Constant [ public int IS_UV_ADDRINFO ] { 9 } Constant [ public int IS_UV_PROCESS ] { 10 } Constant [ public int IS_UV_PREPARE ] { 11 } Constant [ public int IS_UV_CHECK ] { 12 } Constant [ public int IS_UV_WORK ] { 13 } Constant [ public int IS_UV_FS ] { 14 } Constant [ public int IS_UV_FS_EVENT ] { 15 } Constant [ public int IS_UV_TTY ] { 16 } Constant [ public int IS_UV_FS_POLL ] { 17 } Constant [ public int IS_UV_POLL ] { 18 } Constant [ public int UNKNOWN_HANDLE ] { 0 } Constant [ public int FILE ] { 17 } Constant [ public int ASYNC ] { 1 } Constant [ public int CHECK ] { 2 } Constant [ public int FS_EVENT ] { 3 } Constant [ public int FS_POLL ] { 4 } Constant [ public int HANDLE ] { 5 } Constant [ public int IDLE ] { 6 } Constant [ public int NAMED_PIPE ] { 7 } Constant [ public int POLL ] { 8 } Constant [ public int PREPARE ] { 9 } Constant [ public int PROCESS ] { 10 } Constant [ public int STREAM ] { 11 } Constant [ public int TCP ] { 12 } Constant [ public int TIMER ] { 13 } Constant [ public int TTY ] { 14 } Constant [ public int UDP ] { 15 } Constant [ public int SIGNAL ] { 16 } Constant [ public int HANDLE_TYPE_MAX ] { 18 } Constant [ public int IGNORE ] { 0 } Constant [ public int CREATE_PIPE ] { 1 } Constant [ public int INHERIT_FD ] { 2 } Constant [ public int INHERIT_STREAM ] { 4 } Constant [ public int READABLE_PIPE ] { 16 } Constant [ public int WRITABLE_PIPE ] { 32 } Constant [ public int OVERLAPPED_PIPE ] { 64 } Constant [ public int PROCESS_SETUID ] { 1 } Constant [ public int PROCESS_SETGID ] { 2 } Constant [ public int PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 } Constant [ public int PROCESS_DETACHED ] { 8 } Constant [ public int PROCESS_WINDOWS_HIDE ] { 16 } Constant [ public int PROCESS_WINDOWS_HIDE_CONSOLE ] { 32 } Constant [ public int PROCESS_WINDOWS_HIDE_GUI ] { 64 } Constant [ public int E2BIG ] { -7 } Constant [ public int EACCES ] { -13 } Constant [ public int EADDRINUSE ] { -98 } Constant [ public int EADDRNOTAVAIL ] { -99 } Constant [ public int EAFNOSUPPORT ] { -97 } Constant [ public int EAGAIN ] { -11 } Constant [ public int EAI_ADDRFAMILY ] { -3000 } Constant [ public int EAI_AGAIN ] { -3001 } Constant [ public int EAI_BADFLAGS ] { -3002 } Constant [ public int EAI_BADHINTS ] { -3013 } Constant [ public int EAI_CANCELED ] { -3003 } Constant [ public int EAI_FAIL ] { -3004 } Constant [ public int EAI_FAMILY ] { -3005 } Constant [ public int EAI_MEMORY ] { -3006 } Constant [ public int EAI_NODATA ] { -3007 } Constant [ public int EAI_NONAME ] { -3008 } Constant [ public int EAI_OVERFLOW ] { -3009 } Constant [ public int EAI_PROTOCOL ] { -3014 } Constant [ public int EAI_SERVICE ] { -3010 } Constant [ public int EAI_SOCKTYPE ] { -3011 } Constant [ public int EALREADY ] { -114 } Constant [ public int EBADF ] { -9 } Constant [ public int EBUSY ] { -16 } Constant [ public int ECANCELED ] { -125 } Constant [ public int ECHARSET ] { -4080 } Constant [ public int ECONNABORTED ] { -103 } Constant [ public int ECONNREFUSED ] { -111 } Constant [ public int ECONNRESET ] { -104 } Constant [ public int EDESTADDRREQ ] { -89 } Constant [ public int EEXIST ] { -17 } Constant [ public int EFAULT ] { -14 } Constant [ public int EFBIG ] { -27 } Constant [ public int EHOSTUNREACH ] { -113 } Constant [ public int EINTR ] { -4 } Constant [ public int EINVAL ] { -22 } Constant [ public int EIO ] { -5 } Constant [ public int EISCONN ] { -106 } Constant [ public int EISDIR ] { -21 } Constant [ public int ELOOP ] { -40 } Constant [ public int EMFILE ] { -24 } Constant [ public int EMSGSIZE ] { -90 } Constant [ public int ENAMETOOLONG ] { -36 } Constant [ public int ENETDOWN ] { -100 } Constant [ public int ENETUNREACH ] { -101 } Constant [ public int ENFILE ] { -23 } Constant [ public int ENOBUFS ] { -105 } Constant [ public int ENODEV ] { -19 } Constant [ public int ENOENT ] { -2 } Constant [ public int ENOMEM ] { -12 } Constant [ public int ENONET ] { -64 } Constant [ public int ENOPROTOOPT ] { -92 } Constant [ public int ENOSPC ] { -28 } Constant [ public int ENOSYS ] { -38 } Constant [ public int ENOTCONN ] { -107 } Constant [ public int ENOTDIR ] { -20 } Constant [ public int ENOTEMPTY ] { -39 } Constant [ public int ENOTSOCK ] { -88 } Constant [ public int ENOTSUP ] { -95 } Constant [ public int EOVERFLOW ] { -75 } Constant [ public int EPERM ] { -1 } Constant [ public int EPIPE ] { -32 } Constant [ public int EPROTO ] { -71 } Constant [ public int EPROTONOSUPPORT ] { -93 } Constant [ public int EPROTOTYPE ] { -91 } Constant [ public int ERANGE ] { -34 } Constant [ public int EROFS ] { -30 } Constant [ public int ESHUTDOWN ] { -108 } Constant [ public int ESPIPE ] { -29 } Constant [ public int ESRCH ] { -3 } Constant [ public int ETIMEDOUT ] { -110 } Constant [ public int ETXTBSY ] { -26 } Constant [ public int EXDEV ] { -18 } Constant [ public int UNKNOWN ] { -4094 } Constant [ public int EOF ] { -4095 } Constant [ public int ENXIO ] { -6 } Constant [ public int EMLINK ] { -31 } Constant [ public int EHOSTDOWN ] { -112 } Constant [ public int EREMOTEIO ] { -121 } Constant [ public int ENOTTY ] { -25 } Constant [ public int EFTYPE ] { -4028 } Constant [ public int EILSEQ ] { -84 } Constant [ public int ESOCKTNOSUPPORT ] { -94 } } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [0] { } } Class [ final class UVProcess extends UV ] { - Constants [206] { Constant [ public int RUN_DEFAULT ] { 0 } Constant [ public int RUN_ONCE ] { 1 } Constant [ public int RUN_NOWAIT ] { 2 } Constant [ public int CHANGE ] { 2 } Constant [ public int RENAME ] { 1 } Constant [ public int READABLE ] { 1 } Constant [ public int WRITABLE ] { 2 } Constant [ public int O_RDONLY ] { 0 } Constant [ public int O_WRONLY ] { 1 } Constant [ public int O_RDWR ] { 2 } Constant [ public int O_CREAT ] { 64 } Constant [ public int O_EXCL ] { 128 } Constant [ public int O_TRUNC ] { 512 } Constant [ public int O_APPEND ] { 1024 } Constant [ public int S_IFDIR ] { 16384 } Constant [ public int S_IFREG ] { 32768 } Constant [ public int O_NOCTTY ] { 256 } Constant [ public int S_IRWXU ] { 448 } Constant [ public int S_IRUSR ] { 256 } Constant [ public int S_IWUSR ] { 128 } Constant [ public int S_IXUSR ] { 64 } Constant [ public int S_IRWXG ] { 56 } Constant [ public int S_IRGRP ] { 32 } Constant [ public int S_IWGRP ] { 16 } Constant [ public int S_IXGRP ] { 8 } Constant [ public int S_IRWXO ] { 7 } Constant [ public int S_IROTH ] { 4 } Constant [ public int S_IWOTH ] { 2 } Constant [ public int S_IXOTH ] { 1 } Constant [ public int SIG_IGN ] { 1 } Constant [ public int SIG_DFL ] { 0 } Constant [ public int SIG_ERR ] { -1 } Constant [ public int SIGHUP ] { 1 } Constant [ public int SIGINT ] { 2 } Constant [ public int SIGQUIT ] { 3 } Constant [ public int SIGILL ] { 4 } Constant [ public int SIGTRAP ] { 5 } Constant [ public int SIGABRT ] { 6 } Constant [ public int SIGIOT ] { 6 } Constant [ public int SIGBUS ] { 7 } Constant [ public int SIGFPE ] { 8 } Constant [ public int SIGKILL ] { 9 } Constant [ public int SIGUSR1 ] { 10 } Constant [ public int SIGSEGV ] { 11 } Constant [ public int SIGUSR2 ] { 12 } Constant [ public int SIGPIPE ] { 13 } Constant [ public int SIGALRM ] { 14 } Constant [ public int SIGTERM ] { 15 } Constant [ public int SIGSTKFLT ] { 16 } Constant [ public int SIGCLD ] { 17 } Constant [ public int SIGCHLD ] { 17 } Constant [ public int SIGCONT ] { 18 } Constant [ public int SIGSTOP ] { 19 } Constant [ public int SIGTSTP ] { 20 } Constant [ public int SIGTTIN ] { 21 } Constant [ public int SIGTTOU ] { 22 } Constant [ public int SIGURG ] { 23 } Constant [ public int SIGXCPU ] { 24 } Constant [ public int SIGXFSZ ] { 25 } Constant [ public int SIGVTALRM ] { 26 } Constant [ public int SIGPROF ] { 27 } Constant [ public int SIGWINCH ] { 28 } Constant [ public int SIGPOLL ] { 29 } Constant [ public int SIGIO ] { 29 } Constant [ public int SIGPWR ] { 30 } Constant [ public int SIGSYS ] { 31 } Constant [ public int SIGBABY ] { 31 } Constant [ public int AF_INET ] { 2 } Constant [ public int AF_INET6 ] { 10 } Constant [ public int AF_UNSPEC ] { 0 } Constant [ public int LEAVE_GROUP ] { 0 } Constant [ public int JOIN_GROUP ] { 1 } Constant [ public int IS_UV_TCP ] { 0 } Constant [ public int IS_UV_UDP ] { 1 } Constant [ public int IS_UV_PIPE ] { 2 } Constant [ public int IS_UV_IDLE ] { 3 } Constant [ public int IS_UV_TIMER ] { 4 } Constant [ public int IS_UV_ASYNC ] { 5 } Constant [ public int IS_UV_LOOP ] { 6 } Constant [ public int IS_UV_HANDLE ] { 7 } Constant [ public int IS_UV_STREAM ] { 8 } Constant [ public int IS_UV_ADDRINFO ] { 9 } Constant [ public int IS_UV_PROCESS ] { 10 } Constant [ public int IS_UV_PREPARE ] { 11 } Constant [ public int IS_UV_CHECK ] { 12 } Constant [ public int IS_UV_WORK ] { 13 } Constant [ public int IS_UV_FS ] { 14 } Constant [ public int IS_UV_FS_EVENT ] { 15 } Constant [ public int IS_UV_TTY ] { 16 } Constant [ public int IS_UV_FS_POLL ] { 17 } Constant [ public int IS_UV_POLL ] { 18 } Constant [ public int UNKNOWN_HANDLE ] { 0 } Constant [ public int FILE ] { 17 } Constant [ public int ASYNC ] { 1 } Constant [ public int CHECK ] { 2 } Constant [ public int FS_EVENT ] { 3 } Constant [ public int FS_POLL ] { 4 } Constant [ public int HANDLE ] { 5 } Constant [ public int IDLE ] { 6 } Constant [ public int NAMED_PIPE ] { 7 } Constant [ public int POLL ] { 8 } Constant [ public int PREPARE ] { 9 } Constant [ public int PROCESS ] { 10 } Constant [ public int STREAM ] { 11 } Constant [ public int TCP ] { 12 } Constant [ public int TIMER ] { 13 } Constant [ public int TTY ] { 14 } Constant [ public int UDP ] { 15 } Constant [ public int SIGNAL ] { 16 } Constant [ public int HANDLE_TYPE_MAX ] { 18 } Constant [ public int IGNORE ] { 0 } Constant [ public int CREATE_PIPE ] { 1 } Constant [ public int INHERIT_FD ] { 2 } Constant [ public int INHERIT_STREAM ] { 4 } Constant [ public int READABLE_PIPE ] { 16 } Constant [ public int WRITABLE_PIPE ] { 32 } Constant [ public int OVERLAPPED_PIPE ] { 64 } Constant [ public int PROCESS_SETUID ] { 1 } Constant [ public int PROCESS_SETGID ] { 2 } Constant [ public int PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 } Constant [ public int PROCESS_DETACHED ] { 8 } Constant [ public int PROCESS_WINDOWS_HIDE ] { 16 } Constant [ public int PROCESS_WINDOWS_HIDE_CONSOLE ] { 32 } Constant [ public int PROCESS_WINDOWS_HIDE_GUI ] { 64 } Constant [ public int E2BIG ] { -7 } Constant [ public int EACCES ] { -13 } Constant [ public int EADDRINUSE ] { -98 } Constant [ public int EADDRNOTAVAIL ] { -99 } Constant [ public int EAFNOSUPPORT ] { -97 } Constant [ public int EAGAIN ] { -11 } Constant [ public int EAI_ADDRFAMILY ] { -3000 } Constant [ public int EAI_AGAIN ] { -3001 } Constant [ public int EAI_BADFLAGS ] { -3002 } Constant [ public int EAI_BADHINTS ] { -3013 } Constant [ public int EAI_CANCELED ] { -3003 } Constant [ public int EAI_FAIL ] { -3004 } Constant [ public int EAI_FAMILY ] { -3005 } Constant [ public int EAI_MEMORY ] { -3006 } Constant [ public int EAI_NODATA ] { -3007 } Constant [ public int EAI_NONAME ] { -3008 } Constant [ public int EAI_OVERFLOW ] { -3009 } Constant [ public int EAI_PROTOCOL ] { -3014 } Constant [ public int EAI_SERVICE ] { -3010 } Constant [ public int EAI_SOCKTYPE ] { -3011 } Constant [ public int EALREADY ] { -114 } Constant [ public int EBADF ] { -9 } Constant [ public int EBUSY ] { -16 } Constant [ public int ECANCELED ] { -125 } Constant [ public int ECHARSET ] { -4080 } Constant [ public int ECONNABORTED ] { -103 } Constant [ public int ECONNREFUSED ] { -111 } Constant [ public int ECONNRESET ] { -104 } Constant [ public int EDESTADDRREQ ] { -89 } Constant [ public int EEXIST ] { -17 } Constant [ public int EFAULT ] { -14 } Constant [ public int EFBIG ] { -27 } Constant [ public int EHOSTUNREACH ] { -113 } Constant [ public int EINTR ] { -4 } Constant [ public int EINVAL ] { -22 } Constant [ public int EIO ] { -5 } Constant [ public int EISCONN ] { -106 } Constant [ public int EISDIR ] { -21 } Constant [ public int ELOOP ] { -40 } Constant [ public int EMFILE ] { -24 } Constant [ public int EMSGSIZE ] { -90 } Constant [ public int ENAMETOOLONG ] { -36 } Constant [ public int ENETDOWN ] { -100 } Constant [ public int ENETUNREACH ] { -101 } Constant [ public int ENFILE ] { -23 } Constant [ public int ENOBUFS ] { -105 } Constant [ public int ENODEV ] { -19 } Constant [ public int ENOENT ] { -2 } Constant [ public int ENOMEM ] { -12 } Constant [ public int ENONET ] { -64 } Constant [ public int ENOPROTOOPT ] { -92 } Constant [ public int ENOSPC ] { -28 } Constant [ public int ENOSYS ] { -38 } Constant [ public int ENOTCONN ] { -107 } Constant [ public int ENOTDIR ] { -20 } Constant [ public int ENOTEMPTY ] { -39 } Constant [ public int ENOTSOCK ] { -88 } Constant [ public int ENOTSUP ] { -95 } Constant [ public int EOVERFLOW ] { -75 } Constant [ public int EPERM ] { -1 } Constant [ public int EPIPE ] { -32 } Constant [ public int EPROTO ] { -71 } Constant [ public int EPROTONOSUPPORT ] { -93 } Constant [ public int EPROTOTYPE ] { -91 } Constant [ public int ERANGE ] { -34 } Constant [ public int EROFS ] { -30 } Constant [ public int ESHUTDOWN ] { -108 } Constant [ public int ESPIPE ] { -29 } Constant [ public int ESRCH ] { -3 } Constant [ public int ETIMEDOUT ] { -110 } Constant [ public int ETXTBSY ] { -26 } Constant [ public int EXDEV ] { -18 } Constant [ public int UNKNOWN ] { -4094 } Constant [ public int EOF ] { -4095 } Constant [ public int ENXIO ] { -6 } Constant [ public int EMLINK ] { -31 } Constant [ public int EHOSTDOWN ] { -112 } Constant [ public int EREMOTEIO ] { -121 } Constant [ public int ENOTTY ] { -25 } Constant [ public int EFTYPE ] { -4028 } Constant [ public int EILSEQ ] { -84 } Constant [ public int ESOCKTNOSUPPORT ] { -94 } } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [0] { } } Class [ final class UVPrepare extends UV ] { - Constants [206] { Constant [ public int RUN_DEFAULT ] { 0 } Constant [ public int RUN_ONCE ] { 1 } Constant [ public int RUN_NOWAIT ] { 2 } Constant [ public int CHANGE ] { 2 } Constant [ public int RENAME ] { 1 } Constant [ public int READABLE ] { 1 } Constant [ public int WRITABLE ] { 2 } Constant [ public int O_RDONLY ] { 0 } Constant [ public int O_WRONLY ] { 1 } Constant [ public int O_RDWR ] { 2 } Constant [ public int O_CREAT ] { 64 } Constant [ public int O_EXCL ] { 128 } Constant [ public int O_TRUNC ] { 512 } Constant [ public int O_APPEND ] { 1024 } Constant [ public int S_IFDIR ] { 16384 } Constant [ public int S_IFREG ] { 32768 } Constant [ public int O_NOCTTY ] { 256 } Constant [ public int S_IRWXU ] { 448 } Constant [ public int S_IRUSR ] { 256 } Constant [ public int S_IWUSR ] { 128 } Constant [ public int S_IXUSR ] { 64 } Constant [ public int S_IRWXG ] { 56 } Constant [ public int S_IRGRP ] { 32 } Constant [ public int S_IWGRP ] { 16 } Constant [ public int S_IXGRP ] { 8 } Constant [ public int S_IRWXO ] { 7 } Constant [ public int S_IROTH ] { 4 } Constant [ public int S_IWOTH ] { 2 } Constant [ public int S_IXOTH ] { 1 } Constant [ public int SIG_IGN ] { 1 } Constant [ public int SIG_DFL ] { 0 } Constant [ public int SIG_ERR ] { -1 } Constant [ public int SIGHUP ] { 1 } Constant [ public int SIGINT ] { 2 } Constant [ public int SIGQUIT ] { 3 } Constant [ public int SIGILL ] { 4 } Constant [ public int SIGTRAP ] { 5 } Constant [ public int SIGABRT ] { 6 } Constant [ public int SIGIOT ] { 6 } Constant [ public int SIGBUS ] { 7 } Constant [ public int SIGFPE ] { 8 } Constant [ public int SIGKILL ] { 9 } Constant [ public int SIGUSR1 ] { 10 } Constant [ public int SIGSEGV ] { 11 } Constant [ public int SIGUSR2 ] { 12 } Constant [ public int SIGPIPE ] { 13 } Constant [ public int SIGALRM ] { 14 } Constant [ public int SIGTERM ] { 15 } Constant [ public int SIGSTKFLT ] { 16 } Constant [ public int SIGCLD ] { 17 } Constant [ public int SIGCHLD ] { 17 } Constant [ public int SIGCONT ] { 18 } Constant [ public int SIGSTOP ] { 19 } Constant [ public int SIGTSTP ] { 20 } Constant [ public int SIGTTIN ] { 21 } Constant [ public int SIGTTOU ] { 22 } Constant [ public int SIGURG ] { 23 } Constant [ public int SIGXCPU ] { 24 } Constant [ public int SIGXFSZ ] { 25 } Constant [ public int SIGVTALRM ] { 26 } Constant [ public int SIGPROF ] { 27 } Constant [ public int SIGWINCH ] { 28 } Constant [ public int SIGPOLL ] { 29 } Constant [ public int SIGIO ] { 29 } Constant [ public int SIGPWR ] { 30 } Constant [ public int SIGSYS ] { 31 } Constant [ public int SIGBABY ] { 31 } Constant [ public int AF_INET ] { 2 } Constant [ public int AF_INET6 ] { 10 } Constant [ public int AF_UNSPEC ] { 0 } Constant [ public int LEAVE_GROUP ] { 0 } Constant [ public int JOIN_GROUP ] { 1 } Constant [ public int IS_UV_TCP ] { 0 } Constant [ public int IS_UV_UDP ] { 1 } Constant [ public int IS_UV_PIPE ] { 2 } Constant [ public int IS_UV_IDLE ] { 3 } Constant [ public int IS_UV_TIMER ] { 4 } Constant [ public int IS_UV_ASYNC ] { 5 } Constant [ public int IS_UV_LOOP ] { 6 } Constant [ public int IS_UV_HANDLE ] { 7 } Constant [ public int IS_UV_STREAM ] { 8 } Constant [ public int IS_UV_ADDRINFO ] { 9 } Constant [ public int IS_UV_PROCESS ] { 10 } Constant [ public int IS_UV_PREPARE ] { 11 } Constant [ public int IS_UV_CHECK ] { 12 } Constant [ public int IS_UV_WORK ] { 13 } Constant [ public int IS_UV_FS ] { 14 } Constant [ public int IS_UV_FS_EVENT ] { 15 } Constant [ public int IS_UV_TTY ] { 16 } Constant [ public int IS_UV_FS_POLL ] { 17 } Constant [ public int IS_UV_POLL ] { 18 } Constant [ public int UNKNOWN_HANDLE ] { 0 } Constant [ public int FILE ] { 17 } Constant [ public int ASYNC ] { 1 } Constant [ public int CHECK ] { 2 } Constant [ public int FS_EVENT ] { 3 } Constant [ public int FS_POLL ] { 4 } Constant [ public int HANDLE ] { 5 } Constant [ public int IDLE ] { 6 } Constant [ public int NAMED_PIPE ] { 7 } Constant [ public int POLL ] { 8 } Constant [ public int PREPARE ] { 9 } Constant [ public int PROCESS ] { 10 } Constant [ public int STREAM ] { 11 } Constant [ public int TCP ] { 12 } Constant [ public int TIMER ] { 13 } Constant [ public int TTY ] { 14 } Constant [ public int UDP ] { 15 } Constant [ public int SIGNAL ] { 16 } Constant [ public int HANDLE_TYPE_MAX ] { 18 } Constant [ public int IGNORE ] { 0 } Constant [ public int CREATE_PIPE ] { 1 } Constant [ public int INHERIT_FD ] { 2 } Constant [ public int INHERIT_STREAM ] { 4 } Constant [ public int READABLE_PIPE ] { 16 } Constant [ public int WRITABLE_PIPE ] { 32 } Constant [ public int OVERLAPPED_PIPE ] { 64 } Constant [ public int PROCESS_SETUID ] { 1 } Constant [ public int PROCESS_SETGID ] { 2 } Constant [ public int PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 } Constant [ public int PROCESS_DETACHED ] { 8 } Constant [ public int PROCESS_WINDOWS_HIDE ] { 16 } Constant [ public int PROCESS_WINDOWS_HIDE_CONSOLE ] { 32 } Constant [ public int PROCESS_WINDOWS_HIDE_GUI ] { 64 } Constant [ public int E2BIG ] { -7 } Constant [ public int EACCES ] { -13 } Constant [ public int EADDRINUSE ] { -98 } Constant [ public int EADDRNOTAVAIL ] { -99 } Constant [ public int EAFNOSUPPORT ] { -97 } Constant [ public int EAGAIN ] { -11 } Constant [ public int EAI_ADDRFAMILY ] { -3000 } Constant [ public int EAI_AGAIN ] { -3001 } Constant [ public int EAI_BADFLAGS ] { -3002 } Constant [ public int EAI_BADHINTS ] { -3013 } Constant [ public int EAI_CANCELED ] { -3003 } Constant [ public int EAI_FAIL ] { -3004 } Constant [ public int EAI_FAMILY ] { -3005 } Constant [ public int EAI_MEMORY ] { -3006 } Constant [ public int EAI_NODATA ] { -3007 } Constant [ public int EAI_NONAME ] { -3008 } Constant [ public int EAI_OVERFLOW ] { -3009 } Constant [ public int EAI_PROTOCOL ] { -3014 } Constant [ public int EAI_SERVICE ] { -3010 } Constant [ public int EAI_SOCKTYPE ] { -3011 } Constant [ public int EALREADY ] { -114 } Constant [ public int EBADF ] { -9 } Constant [ public int EBUSY ] { -16 } Constant [ public int ECANCELED ] { -125 } Constant [ public int ECHARSET ] { -4080 } Constant [ public int ECONNABORTED ] { -103 } Constant [ public int ECONNREFUSED ] { -111 } Constant [ public int ECONNRESET ] { -104 } Constant [ public int EDESTADDRREQ ] { -89 } Constant [ public int EEXIST ] { -17 } Constant [ public int EFAULT ] { -14 } Constant [ public int EFBIG ] { -27 } Constant [ public int EHOSTUNREACH ] { -113 } Constant [ public int EINTR ] { -4 } Constant [ public int EINVAL ] { -22 } Constant [ public int EIO ] { -5 } Constant [ public int EISCONN ] { -106 } Constant [ public int EISDIR ] { -21 } Constant [ public int ELOOP ] { -40 } Constant [ public int EMFILE ] { -24 } Constant [ public int EMSGSIZE ] { -90 } Constant [ public int ENAMETOOLONG ] { -36 } Constant [ public int ENETDOWN ] { -100 } Constant [ public int ENETUNREACH ] { -101 } Constant [ public int ENFILE ] { -23 } Constant [ public int ENOBUFS ] { -105 } Constant [ public int ENODEV ] { -19 } Constant [ public int ENOENT ] { -2 } Constant [ public int ENOMEM ] { -12 } Constant [ public int ENONET ] { -64 } Constant [ public int ENOPROTOOPT ] { -92 } Constant [ public int ENOSPC ] { -28 } Constant [ public int ENOSYS ] { -38 } Constant [ public int ENOTCONN ] { -107 } Constant [ public int ENOTDIR ] { -20 } Constant [ public int ENOTEMPTY ] { -39 } Constant [ public int ENOTSOCK ] { -88 } Constant [ public int ENOTSUP ] { -95 } Constant [ public int EOVERFLOW ] { -75 } Constant [ public int EPERM ] { -1 } Constant [ public int EPIPE ] { -32 } Constant [ public int EPROTO ] { -71 } Constant [ public int EPROTONOSUPPORT ] { -93 } Constant [ public int EPROTOTYPE ] { -91 } Constant [ public int ERANGE ] { -34 } Constant [ public int EROFS ] { -30 } Constant [ public int ESHUTDOWN ] { -108 } Constant [ public int ESPIPE ] { -29 } Constant [ public int ESRCH ] { -3 } Constant [ public int ETIMEDOUT ] { -110 } Constant [ public int ETXTBSY ] { -26 } Constant [ public int EXDEV ] { -18 } Constant [ public int UNKNOWN ] { -4094 } Constant [ public int EOF ] { -4095 } Constant [ public int ENXIO ] { -6 } Constant [ public int EMLINK ] { -31 } Constant [ public int EHOSTDOWN ] { -112 } Constant [ public int EREMOTEIO ] { -121 } Constant [ public int ENOTTY ] { -25 } Constant [ public int EFTYPE ] { -4028 } Constant [ public int EILSEQ ] { -84 } Constant [ public int ESOCKTNOSUPPORT ] { -94 } } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [0] { } } Class [ final class UVCheck extends UV ] { - Constants [206] { Constant [ public int RUN_DEFAULT ] { 0 } Constant [ public int RUN_ONCE ] { 1 } Constant [ public int RUN_NOWAIT ] { 2 } Constant [ public int CHANGE ] { 2 } Constant [ public int RENAME ] { 1 } Constant [ public int READABLE ] { 1 } Constant [ public int WRITABLE ] { 2 } Constant [ public int O_RDONLY ] { 0 } Constant [ public int O_WRONLY ] { 1 } Constant [ public int O_RDWR ] { 2 } Constant [ public int O_CREAT ] { 64 } Constant [ public int O_EXCL ] { 128 } Constant [ public int O_TRUNC ] { 512 } Constant [ public int O_APPEND ] { 1024 } Constant [ public int S_IFDIR ] { 16384 } Constant [ public int S_IFREG ] { 32768 } Constant [ public int O_NOCTTY ] { 256 } Constant [ public int S_IRWXU ] { 448 } Constant [ public int S_IRUSR ] { 256 } Constant [ public int S_IWUSR ] { 128 } Constant [ public int S_IXUSR ] { 64 } Constant [ public int S_IRWXG ] { 56 } Constant [ public int S_IRGRP ] { 32 } Constant [ public int S_IWGRP ] { 16 } Constant [ public int S_IXGRP ] { 8 } Constant [ public int S_IRWXO ] { 7 } Constant [ public int S_IROTH ] { 4 } Constant [ public int S_IWOTH ] { 2 } Constant [ public int S_IXOTH ] { 1 } Constant [ public int SIG_IGN ] { 1 } Constant [ public int SIG_DFL ] { 0 } Constant [ public int SIG_ERR ] { -1 } Constant [ public int SIGHUP ] { 1 } Constant [ public int SIGINT ] { 2 } Constant [ public int SIGQUIT ] { 3 } Constant [ public int SIGILL ] { 4 } Constant [ public int SIGTRAP ] { 5 } Constant [ public int SIGABRT ] { 6 } Constant [ public int SIGIOT ] { 6 } Constant [ public int SIGBUS ] { 7 } Constant [ public int SIGFPE ] { 8 } Constant [ public int SIGKILL ] { 9 } Constant [ public int SIGUSR1 ] { 10 } Constant [ public int SIGSEGV ] { 11 } Constant [ public int SIGUSR2 ] { 12 } Constant [ public int SIGPIPE ] { 13 } Constant [ public int SIGALRM ] { 14 } Constant [ public int SIGTERM ] { 15 } Constant [ public int SIGSTKFLT ] { 16 } Constant [ public int SIGCLD ] { 17 } Constant [ public int SIGCHLD ] { 17 } Constant [ public int SIGCONT ] { 18 } Constant [ public int SIGSTOP ] { 19 } Constant [ public int SIGTSTP ] { 20 } Constant [ public int SIGTTIN ] { 21 } Constant [ public int SIGTTOU ] { 22 } Constant [ public int SIGURG ] { 23 } Constant [ public int SIGXCPU ] { 24 } Constant [ public int SIGXFSZ ] { 25 } Constant [ public int SIGVTALRM ] { 26 } Constant [ public int SIGPROF ] { 27 } Constant [ public int SIGWINCH ] { 28 } Constant [ public int SIGPOLL ] { 29 } Constant [ public int SIGIO ] { 29 } Constant [ public int SIGPWR ] { 30 } Constant [ public int SIGSYS ] { 31 } Constant [ public int SIGBABY ] { 31 } Constant [ public int AF_INET ] { 2 } Constant [ public int AF_INET6 ] { 10 } Constant [ public int AF_UNSPEC ] { 0 } Constant [ public int LEAVE_GROUP ] { 0 } Constant [ public int JOIN_GROUP ] { 1 } Constant [ public int IS_UV_TCP ] { 0 } Constant [ public int IS_UV_UDP ] { 1 } Constant [ public int IS_UV_PIPE ] { 2 } Constant [ public int IS_UV_IDLE ] { 3 } Constant [ public int IS_UV_TIMER ] { 4 } Constant [ public int IS_UV_ASYNC ] { 5 } Constant [ public int IS_UV_LOOP ] { 6 } Constant [ public int IS_UV_HANDLE ] { 7 } Constant [ public int IS_UV_STREAM ] { 8 } Constant [ public int IS_UV_ADDRINFO ] { 9 } Constant [ public int IS_UV_PROCESS ] { 10 } Constant [ public int IS_UV_PREPARE ] { 11 } Constant [ public int IS_UV_CHECK ] { 12 } Constant [ public int IS_UV_WORK ] { 13 } Constant [ public int IS_UV_FS ] { 14 } Constant [ public int IS_UV_FS_EVENT ] { 15 } Constant [ public int IS_UV_TTY ] { 16 } Constant [ public int IS_UV_FS_POLL ] { 17 } Constant [ public int IS_UV_POLL ] { 18 } Constant [ public int UNKNOWN_HANDLE ] { 0 } Constant [ public int FILE ] { 17 } Constant [ public int ASYNC ] { 1 } Constant [ public int CHECK ] { 2 } Constant [ public int FS_EVENT ] { 3 } Constant [ public int FS_POLL ] { 4 } Constant [ public int HANDLE ] { 5 } Constant [ public int IDLE ] { 6 } Constant [ public int NAMED_PIPE ] { 7 } Constant [ public int POLL ] { 8 } Constant [ public int PREPARE ] { 9 } Constant [ public int PROCESS ] { 10 } Constant [ public int STREAM ] { 11 } Constant [ public int TCP ] { 12 } Constant [ public int TIMER ] { 13 } Constant [ public int TTY ] { 14 } Constant [ public int UDP ] { 15 } Constant [ public int SIGNAL ] { 16 } Constant [ public int HANDLE_TYPE_MAX ] { 18 } Constant [ public int IGNORE ] { 0 } Constant [ public int CREATE_PIPE ] { 1 } Constant [ public int INHERIT_FD ] { 2 } Constant [ public int INHERIT_STREAM ] { 4 } Constant [ public int READABLE_PIPE ] { 16 } Constant [ public int WRITABLE_PIPE ] { 32 } Constant [ public int OVERLAPPED_PIPE ] { 64 } Constant [ public int PROCESS_SETUID ] { 1 } Constant [ public int PROCESS_SETGID ] { 2 } Constant [ public int PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 } Constant [ public int PROCESS_DETACHED ] { 8 } Constant [ public int PROCESS_WINDOWS_HIDE ] { 16 } Constant [ public int PROCESS_WINDOWS_HIDE_CONSOLE ] { 32 } Constant [ public int PROCESS_WINDOWS_HIDE_GUI ] { 64 } Constant [ public int E2BIG ] { -7 } Constant [ public int EACCES ] { -13 } Constant [ public int EADDRINUSE ] { -98 } Constant [ public int EADDRNOTAVAIL ] { -99 } Constant [ public int EAFNOSUPPORT ] { -97 } Constant [ public int EAGAIN ] { -11 } Constant [ public int EAI_ADDRFAMILY ] { -3000 } Constant [ public int EAI_AGAIN ] { -3001 } Constant [ public int EAI_BADFLAGS ] { -3002 } Constant [ public int EAI_BADHINTS ] { -3013 } Constant [ public int EAI_CANCELED ] { -3003 } Constant [ public int EAI_FAIL ] { -3004 } Constant [ public int EAI_FAMILY ] { -3005 } Constant [ public int EAI_MEMORY ] { -3006 } Constant [ public int EAI_NODATA ] { -3007 } Constant [ public int EAI_NONAME ] { -3008 } Constant [ public int EAI_OVERFLOW ] { -3009 } Constant [ public int EAI_PROTOCOL ] { -3014 } Constant [ public int EAI_SERVICE ] { -3010 } Constant [ public int EAI_SOCKTYPE ] { -3011 } Constant [ public int EALREADY ] { -114 } Constant [ public int EBADF ] { -9 } Constant [ public int EBUSY ] { -16 } Constant [ public int ECANCELED ] { -125 } Constant [ public int ECHARSET ] { -4080 } Constant [ public int ECONNABORTED ] { -103 } Constant [ public int ECONNREFUSED ] { -111 } Constant [ public int ECONNRESET ] { -104 } Constant [ public int EDESTADDRREQ ] { -89 } Constant [ public int EEXIST ] { -17 } Constant [ public int EFAULT ] { -14 } Constant [ public int EFBIG ] { -27 } Constant [ public int EHOSTUNREACH ] { -113 } Constant [ public int EINTR ] { -4 } Constant [ public int EINVAL ] { -22 } Constant [ public int EIO ] { -5 } Constant [ public int EISCONN ] { -106 } Constant [ public int EISDIR ] { -21 } Constant [ public int ELOOP ] { -40 } Constant [ public int EMFILE ] { -24 } Constant [ public int EMSGSIZE ] { -90 } Constant [ public int ENAMETOOLONG ] { -36 } Constant [ public int ENETDOWN ] { -100 } Constant [ public int ENETUNREACH ] { -101 } Constant [ public int ENFILE ] { -23 } Constant [ public int ENOBUFS ] { -105 } Constant [ public int ENODEV ] { -19 } Constant [ public int ENOENT ] { -2 } Constant [ public int ENOMEM ] { -12 } Constant [ public int ENONET ] { -64 } Constant [ public int ENOPROTOOPT ] { -92 } Constant [ public int ENOSPC ] { -28 } Constant [ public int ENOSYS ] { -38 } Constant [ public int ENOTCONN ] { -107 } Constant [ public int ENOTDIR ] { -20 } Constant [ public int ENOTEMPTY ] { -39 } Constant [ public int ENOTSOCK ] { -88 } Constant [ public int ENOTSUP ] { -95 } Constant [ public int EOVERFLOW ] { -75 } Constant [ public int EPERM ] { -1 } Constant [ public int EPIPE ] { -32 } Constant [ public int EPROTO ] { -71 } Constant [ public int EPROTONOSUPPORT ] { -93 } Constant [ public int EPROTOTYPE ] { -91 } Constant [ public int ERANGE ] { -34 } Constant [ public int EROFS ] { -30 } Constant [ public int ESHUTDOWN ] { -108 } Constant [ public int ESPIPE ] { -29 } Constant [ public int ESRCH ] { -3 } Constant [ public int ETIMEDOUT ] { -110 } Constant [ public int ETXTBSY ] { -26 } Constant [ public int EXDEV ] { -18 } Constant [ public int UNKNOWN ] { -4094 } Constant [ public int EOF ] { -4095 } Constant [ public int ENXIO ] { -6 } Constant [ public int EMLINK ] { -31 } Constant [ public int EHOSTDOWN ] { -112 } Constant [ public int EREMOTEIO ] { -121 } Constant [ public int ENOTTY ] { -25 } Constant [ public int EFTYPE ] { -4028 } Constant [ public int EILSEQ ] { -84 } Constant [ public int ESOCKTNOSUPPORT ] { -94 } } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [0] { } } Class [ final class UVWork extends UV ] { - Constants [206] { Constant [ public int RUN_DEFAULT ] { 0 } Constant [ public int RUN_ONCE ] { 1 } Constant [ public int RUN_NOWAIT ] { 2 } Constant [ public int CHANGE ] { 2 } Constant [ public int RENAME ] { 1 } Constant [ public int READABLE ] { 1 } Constant [ public int WRITABLE ] { 2 } Constant [ public int O_RDONLY ] { 0 } Constant [ public int O_WRONLY ] { 1 } Constant [ public int O_RDWR ] { 2 } Constant [ public int O_CREAT ] { 64 } Constant [ public int O_EXCL ] { 128 } Constant [ public int O_TRUNC ] { 512 } Constant [ public int O_APPEND ] { 1024 } Constant [ public int S_IFDIR ] { 16384 } Constant [ public int S_IFREG ] { 32768 } Constant [ public int O_NOCTTY ] { 256 } Constant [ public int S_IRWXU ] { 448 } Constant [ public int S_IRUSR ] { 256 } Constant [ public int S_IWUSR ] { 128 } Constant [ public int S_IXUSR ] { 64 } Constant [ public int S_IRWXG ] { 56 } Constant [ public int S_IRGRP ] { 32 } Constant [ public int S_IWGRP ] { 16 } Constant [ public int S_IXGRP ] { 8 } Constant [ public int S_IRWXO ] { 7 } Constant [ public int S_IROTH ] { 4 } Constant [ public int S_IWOTH ] { 2 } Constant [ public int S_IXOTH ] { 1 } Constant [ public int SIG_IGN ] { 1 } Constant [ public int SIG_DFL ] { 0 } Constant [ public int SIG_ERR ] { -1 } Constant [ public int SIGHUP ] { 1 } Constant [ public int SIGINT ] { 2 } Constant [ public int SIGQUIT ] { 3 } Constant [ public int SIGILL ] { 4 } Constant [ public int SIGTRAP ] { 5 } Constant [ public int SIGABRT ] { 6 } Constant [ public int SIGIOT ] { 6 } Constant [ public int SIGBUS ] { 7 } Constant [ public int SIGFPE ] { 8 } Constant [ public int SIGKILL ] { 9 } Constant [ public int SIGUSR1 ] { 10 } Constant [ public int SIGSEGV ] { 11 } Constant [ public int SIGUSR2 ] { 12 } Constant [ public int SIGPIPE ] { 13 } Constant [ public int SIGALRM ] { 14 } Constant [ public int SIGTERM ] { 15 } Constant [ public int SIGSTKFLT ] { 16 } Constant [ public int SIGCLD ] { 17 } Constant [ public int SIGCHLD ] { 17 } Constant [ public int SIGCONT ] { 18 } Constant [ public int SIGSTOP ] { 19 } Constant [ public int SIGTSTP ] { 20 } Constant [ public int SIGTTIN ] { 21 } Constant [ public int SIGTTOU ] { 22 } Constant [ public int SIGURG ] { 23 } Constant [ public int SIGXCPU ] { 24 } Constant [ public int SIGXFSZ ] { 25 } Constant [ public int SIGVTALRM ] { 26 } Constant [ public int SIGPROF ] { 27 } Constant [ public int SIGWINCH ] { 28 } Constant [ public int SIGPOLL ] { 29 } Constant [ public int SIGIO ] { 29 } Constant [ public int SIGPWR ] { 30 } Constant [ public int SIGSYS ] { 31 } Constant [ public int SIGBABY ] { 31 } Constant [ public int AF_INET ] { 2 } Constant [ public int AF_INET6 ] { 10 } Constant [ public int AF_UNSPEC ] { 0 } Constant [ public int LEAVE_GROUP ] { 0 } Constant [ public int JOIN_GROUP ] { 1 } Constant [ public int IS_UV_TCP ] { 0 } Constant [ public int IS_UV_UDP ] { 1 } Constant [ public int IS_UV_PIPE ] { 2 } Constant [ public int IS_UV_IDLE ] { 3 } Constant [ public int IS_UV_TIMER ] { 4 } Constant [ public int IS_UV_ASYNC ] { 5 } Constant [ public int IS_UV_LOOP ] { 6 } Constant [ public int IS_UV_HANDLE ] { 7 } Constant [ public int IS_UV_STREAM ] { 8 } Constant [ public int IS_UV_ADDRINFO ] { 9 } Constant [ public int IS_UV_PROCESS ] { 10 } Constant [ public int IS_UV_PREPARE ] { 11 } Constant [ public int IS_UV_CHECK ] { 12 } Constant [ public int IS_UV_WORK ] { 13 } Constant [ public int IS_UV_FS ] { 14 } Constant [ public int IS_UV_FS_EVENT ] { 15 } Constant [ public int IS_UV_TTY ] { 16 } Constant [ public int IS_UV_FS_POLL ] { 17 } Constant [ public int IS_UV_POLL ] { 18 } Constant [ public int UNKNOWN_HANDLE ] { 0 } Constant [ public int FILE ] { 17 } Constant [ public int ASYNC ] { 1 } Constant [ public int CHECK ] { 2 } Constant [ public int FS_EVENT ] { 3 } Constant [ public int FS_POLL ] { 4 } Constant [ public int HANDLE ] { 5 } Constant [ public int IDLE ] { 6 } Constant [ public int NAMED_PIPE ] { 7 } Constant [ public int POLL ] { 8 } Constant [ public int PREPARE ] { 9 } Constant [ public int PROCESS ] { 10 } Constant [ public int STREAM ] { 11 } Constant [ public int TCP ] { 12 } Constant [ public int TIMER ] { 13 } Constant [ public int TTY ] { 14 } Constant [ public int UDP ] { 15 } Constant [ public int SIGNAL ] { 16 } Constant [ public int HANDLE_TYPE_MAX ] { 18 } Constant [ public int IGNORE ] { 0 } Constant [ public int CREATE_PIPE ] { 1 } Constant [ public int INHERIT_FD ] { 2 } Constant [ public int INHERIT_STREAM ] { 4 } Constant [ public int READABLE_PIPE ] { 16 } Constant [ public int WRITABLE_PIPE ] { 32 } Constant [ public int OVERLAPPED_PIPE ] { 64 } Constant [ public int PROCESS_SETUID ] { 1 } Constant [ public int PROCESS_SETGID ] { 2 } Constant [ public int PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 } Constant [ public int PROCESS_DETACHED ] { 8 } Constant [ public int PROCESS_WINDOWS_HIDE ] { 16 } Constant [ public int PROCESS_WINDOWS_HIDE_CONSOLE ] { 32 } Constant [ public int PROCESS_WINDOWS_HIDE_GUI ] { 64 } Constant [ public int E2BIG ] { -7 } Constant [ public int EACCES ] { -13 } Constant [ public int EADDRINUSE ] { -98 } Constant [ public int EADDRNOTAVAIL ] { -99 } Constant [ public int EAFNOSUPPORT ] { -97 } Constant [ public int EAGAIN ] { -11 } Constant [ public int EAI_ADDRFAMILY ] { -3000 } Constant [ public int EAI_AGAIN ] { -3001 } Constant [ public int EAI_BADFLAGS ] { -3002 } Constant [ public int EAI_BADHINTS ] { -3013 } Constant [ public int EAI_CANCELED ] { -3003 } Constant [ public int EAI_FAIL ] { -3004 } Constant [ public int EAI_FAMILY ] { -3005 } Constant [ public int EAI_MEMORY ] { -3006 } Constant [ public int EAI_NODATA ] { -3007 } Constant [ public int EAI_NONAME ] { -3008 } Constant [ public int EAI_OVERFLOW ] { -3009 } Constant [ public int EAI_PROTOCOL ] { -3014 } Constant [ public int EAI_SERVICE ] { -3010 } Constant [ public int EAI_SOCKTYPE ] { -3011 } Constant [ public int EALREADY ] { -114 } Constant [ public int EBADF ] { -9 } Constant [ public int EBUSY ] { -16 } Constant [ public int ECANCELED ] { -125 } Constant [ public int ECHARSET ] { -4080 } Constant [ public int ECONNABORTED ] { -103 } Constant [ public int ECONNREFUSED ] { -111 } Constant [ public int ECONNRESET ] { -104 } Constant [ public int EDESTADDRREQ ] { -89 } Constant [ public int EEXIST ] { -17 } Constant [ public int EFAULT ] { -14 } Constant [ public int EFBIG ] { -27 } Constant [ public int EHOSTUNREACH ] { -113 } Constant [ public int EINTR ] { -4 } Constant [ public int EINVAL ] { -22 } Constant [ public int EIO ] { -5 } Constant [ public int EISCONN ] { -106 } Constant [ public int EISDIR ] { -21 } Constant [ public int ELOOP ] { -40 } Constant [ public int EMFILE ] { -24 } Constant [ public int EMSGSIZE ] { -90 } Constant [ public int ENAMETOOLONG ] { -36 } Constant [ public int ENETDOWN ] { -100 } Constant [ public int ENETUNREACH ] { -101 } Constant [ public int ENFILE ] { -23 } Constant [ public int ENOBUFS ] { -105 } Constant [ public int ENODEV ] { -19 } Constant [ public int ENOENT ] { -2 } Constant [ public int ENOMEM ] { -12 } Constant [ public int ENONET ] { -64 } Constant [ public int ENOPROTOOPT ] { -92 } Constant [ public int ENOSPC ] { -28 } Constant [ public int ENOSYS ] { -38 } Constant [ public int ENOTCONN ] { -107 } Constant [ public int ENOTDIR ] { -20 } Constant [ public int ENOTEMPTY ] { -39 } Constant [ public int ENOTSOCK ] { -88 } Constant [ public int ENOTSUP ] { -95 } Constant [ public int EOVERFLOW ] { -75 } Constant [ public int EPERM ] { -1 } Constant [ public int EPIPE ] { -32 } Constant [ public int EPROTO ] { -71 } Constant [ public int EPROTONOSUPPORT ] { -93 } Constant [ public int EPROTOTYPE ] { -91 } Constant [ public int ERANGE ] { -34 } Constant [ public int EROFS ] { -30 } Constant [ public int ESHUTDOWN ] { -108 } Constant [ public int ESPIPE ] { -29 } Constant [ public int ESRCH ] { -3 } Constant [ public int ETIMEDOUT ] { -110 } Constant [ public int ETXTBSY ] { -26 } Constant [ public int EXDEV ] { -18 } Constant [ public int UNKNOWN ] { -4094 } Constant [ public int EOF ] { -4095 } Constant [ public int ENXIO ] { -6 } Constant [ public int EMLINK ] { -31 } Constant [ public int EHOSTDOWN ] { -112 } Constant [ public int EREMOTEIO ] { -121 } Constant [ public int ENOTTY ] { -25 } Constant [ public int EFTYPE ] { -4028 } Constant [ public int EILSEQ ] { -84 } Constant [ public int ESOCKTNOSUPPORT ] { -94 } } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [0] { } } Class [ final class UVFs extends UV ] { - Constants [206] { Constant [ public int RUN_DEFAULT ] { 0 } Constant [ public int RUN_ONCE ] { 1 } Constant [ public int RUN_NOWAIT ] { 2 } Constant [ public int CHANGE ] { 2 } Constant [ public int RENAME ] { 1 } Constant [ public int READABLE ] { 1 } Constant [ public int WRITABLE ] { 2 } Constant [ public int O_RDONLY ] { 0 } Constant [ public int O_WRONLY ] { 1 } Constant [ public int O_RDWR ] { 2 } Constant [ public int O_CREAT ] { 64 } Constant [ public int O_EXCL ] { 128 } Constant [ public int O_TRUNC ] { 512 } Constant [ public int O_APPEND ] { 1024 } Constant [ public int S_IFDIR ] { 16384 } Constant [ public int S_IFREG ] { 32768 } Constant [ public int O_NOCTTY ] { 256 } Constant [ public int S_IRWXU ] { 448 } Constant [ public int S_IRUSR ] { 256 } Constant [ public int S_IWUSR ] { 128 } Constant [ public int S_IXUSR ] { 64 } Constant [ public int S_IRWXG ] { 56 } Constant [ public int S_IRGRP ] { 32 } Constant [ public int S_IWGRP ] { 16 } Constant [ public int S_IXGRP ] { 8 } Constant [ public int S_IRWXO ] { 7 } Constant [ public int S_IROTH ] { 4 } Constant [ public int S_IWOTH ] { 2 } Constant [ public int S_IXOTH ] { 1 } Constant [ public int SIG_IGN ] { 1 } Constant [ public int SIG_DFL ] { 0 } Constant [ public int SIG_ERR ] { -1 } Constant [ public int SIGHUP ] { 1 } Constant [ public int SIGINT ] { 2 } Constant [ public int SIGQUIT ] { 3 } Constant [ public int SIGILL ] { 4 } Constant [ public int SIGTRAP ] { 5 } Constant [ public int SIGABRT ] { 6 } Constant [ public int SIGIOT ] { 6 } Constant [ public int SIGBUS ] { 7 } Constant [ public int SIGFPE ] { 8 } Constant [ public int SIGKILL ] { 9 } Constant [ public int SIGUSR1 ] { 10 } Constant [ public int SIGSEGV ] { 11 } Constant [ public int SIGUSR2 ] { 12 } Constant [ public int SIGPIPE ] { 13 } Constant [ public int SIGALRM ] { 14 } Constant [ public int SIGTERM ] { 15 } Constant [ public int SIGSTKFLT ] { 16 } Constant [ public int SIGCLD ] { 17 } Constant [ public int SIGCHLD ] { 17 } Constant [ public int SIGCONT ] { 18 } Constant [ public int SIGSTOP ] { 19 } Constant [ public int SIGTSTP ] { 20 } Constant [ public int SIGTTIN ] { 21 } Constant [ public int SIGTTOU ] { 22 } Constant [ public int SIGURG ] { 23 } Constant [ public int SIGXCPU ] { 24 } Constant [ public int SIGXFSZ ] { 25 } Constant [ public int SIGVTALRM ] { 26 } Constant [ public int SIGPROF ] { 27 } Constant [ public int SIGWINCH ] { 28 } Constant [ public int SIGPOLL ] { 29 } Constant [ public int SIGIO ] { 29 } Constant [ public int SIGPWR ] { 30 } Constant [ public int SIGSYS ] { 31 } Constant [ public int SIGBABY ] { 31 } Constant [ public int AF_INET ] { 2 } Constant [ public int AF_INET6 ] { 10 } Constant [ public int AF_UNSPEC ] { 0 } Constant [ public int LEAVE_GROUP ] { 0 } Constant [ public int JOIN_GROUP ] { 1 } Constant [ public int IS_UV_TCP ] { 0 } Constant [ public int IS_UV_UDP ] { 1 } Constant [ public int IS_UV_PIPE ] { 2 } Constant [ public int IS_UV_IDLE ] { 3 } Constant [ public int IS_UV_TIMER ] { 4 } Constant [ public int IS_UV_ASYNC ] { 5 } Constant [ public int IS_UV_LOOP ] { 6 } Constant [ public int IS_UV_HANDLE ] { 7 } Constant [ public int IS_UV_STREAM ] { 8 } Constant [ public int IS_UV_ADDRINFO ] { 9 } Constant [ public int IS_UV_PROCESS ] { 10 } Constant [ public int IS_UV_PREPARE ] { 11 } Constant [ public int IS_UV_CHECK ] { 12 } Constant [ public int IS_UV_WORK ] { 13 } Constant [ public int IS_UV_FS ] { 14 } Constant [ public int IS_UV_FS_EVENT ] { 15 } Constant [ public int IS_UV_TTY ] { 16 } Constant [ public int IS_UV_FS_POLL ] { 17 } Constant [ public int IS_UV_POLL ] { 18 } Constant [ public int UNKNOWN_HANDLE ] { 0 } Constant [ public int FILE ] { 17 } Constant [ public int ASYNC ] { 1 } Constant [ public int CHECK ] { 2 } Constant [ public int FS_EVENT ] { 3 } Constant [ public int FS_POLL ] { 4 } Constant [ public int HANDLE ] { 5 } Constant [ public int IDLE ] { 6 } Constant [ public int NAMED_PIPE ] { 7 } Constant [ public int POLL ] { 8 } Constant [ public int PREPARE ] { 9 } Constant [ public int PROCESS ] { 10 } Constant [ public int STREAM ] { 11 } Constant [ public int TCP ] { 12 } Constant [ public int TIMER ] { 13 } Constant [ public int TTY ] { 14 } Constant [ public int UDP ] { 15 } Constant [ public int SIGNAL ] { 16 } Constant [ public int HANDLE_TYPE_MAX ] { 18 } Constant [ public int IGNORE ] { 0 } Constant [ public int CREATE_PIPE ] { 1 } Constant [ public int INHERIT_FD ] { 2 } Constant [ public int INHERIT_STREAM ] { 4 } Constant [ public int READABLE_PIPE ] { 16 } Constant [ public int WRITABLE_PIPE ] { 32 } Constant [ public int OVERLAPPED_PIPE ] { 64 } Constant [ public int PROCESS_SETUID ] { 1 } Constant [ public int PROCESS_SETGID ] { 2 } Constant [ public int PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 } Constant [ public int PROCESS_DETACHED ] { 8 } Constant [ public int PROCESS_WINDOWS_HIDE ] { 16 } Constant [ public int PROCESS_WINDOWS_HIDE_CONSOLE ] { 32 } Constant [ public int PROCESS_WINDOWS_HIDE_GUI ] { 64 } Constant [ public int E2BIG ] { -7 } Constant [ public int EACCES ] { -13 } Constant [ public int EADDRINUSE ] { -98 } Constant [ public int EADDRNOTAVAIL ] { -99 } Constant [ public int EAFNOSUPPORT ] { -97 } Constant [ public int EAGAIN ] { -11 } Constant [ public int EAI_ADDRFAMILY ] { -3000 } Constant [ public int EAI_AGAIN ] { -3001 } Constant [ public int EAI_BADFLAGS ] { -3002 } Constant [ public int EAI_BADHINTS ] { -3013 } Constant [ public int EAI_CANCELED ] { -3003 } Constant [ public int EAI_FAIL ] { -3004 } Constant [ public int EAI_FAMILY ] { -3005 } Constant [ public int EAI_MEMORY ] { -3006 } Constant [ public int EAI_NODATA ] { -3007 } Constant [ public int EAI_NONAME ] { -3008 } Constant [ public int EAI_OVERFLOW ] { -3009 } Constant [ public int EAI_PROTOCOL ] { -3014 } Constant [ public int EAI_SERVICE ] { -3010 } Constant [ public int EAI_SOCKTYPE ] { -3011 } Constant [ public int EALREADY ] { -114 } Constant [ public int EBADF ] { -9 } Constant [ public int EBUSY ] { -16 } Constant [ public int ECANCELED ] { -125 } Constant [ public int ECHARSET ] { -4080 } Constant [ public int ECONNABORTED ] { -103 } Constant [ public int ECONNREFUSED ] { -111 } Constant [ public int ECONNRESET ] { -104 } Constant [ public int EDESTADDRREQ ] { -89 } Constant [ public int EEXIST ] { -17 } Constant [ public int EFAULT ] { -14 } Constant [ public int EFBIG ] { -27 } Constant [ public int EHOSTUNREACH ] { -113 } Constant [ public int EINTR ] { -4 } Constant [ public int EINVAL ] { -22 } Constant [ public int EIO ] { -5 } Constant [ public int EISCONN ] { -106 } Constant [ public int EISDIR ] { -21 } Constant [ public int ELOOP ] { -40 } Constant [ public int EMFILE ] { -24 } Constant [ public int EMSGSIZE ] { -90 } Constant [ public int ENAMETOOLONG ] { -36 } Constant [ public int ENETDOWN ] { -100 } Constant [ public int ENETUNREACH ] { -101 } Constant [ public int ENFILE ] { -23 } Constant [ public int ENOBUFS ] { -105 } Constant [ public int ENODEV ] { -19 } Constant [ public int ENOENT ] { -2 } Constant [ public int ENOMEM ] { -12 } Constant [ public int ENONET ] { -64 } Constant [ public int ENOPROTOOPT ] { -92 } Constant [ public int ENOSPC ] { -28 } Constant [ public int ENOSYS ] { -38 } Constant [ public int ENOTCONN ] { -107 } Constant [ public int ENOTDIR ] { -20 } Constant [ public int ENOTEMPTY ] { -39 } Constant [ public int ENOTSOCK ] { -88 } Constant [ public int ENOTSUP ] { -95 } Constant [ public int EOVERFLOW ] { -75 } Constant [ public int EPERM ] { -1 } Constant [ public int EPIPE ] { -32 } Constant [ public int EPROTO ] { -71 } Constant [ public int EPROTONOSUPPORT ] { -93 } Constant [ public int EPROTOTYPE ] { -91 } Constant [ public int ERANGE ] { -34 } Constant [ public int EROFS ] { -30 } Constant [ public int ESHUTDOWN ] { -108 } Constant [ public int ESPIPE ] { -29 } Constant [ public int ESRCH ] { -3 } Constant [ public int ETIMEDOUT ] { -110 } Constant [ public int ETXTBSY ] { -26 } Constant [ public int EXDEV ] { -18 } Constant [ public int UNKNOWN ] { -4094 } Constant [ public int EOF ] { -4095 } Constant [ public int ENXIO ] { -6 } Constant [ public int EMLINK ] { -31 } Constant [ public int EHOSTDOWN ] { -112 } Constant [ public int EREMOTEIO ] { -121 } Constant [ public int ENOTTY ] { -25 } Constant [ public int EFTYPE ] { -4028 } Constant [ public int EILSEQ ] { -84 } Constant [ public int ESOCKTNOSUPPORT ] { -94 } } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [0] { } } Class [ final class UVFsEvent extends UV ] { - Constants [206] { Constant [ public int RUN_DEFAULT ] { 0 } Constant [ public int RUN_ONCE ] { 1 } Constant [ public int RUN_NOWAIT ] { 2 } Constant [ public int CHANGE ] { 2 } Constant [ public int RENAME ] { 1 } Constant [ public int READABLE ] { 1 } Constant [ public int WRITABLE ] { 2 } Constant [ public int O_RDONLY ] { 0 } Constant [ public int O_WRONLY ] { 1 } Constant [ public int O_RDWR ] { 2 } Constant [ public int O_CREAT ] { 64 } Constant [ public int O_EXCL ] { 128 } Constant [ public int O_TRUNC ] { 512 } Constant [ public int O_APPEND ] { 1024 } Constant [ public int S_IFDIR ] { 16384 } Constant [ public int S_IFREG ] { 32768 } Constant [ public int O_NOCTTY ] { 256 } Constant [ public int S_IRWXU ] { 448 } Constant [ public int S_IRUSR ] { 256 } Constant [ public int S_IWUSR ] { 128 } Constant [ public int S_IXUSR ] { 64 } Constant [ public int S_IRWXG ] { 56 } Constant [ public int S_IRGRP ] { 32 } Constant [ public int S_IWGRP ] { 16 } Constant [ public int S_IXGRP ] { 8 } Constant [ public int S_IRWXO ] { 7 } Constant [ public int S_IROTH ] { 4 } Constant [ public int S_IWOTH ] { 2 } Constant [ public int S_IXOTH ] { 1 } Constant [ public int SIG_IGN ] { 1 } Constant [ public int SIG_DFL ] { 0 } Constant [ public int SIG_ERR ] { -1 } Constant [ public int SIGHUP ] { 1 } Constant [ public int SIGINT ] { 2 } Constant [ public int SIGQUIT ] { 3 } Constant [ public int SIGILL ] { 4 } Constant [ public int SIGTRAP ] { 5 } Constant [ public int SIGABRT ] { 6 } Constant [ public int SIGIOT ] { 6 } Constant [ public int SIGBUS ] { 7 } Constant [ public int SIGFPE ] { 8 } Constant [ public int SIGKILL ] { 9 } Constant [ public int SIGUSR1 ] { 10 } Constant [ public int SIGSEGV ] { 11 } Constant [ public int SIGUSR2 ] { 12 } Constant [ public int SIGPIPE ] { 13 } Constant [ public int SIGALRM ] { 14 } Constant [ public int SIGTERM ] { 15 } Constant [ public int SIGSTKFLT ] { 16 } Constant [ public int SIGCLD ] { 17 } Constant [ public int SIGCHLD ] { 17 } Constant [ public int SIGCONT ] { 18 } Constant [ public int SIGSTOP ] { 19 } Constant [ public int SIGTSTP ] { 20 } Constant [ public int SIGTTIN ] { 21 } Constant [ public int SIGTTOU ] { 22 } Constant [ public int SIGURG ] { 23 } Constant [ public int SIGXCPU ] { 24 } Constant [ public int SIGXFSZ ] { 25 } Constant [ public int SIGVTALRM ] { 26 } Constant [ public int SIGPROF ] { 27 } Constant [ public int SIGWINCH ] { 28 } Constant [ public int SIGPOLL ] { 29 } Constant [ public int SIGIO ] { 29 } Constant [ public int SIGPWR ] { 30 } Constant [ public int SIGSYS ] { 31 } Constant [ public int SIGBABY ] { 31 } Constant [ public int AF_INET ] { 2 } Constant [ public int AF_INET6 ] { 10 } Constant [ public int AF_UNSPEC ] { 0 } Constant [ public int LEAVE_GROUP ] { 0 } Constant [ public int JOIN_GROUP ] { 1 } Constant [ public int IS_UV_TCP ] { 0 } Constant [ public int IS_UV_UDP ] { 1 } Constant [ public int IS_UV_PIPE ] { 2 } Constant [ public int IS_UV_IDLE ] { 3 } Constant [ public int IS_UV_TIMER ] { 4 } Constant [ public int IS_UV_ASYNC ] { 5 } Constant [ public int IS_UV_LOOP ] { 6 } Constant [ public int IS_UV_HANDLE ] { 7 } Constant [ public int IS_UV_STREAM ] { 8 } Constant [ public int IS_UV_ADDRINFO ] { 9 } Constant [ public int IS_UV_PROCESS ] { 10 } Constant [ public int IS_UV_PREPARE ] { 11 } Constant [ public int IS_UV_CHECK ] { 12 } Constant [ public int IS_UV_WORK ] { 13 } Constant [ public int IS_UV_FS ] { 14 } Constant [ public int IS_UV_FS_EVENT ] { 15 } Constant [ public int IS_UV_TTY ] { 16 } Constant [ public int IS_UV_FS_POLL ] { 17 } Constant [ public int IS_UV_POLL ] { 18 } Constant [ public int UNKNOWN_HANDLE ] { 0 } Constant [ public int FILE ] { 17 } Constant [ public int ASYNC ] { 1 } Constant [ public int CHECK ] { 2 } Constant [ public int FS_EVENT ] { 3 } Constant [ public int FS_POLL ] { 4 } Constant [ public int HANDLE ] { 5 } Constant [ public int IDLE ] { 6 } Constant [ public int NAMED_PIPE ] { 7 } Constant [ public int POLL ] { 8 } Constant [ public int PREPARE ] { 9 } Constant [ public int PROCESS ] { 10 } Constant [ public int STREAM ] { 11 } Constant [ public int TCP ] { 12 } Constant [ public int TIMER ] { 13 } Constant [ public int TTY ] { 14 } Constant [ public int UDP ] { 15 } Constant [ public int SIGNAL ] { 16 } Constant [ public int HANDLE_TYPE_MAX ] { 18 } Constant [ public int IGNORE ] { 0 } Constant [ public int CREATE_PIPE ] { 1 } Constant [ public int INHERIT_FD ] { 2 } Constant [ public int INHERIT_STREAM ] { 4 } Constant [ public int READABLE_PIPE ] { 16 } Constant [ public int WRITABLE_PIPE ] { 32 } Constant [ public int OVERLAPPED_PIPE ] { 64 } Constant [ public int PROCESS_SETUID ] { 1 } Constant [ public int PROCESS_SETGID ] { 2 } Constant [ public int PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 } Constant [ public int PROCESS_DETACHED ] { 8 } Constant [ public int PROCESS_WINDOWS_HIDE ] { 16 } Constant [ public int PROCESS_WINDOWS_HIDE_CONSOLE ] { 32 } Constant [ public int PROCESS_WINDOWS_HIDE_GUI ] { 64 } Constant [ public int E2BIG ] { -7 } Constant [ public int EACCES ] { -13 } Constant [ public int EADDRINUSE ] { -98 } Constant [ public int EADDRNOTAVAIL ] { -99 } Constant [ public int EAFNOSUPPORT ] { -97 } Constant [ public int EAGAIN ] { -11 } Constant [ public int EAI_ADDRFAMILY ] { -3000 } Constant [ public int EAI_AGAIN ] { -3001 } Constant [ public int EAI_BADFLAGS ] { -3002 } Constant [ public int EAI_BADHINTS ] { -3013 } Constant [ public int EAI_CANCELED ] { -3003 } Constant [ public int EAI_FAIL ] { -3004 } Constant [ public int EAI_FAMILY ] { -3005 } Constant [ public int EAI_MEMORY ] { -3006 } Constant [ public int EAI_NODATA ] { -3007 } Constant [ public int EAI_NONAME ] { -3008 } Constant [ public int EAI_OVERFLOW ] { -3009 } Constant [ public int EAI_PROTOCOL ] { -3014 } Constant [ public int EAI_SERVICE ] { -3010 } Constant [ public int EAI_SOCKTYPE ] { -3011 } Constant [ public int EALREADY ] { -114 } Constant [ public int EBADF ] { -9 } Constant [ public int EBUSY ] { -16 } Constant [ public int ECANCELED ] { -125 } Constant [ public int ECHARSET ] { -4080 } Constant [ public int ECONNABORTED ] { -103 } Constant [ public int ECONNREFUSED ] { -111 } Constant [ public int ECONNRESET ] { -104 } Constant [ public int EDESTADDRREQ ] { -89 } Constant [ public int EEXIST ] { -17 } Constant [ public int EFAULT ] { -14 } Constant [ public int EFBIG ] { -27 } Constant [ public int EHOSTUNREACH ] { -113 } Constant [ public int EINTR ] { -4 } Constant [ public int EINVAL ] { -22 } Constant [ public int EIO ] { -5 } Constant [ public int EISCONN ] { -106 } Constant [ public int EISDIR ] { -21 } Constant [ public int ELOOP ] { -40 } Constant [ public int EMFILE ] { -24 } Constant [ public int EMSGSIZE ] { -90 } Constant [ public int ENAMETOOLONG ] { -36 } Constant [ public int ENETDOWN ] { -100 } Constant [ public int ENETUNREACH ] { -101 } Constant [ public int ENFILE ] { -23 } Constant [ public int ENOBUFS ] { -105 } Constant [ public int ENODEV ] { -19 } Constant [ public int ENOENT ] { -2 } Constant [ public int ENOMEM ] { -12 } Constant [ public int ENONET ] { -64 } Constant [ public int ENOPROTOOPT ] { -92 } Constant [ public int ENOSPC ] { -28 } Constant [ public int ENOSYS ] { -38 } Constant [ public int ENOTCONN ] { -107 } Constant [ public int ENOTDIR ] { -20 } Constant [ public int ENOTEMPTY ] { -39 } Constant [ public int ENOTSOCK ] { -88 } Constant [ public int ENOTSUP ] { -95 } Constant [ public int EOVERFLOW ] { -75 } Constant [ public int EPERM ] { -1 } Constant [ public int EPIPE ] { -32 } Constant [ public int EPROTO ] { -71 } Constant [ public int EPROTONOSUPPORT ] { -93 } Constant [ public int EPROTOTYPE ] { -91 } Constant [ public int ERANGE ] { -34 } Constant [ public int EROFS ] { -30 } Constant [ public int ESHUTDOWN ] { -108 } Constant [ public int ESPIPE ] { -29 } Constant [ public int ESRCH ] { -3 } Constant [ public int ETIMEDOUT ] { -110 } Constant [ public int ETXTBSY ] { -26 } Constant [ public int EXDEV ] { -18 } Constant [ public int UNKNOWN ] { -4094 } Constant [ public int EOF ] { -4095 } Constant [ public int ENXIO ] { -6 } Constant [ public int EMLINK ] { -31 } Constant [ public int EHOSTDOWN ] { -112 } Constant [ public int EREMOTEIO ] { -121 } Constant [ public int ENOTTY ] { -25 } Constant [ public int EFTYPE ] { -4028 } Constant [ public int EILSEQ ] { -84 } Constant [ public int ESOCKTNOSUPPORT ] { -94 } } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [0] { } } Class [ final class UVTty extends UVStream ] { - Constants [206] { Constant [ public int RUN_DEFAULT ] { 0 } Constant [ public int RUN_ONCE ] { 1 } Constant [ public int RUN_NOWAIT ] { 2 } Constant [ public int CHANGE ] { 2 } Constant [ public int RENAME ] { 1 } Constant [ public int READABLE ] { 1 } Constant [ public int WRITABLE ] { 2 } Constant [ public int O_RDONLY ] { 0 } Constant [ public int O_WRONLY ] { 1 } Constant [ public int O_RDWR ] { 2 } Constant [ public int O_CREAT ] { 64 } Constant [ public int O_EXCL ] { 128 } Constant [ public int O_TRUNC ] { 512 } Constant [ public int O_APPEND ] { 1024 } Constant [ public int S_IFDIR ] { 16384 } Constant [ public int S_IFREG ] { 32768 } Constant [ public int O_NOCTTY ] { 256 } Constant [ public int S_IRWXU ] { 448 } Constant [ public int S_IRUSR ] { 256 } Constant [ public int S_IWUSR ] { 128 } Constant [ public int S_IXUSR ] { 64 } Constant [ public int S_IRWXG ] { 56 } Constant [ public int S_IRGRP ] { 32 } Constant [ public int S_IWGRP ] { 16 } Constant [ public int S_IXGRP ] { 8 } Constant [ public int S_IRWXO ] { 7 } Constant [ public int S_IROTH ] { 4 } Constant [ public int S_IWOTH ] { 2 } Constant [ public int S_IXOTH ] { 1 } Constant [ public int SIG_IGN ] { 1 } Constant [ public int SIG_DFL ] { 0 } Constant [ public int SIG_ERR ] { -1 } Constant [ public int SIGHUP ] { 1 } Constant [ public int SIGINT ] { 2 } Constant [ public int SIGQUIT ] { 3 } Constant [ public int SIGILL ] { 4 } Constant [ public int SIGTRAP ] { 5 } Constant [ public int SIGABRT ] { 6 } Constant [ public int SIGIOT ] { 6 } Constant [ public int SIGBUS ] { 7 } Constant [ public int SIGFPE ] { 8 } Constant [ public int SIGKILL ] { 9 } Constant [ public int SIGUSR1 ] { 10 } Constant [ public int SIGSEGV ] { 11 } Constant [ public int SIGUSR2 ] { 12 } Constant [ public int SIGPIPE ] { 13 } Constant [ public int SIGALRM ] { 14 } Constant [ public int SIGTERM ] { 15 } Constant [ public int SIGSTKFLT ] { 16 } Constant [ public int SIGCLD ] { 17 } Constant [ public int SIGCHLD ] { 17 } Constant [ public int SIGCONT ] { 18 } Constant [ public int SIGSTOP ] { 19 } Constant [ public int SIGTSTP ] { 20 } Constant [ public int SIGTTIN ] { 21 } Constant [ public int SIGTTOU ] { 22 } Constant [ public int SIGURG ] { 23 } Constant [ public int SIGXCPU ] { 24 } Constant [ public int SIGXFSZ ] { 25 } Constant [ public int SIGVTALRM ] { 26 } Constant [ public int SIGPROF ] { 27 } Constant [ public int SIGWINCH ] { 28 } Constant [ public int SIGPOLL ] { 29 } Constant [ public int SIGIO ] { 29 } Constant [ public int SIGPWR ] { 30 } Constant [ public int SIGSYS ] { 31 } Constant [ public int SIGBABY ] { 31 } Constant [ public int AF_INET ] { 2 } Constant [ public int AF_INET6 ] { 10 } Constant [ public int AF_UNSPEC ] { 0 } Constant [ public int LEAVE_GROUP ] { 0 } Constant [ public int JOIN_GROUP ] { 1 } Constant [ public int IS_UV_TCP ] { 0 } Constant [ public int IS_UV_UDP ] { 1 } Constant [ public int IS_UV_PIPE ] { 2 } Constant [ public int IS_UV_IDLE ] { 3 } Constant [ public int IS_UV_TIMER ] { 4 } Constant [ public int IS_UV_ASYNC ] { 5 } Constant [ public int IS_UV_LOOP ] { 6 } Constant [ public int IS_UV_HANDLE ] { 7 } Constant [ public int IS_UV_STREAM ] { 8 } Constant [ public int IS_UV_ADDRINFO ] { 9 } Constant [ public int IS_UV_PROCESS ] { 10 } Constant [ public int IS_UV_PREPARE ] { 11 } Constant [ public int IS_UV_CHECK ] { 12 } Constant [ public int IS_UV_WORK ] { 13 } Constant [ public int IS_UV_FS ] { 14 } Constant [ public int IS_UV_FS_EVENT ] { 15 } Constant [ public int IS_UV_TTY ] { 16 } Constant [ public int IS_UV_FS_POLL ] { 17 } Constant [ public int IS_UV_POLL ] { 18 } Constant [ public int UNKNOWN_HANDLE ] { 0 } Constant [ public int FILE ] { 17 } Constant [ public int ASYNC ] { 1 } Constant [ public int CHECK ] { 2 } Constant [ public int FS_EVENT ] { 3 } Constant [ public int FS_POLL ] { 4 } Constant [ public int HANDLE ] { 5 } Constant [ public int IDLE ] { 6 } Constant [ public int NAMED_PIPE ] { 7 } Constant [ public int POLL ] { 8 } Constant [ public int PREPARE ] { 9 } Constant [ public int PROCESS ] { 10 } Constant [ public int STREAM ] { 11 } Constant [ public int TCP ] { 12 } Constant [ public int TIMER ] { 13 } Constant [ public int TTY ] { 14 } Constant [ public int UDP ] { 15 } Constant [ public int SIGNAL ] { 16 } Constant [ public int HANDLE_TYPE_MAX ] { 18 } Constant [ public int IGNORE ] { 0 } Constant [ public int CREATE_PIPE ] { 1 } Constant [ public int INHERIT_FD ] { 2 } Constant [ public int INHERIT_STREAM ] { 4 } Constant [ public int READABLE_PIPE ] { 16 } Constant [ public int WRITABLE_PIPE ] { 32 } Constant [ public int OVERLAPPED_PIPE ] { 64 } Constant [ public int PROCESS_SETUID ] { 1 } Constant [ public int PROCESS_SETGID ] { 2 } Constant [ public int PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 } Constant [ public int PROCESS_DETACHED ] { 8 } Constant [ public int PROCESS_WINDOWS_HIDE ] { 16 } Constant [ public int PROCESS_WINDOWS_HIDE_CONSOLE ] { 32 } Constant [ public int PROCESS_WINDOWS_HIDE_GUI ] { 64 } Constant [ public int E2BIG ] { -7 } Constant [ public int EACCES ] { -13 } Constant [ public int EADDRINUSE ] { -98 } Constant [ public int EADDRNOTAVAIL ] { -99 } Constant [ public int EAFNOSUPPORT ] { -97 } Constant [ public int EAGAIN ] { -11 } Constant [ public int EAI_ADDRFAMILY ] { -3000 } Constant [ public int EAI_AGAIN ] { -3001 } Constant [ public int EAI_BADFLAGS ] { -3002 } Constant [ public int EAI_BADHINTS ] { -3013 } Constant [ public int EAI_CANCELED ] { -3003 } Constant [ public int EAI_FAIL ] { -3004 } Constant [ public int EAI_FAMILY ] { -3005 } Constant [ public int EAI_MEMORY ] { -3006 } Constant [ public int EAI_NODATA ] { -3007 } Constant [ public int EAI_NONAME ] { -3008 } Constant [ public int EAI_OVERFLOW ] { -3009 } Constant [ public int EAI_PROTOCOL ] { -3014 } Constant [ public int EAI_SERVICE ] { -3010 } Constant [ public int EAI_SOCKTYPE ] { -3011 } Constant [ public int EALREADY ] { -114 } Constant [ public int EBADF ] { -9 } Constant [ public int EBUSY ] { -16 } Constant [ public int ECANCELED ] { -125 } Constant [ public int ECHARSET ] { -4080 } Constant [ public int ECONNABORTED ] { -103 } Constant [ public int ECONNREFUSED ] { -111 } Constant [ public int ECONNRESET ] { -104 } Constant [ public int EDESTADDRREQ ] { -89 } Constant [ public int EEXIST ] { -17 } Constant [ public int EFAULT ] { -14 } Constant [ public int EFBIG ] { -27 } Constant [ public int EHOSTUNREACH ] { -113 } Constant [ public int EINTR ] { -4 } Constant [ public int EINVAL ] { -22 } Constant [ public int EIO ] { -5 } Constant [ public int EISCONN ] { -106 } Constant [ public int EISDIR ] { -21 } Constant [ public int ELOOP ] { -40 } Constant [ public int EMFILE ] { -24 } Constant [ public int EMSGSIZE ] { -90 } Constant [ public int ENAMETOOLONG ] { -36 } Constant [ public int ENETDOWN ] { -100 } Constant [ public int ENETUNREACH ] { -101 } Constant [ public int ENFILE ] { -23 } Constant [ public int ENOBUFS ] { -105 } Constant [ public int ENODEV ] { -19 } Constant [ public int ENOENT ] { -2 } Constant [ public int ENOMEM ] { -12 } Constant [ public int ENONET ] { -64 } Constant [ public int ENOPROTOOPT ] { -92 } Constant [ public int ENOSPC ] { -28 } Constant [ public int ENOSYS ] { -38 } Constant [ public int ENOTCONN ] { -107 } Constant [ public int ENOTDIR ] { -20 } Constant [ public int ENOTEMPTY ] { -39 } Constant [ public int ENOTSOCK ] { -88 } Constant [ public int ENOTSUP ] { -95 } Constant [ public int EOVERFLOW ] { -75 } Constant [ public int EPERM ] { -1 } Constant [ public int EPIPE ] { -32 } Constant [ public int EPROTO ] { -71 } Constant [ public int EPROTONOSUPPORT ] { -93 } Constant [ public int EPROTOTYPE ] { -91 } Constant [ public int ERANGE ] { -34 } Constant [ public int EROFS ] { -30 } Constant [ public int ESHUTDOWN ] { -108 } Constant [ public int ESPIPE ] { -29 } Constant [ public int ESRCH ] { -3 } Constant [ public int ETIMEDOUT ] { -110 } Constant [ public int ETXTBSY ] { -26 } Constant [ public int EXDEV ] { -18 } Constant [ public int UNKNOWN ] { -4094 } Constant [ public int EOF ] { -4095 } Constant [ public int ENXIO ] { -6 } Constant [ public int EMLINK ] { -31 } Constant [ public int EHOSTDOWN ] { -112 } Constant [ public int EREMOTEIO ] { -121 } Constant [ public int ENOTTY ] { -25 } Constant [ public int EFTYPE ] { -4028 } Constant [ public int EILSEQ ] { -84 } Constant [ public int ESOCKTNOSUPPORT ] { -94 } } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [0] { } } Class [ final class UVFsPoll extends UV ] { - Constants [206] { Constant [ public int RUN_DEFAULT ] { 0 } Constant [ public int RUN_ONCE ] { 1 } Constant [ public int RUN_NOWAIT ] { 2 } Constant [ public int CHANGE ] { 2 } Constant [ public int RENAME ] { 1 } Constant [ public int READABLE ] { 1 } Constant [ public int WRITABLE ] { 2 } Constant [ public int O_RDONLY ] { 0 } Constant [ public int O_WRONLY ] { 1 } Constant [ public int O_RDWR ] { 2 } Constant [ public int O_CREAT ] { 64 } Constant [ public int O_EXCL ] { 128 } Constant [ public int O_TRUNC ] { 512 } Constant [ public int O_APPEND ] { 1024 } Constant [ public int S_IFDIR ] { 16384 } Constant [ public int S_IFREG ] { 32768 } Constant [ public int O_NOCTTY ] { 256 } Constant [ public int S_IRWXU ] { 448 } Constant [ public int S_IRUSR ] { 256 } Constant [ public int S_IWUSR ] { 128 } Constant [ public int S_IXUSR ] { 64 } Constant [ public int S_IRWXG ] { 56 } Constant [ public int S_IRGRP ] { 32 } Constant [ public int S_IWGRP ] { 16 } Constant [ public int S_IXGRP ] { 8 } Constant [ public int S_IRWXO ] { 7 } Constant [ public int S_IROTH ] { 4 } Constant [ public int S_IWOTH ] { 2 } Constant [ public int S_IXOTH ] { 1 } Constant [ public int SIG_IGN ] { 1 } Constant [ public int SIG_DFL ] { 0 } Constant [ public int SIG_ERR ] { -1 } Constant [ public int SIGHUP ] { 1 } Constant [ public int SIGINT ] { 2 } Constant [ public int SIGQUIT ] { 3 } Constant [ public int SIGILL ] { 4 } Constant [ public int SIGTRAP ] { 5 } Constant [ public int SIGABRT ] { 6 } Constant [ public int SIGIOT ] { 6 } Constant [ public int SIGBUS ] { 7 } Constant [ public int SIGFPE ] { 8 } Constant [ public int SIGKILL ] { 9 } Constant [ public int SIGUSR1 ] { 10 } Constant [ public int SIGSEGV ] { 11 } Constant [ public int SIGUSR2 ] { 12 } Constant [ public int SIGPIPE ] { 13 } Constant [ public int SIGALRM ] { 14 } Constant [ public int SIGTERM ] { 15 } Constant [ public int SIGSTKFLT ] { 16 } Constant [ public int SIGCLD ] { 17 } Constant [ public int SIGCHLD ] { 17 } Constant [ public int SIGCONT ] { 18 } Constant [ public int SIGSTOP ] { 19 } Constant [ public int SIGTSTP ] { 20 } Constant [ public int SIGTTIN ] { 21 } Constant [ public int SIGTTOU ] { 22 } Constant [ public int SIGURG ] { 23 } Constant [ public int SIGXCPU ] { 24 } Constant [ public int SIGXFSZ ] { 25 } Constant [ public int SIGVTALRM ] { 26 } Constant [ public int SIGPROF ] { 27 } Constant [ public int SIGWINCH ] { 28 } Constant [ public int SIGPOLL ] { 29 } Constant [ public int SIGIO ] { 29 } Constant [ public int SIGPWR ] { 30 } Constant [ public int SIGSYS ] { 31 } Constant [ public int SIGBABY ] { 31 } Constant [ public int AF_INET ] { 2 } Constant [ public int AF_INET6 ] { 10 } Constant [ public int AF_UNSPEC ] { 0 } Constant [ public int LEAVE_GROUP ] { 0 } Constant [ public int JOIN_GROUP ] { 1 } Constant [ public int IS_UV_TCP ] { 0 } Constant [ public int IS_UV_UDP ] { 1 } Constant [ public int IS_UV_PIPE ] { 2 } Constant [ public int IS_UV_IDLE ] { 3 } Constant [ public int IS_UV_TIMER ] { 4 } Constant [ public int IS_UV_ASYNC ] { 5 } Constant [ public int IS_UV_LOOP ] { 6 } Constant [ public int IS_UV_HANDLE ] { 7 } Constant [ public int IS_UV_STREAM ] { 8 } Constant [ public int IS_UV_ADDRINFO ] { 9 } Constant [ public int IS_UV_PROCESS ] { 10 } Constant [ public int IS_UV_PREPARE ] { 11 } Constant [ public int IS_UV_CHECK ] { 12 } Constant [ public int IS_UV_WORK ] { 13 } Constant [ public int IS_UV_FS ] { 14 } Constant [ public int IS_UV_FS_EVENT ] { 15 } Constant [ public int IS_UV_TTY ] { 16 } Constant [ public int IS_UV_FS_POLL ] { 17 } Constant [ public int IS_UV_POLL ] { 18 } Constant [ public int UNKNOWN_HANDLE ] { 0 } Constant [ public int FILE ] { 17 } Constant [ public int ASYNC ] { 1 } Constant [ public int CHECK ] { 2 } Constant [ public int FS_EVENT ] { 3 } Constant [ public int FS_POLL ] { 4 } Constant [ public int HANDLE ] { 5 } Constant [ public int IDLE ] { 6 } Constant [ public int NAMED_PIPE ] { 7 } Constant [ public int POLL ] { 8 } Constant [ public int PREPARE ] { 9 } Constant [ public int PROCESS ] { 10 } Constant [ public int STREAM ] { 11 } Constant [ public int TCP ] { 12 } Constant [ public int TIMER ] { 13 } Constant [ public int TTY ] { 14 } Constant [ public int UDP ] { 15 } Constant [ public int SIGNAL ] { 16 } Constant [ public int HANDLE_TYPE_MAX ] { 18 } Constant [ public int IGNORE ] { 0 } Constant [ public int CREATE_PIPE ] { 1 } Constant [ public int INHERIT_FD ] { 2 } Constant [ public int INHERIT_STREAM ] { 4 } Constant [ public int READABLE_PIPE ] { 16 } Constant [ public int WRITABLE_PIPE ] { 32 } Constant [ public int OVERLAPPED_PIPE ] { 64 } Constant [ public int PROCESS_SETUID ] { 1 } Constant [ public int PROCESS_SETGID ] { 2 } Constant [ public int PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 } Constant [ public int PROCESS_DETACHED ] { 8 } Constant [ public int PROCESS_WINDOWS_HIDE ] { 16 } Constant [ public int PROCESS_WINDOWS_HIDE_CONSOLE ] { 32 } Constant [ public int PROCESS_WINDOWS_HIDE_GUI ] { 64 } Constant [ public int E2BIG ] { -7 } Constant [ public int EACCES ] { -13 } Constant [ public int EADDRINUSE ] { -98 } Constant [ public int EADDRNOTAVAIL ] { -99 } Constant [ public int EAFNOSUPPORT ] { -97 } Constant [ public int EAGAIN ] { -11 } Constant [ public int EAI_ADDRFAMILY ] { -3000 } Constant [ public int EAI_AGAIN ] { -3001 } Constant [ public int EAI_BADFLAGS ] { -3002 } Constant [ public int EAI_BADHINTS ] { -3013 } Constant [ public int EAI_CANCELED ] { -3003 } Constant [ public int EAI_FAIL ] { -3004 } Constant [ public int EAI_FAMILY ] { -3005 } Constant [ public int EAI_MEMORY ] { -3006 } Constant [ public int EAI_NODATA ] { -3007 } Constant [ public int EAI_NONAME ] { -3008 } Constant [ public int EAI_OVERFLOW ] { -3009 } Constant [ public int EAI_PROTOCOL ] { -3014 } Constant [ public int EAI_SERVICE ] { -3010 } Constant [ public int EAI_SOCKTYPE ] { -3011 } Constant [ public int EALREADY ] { -114 } Constant [ public int EBADF ] { -9 } Constant [ public int EBUSY ] { -16 } Constant [ public int ECANCELED ] { -125 } Constant [ public int ECHARSET ] { -4080 } Constant [ public int ECONNABORTED ] { -103 } Constant [ public int ECONNREFUSED ] { -111 } Constant [ public int ECONNRESET ] { -104 } Constant [ public int EDESTADDRREQ ] { -89 } Constant [ public int EEXIST ] { -17 } Constant [ public int EFAULT ] { -14 } Constant [ public int EFBIG ] { -27 } Constant [ public int EHOSTUNREACH ] { -113 } Constant [ public int EINTR ] { -4 } Constant [ public int EINVAL ] { -22 } Constant [ public int EIO ] { -5 } Constant [ public int EISCONN ] { -106 } Constant [ public int EISDIR ] { -21 } Constant [ public int ELOOP ] { -40 } Constant [ public int EMFILE ] { -24 } Constant [ public int EMSGSIZE ] { -90 } Constant [ public int ENAMETOOLONG ] { -36 } Constant [ public int ENETDOWN ] { -100 } Constant [ public int ENETUNREACH ] { -101 } Constant [ public int ENFILE ] { -23 } Constant [ public int ENOBUFS ] { -105 } Constant [ public int ENODEV ] { -19 } Constant [ public int ENOENT ] { -2 } Constant [ public int ENOMEM ] { -12 } Constant [ public int ENONET ] { -64 } Constant [ public int ENOPROTOOPT ] { -92 } Constant [ public int ENOSPC ] { -28 } Constant [ public int ENOSYS ] { -38 } Constant [ public int ENOTCONN ] { -107 } Constant [ public int ENOTDIR ] { -20 } Constant [ public int ENOTEMPTY ] { -39 } Constant [ public int ENOTSOCK ] { -88 } Constant [ public int ENOTSUP ] { -95 } Constant [ public int EOVERFLOW ] { -75 } Constant [ public int EPERM ] { -1 } Constant [ public int EPIPE ] { -32 } Constant [ public int EPROTO ] { -71 } Constant [ public int EPROTONOSUPPORT ] { -93 } Constant [ public int EPROTOTYPE ] { -91 } Constant [ public int ERANGE ] { -34 } Constant [ public int EROFS ] { -30 } Constant [ public int ESHUTDOWN ] { -108 } Constant [ public int ESPIPE ] { -29 } Constant [ public int ESRCH ] { -3 } Constant [ public int ETIMEDOUT ] { -110 } Constant [ public int ETXTBSY ] { -26 } Constant [ public int EXDEV ] { -18 } Constant [ public int UNKNOWN ] { -4094 } Constant [ public int EOF ] { -4095 } Constant [ public int ENXIO ] { -6 } Constant [ public int EMLINK ] { -31 } Constant [ public int EHOSTDOWN ] { -112 } Constant [ public int EREMOTEIO ] { -121 } Constant [ public int ENOTTY ] { -25 } Constant [ public int EFTYPE ] { -4028 } Constant [ public int EILSEQ ] { -84 } Constant [ public int ESOCKTNOSUPPORT ] { -94 } } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [0] { } } Class [ final class UVPoll extends UV ] { - Constants [206] { Constant [ public int RUN_DEFAULT ] { 0 } Constant [ public int RUN_ONCE ] { 1 } Constant [ public int RUN_NOWAIT ] { 2 } Constant [ public int CHANGE ] { 2 } Constant [ public int RENAME ] { 1 } Constant [ public int READABLE ] { 1 } Constant [ public int WRITABLE ] { 2 } Constant [ public int O_RDONLY ] { 0 } Constant [ public int O_WRONLY ] { 1 } Constant [ public int O_RDWR ] { 2 } Constant [ public int O_CREAT ] { 64 } Constant [ public int O_EXCL ] { 128 } Constant [ public int O_TRUNC ] { 512 } Constant [ public int O_APPEND ] { 1024 } Constant [ public int S_IFDIR ] { 16384 } Constant [ public int S_IFREG ] { 32768 } Constant [ public int O_NOCTTY ] { 256 } Constant [ public int S_IRWXU ] { 448 } Constant [ public int S_IRUSR ] { 256 } Constant [ public int S_IWUSR ] { 128 } Constant [ public int S_IXUSR ] { 64 } Constant [ public int S_IRWXG ] { 56 } Constant [ public int S_IRGRP ] { 32 } Constant [ public int S_IWGRP ] { 16 } Constant [ public int S_IXGRP ] { 8 } Constant [ public int S_IRWXO ] { 7 } Constant [ public int S_IROTH ] { 4 } Constant [ public int S_IWOTH ] { 2 } Constant [ public int S_IXOTH ] { 1 } Constant [ public int SIG_IGN ] { 1 } Constant [ public int SIG_DFL ] { 0 } Constant [ public int SIG_ERR ] { -1 } Constant [ public int SIGHUP ] { 1 } Constant [ public int SIGINT ] { 2 } Constant [ public int SIGQUIT ] { 3 } Constant [ public int SIGILL ] { 4 } Constant [ public int SIGTRAP ] { 5 } Constant [ public int SIGABRT ] { 6 } Constant [ public int SIGIOT ] { 6 } Constant [ public int SIGBUS ] { 7 } Constant [ public int SIGFPE ] { 8 } Constant [ public int SIGKILL ] { 9 } Constant [ public int SIGUSR1 ] { 10 } Constant [ public int SIGSEGV ] { 11 } Constant [ public int SIGUSR2 ] { 12 } Constant [ public int SIGPIPE ] { 13 } Constant [ public int SIGALRM ] { 14 } Constant [ public int SIGTERM ] { 15 } Constant [ public int SIGSTKFLT ] { 16 } Constant [ public int SIGCLD ] { 17 } Constant [ public int SIGCHLD ] { 17 } Constant [ public int SIGCONT ] { 18 } Constant [ public int SIGSTOP ] { 19 } Constant [ public int SIGTSTP ] { 20 } Constant [ public int SIGTTIN ] { 21 } Constant [ public int SIGTTOU ] { 22 } Constant [ public int SIGURG ] { 23 } Constant [ public int SIGXCPU ] { 24 } Constant [ public int SIGXFSZ ] { 25 } Constant [ public int SIGVTALRM ] { 26 } Constant [ public int SIGPROF ] { 27 } Constant [ public int SIGWINCH ] { 28 } Constant [ public int SIGPOLL ] { 29 } Constant [ public int SIGIO ] { 29 } Constant [ public int SIGPWR ] { 30 } Constant [ public int SIGSYS ] { 31 } Constant [ public int SIGBABY ] { 31 } Constant [ public int AF_INET ] { 2 } Constant [ public int AF_INET6 ] { 10 } Constant [ public int AF_UNSPEC ] { 0 } Constant [ public int LEAVE_GROUP ] { 0 } Constant [ public int JOIN_GROUP ] { 1 } Constant [ public int IS_UV_TCP ] { 0 } Constant [ public int IS_UV_UDP ] { 1 } Constant [ public int IS_UV_PIPE ] { 2 } Constant [ public int IS_UV_IDLE ] { 3 } Constant [ public int IS_UV_TIMER ] { 4 } Constant [ public int IS_UV_ASYNC ] { 5 } Constant [ public int IS_UV_LOOP ] { 6 } Constant [ public int IS_UV_HANDLE ] { 7 } Constant [ public int IS_UV_STREAM ] { 8 } Constant [ public int IS_UV_ADDRINFO ] { 9 } Constant [ public int IS_UV_PROCESS ] { 10 } Constant [ public int IS_UV_PREPARE ] { 11 } Constant [ public int IS_UV_CHECK ] { 12 } Constant [ public int IS_UV_WORK ] { 13 } Constant [ public int IS_UV_FS ] { 14 } Constant [ public int IS_UV_FS_EVENT ] { 15 } Constant [ public int IS_UV_TTY ] { 16 } Constant [ public int IS_UV_FS_POLL ] { 17 } Constant [ public int IS_UV_POLL ] { 18 } Constant [ public int UNKNOWN_HANDLE ] { 0 } Constant [ public int FILE ] { 17 } Constant [ public int ASYNC ] { 1 } Constant [ public int CHECK ] { 2 } Constant [ public int FS_EVENT ] { 3 } Constant [ public int FS_POLL ] { 4 } Constant [ public int HANDLE ] { 5 } Constant [ public int IDLE ] { 6 } Constant [ public int NAMED_PIPE ] { 7 } Constant [ public int POLL ] { 8 } Constant [ public int PREPARE ] { 9 } Constant [ public int PROCESS ] { 10 } Constant [ public int STREAM ] { 11 } Constant [ public int TCP ] { 12 } Constant [ public int TIMER ] { 13 } Constant [ public int TTY ] { 14 } Constant [ public int UDP ] { 15 } Constant [ public int SIGNAL ] { 16 } Constant [ public int HANDLE_TYPE_MAX ] { 18 } Constant [ public int IGNORE ] { 0 } Constant [ public int CREATE_PIPE ] { 1 } Constant [ public int INHERIT_FD ] { 2 } Constant [ public int INHERIT_STREAM ] { 4 } Constant [ public int READABLE_PIPE ] { 16 } Constant [ public int WRITABLE_PIPE ] { 32 } Constant [ public int OVERLAPPED_PIPE ] { 64 } Constant [ public int PROCESS_SETUID ] { 1 } Constant [ public int PROCESS_SETGID ] { 2 } Constant [ public int PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 } Constant [ public int PROCESS_DETACHED ] { 8 } Constant [ public int PROCESS_WINDOWS_HIDE ] { 16 } Constant [ public int PROCESS_WINDOWS_HIDE_CONSOLE ] { 32 } Constant [ public int PROCESS_WINDOWS_HIDE_GUI ] { 64 } Constant [ public int E2BIG ] { -7 } Constant [ public int EACCES ] { -13 } Constant [ public int EADDRINUSE ] { -98 } Constant [ public int EADDRNOTAVAIL ] { -99 } Constant [ public int EAFNOSUPPORT ] { -97 } Constant [ public int EAGAIN ] { -11 } Constant [ public int EAI_ADDRFAMILY ] { -3000 } Constant [ public int EAI_AGAIN ] { -3001 } Constant [ public int EAI_BADFLAGS ] { -3002 } Constant [ public int EAI_BADHINTS ] { -3013 } Constant [ public int EAI_CANCELED ] { -3003 } Constant [ public int EAI_FAIL ] { -3004 } Constant [ public int EAI_FAMILY ] { -3005 } Constant [ public int EAI_MEMORY ] { -3006 } Constant [ public int EAI_NODATA ] { -3007 } Constant [ public int EAI_NONAME ] { -3008 } Constant [ public int EAI_OVERFLOW ] { -3009 } Constant [ public int EAI_PROTOCOL ] { -3014 } Constant [ public int EAI_SERVICE ] { -3010 } Constant [ public int EAI_SOCKTYPE ] { -3011 } Constant [ public int EALREADY ] { -114 } Constant [ public int EBADF ] { -9 } Constant [ public int EBUSY ] { -16 } Constant [ public int ECANCELED ] { -125 } Constant [ public int ECHARSET ] { -4080 } Constant [ public int ECONNABORTED ] { -103 } Constant [ public int ECONNREFUSED ] { -111 } Constant [ public int ECONNRESET ] { -104 } Constant [ public int EDESTADDRREQ ] { -89 } Constant [ public int EEXIST ] { -17 } Constant [ public int EFAULT ] { -14 } Constant [ public int EFBIG ] { -27 } Constant [ public int EHOSTUNREACH ] { -113 } Constant [ public int EINTR ] { -4 } Constant [ public int EINVAL ] { -22 } Constant [ public int EIO ] { -5 } Constant [ public int EISCONN ] { -106 } Constant [ public int EISDIR ] { -21 } Constant [ public int ELOOP ] { -40 } Constant [ public int EMFILE ] { -24 } Constant [ public int EMSGSIZE ] { -90 } Constant [ public int ENAMETOOLONG ] { -36 } Constant [ public int ENETDOWN ] { -100 } Constant [ public int ENETUNREACH ] { -101 } Constant [ public int ENFILE ] { -23 } Constant [ public int ENOBUFS ] { -105 } Constant [ public int ENODEV ] { -19 } Constant [ public int ENOENT ] { -2 } Constant [ public int ENOMEM ] { -12 } Constant [ public int ENONET ] { -64 } Constant [ public int ENOPROTOOPT ] { -92 } Constant [ public int ENOSPC ] { -28 } Constant [ public int ENOSYS ] { -38 } Constant [ public int ENOTCONN ] { -107 } Constant [ public int ENOTDIR ] { -20 } Constant [ public int ENOTEMPTY ] { -39 } Constant [ public int ENOTSOCK ] { -88 } Constant [ public int ENOTSUP ] { -95 } Constant [ public int EOVERFLOW ] { -75 } Constant [ public int EPERM ] { -1 } Constant [ public int EPIPE ] { -32 } Constant [ public int EPROTO ] { -71 } Constant [ public int EPROTONOSUPPORT ] { -93 } Constant [ public int EPROTOTYPE ] { -91 } Constant [ public int ERANGE ] { -34 } Constant [ public int EROFS ] { -30 } Constant [ public int ESHUTDOWN ] { -108 } Constant [ public int ESPIPE ] { -29 } Constant [ public int ESRCH ] { -3 } Constant [ public int ETIMEDOUT ] { -110 } Constant [ public int ETXTBSY ] { -26 } Constant [ public int EXDEV ] { -18 } Constant [ public int UNKNOWN ] { -4094 } Constant [ public int EOF ] { -4095 } Constant [ public int ENXIO ] { -6 } Constant [ public int EMLINK ] { -31 } Constant [ public int EHOSTDOWN ] { -112 } Constant [ public int EREMOTEIO ] { -121 } Constant [ public int ENOTTY ] { -25 } Constant [ public int EFTYPE ] { -4028 } Constant [ public int EILSEQ ] { -84 } Constant [ public int ESOCKTNOSUPPORT ] { -94 } } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [0] { } } Class [ final class UVSignal extends UV ] { - Constants [206] { Constant [ public int RUN_DEFAULT ] { 0 } Constant [ public int RUN_ONCE ] { 1 } Constant [ public int RUN_NOWAIT ] { 2 } Constant [ public int CHANGE ] { 2 } Constant [ public int RENAME ] { 1 } Constant [ public int READABLE ] { 1 } Constant [ public int WRITABLE ] { 2 } Constant [ public int O_RDONLY ] { 0 } Constant [ public int O_WRONLY ] { 1 } Constant [ public int O_RDWR ] { 2 } Constant [ public int O_CREAT ] { 64 } Constant [ public int O_EXCL ] { 128 } Constant [ public int O_TRUNC ] { 512 } Constant [ public int O_APPEND ] { 1024 } Constant [ public int S_IFDIR ] { 16384 } Constant [ public int S_IFREG ] { 32768 } Constant [ public int O_NOCTTY ] { 256 } Constant [ public int S_IRWXU ] { 448 } Constant [ public int S_IRUSR ] { 256 } Constant [ public int S_IWUSR ] { 128 } Constant [ public int S_IXUSR ] { 64 } Constant [ public int S_IRWXG ] { 56 } Constant [ public int S_IRGRP ] { 32 } Constant [ public int S_IWGRP ] { 16 } Constant [ public int S_IXGRP ] { 8 } Constant [ public int S_IRWXO ] { 7 } Constant [ public int S_IROTH ] { 4 } Constant [ public int S_IWOTH ] { 2 } Constant [ public int S_IXOTH ] { 1 } Constant [ public int SIG_IGN ] { 1 } Constant [ public int SIG_DFL ] { 0 } Constant [ public int SIG_ERR ] { -1 } Constant [ public int SIGHUP ] { 1 } Constant [ public int SIGINT ] { 2 } Constant [ public int SIGQUIT ] { 3 } Constant [ public int SIGILL ] { 4 } Constant [ public int SIGTRAP ] { 5 } Constant [ public int SIGABRT ] { 6 } Constant [ public int SIGIOT ] { 6 } Constant [ public int SIGBUS ] { 7 } Constant [ public int SIGFPE ] { 8 } Constant [ public int SIGKILL ] { 9 } Constant [ public int SIGUSR1 ] { 10 } Constant [ public int SIGSEGV ] { 11 } Constant [ public int SIGUSR2 ] { 12 } Constant [ public int SIGPIPE ] { 13 } Constant [ public int SIGALRM ] { 14 } Constant [ public int SIGTERM ] { 15 } Constant [ public int SIGSTKFLT ] { 16 } Constant [ public int SIGCLD ] { 17 } Constant [ public int SIGCHLD ] { 17 } Constant [ public int SIGCONT ] { 18 } Constant [ public int SIGSTOP ] { 19 } Constant [ public int SIGTSTP ] { 20 } Constant [ public int SIGTTIN ] { 21 } Constant [ public int SIGTTOU ] { 22 } Constant [ public int SIGURG ] { 23 } Constant [ public int SIGXCPU ] { 24 } Constant [ public int SIGXFSZ ] { 25 } Constant [ public int SIGVTALRM ] { 26 } Constant [ public int SIGPROF ] { 27 } Constant [ public int SIGWINCH ] { 28 } Constant [ public int SIGPOLL ] { 29 } Constant [ public int SIGIO ] { 29 } Constant [ public int SIGPWR ] { 30 } Constant [ public int SIGSYS ] { 31 } Constant [ public int SIGBABY ] { 31 } Constant [ public int AF_INET ] { 2 } Constant [ public int AF_INET6 ] { 10 } Constant [ public int AF_UNSPEC ] { 0 } Constant [ public int LEAVE_GROUP ] { 0 } Constant [ public int JOIN_GROUP ] { 1 } Constant [ public int IS_UV_TCP ] { 0 } Constant [ public int IS_UV_UDP ] { 1 } Constant [ public int IS_UV_PIPE ] { 2 } Constant [ public int IS_UV_IDLE ] { 3 } Constant [ public int IS_UV_TIMER ] { 4 } Constant [ public int IS_UV_ASYNC ] { 5 } Constant [ public int IS_UV_LOOP ] { 6 } Constant [ public int IS_UV_HANDLE ] { 7 } Constant [ public int IS_UV_STREAM ] { 8 } Constant [ public int IS_UV_ADDRINFO ] { 9 } Constant [ public int IS_UV_PROCESS ] { 10 } Constant [ public int IS_UV_PREPARE ] { 11 } Constant [ public int IS_UV_CHECK ] { 12 } Constant [ public int IS_UV_WORK ] { 13 } Constant [ public int IS_UV_FS ] { 14 } Constant [ public int IS_UV_FS_EVENT ] { 15 } Constant [ public int IS_UV_TTY ] { 16 } Constant [ public int IS_UV_FS_POLL ] { 17 } Constant [ public int IS_UV_POLL ] { 18 } Constant [ public int UNKNOWN_HANDLE ] { 0 } Constant [ public int FILE ] { 17 } Constant [ public int ASYNC ] { 1 } Constant [ public int CHECK ] { 2 } Constant [ public int FS_EVENT ] { 3 } Constant [ public int FS_POLL ] { 4 } Constant [ public int HANDLE ] { 5 } Constant [ public int IDLE ] { 6 } Constant [ public int NAMED_PIPE ] { 7 } Constant [ public int POLL ] { 8 } Constant [ public int PREPARE ] { 9 } Constant [ public int PROCESS ] { 10 } Constant [ public int STREAM ] { 11 } Constant [ public int TCP ] { 12 } Constant [ public int TIMER ] { 13 } Constant [ public int TTY ] { 14 } Constant [ public int UDP ] { 15 } Constant [ public int SIGNAL ] { 16 } Constant [ public int HANDLE_TYPE_MAX ] { 18 } Constant [ public int IGNORE ] { 0 } Constant [ public int CREATE_PIPE ] { 1 } Constant [ public int INHERIT_FD ] { 2 } Constant [ public int INHERIT_STREAM ] { 4 } Constant [ public int READABLE_PIPE ] { 16 } Constant [ public int WRITABLE_PIPE ] { 32 } Constant [ public int OVERLAPPED_PIPE ] { 64 } Constant [ public int PROCESS_SETUID ] { 1 } Constant [ public int PROCESS_SETGID ] { 2 } Constant [ public int PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 } Constant [ public int PROCESS_DETACHED ] { 8 } Constant [ public int PROCESS_WINDOWS_HIDE ] { 16 } Constant [ public int PROCESS_WINDOWS_HIDE_CONSOLE ] { 32 } Constant [ public int PROCESS_WINDOWS_HIDE_GUI ] { 64 } Constant [ public int E2BIG ] { -7 } Constant [ public int EACCES ] { -13 } Constant [ public int EADDRINUSE ] { -98 } Constant [ public int EADDRNOTAVAIL ] { -99 } Constant [ public int EAFNOSUPPORT ] { -97 } Constant [ public int EAGAIN ] { -11 } Constant [ public int EAI_ADDRFAMILY ] { -3000 } Constant [ public int EAI_AGAIN ] { -3001 } Constant [ public int EAI_BADFLAGS ] { -3002 } Constant [ public int EAI_BADHINTS ] { -3013 } Constant [ public int EAI_CANCELED ] { -3003 } Constant [ public int EAI_FAIL ] { -3004 } Constant [ public int EAI_FAMILY ] { -3005 } Constant [ public int EAI_MEMORY ] { -3006 } Constant [ public int EAI_NODATA ] { -3007 } Constant [ public int EAI_NONAME ] { -3008 } Constant [ public int EAI_OVERFLOW ] { -3009 } Constant [ public int EAI_PROTOCOL ] { -3014 } Constant [ public int EAI_SERVICE ] { -3010 } Constant [ public int EAI_SOCKTYPE ] { -3011 } Constant [ public int EALREADY ] { -114 } Constant [ public int EBADF ] { -9 } Constant [ public int EBUSY ] { -16 } Constant [ public int ECANCELED ] { -125 } Constant [ public int ECHARSET ] { -4080 } Constant [ public int ECONNABORTED ] { -103 } Constant [ public int ECONNREFUSED ] { -111 } Constant [ public int ECONNRESET ] { -104 } Constant [ public int EDESTADDRREQ ] { -89 } Constant [ public int EEXIST ] { -17 } Constant [ public int EFAULT ] { -14 } Constant [ public int EFBIG ] { -27 } Constant [ public int EHOSTUNREACH ] { -113 } Constant [ public int EINTR ] { -4 } Constant [ public int EINVAL ] { -22 } Constant [ public int EIO ] { -5 } Constant [ public int EISCONN ] { -106 } Constant [ public int EISDIR ] { -21 } Constant [ public int ELOOP ] { -40 } Constant [ public int EMFILE ] { -24 } Constant [ public int EMSGSIZE ] { -90 } Constant [ public int ENAMETOOLONG ] { -36 } Constant [ public int ENETDOWN ] { -100 } Constant [ public int ENETUNREACH ] { -101 } Constant [ public int ENFILE ] { -23 } Constant [ public int ENOBUFS ] { -105 } Constant [ public int ENODEV ] { -19 } Constant [ public int ENOENT ] { -2 } Constant [ public int ENOMEM ] { -12 } Constant [ public int ENONET ] { -64 } Constant [ public int ENOPROTOOPT ] { -92 } Constant [ public int ENOSPC ] { -28 } Constant [ public int ENOSYS ] { -38 } Constant [ public int ENOTCONN ] { -107 } Constant [ public int ENOTDIR ] { -20 } Constant [ public int ENOTEMPTY ] { -39 } Constant [ public int ENOTSOCK ] { -88 } Constant [ public int ENOTSUP ] { -95 } Constant [ public int EOVERFLOW ] { -75 } Constant [ public int EPERM ] { -1 } Constant [ public int EPIPE ] { -32 } Constant [ public int EPROTO ] { -71 } Constant [ public int EPROTONOSUPPORT ] { -93 } Constant [ public int EPROTOTYPE ] { -91 } Constant [ public int ERANGE ] { -34 } Constant [ public int EROFS ] { -30 } Constant [ public int ESHUTDOWN ] { -108 } Constant [ public int ESPIPE ] { -29 } Constant [ public int ESRCH ] { -3 } Constant [ public int ETIMEDOUT ] { -110 } Constant [ public int ETXTBSY ] { -26 } Constant [ public int EXDEV ] { -18 } Constant [ public int UNKNOWN ] { -4094 } Constant [ public int EOF ] { -4095 } Constant [ public int ENXIO ] { -6 } Constant [ public int EMLINK ] { -31 } Constant [ public int EHOSTDOWN ] { -112 } Constant [ public int EREMOTEIO ] { -121 } Constant [ public int ENOTTY ] { -25 } Constant [ public int EFTYPE ] { -4028 } Constant [ public int EILSEQ ] { -84 } Constant [ public int ESOCKTNOSUPPORT ] { -94 } } - 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 [ abstract 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] { } } } }