| Package | Description |
|---|---|
| org.mule.runtime.http.api.server |
| Modifier and Type | Method and Description |
|---|---|
HttpServer |
HttpServerFactory.create(HttpServerConfiguration configuration)
Creates a new
HttpServer. |
HttpServer |
HttpServerFactory.lookup(String name)
Allows to retrieve a previously created
HttpServer, if used from the same context. |
HttpServer |
HttpServer.start()
Binds the ServerSocket to the network interface and starts listening for requests.
|
HttpServer |
HttpServer.stop()
Unbinds the ServerSocket to the network interface and stops listening for requests.
|
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.