Interface AcceptedSocketDecorator


  • public interface AcceptedSocketDecorator
    Decorates the accepted Socket connections.
    Author:
    Daniel Sagenschneider
    • Method Detail

      • decorate

        void decorate​(java.net.Socket socket)
        Decorates the accepted Socket connections.
        Parameters:
        socket - Accepted Socket.