public interface ISocketFactory
| Modifier and Type | Method and Description |
|---|---|
Socket |
createClientSocket()
Creates a new client socket and returns it
|
ServerSocket |
createServerSocket()
Creates a new server socket and returns it
|
Socket createClientSocket() throws IOException
IOExceptionServerSocket createServerSocket() throws IOException
IOExceptionCopyright © 2012-2014 University Health Network. All Rights Reserved.