public interface HttpListenerConfig extends Config, NamedObject, AnnotatedObject, Startable, Stoppable
PROPERTY_NAMEPHASE_NAMEPHASE_NAME| Modifier and Type | Method and Description |
|---|---|
String |
getHost() |
int |
getPort() |
TlsContextFactory |
getTlsContext() |
boolean |
hasTlsConfig() |
void |
start()
Starts the listening for incoming request.
|
void |
stop()
Stops listening for incoming request.
|
getNamegetAnnotation, getAnnotations, setAnnotationsvoid stop()
throws MuleException
stop in interface StoppableMuleExceptionvoid start()
throws MuleException
start in interface StartableMuleExceptionboolean hasTlsConfig()
int getPort()
String getHost()
TlsContextFactory getTlsContext()
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.