Package | Description |
---|---|
org.apache.qpid.client | |
org.apache.qpid.client.url | |
org.apache.qpid.url |
Modifier and Type | Method and Description |
---|---|
void |
AMQConnectionFactory.setConnectionURLString(String url) |
void |
PooledConnectionFactory.setConnectionURLString(String url) |
Constructor and Description |
---|
AMQConnection(String connection) |
AMQConnection(String host,
int port,
String username,
String password,
String clientName,
String virtualHost) |
AMQConnection(String broker,
String username,
String password,
String clientName,
String virtualHost) |
AMQConnectionFactory(String url) |
AMQConnectionURL(String fullURL) |
BrokerDetails(String url) |
Constructor and Description |
---|
URLParser(AMQConnectionURL url) |
Modifier and Type | Method and Description |
---|---|
static URLSyntaxException |
URLHelper.parseError(int index,
int length,
String error,
String url) |
static URLSyntaxException |
URLHelper.parseError(int index,
String error,
String url) |
Modifier and Type | Method and Description |
---|---|
static void |
URLHelper.parseOptions(Map<String,String> optionMap,
String options) |
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.