Factory to create ServerSocketFactories.
| 1823 | * Factory to create ServerSocketFactories. |
| 1824 | */ |
| 1825 | public interface ServerSocketFactory { |
| 1826 | |
| 1827 | public ServerSocket create() throws IOException; |
| 1828 | |
| 1829 | } |
| 1830 | |
| 1831 | /** |
| 1832 | * Maximum time to wait on Socket.getInputStream().read() (in milliseconds) |
no outgoing calls
no test coverage detected
searching dependent graphs…