public class StandardSocketFactory extends Object implements SocketFactory
| Constructor and Description |
|---|
StandardSocketFactory() |
| 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
|
public StandardSocketFactory()
public Socket createSocket() throws IOException
createSocket in interface SocketFactoryIOExceptionpublic Socket createTlsSocket() throws IOException
createTlsSocket in interface SocketFactoryIOExceptionpublic ServerSocket createServerSocket() throws IOException
createServerSocket in interface SocketFactoryIOExceptionpublic ServerSocket createTlsServerSocket() throws IOException
createTlsServerSocket in interface SocketFactoryIOExceptionCopyright © 2001-2013 University Health Network. All Rights Reserved.