| Interface | Description |
|---|---|
| AsyncCallback | |
| CallbackExceptionHandler | |
| CallbackHandler | |
| CallbackHandlerFactory | |
| CheckCallback | |
| CloseCallback | |
| ContextProvider | |
| DnsCallback | |
| HandleFactory | |
| IdleCallback | |
| PrepareCallback | |
| ProcessCloseCallback | |
| ProcessExitCallback |
This callback indicate the exit status and the signal that caused the process
to terminate, if any.
|
| StreamCloseCallback | |
| StreamConnectCallback | |
| StreamConnectionCallback | |
| StreamReadCallback | |
| StreamShutdownCallback | |
| StreamWriteCallback | |
| TimerCallback | |
| UDPCloseCallback | |
| UDPRecvCallback | |
| UDPSendCallback |
| Class | Description |
|---|---|
| Address | |
| AsyncHandle |
Async handles allow the user to wakeup the event loop and
get a callback called from another thread.
|
| CheckHandle |
Check handles will run the given callback once per loop iteration, right
after
|
| DefaultHandleFactory | |
| DNSHandle | |
| Handle |
The base class for handle.
|
| IdleHandle |
Idle handles will run the given callback once per loop
iteration, right before the
PrepareCallback handles. |
| LibUV | |
| LibUVConfiguration | |
| LibUVConfiguration.Builder | |
| LoopCallbackHandler | |
| LoopCallbackHandlerFactory | |
| LoopHandle | |
| PipeHandle |
Pipe handles provide an abstraction over streaming files on Unix (including
local domain sockets, pipes, and FIFOs) and named pipes on Windows.
|
| PrepareHandle |
Prepare handles will run the given callback once per loop iteration, right
before polling for i/o.
|
| ProcessHandle | |
| StdioOptions | |
| TCPHandle | |
| TimerHandle |
Timer handles are used to schedule callbacks to be called in the future.
|
| UDPHandle |
| Enum | Description |
|---|---|
| ProcessHandle.ProcessFlags | |
| StdioOptions.StdioType |
Flags specifying how a stdio should be transmitted to the child process.
|
| TcpFlags |
Flags used in
TCPHandle#bind(int, String, boolean) |
| UdpFlags |
Flags used in
UDPHandle#bind(int, String, boolean) |
| UDPHandle.Membership |
Copyright © 2021 WebFolder. All rights reserved.