| Package | Description |
|---|---|
| org.mule.runtime.http.api.server |
| Modifier and Type | Method and Description |
|---|---|
RequestHandlerManager |
HttpServer.addRequestHandler(Collection<String> methods,
String path,
RequestHandler requestHandler)
Adds a
RequestHandler on the given path and for the given methods. |
RequestHandlerManager |
HttpServer.addRequestHandler(String path,
RequestHandler requestHandler)
Adds a
RequestHandler on the given path and for all methods. |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.