Class AbstractHttpServerImplementationTest.PipelineResult

  • Enclosing class:
    AbstractHttpServerImplementationTest<M>

    protected static class AbstractHttpServerImplementationTest.PipelineResult
    extends java.lang.Object
    Result of a pipeline execution.
    • Constructor Summary

      Constructors 
      Constructor Description
      PipelineResult​(long startTime, long endTime, int requestCount)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PipelineResult

        public PipelineResult​(long startTime,
                              long endTime,
                              int requestCount)