Class AbstractSslEngineBenchmark

    • Constructor Detail

      • AbstractSslEngineBenchmark

        public AbstractSslEngineBenchmark()
    • Method Detail

      • initEngines

        protected final void initEngines​(io.netty.buffer.ByteBufAllocator allocator)
      • destroyEngines

        protected final void destroyEngines()
      • initHandshakeBuffers

        protected final void initHandshakeBuffers()
      • destroyHandshakeBuffers

        protected final void destroyHandshakeBuffers()
      • newClientEngine

        protected final SSLEngine newClientEngine​(io.netty.buffer.ByteBufAllocator allocator)
      • newServerEngine

        protected final SSLEngine newServerEngine​(io.netty.buffer.ByteBufAllocator allocator)
      • allocateBuffer

        protected final io.netty.util.internal.CleanableDirectBuffer allocateBuffer​(int size)