Package | Description |
---|---|
org.jruby.ext.socket |
Modifier and Type | Class and Description |
---|---|
class |
RubyIPSocket |
class |
RubyServerSocket |
class |
RubySocket |
class |
RubyTCPServer |
class |
RubyTCPSocket |
class |
RubyUDPSocket |
class |
RubyUNIXServer |
class |
RubyUNIXSocket |
Modifier and Type | Method and Description |
---|---|
protected static IRubyObject |
RubyUDPSocket.doReceive(RubyBasicSocket socket,
Ruby runtime,
boolean non_block,
int length,
RubyBasicSocket.ReceiveTuple tuple) |
static IRubyObject |
RubyUDPSocket.recvfrom_nonblock(RubyBasicSocket socket,
ThreadContext context,
IRubyObject[] args) |
static IRubyObject |
RubyUDPSocket.recvfrom(RubyBasicSocket socket,
ThreadContext context,
IRubyObject length) |
Copyright © 2001-2018 JRuby. All Rights Reserved.