Constructor and Description |
---|
ProxyConnector() |
Modifier and Type | Method and Description |
---|---|
protected TransportServer |
createServer() |
URI |
getBind() |
URI |
getLocalUri() |
String |
getName() |
URI |
getRemote() |
TransportServer |
getServer() |
boolean |
isProxyToLocalBroker() |
void |
setBind(URI bind) |
void |
setLocalUri(URI localURI) |
void |
setName(String name) |
void |
setProxyToLocalBroker(boolean proxyToLocalBroker) |
void |
setRemote(URI remote) |
void |
setServer(TransportServer server) |
void |
start() |
void |
stop() |
public void start() throws Exception
public URI getLocalUri()
public void setLocalUri(URI localURI)
public URI getBind()
public void setBind(URI bind)
public URI getRemote()
public void setRemote(URI remote)
public TransportServer getServer() throws IOException, URISyntaxException
IOException
URISyntaxException
public void setServer(TransportServer server)
protected TransportServer createServer() throws IOException, URISyntaxException
IOException
URISyntaxException
public String getName()
public void setName(String name)
public boolean isProxyToLocalBroker()
public void setProxyToLocalBroker(boolean proxyToLocalBroker)
Copyright © 2005–2014 The Apache Software Foundation. All rights reserved.