Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET Apache Qpid Documentation
ConnectionSettings.h
Go to the documentation of this file.
1 #ifndef _management_ConnectionSettings_h
2 #define _management_ConnectionSettings_h
3 /*
4  *
5  * Licensed to the Apache Software Foundation (ASF) under one
6  * or more contributor license agreements. See the NOTICE file
7  * distributed with this work for additional information
8  * regarding copyright ownership. The ASF licenses this file
9  * to you under the Apache License, Version 2.0 (the
10  * "License"); you may not use this file except in compliance
11  * with the License. You may obtain a copy of the License at
12  *
13  * http://www.apache.org/licenses/LICENSE-2.0
14  *
15  * Unless required by applicable law or agreed to in writing,
16  * software distributed under the License is distributed on an
17  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
18  * KIND, either express or implied. See the License for the
19  * specific language governing permissions and limitations
20  * under the License.
21  *
22  */
23 
25 #include "qpid/types/Variant.h"
26 #include <string>
27 
28 namespace qpid {
29 namespace management {
30 
35 
38 
42  std::string protocol;
43 
47  std::string host;
56  std::string virtualhost;
57 
62  std::string username;
66  std::string password;
71  std::string mechanism;
75  std::string locale;
94  unsigned int bounds;
98  bool tcpNoDelay;
102  std::string service;
107  unsigned int minSsf;
112  unsigned int maxSsf;
113 };
114 
115 }}
116 
117 #endif
118 

Qpid C++ API Reference
Generated on Thu Jun 5 2014 for Qpid C++ Client API by doxygen 1.8.3.1