public interface RequestHandlerManager
RequestHandler for a server.| Modifier and Type | Method and Description |
|---|---|
void |
dispose()
Removes the handler from the server.
|
void |
start()
Allows access to the handler.
|
void |
stop()
Temporarily stops the handler from being accessed, resulting in a 503 status code return by the server.
|
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.