java.net
Class ServerSocket
java.lang.Object
java.net.ServerSocket
public class ServerSocket
- extends Object
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
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.