public interface HttpListener extends NonBlockingMessageSource, Lifecycle
PHASE_NAMEPHASE_NAMEPHASE_NAMEPHASE_NAME| Modifier and Type | Method and Description |
|---|---|
void |
dispose()
Get rid of this listener.
|
String[] |
getAllowedMethods() |
HttpListenerConfig |
getConfig() |
String |
getPath() |
void |
start()
Starts an stopped listener.
|
void |
stop()
Stops this listener.
|
setListenerinitialiseHttpListenerConfig getConfig()
void stop()
throws MuleException
org.mule.module.http.internal.listener.ServiceTemporarilyUnavailableListenerRequestHandler#SERVICE_TEMPORARILY_UNAVAILABLE_STATUS_CODE.stop in interface StoppableMuleException - if there's was a problem stopping the listenervoid start()
throws MuleException
start in interface StartableMuleExceptionvoid dispose()
org.mule.module.http.internal.listener.NoListenerRequestHandler#RESOURCE_NOT_FOUND_STATUS_CODE unless
there's another listener which path matches the request criteria.dispose in interface DisposableString getPath()
String[] getAllowedMethods()
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.