Class DelegatingCommServer

java.lang.Object
com.illumon.util.net.DelegatingCommServer
All Implemented Interfaces:
com.fishlib.base.log.LogOutputAppendable, CommServer

public class DelegatingCommServer extends Object implements CommServer
Allows treating multiple CommServer instances as if they were one. Limitations: If there is a "real" Server instance, it should be the first parameter, so that some internal impl details like port are handled correctly. Other details like handleCommand and addClientEntry can't be handled properly at all, and will throw exceptions.