java.lang.Object
org.scoja.util.UNIXServerSocket
- public final class UNIXServerSocket
- extends java.lang.Object
Unix Server socket implementation.
|
Field Summary |
private int |
fd
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
fd
private int fd
UNIXServerSocket
public UNIXServerSocket()
throws java.net.SocketException
socket
private final void socket()
throws java.net.SocketException
bind
public final void bind(UNIXAddress addr)
throws java.net.SocketException,
java.lang.IllegalArgumentException
listen
public final void listen(int queueLength)
throws java.net.SocketException
native_accept
private final int native_accept()
throws java.net.SocketException
accept
public final UNIXSocket accept()
throws java.net.SocketException
close
public final void close()
throws java.net.SocketException