java.net
Class ServerSocket
java.lang.Object
java.net.ServerSocket
public class ServerSocket
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServerSocket
public ServerSocket()
throws IOException
- Throws:
IOException
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
bind
public void bind(SocketAddress var0)
throws IOException
- Throws:
IOException
bind
public void bind(SocketAddress var0,
int var1)
throws IOException
- Throws:
IOException
close
public void close()
throws IOException
- Throws:
IOException
getInetAddress
public InetAddress getInetAddress()
getLocalPort
public int getLocalPort()
getLocalSocketAddress
public SocketAddress getLocalSocketAddress()
getReceiveBufferSize
public int getReceiveBufferSize()
throws SocketException
- Throws:
SocketException
getReuseAddress
public boolean getReuseAddress()
throws SocketException
- Throws:
SocketException
getSoTimeout
public int getSoTimeout()
throws IOException
- Throws:
IOException
implAccept
protected final void implAccept(Socket var0)
throws IOException
- Throws:
IOException
isBound
public boolean isBound()
isClosed
public boolean isClosed()
setReceiveBufferSize
public void setReceiveBufferSize(int var0)
throws SocketException
- Throws:
SocketException
setReuseAddress
public void setReuseAddress(boolean var0)
throws SocketException
- Throws:
SocketException
setSoTimeout
public void setSoTimeout(int var0)
throws SocketException
- Throws:
SocketException
setSocketFactory
public static void setSocketFactory(SocketImplFactory var0)
throws IOException
- Throws:
IOException