Interface SSLBufferManagementStrategy

    • Method Detail

      • constructBuffer

        SSLBuffer constructBuffer​(int size)
        Creates a SSLBuffer of size.
        Parameters:
        size - size of the buffer to create
        Returns:
        constructed buffer
        Throws:
        java.lang.IllegalArgumentException - if size is not greater than 0