Uses of Class
com.oracle.libuv.StdioOptions.StdioType
-
Uses of StdioOptions.StdioType in com.oracle.libuv
Methods in com.oracle.libuv that return StdioOptions.StdioType Modifier and Type Method Description static StdioOptions.StdioTypeStdioOptions.StdioType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static StdioOptions.StdioType[]StdioOptions.StdioType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.oracle.libuv with parameters of type StdioOptions.StdioType Constructor Description StdioOptions(StdioOptions.StdioType type, com.oracle.libuv.StreamHandle stream, int fd)