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
IOException
URISyntaxException
public void setServer(TransportServer server)
protected TransportServer createServer() throws IOException, URISyntaxException
IOException
URISyntaxException
public boolean isProxyToLocalBroker()
public void setProxyToLocalBroker(boolean proxyToLocalBroker)
protected Integer getConnectionCount()
Copyright © 2005–2018 The Apache Software Foundation. All rights reserved.