|
||||||||||
| 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.RubyUNIXSocket
org.jruby.ext.socket.RubyUNIXServer
public class RubyUNIXServer
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.jruby.ext.socket.RubyUNIXSocket |
|---|
RubyUNIXSocket.LibCSocket |
| Nested classes/interfaces inherited from class org.jruby.RubyObject |
|---|
RubyObject.ObjectMethods |
| Nested classes/interfaces inherited from class org.jruby.RubyBasicObject |
|---|
RubyBasicObject.BasicObjectMethods, RubyBasicObject.Finalizer, RubyBasicObject.VariableTableEntry |
| Field Summary |
|---|
| Fields inherited from class org.jruby.ext.socket.RubyUNIXSocket |
|---|
F_GETFL, F_SETFL, fd, fpath, INSTANCE, O_NONBLOCK |
| Fields inherited from class org.jruby.RubyIO |
|---|
blockingThreads, filenoIndex, openFile |
| Fields inherited from class org.jruby.RubyObject |
|---|
OBJECT_ALLOCATOR |
| Fields inherited from class org.jruby.RubyBasicObject |
|---|
ALL_F, dataStruct, ERR_INSECURE_SET_INST_VAR, FALSE_F, FL_USHIFT, flags, FROZEN_F, metaClass, NEVER, NIL_F, TAINTED_F, UNDEF, USER0_F, USER1_F, USER2_F, USER3_F, USER4_F, USER5_F, USER6_F, USER7_F, VARIABLE_TABLE_DEFAULT_CAPACITY, VARIABLE_TABLE_EMPTY_TABLE, VARIABLE_TABLE_LOAD_FACTOR, VARIABLE_TABLE_MAXIMUM_CAPACITY, variableTable, variableTableSize, variableTableThreshold |
| Fields inherited from interface org.jruby.runtime.builtin.IRubyObject |
|---|
NULL_ARRAY |
| Constructor Summary | |
|---|---|
RubyUNIXServer(Ruby runtime,
RubyClass type)
|
|
| Method Summary | |
|---|---|
IRubyObject |
accept_nonblock()
Deprecated. |
IRubyObject |
accept_nonblock(ThreadContext context)
|
IRubyObject |
accept()
Deprecated. |
IRubyObject |
accept(ThreadContext context)
|
IRubyObject |
initialize(ThreadContext context,
IRubyObject path)
|
IRubyObject |
listen(IRubyObject log)
Deprecated. |
IRubyObject |
listen(ThreadContext context,
IRubyObject log)
|
IRubyObject |
sysaccept()
Deprecated. |
IRubyObject |
sysaccept(ThreadContext context)
|
| Methods inherited from class org.jruby.ext.socket.RubyUNIXSocket |
|---|
addr, addr, close, init_sock, init_unixsock, open, open, path, path, peeraddr, peeraddr, rb_sys_fail, recv_io, recvfrom, recvfrom, send_io, setsockopt, socketpair, socketpair, tryUnixDomainSocket |
| Methods inherited from class org.jruby.ext.socket.RubyBasicSocket |
|---|
asBoolean, close_read, close_write, do_not_reverse_lookup, getLocalSocket, getpeername, getpeername, getRemoteSocket, getsockname, getsockname, getsockopt, getsockopt, getSoTypeDefault, initSocket, recv, recv, set_do_not_reverse_lookup, setsockopt, shutdown, write_send |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RubyUNIXServer(Ruby runtime,
RubyClass type)
| Method Detail |
|---|
public IRubyObject initialize(ThreadContext context,
IRubyObject path)
throws java.lang.Exception
initialize in class RubyUNIXSocketjava.lang.Exception
@Deprecated
public IRubyObject accept()
throws java.lang.Exception
java.lang.Exception
public IRubyObject accept(ThreadContext context)
throws java.lang.Exception
java.lang.Exception
@Deprecated
public IRubyObject accept_nonblock()
throws java.lang.Exception
java.lang.Exception
public IRubyObject accept_nonblock(ThreadContext context)
throws java.lang.Exception
java.lang.Exception
@Deprecated
public IRubyObject sysaccept()
throws java.lang.Exception
java.lang.Exception
public IRubyObject sysaccept(ThreadContext context)
throws java.lang.Exception
java.lang.Exception@Deprecated public IRubyObject listen(IRubyObject log)
public IRubyObject listen(ThreadContext context,
IRubyObject log)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||