public class ProxyConnector extends Object implements Service
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 ProxyConnector()
public URI getLocalUri()
public void setLocalUri(URI localURI)
public TransportServer getServer() throws IOException, URISyntaxException
IOException
URISyntaxException
public void setServer(TransportServer server)
protected TransportServer createServer() throws IOException, URISyntaxException
IOException
URISyntaxException
public boolean isProxyToLocalBroker()
public void setProxyToLocalBroker(boolean proxyToLocalBroker)
Copyright © 2005–2016. All rights reserved.