Uses of Class
org.jruby.util.io.ChannelFD
Packages that use ChannelFD
-
Uses of ChannelFD in org.jruby
Modifier and TypeMethodDescriptionstatic ChannelFDRubyIO.cloexecOpen(Ruby runtime, RubyIO.Sysopen data) protected static ChannelFD -
Uses of ChannelFD in org.jruby.ext.socket
Methods in org.jruby.ext.socket that return ChannelFDModifier and TypeMethodDescriptionprotected ChannelFDRubyServerSocket.initChannelFD(Ruby runtime) protected ChannelFDRubySocket.initChannelFD(Ruby runtime) protected static ChannelFDRubyBasicSocket.newChannelFD(Ruby runtime, Channel channel) Methods in org.jruby.ext.socket with parameters of type ChannelFD -
Uses of ChannelFD in org.jruby.util.io
Fields in org.jruby.util.io with type parameters of type ChannelFDModifier and TypeFieldDescriptionstatic final RubyThread.ReadWrite<ChannelFD> OpenFile.PREAD_TASKstatic final RubyThread.ReadWrite<ChannelFD> OpenFile.PWRITE_TASKMethods in org.jruby.util.io that return ChannelFDModifier and TypeMethodDescriptionChannelFD.dup()OpenFile.fd()FilenoUtil.getWrapperFromFileno(int fileno) Methods in org.jruby.util.io with parameters of type ChannelFDModifier and TypeMethodDescriptionstatic intOpenFile.cloexecDup2(PosixShim posix, ChannelFD oldfd, ChannelFD newfd) intintintintintlongstatic intOpenFile.preadInternal(ThreadContext context, OpenFile fptr, ChannelFD fd, ByteBuffer buffer, int from, int length) static intOpenFile.pwriteInternal(ThreadContext context, OpenFile fptr, ChannelFD fd, ByteBuffer buffer, int from, int length) intintPosixShim.read(ChannelFD fd, ByteBuffer buffer, int offset, int length, boolean nonblock) static intOpenFile.readInternal(ThreadContext context, OpenFile fptr, ChannelFD fd, byte[] bufBytes, int buf, int count) static intOpenFile.readInternal(ThreadContext context, OpenFile fptr, ChannelFD fd, ByteBuffer buffer, int buf, int count) voidFilenoUtil.registerWrapper(int fileno, ChannelFD wrapper) voidlongintintPosixShim.write(ChannelFD fd, ByteBuffer buffer, int offset, int length, boolean nonblock)