public class DefaultHttpCallbackAdapter extends Object implements Initialisable, HttpCallbackAdapter
PHASE_NAME| Constructor and Description |
|---|
DefaultHttpCallbackAdapter() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getAsync()
Retrieves async
|
Object |
getConnector()
Retrieves connector
|
String |
getDomain()
Retrieves domain
|
Integer |
getLocalPort()
Retrieves localPort
|
String |
getPath()
Retrieves path
|
Integer |
getRemotePort()
Retrieves remotePort
|
void |
initialise() |
void |
setAsync(Boolean value)
Sets async
|
void |
setConnector(Object value)
Sets connector
|
void |
setDomain(String value)
Sets domain
|
void |
setLocalPort(Integer value)
Sets localPort
|
void |
setPath(String value)
Sets path
|
void |
setRemotePort(Integer value)
Sets remotePort
|
public Integer getLocalPort()
getLocalPort in interface HttpCallbackAdapterpublic void setLocalPort(Integer value)
setLocalPort in interface HttpCallbackAdaptervalue - Value to setpublic Integer getRemotePort()
getRemotePort in interface HttpCallbackAdapterpublic void setRemotePort(Integer value)
setRemotePort in interface HttpCallbackAdaptervalue - Value to setpublic String getDomain()
getDomain in interface HttpCallbackAdapterpublic void setDomain(String value)
setDomain in interface HttpCallbackAdaptervalue - Value to setpublic String getPath()
getPath in interface HttpCallbackAdapterpublic void setPath(String value)
setPath in interface HttpCallbackAdaptervalue - Value to setpublic Object getConnector()
getConnector in interface HttpCallbackAdapterpublic void setConnector(Object value)
setConnector in interface HttpCallbackAdaptervalue - Value to setpublic Boolean getAsync()
getAsync in interface HttpCallbackAdapterpublic void setAsync(Boolean value)
setAsync in interface HttpCallbackAdaptervalue - Value to setpublic void initialise()
throws InitialisationException
initialise in interface InitialisableInitialisationExceptionCopyright © 2003–2016 MuleSoft, Inc.. All rights reserved.