Interface Proxy
-
- All Known Implementing Classes:
ProxyImpl
public interface ProxyRepresents a proxy.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classProxy.ProxyStateStates that the proxy can be in.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidconfigure(String host, Map<String,String> headers, ProxyHandler proxyHandler, org.apache.qpid.proton.engine.Transport underlyingTransport)Configures the AMQP brokerhostwith the given proxy handler and transport.
-
-
-
Method Detail
-
configure
void configure(String host, Map<String,String> headers, ProxyHandler proxyHandler, org.apache.qpid.proton.engine.Transport underlyingTransport)
Configures the AMQP brokerhostwith the given proxy handler and transport.- Parameters:
host- AMQP broker.headers- Additional headers to add to the proxy request.proxyHandler- Handler for the proxy.underlyingTransport- Actual transport layer.
-
-