Package org.jruby.ext.io.nonblock
Class IONonBlock
java.lang.Object
org.jruby.ext.io.nonblock.IONonBlock
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static RubyIOgetIO(IRubyObject io) static voidstatic IRubyObjectnonblock(ThreadContext context, IRubyObject io, Block block) static IRubyObjectnonblock(ThreadContext context, IRubyObject io, IRubyObject nonblocking, Block block) static IRubyObjectnonblock_p(ThreadContext context, IRubyObject io) static IRubyObjectnonblock_set(ThreadContext context, IRubyObject io, IRubyObject nonblocking)
-
Constructor Details
-
IONonBlock
public IONonBlock()
-
-
Method Details
-
load
-
nonblock_p
-
nonblock_set
public static IRubyObject nonblock_set(ThreadContext context, IRubyObject io, IRubyObject nonblocking) -
nonblock
-
nonblock
public static IRubyObject nonblock(ThreadContext context, IRubyObject io, IRubyObject nonblocking, Block block) -
getIO
-