Uses of Class
org.jruby.ext.socket.RubySocket
Packages that use RubySocket
-
Uses of RubySocket in org.jruby.ext.socket
Subclasses of RubySocket in org.jruby.ext.socketMethods in org.jruby.ext.socket with parameters of type RubySocketModifier and TypeMethodDescriptionstatic IRubyObject
RubyServerSocket.doAccept
(RubySocket sock, ThreadContext context, boolean ex) static IRubyObject
RubyServerSocket.doAcceptNonblock
(RubySocket sock, ThreadContext context, boolean ex) protected void
RubySocket.initFromServer
(Ruby runtime, RubySocket serverSocket, SocketChannel socketChannel)