Package net.officefloor.server
Interface AcceptedSocketDecorator
-
public interface AcceptedSocketDecoratorDecorates the acceptedSocketconnections.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddecorate(java.net.Socket socket)Decorates the acceptedSocketconnections.
-