Class AbstractSslEngineBenchmark

    • Constructor Detail

      • AbstractSslEngineBenchmark

        public AbstractSslEngineBenchmark()
    • Method Detail

      • initEngines

        protected final void initEngines​(io.netty5.buffer.api.BufferAllocator allocator)
      • destroyEngines

        protected final void destroyEngines()
      • initHandshakeBuffers

        protected final void initHandshakeBuffers()
      • destroyHandshakeBuffers

        protected final void destroyHandshakeBuffers()
      • newClientEngine

        protected final SSLEngine newClientEngine​(io.netty5.buffer.api.BufferAllocator allocator)
      • newServerEngine

        protected final SSLEngine newServerEngine​(io.netty5.buffer.api.BufferAllocator allocator)
      • allocateBuffer

        protected final ByteBuffer allocateBuffer​(int size)
      • freeBuffer

        protected final void freeBuffer​(ByteBuffer buffer)