Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.scoja.util
Class UNIXServerSocket  view UNIXServerSocket download UNIXServerSocket.java

java.lang.Object
  extended byorg.scoja.util.UNIXServerSocket

public final class UNIXServerSocket
extends java.lang.Object

Unix Server socket implementation.


Field Summary
private  int fd
           
 
Constructor Summary
UNIXServerSocket()
           
 
Method Summary
 UNIXSocket accept()
           
 void bind(UNIXAddress addr)
           
 void close()
           
 void listen(int queueLength)
           
private  int native_accept()
           
private  void socket()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fd

private int fd
Constructor Detail

UNIXServerSocket

public UNIXServerSocket()
                 throws java.net.SocketException
Method Detail

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