public interface SocketFactory
| Modifier and Type | Method and Description |
|---|---|
ServerSocket |
createServerSocket()
Create a standard server socket
|
Socket |
createSocket()
Create a standard client socket
|
ServerSocket |
createTlsServerSocket()
Create a TLS server socket
|
Socket |
createTlsSocket()
Create a TLS client socket
|
Socket createSocket() throws IOException
IOExceptionSocket createTlsSocket() throws IOException
IOExceptionServerSocket createServerSocket() throws IOException
IOExceptionServerSocket createTlsServerSocket() throws IOException
IOExceptionCopyright © 2001-2013 University Health Network. All Rights Reserved.