public class SubServerSocket
extends java.lang.Object
ServerSocket| Modifier | Constructor and Description |
|---|---|
protected |
SubServerSocket(SubServerSocketFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
SubSocket<RemoteWorker> |
accept() |
void |
bind(java.lang.String name) |
void |
bind(java.lang.String name,
int backlog) |
void |
close() |
protected SubServerSocket(SubServerSocketFactory factory)
SubServerSocketFactorypublic SubSocket<RemoteWorker> accept() throws java.io.IOException
java.io.IOExceptionServerSocket.accept()public void bind(java.lang.String name)
throws java.io.IOException
java.io.IOExceptionServerSocket.bind(java.net.SocketAddress)public void bind(java.lang.String name,
int backlog)
throws java.io.IOException
backlog - the size of the queue. If non-positive, an unbounded queue is
created.java.io.IOExceptionServerSocket.bind(java.net.SocketAddress, int)public void close()
throws java.io.IOException
java.io.IOExceptionServerSocket.close()