Java org.apache.http.localserver LocalTestServer fields, constructors, methods, implement or subclass

Example usage for Java org.apache.http.localserver LocalTestServer fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.http.localserver LocalTestServer.

The text is from its open source code.

Constructor

Method

InetSocketAddressgetServiceAddress()
Obtains the local address the server is listening on
voidregister(String pattern, HttpRequestHandler handler)
Registers a handler with the local registry.
voidstart()
Starts this test server.
voidstop()
Stops this test server.