com.kuka.comm
Class ConnectionConfigurator<C extends Connection>
java.lang.Object
com.kuka.comm.ConnectionConfigurator<C>
- Type Parameters:
C - Type of connection configured.
- Direct Known Subclasses:
- NetConnectionConfigurator
public abstract class ConnectionConfigurator<C extends Connection>
- extends Object
Class to automatically configure Connections, especially used for
configuring incoming connections at a server.
|
Method Summary |
abstract void |
configure(C connection)
Configures the connection with the parameters that has been set in the
factory. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConnectionConfigurator
public ConnectionConfigurator()
configure
public abstract void configure(C connection)
- Configures the connection with the parameters that has been set in the
factory.
- Parameters:
connection - the connection to be configured
Copyright © 2019. All rights reserved.