Class AmqpRedirect
java.lang.Object
org.apache.qpid.jms.provider.amqp.AmqpRedirect
Encapsulates the AMQP Redirect Map
-
Constructor Summary
ConstructorsConstructorDescriptionAmqpRedirect(Map<org.apache.qpid.proton.amqp.Symbol, Object> redirect, AmqpProvider provider) -
Method Summary
-
Constructor Details
-
AmqpRedirect
-
-
Method Details
-
validate
- Throws:
Exception
-
getRedirectMap
- Returns:
- the redirection map that backs this object
-
getHostname
- Returns:
- the host name of the container being redirected to.
-
getNetworkHost
- Returns:
- the DNS host name or IP address of the peer this connection is being redirected to.
-
getPort
public int getPort()- Returns:
- the port number on the peer this connection is being redirected to.
-
getScheme
- Returns:
- the scheme that the remote indicated the redirect connection should use.
-
getPath
- Returns:
- the path that the remote indicated should be path of the redirect URI.
-
toURI
Construct a URI from the redirection information available.- Returns:
- a URI that matches the redirection information provided.
- Throws:
Exception- if an error occurs construct a URI from the redirection information.
-
toString
-