public interface HttpListenerConfig extends Config, org.mule.runtime.api.meta.NamedObject, org.mule.runtime.api.meta.AnnotatedObject, org.mule.runtime.api.lifecycle.Startable, org.mule.runtime.api.lifecycle.Stoppable
| Modifier and Type | Method and Description |
|---|---|
String |
getHost() |
int |
getPort() |
org.mule.runtime.api.tls.TlsContextFactory |
getTlsContext() |
boolean |
hasTlsConfig() |
void |
start()
Starts the listening for incoming request.
|
void |
stop()
Stops listening for incoming request.
|
void stop() throws org.mule.runtime.api.exception.MuleException
stop in interface org.mule.runtime.api.lifecycle.Stoppableorg.mule.runtime.api.exception.MuleExceptionvoid start()
throws org.mule.runtime.api.exception.MuleException
start in interface org.mule.runtime.api.lifecycle.Startableorg.mule.runtime.api.exception.MuleExceptionboolean hasTlsConfig()
int getPort()
String getHost()
org.mule.runtime.api.tls.TlsContextFactory getTlsContext()
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.