| Package | Description |
|---|---|
| org.jruby.ext.socket |
| Modifier and Type | Class and Description |
|---|---|
class |
RubyServerSocket |
| Modifier and Type | Method and Description |
|---|---|
static 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,
java.nio.channels.SocketChannel socketChannel) |
Copyright © 2001-2021 JRuby. All Rights Reserved.