Index

A B C D E F G H I J K L N O P R S T U V W 
All Classes|All Packages

A

accept(StreamHandle) - Method in class com.oracle.libuv.PipeHandle
Accepts connections.
accept(StreamHandle) - Method in class com.oracle.libuv.TCPHandle
 
address() - Method in class com.oracle.libuv.UDPHandle
 
Address - Class in com.oracle.libuv
 
again() - Method in class com.oracle.libuv.TimerHandle
Stop the timer, and if it is repeating restart it using the repeat value as the timeout.
AsyncCallback - Interface in com.oracle.libuv
 
AsyncHandle - Class in com.oracle.libuv
Async handles allow the user to wakeup the event loop and get a callback called from another thread.

B

bind(int, String, boolean) - Method in class com.oracle.libuv.UDPHandle
 
bind(String) - Method in class com.oracle.libuv.PipeHandle
Bind the pipe to a file path (Unix) or a name (Windows).
bind(String, int, boolean) - Method in class com.oracle.libuv.TCPHandle
 

C

CallbackExceptionHandler - Interface in com.oracle.libuv
 
CallbackHandler - Interface in com.oracle.libuv
 
callbackHandlerFactory - Variable in class com.oracle.libuv.LoopHandle
 
CallbackHandlerFactory - Interface in com.oracle.libuv
 
chdir(String) - Static method in class com.oracle.libuv.LibUV
 
CheckCallback - Interface in com.oracle.libuv
 
CheckHandle - Class in com.oracle.libuv
Check handles will run the given callback once per loop iteration, right after polling for i/o.
close() - Method in class com.oracle.libuv.AsyncHandle
Close the handle and free up any resources that may be held by it.
close() - Method in class com.oracle.libuv.CheckHandle
Close the handle and free up any resources that may be held by it.
close() - Method in class com.oracle.libuv.IdleHandle
Close the handle and free up any resources that may be held by it.
close() - Method in class com.oracle.libuv.LoopHandle
 
close() - Method in class com.oracle.libuv.PrepareHandle
Close the handle and free up any resources that may be held by it.
close() - Method in class com.oracle.libuv.ProcessHandle
 
close() - Method in class com.oracle.libuv.TimerHandle
Close the handle and free up any resources that may be held by it.
close() - Method in class com.oracle.libuv.UDPHandle
 
closeAll() - Method in class com.oracle.libuv.LoopHandle
 
CloseCallback - Interface in com.oracle.libuv
 
com.oracle.libuv - package com.oracle.libuv
 
connect(String) - Method in class com.oracle.libuv.PipeHandle
 
connect(String, int, boolean) - Method in class com.oracle.libuv.TCPHandle
 
contextProvider - Variable in class com.oracle.libuv.LoopHandle
 
ContextProvider - Interface in com.oracle.libuv
 
CREATE_PIPE - com.oracle.libuv.StdioOptions.StdioType
 
cwd() - Static method in class com.oracle.libuv.LibUV
 

D

DefaultHandleFactory - Class in com.oracle.libuv
 
DefaultHandleFactory(LoopHandle) - Constructor for class com.oracle.libuv.DefaultHandleFactory
 
destroy() - Method in class com.oracle.libuv.LoopHandle
 
DETACHED - com.oracle.libuv.ProcessHandle.ProcessFlags
Spawn the child process in a detached state.
disableStdioInheritance() - Static method in class com.oracle.libuv.LibUV
 
DnsCallback - Interface in com.oracle.libuv
 
DNSHandle - Class in com.oracle.libuv
 

E

equals(Object) - Method in class com.oracle.libuv.Handle
 
exceptionHandler - Variable in class com.oracle.libuv.LoopHandle
 
execute() - Method in class com.oracle.libuv.DNSHandle
 
exePath() - Static method in class com.oracle.libuv.LibUV
 

F

fd() - Method in class com.oracle.libuv.StdioOptions
 

G

getCallbackHandler() - Method in class com.oracle.libuv.LoopHandle
 
getCallbackHandler(Object) - Method in class com.oracle.libuv.LoopHandle
 
getContext() - Method in interface com.oracle.libuv.ContextProvider
 
getContext() - Method in class com.oracle.libuv.LoopHandle
 
getCPUs() - Static method in class com.oracle.libuv.LibUV
 
getExceptionHandler() - Method in class com.oracle.libuv.LoopHandle
 
getFamily() - Method in class com.oracle.libuv.Address
 
getFreeMem() - Static method in class com.oracle.libuv.LibUV
 
getHost() - Method in class com.oracle.libuv.DNSHandle
 
getIp() - Method in class com.oracle.libuv.Address
 
getLoadAvg() - Static method in class com.oracle.libuv.LibUV
 
getLoopHandle() - Method in class com.oracle.libuv.DefaultHandleFactory
 
getLoopHandle() - Method in interface com.oracle.libuv.HandleFactory
 
getPeerName() - Method in class com.oracle.libuv.TCPHandle
 
getPort() - Method in class com.oracle.libuv.Address
 
getPort() - Method in class com.oracle.libuv.DNSHandle
 
getRepeat() - Method in class com.oracle.libuv.TimerHandle
Get the timer repeat value.
getSocketName() - Method in class com.oracle.libuv.TCPHandle
 
getTitle() - Static method in class com.oracle.libuv.LibUV
 
getTotalMem() - Static method in class com.oracle.libuv.LibUV
 
getUptime() - Static method in class com.oracle.libuv.LibUV
 

H

handle(Throwable) - Method in interface com.oracle.libuv.CallbackExceptionHandler
 
Handle - Class in com.oracle.libuv
The base class for handle.
handleAsyncCallback(AsyncCallback, int) - Method in interface com.oracle.libuv.CallbackHandler
 
handleAsyncCallback(AsyncCallback, int) - Method in class com.oracle.libuv.LoopCallbackHandler
 
handleCheckCallback(CheckCallback, int) - Method in interface com.oracle.libuv.CallbackHandler
 
handleCheckCallback(CheckCallback, int) - Method in class com.oracle.libuv.LoopCallbackHandler
 
handleCheckCallback(CloseCallback, int) - Method in interface com.oracle.libuv.CallbackHandler
 
handleCheckCallback(CloseCallback, int) - Method in class com.oracle.libuv.LoopCallbackHandler
 
handleDnsCallback(DnsCallback, Address, int) - Method in interface com.oracle.libuv.CallbackHandler
 
handleDnsCallback(DnsCallback, Address, int) - Method in class com.oracle.libuv.LoopCallbackHandler
 
HandleFactory - Interface in com.oracle.libuv
 
handleIdleCallback(CloseCallback, int) - Method in interface com.oracle.libuv.CallbackHandler
 
handleIdleCallback(CloseCallback, int) - Method in class com.oracle.libuv.LoopCallbackHandler
 
handleIdleCallback(IdleCallback, int) - Method in interface com.oracle.libuv.CallbackHandler
 
handleIdleCallback(IdleCallback, int) - Method in class com.oracle.libuv.LoopCallbackHandler
 
handlePrepareCallback(CloseCallback, int) - Method in interface com.oracle.libuv.CallbackHandler
 
handlePrepareCallback(CloseCallback, int) - Method in class com.oracle.libuv.LoopCallbackHandler
 
handlePrepareCallback(PrepareCallback, int) - Method in interface com.oracle.libuv.CallbackHandler
 
handlePrepareCallback(PrepareCallback, int) - Method in class com.oracle.libuv.LoopCallbackHandler
 
handleProcessCloseCallback(ProcessCloseCallback) - Method in interface com.oracle.libuv.CallbackHandler
 
handleProcessCloseCallback(ProcessCloseCallback) - Method in class com.oracle.libuv.LoopCallbackHandler
 
handleProcessExitCallback(ProcessExitCallback, int, int, Exception) - Method in interface com.oracle.libuv.CallbackHandler
 
handleProcessExitCallback(ProcessExitCallback, int, int, Exception) - Method in class com.oracle.libuv.LoopCallbackHandler
 
handleStreamCloseCallback(StreamCloseCallback) - Method in interface com.oracle.libuv.CallbackHandler
 
handleStreamCloseCallback(StreamCloseCallback) - Method in class com.oracle.libuv.LoopCallbackHandler
 
handleStreamConnectCallback(StreamConnectCallback, int, Exception) - Method in interface com.oracle.libuv.CallbackHandler
 
handleStreamConnectCallback(StreamConnectCallback, int, Exception) - Method in class com.oracle.libuv.LoopCallbackHandler
 
handleStreamConnectionCallback(StreamConnectionCallback, int, Exception) - Method in interface com.oracle.libuv.CallbackHandler
 
handleStreamConnectionCallback(StreamConnectionCallback, int, Exception) - Method in class com.oracle.libuv.LoopCallbackHandler
 
handleStreamReadCallback(StreamReadCallback, ByteBuffer) - Method in interface com.oracle.libuv.CallbackHandler
 
handleStreamReadCallback(StreamReadCallback, ByteBuffer) - Method in class com.oracle.libuv.LoopCallbackHandler
 
handleStreamShutdownCallback(StreamShutdownCallback, int, Exception) - Method in interface com.oracle.libuv.CallbackHandler
 
handleStreamShutdownCallback(StreamShutdownCallback, int, Exception) - Method in class com.oracle.libuv.LoopCallbackHandler
 
handleStreamWriteCallback(StreamWriteCallback, int, Exception) - Method in interface com.oracle.libuv.CallbackHandler
 
handleStreamWriteCallback(StreamWriteCallback, int, Exception) - Method in class com.oracle.libuv.LoopCallbackHandler
 
handleTimerCallback(CloseCallback, int) - Method in interface com.oracle.libuv.CallbackHandler
 
handleTimerCallback(CloseCallback, int) - Method in class com.oracle.libuv.LoopCallbackHandler
 
handleTimerCallback(TimerCallback, int) - Method in interface com.oracle.libuv.CallbackHandler
 
handleTimerCallback(TimerCallback, int) - Method in class com.oracle.libuv.LoopCallbackHandler
 
handleUDPCloseCallback(UDPCloseCallback) - Method in interface com.oracle.libuv.CallbackHandler
 
handleUDPCloseCallback(UDPCloseCallback) - Method in class com.oracle.libuv.LoopCallbackHandler
 
handleUDPRecvCallback(UDPRecvCallback, int, ByteBuffer, Address) - Method in interface com.oracle.libuv.CallbackHandler
 
handleUDPRecvCallback(UDPRecvCallback, int, ByteBuffer, Address) - Method in class com.oracle.libuv.LoopCallbackHandler
 
handleUDPSendCallback(UDPSendCallback, int, Exception) - Method in interface com.oracle.libuv.CallbackHandler
 
handleUDPSendCallback(UDPSendCallback, int, Exception) - Method in class com.oracle.libuv.LoopCallbackHandler
 
hashCode() - Method in class com.oracle.libuv.Handle
 

I

IdleCallback - Interface in com.oracle.libuv
 
IdleHandle - Class in com.oracle.libuv
Idle handles will run the given callback once per loop iteration, right before the PrepareCallback handles.
IGNORE - com.oracle.libuv.StdioOptions.StdioType
 
INHERIT_FD - com.oracle.libuv.StdioOptions.StdioType
 
INHERIT_STREAM - com.oracle.libuv.StdioOptions.StdioType
 
io.webfolder.libuv - module io.webfolder.libuv
 
isClosing() - Method in class com.oracle.libuv.Handle
Retrieves whether this handle has been closed.
isIPv6(String) - Static method in class com.oracle.libuv.LibUV
 

J

JOIN_GROUP - com.oracle.libuv.UDPHandle.Membership
 

K

kill(int) - Method in class com.oracle.libuv.ProcessHandle
Sends the specified signal to the given process handle.
kill(int, int) - Static method in class com.oracle.libuv.LibUV
 

L

LEAVE_GROUP - com.oracle.libuv.UDPHandle.Membership
 
LibUV - Class in com.oracle.libuv
 
list() - Method in class com.oracle.libuv.LoopHandle
 
listen(int) - Method in class com.oracle.libuv.TCPHandle
 
loadJni() - Static method in class com.oracle.libuv.LibUV
 
loop - Variable in class com.oracle.libuv.Handle
 
LoopCallbackHandler - Class in com.oracle.libuv
 
LoopCallbackHandlerFactory - Class in com.oracle.libuv
 
LoopHandle - Class in com.oracle.libuv
 
LoopHandle() - Constructor for class com.oracle.libuv.LoopHandle
 
LoopHandle(CallbackExceptionHandler, CallbackHandlerFactory, ContextProvider) - Constructor for class com.oracle.libuv.LoopHandle
 

N

newAsyncHandle() - Method in class com.oracle.libuv.DefaultHandleFactory
 
newAsyncHandle() - Method in interface com.oracle.libuv.HandleFactory
 
newCallbackHandler() - Method in interface com.oracle.libuv.CallbackHandlerFactory
 
newCallbackHandler() - Method in class com.oracle.libuv.LoopCallbackHandlerFactory
 
newCallbackHandler(Object) - Method in interface com.oracle.libuv.CallbackHandlerFactory
 
newCallbackHandler(Object) - Method in class com.oracle.libuv.LoopCallbackHandlerFactory
 
newCheckHandle() - Method in class com.oracle.libuv.DefaultHandleFactory
 
newCheckHandle() - Method in interface com.oracle.libuv.HandleFactory
 
newDnsHandle(String) - Method in class com.oracle.libuv.DefaultHandleFactory
 
newDnsHandle(String) - Method in interface com.oracle.libuv.HandleFactory
 
newDnsHandle(String, int) - Method in class com.oracle.libuv.DefaultHandleFactory
 
newDnsHandle(String, int) - Method in interface com.oracle.libuv.HandleFactory
 
newIdleHandle() - Method in class com.oracle.libuv.DefaultHandleFactory
 
newIdleHandle() - Method in interface com.oracle.libuv.HandleFactory
 
newPipeHandle(boolean) - Method in class com.oracle.libuv.DefaultHandleFactory
 
newPipeHandle(boolean) - Method in interface com.oracle.libuv.HandleFactory
 
newPrepareHandle() - Method in class com.oracle.libuv.DefaultHandleFactory
 
newPrepareHandle() - Method in interface com.oracle.libuv.HandleFactory
 
newProcessHandle() - Method in class com.oracle.libuv.DefaultHandleFactory
 
newProcessHandle() - Method in interface com.oracle.libuv.HandleFactory
 
newTCPHandle() - Method in class com.oracle.libuv.DefaultHandleFactory
 
newTCPHandle() - Method in interface com.oracle.libuv.HandleFactory
 
newTimerHandle() - Method in class com.oracle.libuv.DefaultHandleFactory
 
newTimerHandle() - Method in interface com.oracle.libuv.HandleFactory
 
newUDPHandle() - Method in class com.oracle.libuv.DefaultHandleFactory
 
newUDPHandle() - Method in interface com.oracle.libuv.HandleFactory
 
NONE - com.oracle.libuv.ProcessHandle.ProcessFlags
 
now(LoopHandle) - Static method in class com.oracle.libuv.TimerHandle
Return the current timestamp in milliseconds.

O

onAddress(Address, int) - Method in interface com.oracle.libuv.DnsCallback
 
onCheck(int) - Method in interface com.oracle.libuv.CheckCallback
 
onClose() - Method in interface com.oracle.libuv.ProcessCloseCallback
 
onClose() - Method in interface com.oracle.libuv.StreamCloseCallback
 
onClose() - Method in interface com.oracle.libuv.UDPCloseCallback
 
onClose(int) - Method in interface com.oracle.libuv.CloseCallback
 
onConnect(int, Exception) - Method in interface com.oracle.libuv.StreamConnectCallback
 
onConnection(int, Exception) - Method in interface com.oracle.libuv.StreamConnectionCallback
 
onExit(int, int, Exception) - Method in interface com.oracle.libuv.ProcessExitCallback
 
onIdle(int) - Method in interface com.oracle.libuv.IdleCallback
 
onPrepare(int) - Method in interface com.oracle.libuv.PrepareCallback
 
onRead(ByteBuffer) - Method in interface com.oracle.libuv.StreamReadCallback
 
onRecv(int, ByteBuffer, Address) - Method in interface com.oracle.libuv.UDPRecvCallback
 
onSend(int) - Method in interface com.oracle.libuv.AsyncCallback
 
onSend(int, Exception) - Method in interface com.oracle.libuv.UDPSendCallback
 
onShutdown(int, Exception) - Method in interface com.oracle.libuv.StreamShutdownCallback
 
onTimer(int) - Method in interface com.oracle.libuv.TimerCallback
 
onWrite(int, Exception) - Method in interface com.oracle.libuv.StreamWriteCallback
 

P

PipeHandle - Class in com.oracle.libuv
Pipe handles provide an abstraction over streaming files on Unix (including local domain sockets, pipes, and FIFOs) and named pipes on Windows.
pointer - Variable in class com.oracle.libuv.Handle
 
pointer() - Method in class com.oracle.libuv.LoopHandle
 
PrepareCallback - Interface in com.oracle.libuv
 
PrepareHandle - Class in com.oracle.libuv
Prepare handles will run the given callback once per loop iteration, right before polling for i/o.
ProcessCloseCallback - Interface in com.oracle.libuv
 
ProcessExitCallback - Interface in com.oracle.libuv
This callback indicate the exit status and the signal that caused the process to terminate, if any.
ProcessHandle - Class in com.oracle.libuv
 
ProcessHandle.ProcessFlags - Enum in com.oracle.libuv
 

R

recvStart() - Method in class com.oracle.libuv.UDPHandle
 
recvStop() - Method in class com.oracle.libuv.UDPHandle
 
ref() - Method in class com.oracle.libuv.Handle
Reference this handle.
rss() - Static method in class com.oracle.libuv.LibUV
 
run() - Method in class com.oracle.libuv.LoopHandle
 
runNoWait() - Method in class com.oracle.libuv.LoopHandle
 
runOnce() - Method in class com.oracle.libuv.LoopHandle
 

S

send() - Method in class com.oracle.libuv.AsyncHandle
Wake up the event loop and call the specified callback.
send(String, int, String, boolean) - Method in class com.oracle.libuv.UDPHandle
 
send(String, String, int, String, boolean) - Method in class com.oracle.libuv.UDPHandle
 
send(ByteBuffer, int, int, int, String, boolean) - Method in class com.oracle.libuv.UDPHandle
 
send(ByteBuffer, int, String, boolean) - Method in class com.oracle.libuv.UDPHandle
 
setAsyncCallback(AsyncCallback) - Method in class com.oracle.libuv.AsyncHandle
Attach a AsyncCallback.
setBroadcast(boolean) - Method in class com.oracle.libuv.UDPHandle
 
setCheckCallback(CheckCallback) - Method in class com.oracle.libuv.CheckHandle
Attach a CheckCallback.
setCloseCallback(CloseCallback) - Method in class com.oracle.libuv.CheckHandle
Attach a CloseCallback.
setCloseCallback(CloseCallback) - Method in class com.oracle.libuv.IdleHandle
Attach a CloseCallback.
setCloseCallback(CloseCallback) - Method in class com.oracle.libuv.PrepareHandle
Attach a CloseCallback.
setCloseCallback(CloseCallback) - Method in class com.oracle.libuv.TimerHandle
Attach a CloseCallback.
setCloseCallback(ProcessCloseCallback) - Method in class com.oracle.libuv.ProcessHandle
 
setCloseCallback(UDPCloseCallback) - Method in class com.oracle.libuv.UDPHandle
 
setDnsCallback(DnsCallback) - Method in class com.oracle.libuv.DNSHandle
 
setExitCallback(ProcessExitCallback) - Method in class com.oracle.libuv.ProcessHandle
 
SETGID - com.oracle.libuv.ProcessHandle.ProcessFlags
sets the child's execution group ID
setIdleCallback(IdleCallback) - Method in class com.oracle.libuv.IdleHandle
Attach a IdleCallback.
setKeepAlive(boolean, int) - Method in class com.oracle.libuv.TCPHandle
 
setMembership(String, String, UDPHandle.Membership) - Method in class com.oracle.libuv.UDPHandle
 
setMulticastLoop(boolean) - Method in class com.oracle.libuv.UDPHandle
 
setMulticastTTL(int) - Method in class com.oracle.libuv.UDPHandle
 
setNoDelay(boolean) - Method in class com.oracle.libuv.TCPHandle
 
setPrepareCallback(PrepareCallback) - Method in class com.oracle.libuv.PrepareHandle
Attach a PrepareCallback.
setRecvCallback(UDPRecvCallback) - Method in class com.oracle.libuv.UDPHandle
 
setRepeat(long) - Method in class com.oracle.libuv.TimerHandle
Set the repeat interval value in milliseconds.
setSendCallback(UDPSendCallback) - Method in class com.oracle.libuv.UDPHandle
 
setSimultaneousAccepts(boolean) - Method in class com.oracle.libuv.TCPHandle
 
setTimerFiredCallback(TimerCallback) - Method in class com.oracle.libuv.TimerHandle
Attach a TimerCallback.
setTitle(String) - Static method in class com.oracle.libuv.LibUV
 
setTTL(int) - Method in class com.oracle.libuv.UDPHandle
 
SETUID - com.oracle.libuv.ProcessHandle.ProcessFlags
sets the child's execution user ID
spawn(String, String[], String[], String, EnumSet<ProcessHandle.ProcessFlags>, StdioOptions[], int, int) - Method in class com.oracle.libuv.ProcessHandle
Initializes the process handle and starts the process.
start() - Method in class com.oracle.libuv.CheckHandle
Starts the handle with the callback specified.
start() - Method in class com.oracle.libuv.IdleHandle
Starts the idle handle with the callback specified IdleHandle.setIdleCallback(IdleCallback).
start() - Method in class com.oracle.libuv.PrepareHandle
Starts the prepare handle with the callback specified PrepareHandle.setPrepareCallback(PrepareCallback).
start(long, long) - Method in class com.oracle.libuv.TimerHandle
Start the timer.
StdioOptions - Class in com.oracle.libuv
 
StdioOptions(StdioOptions.StdioType, StreamHandle, int) - Constructor for class com.oracle.libuv.StdioOptions
 
StdioOptions.StdioType - Enum in com.oracle.libuv
Flags specifying how a stdio should be transmitted to the child process.
stop() - Method in class com.oracle.libuv.CheckHandle
Stop the handle, the callback will no longer be called.
stop() - Method in class com.oracle.libuv.IdleHandle
Stop the handle, the callback will no longer be called.
stop() - Method in class com.oracle.libuv.LoopHandle
 
stop() - Method in class com.oracle.libuv.PrepareHandle
Stop the handle, the callback will no longer be called.
stop() - Method in class com.oracle.libuv.TimerHandle
Stop the timer, the callback will not be called anymore.
stream() - Method in class com.oracle.libuv.StdioOptions
 
StreamCloseCallback - Interface in com.oracle.libuv
 
StreamConnectCallback - Interface in com.oracle.libuv
 
StreamConnectionCallback - Interface in com.oracle.libuv
 
StreamReadCallback - Interface in com.oracle.libuv
 
StreamShutdownCallback - Interface in com.oracle.libuv
 
StreamWriteCallback - Interface in com.oracle.libuv
 

T

TCPHandle - Class in com.oracle.libuv
 
TimerCallback - Interface in com.oracle.libuv
 
TimerHandle - Class in com.oracle.libuv
Timer handles are used to schedule callbacks to be called in the future.
toString() - Method in class com.oracle.libuv.Address
 
toString() - Method in class com.oracle.libuv.Handle
 
type() - Method in class com.oracle.libuv.StdioOptions
 

U

UDPCloseCallback - Interface in com.oracle.libuv
 
UDPHandle - Class in com.oracle.libuv
 
UDPHandle.Membership - Enum in com.oracle.libuv
 
UDPRecvCallback - Interface in com.oracle.libuv
 
UDPSendCallback - Interface in com.oracle.libuv
 
unref() - Method in class com.oracle.libuv.Handle
Un-reference this handle.

V

valueOf(String) - Static method in enum com.oracle.libuv.ProcessHandle.ProcessFlags
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.oracle.libuv.StdioOptions.StdioType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.oracle.libuv.UDPHandle.Membership
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.oracle.libuv.ProcessHandle.ProcessFlags
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.oracle.libuv.StdioOptions.StdioType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.oracle.libuv.UDPHandle.Membership
Returns an array containing the constants of this enum type, in the order they are declared.
version() - Static method in class com.oracle.libuv.LibUV
 

W

WINDOWS_HIDE - com.oracle.libuv.ProcessHandle.ProcessFlags
Hide the subprocess window that would normally be created.
WINDOWS_HIDE_CONSOLE - com.oracle.libuv.ProcessHandle.ProcessFlags
Hide the subprocess console window that would normally be created.
WINDOWS_HIDE_GUI - com.oracle.libuv.ProcessHandle.ProcessFlags
Hide the subprocess GUI window that would normally be created.
WINDOWS_VERBATIM_ARGUMENTS - com.oracle.libuv.ProcessHandle.ProcessFlags
No quoting or escaping of args is done on Windows.
A B C D E F G H I J K L N O P R S T U V W 
All Classes|All Packages