| 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 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
IOExceptionURISyntaxExceptionpublic void setServer(TransportServer server)
protected TransportServer createServer() throws IOException, URISyntaxException
IOExceptionURISyntaxExceptionpublic String getName()
public void setName(String name)
public boolean isProxyToLocalBroker()
public void setProxyToLocalBroker(boolean proxyToLocalBroker)
protected Integer getConnectionCount()
Copyright © 2005-2014 The Apache Software Foundation. All Rights Reserved.