Package org.commonjava.test.http.common
Interface HttpServerFixture<T extends HttpServerFixture<T>>
-
- All Known Implementing Classes:
ExpectationServer,StreamServer
public interface HttpServerFixture<T extends HttpServerFixture<T>>Created by jdcasey on 8/17/15.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tstart()voidstop()
-
-
-
Method Detail
-
start
T start() throws IOException
- Throws:
IOException
-
stop
void stop()
-
-