public class StandardSocketFactory extends Object implements ISocketFactory
Constructor and Description |
---|
StandardSocketFactory() |
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
|
public StandardSocketFactory()
public Socket createClientSocket()
ISocketFactory
createClientSocket
in interface ISocketFactory
public ServerSocket createServerSocket() throws IOException
ISocketFactory
createServerSocket
in interface ISocketFactory
IOException
Copyright © 2012–2017 University Health Network. All rights reserved.