Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET
Apache Qpid Documentation
Main Page
Modules
Namespaces
Classes
Files
File List
File Members
qpid
client
ConnectionSettings.h
Go to the documentation of this file.
1
#ifndef QPID_CLIENT_CONNECTIONSETTINGS_H
2
#define QPID_CLIENT_CONNECTIONSETTINGS_H
3
4
/*
5
*
6
* Licensed to the Apache Software Foundation (ASF) under one
7
* or more contributor license agreements. See the NOTICE file
8
* distributed with this work for additional information
9
* regarding copyright ownership. The ASF licenses this file
10
* to you under the Apache License, Version 2.0 (the
11
* "License"); you may not use this file except in compliance
12
* with the License. You may obtain a copy of the License at
13
*
14
* http://www.apache.org/licenses/LICENSE-2.0
15
*
16
* Unless required by applicable law or agreed to in writing,
17
* software distributed under the License is distributed on an
18
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
19
* KIND, either express or implied. See the License for the
20
* specific language governing permissions and limitations
21
* under the License.
22
*
23
*/
24
25
#include "
qpid/client/ClientImportExport.h
"
26
#include "
qpid/sys/IntegerTypes.h
"
27
#include <string>
28
29
namespace
qpid {
30
31
namespace
sys {
32
class
Socket;
33
}
34
35
namespace
client
{
36
40
struct
QPID_CLIENT_CLASS_EXTERN
ConnectionSettings
{
41
42
QPID_CLIENT_EXTERN
ConnectionSettings
();
43
QPID_CLIENT_EXTERN
virtual
~ConnectionSettings();
44
49
QPID_CLIENT_EXTERN
virtual
void
configureSocket(qpid::sys::Socket&)
const
;
50
54
std::string
protocol
;
55
59
std::string
host
;
63
uint16_t
port
;
68
std::string
virtualhost
;
69
74
std::string
username
;
78
std::string
password
;
83
std::string
mechanism
;
87
std::string
locale
;
91
uint16_t
heartbeat
;
96
uint16_t
maxChannels
;
101
uint16_t
maxFrameSize
;
106
unsigned
int
bounds
;
110
bool
tcpNoDelay
;
114
std::string
service
;
119
unsigned
int
minSsf
;
124
unsigned
int
maxSsf
;
129
std::string
sslCertName
;
130
};
131
132
}}
// namespace qpid::client
133
134
#endif
Qpid C++ API Reference
Generated on Wed Nov 7 2012 for Qpid C++ Client API by
1.8.1.1