public class ClientSocketFactory extends Object implements RMIClientSocketFactory, SocketConfiguratorHolder, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected SocketConfigurator |
socketConfigurator |
| Constructor and Description |
|---|
ClientSocketFactory() |
| Modifier and Type | Method and Description |
|---|---|
Socket |
createSocket(String host,
int port) |
boolean |
equals(Object obj) |
SocketConfigurator |
getSocketConfigurator() |
int |
hashCode() |
void |
setSocketConfigurator(SocketConfigurator socketConfigurator) |
protected volatile SocketConfigurator socketConfigurator
public Socket createSocket(String host, int port) throws IOException
createSocket in interface RMIClientSocketFactoryIOExceptionpublic SocketConfigurator getSocketConfigurator()
getSocketConfigurator in interface SocketConfiguratorHolderpublic void setSocketConfigurator(SocketConfigurator socketConfigurator)
setSocketConfigurator in interface SocketConfiguratorHolderCopyright © 2016 Krake Softwaretechnik. All rights reserved.