public class ProxyConnector extends Object implements Service
| Constructor and Description |
|---|
ProxyConnector() |
| Modifier and Type | Method and Description |
|---|---|
protected TransportServer |
createServer() |
URI |
getBind() |
protected Integer |
getConnectionCount() |
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
IOExceptionURISyntaxExceptionpublic void setServer(TransportServer server)
protected TransportServer createServer() throws IOException, URISyntaxException
IOExceptionURISyntaxExceptionpublic boolean isProxyToLocalBroker()
public void setProxyToLocalBroker(boolean proxyToLocalBroker)
protected Integer getConnectionCount()
Copyright © 2005–2015 FuseSource, Corp.. All rights reserved.