Interface AbstractHttpServerImplementationTestCase.ThreadedServicer.Flows

Enclosing class:
AbstractHttpServerImplementationTestCase.ThreadedServicer

@FlowInterface public static interface AbstractHttpServerImplementationTestCase.ThreadedServicer.Flows
Flow interface.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    doFlow(Thread thread)
    Handles the flow.
  • Method Details

    • doFlow

      void doFlow(Thread thread)
      Handles the flow.
      Parameters:
      thread - originating Thread.