|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jruby.RubyBasicObject
org.jruby.RubyObject
org.jruby.RubyIO
org.jruby.ext.socket.RubyBasicSocket
org.jruby.ext.socket.RubyIPSocket
public class RubyIPSocket
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.jruby.RubyObject |
---|
RubyObject.Data, RubyObject.ObjectMethods |
Nested classes/interfaces inherited from class org.jruby.RubyBasicObject |
---|
RubyBasicObject.BasicObjectMethods, RubyBasicObject.Finalizer |
Field Summary |
---|
Fields inherited from class org.jruby.RubyIO |
---|
blockingThreads, externalEncoding, filenoIndex, internalEncoding, openFile |
Fields inherited from class org.jruby.RubyObject |
---|
OBJECT_ALLOCATOR |
Fields inherited from class org.jruby.RubyBasicObject |
---|
ALL_F, COMPARE_BY_IDENTITY_F, ERR_INSECURE_SET_INST_VAR, FALSE_F, FL_USHIFT, flags, FROZEN_F, metaClass, NEVER, NIL_F, TAINTED_F, UNDEF, UNTRUSTED_F, USER0_F, USER1_F, USER2_F, USER3_F, USER4_F, USER5_F, USER6_F, USER7_F |
Fields inherited from interface org.jruby.runtime.builtin.IRubyObject |
---|
NULL_ARRAY |
Constructor Summary | |
---|---|
RubyIPSocket(Ruby runtime,
RubyClass type)
|
Method Summary | |
---|---|
IRubyObject |
addr()
Deprecated. |
IRubyObject |
addr(ThreadContext context)
|
static IRubyObject |
getaddress(IRubyObject recv,
IRubyObject hostname)
Deprecated. |
static IRubyObject |
getaddress(ThreadContext context,
IRubyObject recv,
IRubyObject hostname)
|
IRubyObject |
getpeername(ThreadContext context)
|
IRubyObject |
getsockname(ThreadContext context)
|
IRubyObject |
peeraddr()
Deprecated. |
IRubyObject |
peeraddr(ThreadContext context)
|
protected static java.lang.RuntimeException |
sockerr(Ruby runtime,
java.lang.String msg)
|
Methods inherited from class org.jruby.ext.socket.RubyBasicSocket |
---|
asBoolean, close_read, close_write, do_not_reverse_lookup, do_not_reverse_lookup19, doNotReverseLookup, getLocalSocket, getpeername, getRemoteSocket, getsockname, getsockopt, getsockopt, getSoTypeDefault, initSocket, recv, recv, set_do_not_reverse_lookup, set_do_not_reverse_lookup19, setsockopt, setsockopt, shutdown, write_send |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RubyIPSocket(Ruby runtime, RubyClass type)
Method Detail |
---|
protected static java.lang.RuntimeException sockerr(Ruby runtime, java.lang.String msg)
@Deprecated public IRubyObject addr()
public IRubyObject addr(ThreadContext context)
@Deprecated public IRubyObject peeraddr()
public IRubyObject peeraddr(ThreadContext context)
public IRubyObject getsockname(ThreadContext context)
getsockname
in class RubyBasicSocket
public IRubyObject getpeername(ThreadContext context)
getpeername
in class RubyBasicSocket
@Deprecated public static IRubyObject getaddress(IRubyObject recv, IRubyObject hostname)
public static IRubyObject getaddress(ThreadContext context, IRubyObject recv, IRubyObject hostname)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |