public class HttpServiceImplementation extends Object implements HttpService, org.mule.runtime.api.lifecycle.Startable, org.mule.runtime.api.lifecycle.Stoppable
HttpService that uses Grizzly to create HttpServers and its Async HTTP Client provider to
create HttpClients.| Constructor and Description |
|---|
HttpServiceImplementation() |
| Modifier and Type | Method and Description |
|---|---|
HttpClientFactory |
getClientFactory() |
String |
getName() |
HttpServerFactory |
getServerFactory() |
void |
start() |
void |
stop() |
public HttpServerFactory getServerFactory()
getServerFactory in interface HttpServicepublic HttpClientFactory getClientFactory()
getClientFactory in interface HttpServicepublic String getName()
getName in interface org.mule.runtime.api.meta.NamedObjectpublic void start()
throws org.mule.runtime.api.exception.MuleException
start in interface org.mule.runtime.api.lifecycle.Startableorg.mule.runtime.api.exception.MuleExceptionpublic void stop()
throws org.mule.runtime.api.exception.MuleException
stop in interface org.mule.runtime.api.lifecycle.Stoppableorg.mule.runtime.api.exception.MuleExceptionCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.