Package org.apache.hc.core5.testing.nio
Class AsyncServer
java.lang.Object
org.apache.hc.core5.testing.nio.AsyncServer
- All Implemented Interfaces:
AutoCloseable
- Direct Known Subclasses:
H2TestServer,Http1TestServer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidawaitShutdown(TimeValue waitTime) voidclose()protected voidexecute(IOEventHandlerFactory ioEventHandlerFactory) voidlisten(InetSocketAddress address) void
-
Constructor Details
-
AsyncServer
-
-
Method Details
-
listen
-
getEndpoints
-
execute
- Throws:
IOException
-
getStatus
-
awaitShutdown
- Throws:
InterruptedException
-
initiateShutdown
public void initiateShutdown() -
shutdown
-
close
- Specified by:
closein interfaceAutoCloseable- Throws:
Exception
-