public class ServerSocketFactory extends Object implements RMIServerSocketFactory, ServerSocketConfiguratorHolder
| Modifier and Type | Field and Description |
|---|---|
protected ServerSocketConfigurator |
socketConfigurator |
| Constructor and Description |
|---|
ServerSocketFactory() |
| Modifier and Type | Method and Description |
|---|---|
ServerSocket |
createServerSocket(int port) |
ServerSocket |
createUnconfiguredServerSocket(int port) |
boolean |
equals(Object obj) |
ServerSocketConfigurator |
getSocketConfigurator() |
int |
hashCode() |
void |
setSocketConfigurator(ServerSocketConfigurator socketConfigurator) |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitcreateConfiguredServerSocketprotected volatile ServerSocketConfigurator socketConfigurator
public ServerSocket createUnconfiguredServerSocket(int port) throws IOException
createUnconfiguredServerSocket in interface ServerSocketConfiguratorHolderIOExceptionpublic ServerSocket createServerSocket(int port) throws IOException
createServerSocket in interface RMIServerSocketFactoryIOExceptionpublic ServerSocketConfigurator getSocketConfigurator()
getSocketConfigurator in interface ServerSocketConfiguratorHolderpublic void setSocketConfigurator(ServerSocketConfigurator socketConfigurator)
setSocketConfigurator in interface ServerSocketConfiguratorHolderCopyright © 2016 Krake Softwaretechnik. All rights reserved.