public class ServerSocket extends Object
Constructor and Description |
---|
ServerSocket(int var0) |
ServerSocket(int var0,
int var1) |
ServerSocket(int var0,
int var1,
InetAddress var2) |
Modifier and Type | Method and Description |
---|---|
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() |
public ServerSocket(int var0) throws IOException
IOException
public ServerSocket(int var0, int var1) throws IOException
IOException
public ServerSocket(int var0, int var1, InetAddress var2) throws IOException
IOException
public Socket accept() throws IOException
IOException
public void close() throws IOException
IOException
public InetAddress getInetAddress()
public int getLocalPort()
public int getSoTimeout() throws IOException
IOException
protected final void implAccept(Socket var0) throws IOException
IOException
public static void setSocketFactory(SocketImplFactory var0) throws IOException
IOException
public void setSoTimeout(int var0) throws SocketException
SocketException
Copyright © 2006–2013 OSGi Alliance. All rights reserved.