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