Class AbstractSslHandlerThroughputBenchmark

    • Field Detail

      • messageSize

        public int messageSize
      • wrapSrcBuffer

        protected io.netty5.buffer.api.Buffer wrapSrcBuffer
      • channel

        protected io.netty5.channel.embedded.EmbeddedChannel channel
    • Constructor Detail

      • AbstractSslHandlerThroughputBenchmark

        public AbstractSslHandlerThroughputBenchmark()
    • Method Detail

      • allocateBuffer

        protected final io.netty5.buffer.api.Buffer allocateBuffer​(int size)
      • doWrite

        protected final io.netty5.buffer.api.Buffer doWrite​(int numWrites)
                                                     throws Exception
        Throws:
        Exception