java.net
Class ServerSocket

java.lang.Object
  extended by java.net.ServerSocket

public class ServerSocket
extends Object


Constructor Summary
ServerSocket(int var0)
           
ServerSocket(int var0, int var1)
           
ServerSocket(int var0, int var1, InetAddress var2)
           
 
Method Summary
 Socket accept()
           
 void close()
           
 InetAddress getInetAddress()
           
 int getLocalPort()
           
 int getSoTimeout()
           
protected  void implAccept(Socket var0)
           
static void setSocketFactory(SocketImplFactory var0)
           
 void setSoTimeout(int var0)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServerSocket

public ServerSocket(int var0)
             throws IOException
Throws:
IOException

ServerSocket

public ServerSocket(int var0,
                    int var1)
             throws IOException
Throws:
IOException

ServerSocket

public ServerSocket(int var0,
                    int var1,
                    InetAddress var2)
             throws IOException
Throws:
IOException
Method Detail

accept

public Socket accept()
              throws IOException
Throws:
IOException

close

public void close()
           throws IOException
Throws:
IOException

getInetAddress

public InetAddress getInetAddress()

getLocalPort

public int getLocalPort()

getSoTimeout

public int getSoTimeout()
                 throws IOException
Throws:
IOException

implAccept

protected final void implAccept(Socket var0)
                         throws IOException
Throws:
IOException

setSocketFactory

public static void setSocketFactory(SocketImplFactory var0)
                             throws IOException
Throws:
IOException

setSoTimeout

public void setSoTimeout(int var0)
                  throws SocketException
Throws:
SocketException

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2006-2010 OSGi Alliance. All Rights Reserved.