Interface ConnectionPostProcessor

    • Method Detail

      • postProcess

        void postProcess​(ConnectionContext context)
                  throws IOException
        Post-process the open TCP connection.
        Parameters:
        context - some TCP connection context (e.g. socket)
        Throws:
        IOException