Klasse java.net.ServerSocket | 1.0 |
java.lang.Object | +--java.net.ServerSocket
Konstruktoren | |
---|---|
public | ServerSocket() |
public | ServerSocket(int port) |
public | ServerSocket(int port, int backlog) |
public | ServerSocket(int port, int backlog, InetAddress bindAddr) ![]() |
Methoden | |
---|---|
public Socket | accept() |
public void | bind(SocketAddress addr) ![]() |
public void | bind(SocketAddress addr, int backlog) ![]() |
public void | close() |
public ServerSocketChannel | getChannel() ![]() |
public InetAddress | getInetAddress() |
public int | getLocalPort() |
public SocketAddress | getLocalSocketAddress() ![]() |
public synchronized int | getReceiveBufferSize() ![]() |
public boolean | getReuseAddress() ![]() |
public synchronized int | getSoTimeout() ![]() |
protected final void | implAccept(Socket s) ![]() |
public boolean | isBound() ![]() |
public boolean | isClosed() ![]() |
public synchronized int | setReceiveBufferSize(int size) ![]() |
public synchronized int | setReuseAddress(boolean on) ![]() |
public static synchronized void | setSocketFactory(SocketImplFactory fac) |
public synchronized void | setSoTimeout(int timeout) ![]() |
public String | toString() |