public interface SimpleServerSocketFactory
| Modifier and Type | Method and Description |
|---|---|
ServerSocket |
createServerSocket(InetAddress address,
int port,
int backlog,
Boolean reuse) |
ServerSocket |
createServerSocket(int port,
int backlog,
Boolean reuse) |
ServerSocket |
createServerSocket(URI uri,
int backlog,
Boolean reuse) |
ServerSocket createServerSocket(URI uri, int backlog, Boolean reuse) throws IOException
uri - The address and port to connect tobacklog - The backlog (or Connector.INT_VALUE_NOT_SET)reuse - Whether to reuse addresses (null for default)IOExceptionServerSocket createServerSocket(InetAddress address, int port, int backlog, Boolean reuse) throws IOException
IOExceptionServerSocket createServerSocket(int port, int backlog, Boolean reuse) throws IOException
IOExceptionCopyright © 2003-2012 MuleSource, Inc.. All Rights Reserved.