Package org.apache.http.impl.bootstrap
Class HttpServer
- java.lang.Object
-
- org.apache.http.impl.bootstrap.HttpServer
-
public class HttpServer extends Object
- Since:
- 4.4
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidawaitTermination(long timeout, TimeUnit timeUnit)InetAddressgetInetAddress()intgetLocalPort()voidshutdown(long gracePeriod, TimeUnit timeUnit)voidstart()voidstop()
-
-
-
Method Detail
-
getInetAddress
public InetAddress getInetAddress()
-
getLocalPort
public int getLocalPort()
-
start
public void start() throws IOException- Throws:
IOException
-
stop
public void stop()
-
awaitTermination
public void awaitTermination(long timeout, TimeUnit timeUnit) throws InterruptedException- Throws:
InterruptedException
-
shutdown
public void shutdown(long gracePeriod, TimeUnit timeUnit)
-
-