Ice 3.6 Slice API Reference
All Classes Interfaces Structs Exceptions Modules Files Operations Constants Sequences Dictionaries Enumerations Enumerator Pages
ConnectionInfo.ice
Go to the documentation of this file.
1 // **********************************************************************
2 //
3 // Copyright (c) 2003-2018 ZeroC, Inc. All rights reserved.
4 //
5 // This copy of Ice is licensed to you under the terms described in the
6 // ICE_LICENSE file included in this distribution.
7 //
8 // **********************************************************************
9 
10 #pragma once
11 
12 [["cpp:header-ext:h", "objc:header-dir:objc", "js:ice-build"]]
13 
14 #include <Ice/Connection.ice>
15 
16 ["objc:prefix:ICESSL"]
17 module IceSSL
18 {
19 
26 {
28  string cipher;
29 
32 
34  bool verified;
35 };
36 
42 local class WSSConnectionInfo extends ConnectionInfo
43 {
46 };
47 
48 };
49 
string cipher
The negotiated cipher suite.
Definition: ConnectionInfo.ice:28
Provides access to the connection details of an SSL connection.
Definition: ConnectionInfo.ice:25
Provides access to the connection details of a secure WebSocket connection.
Definition: ConnectionInfo.ice:42
IceSSL provides a secure transport for Ice.
Definition: ConnectionInfo.ice:17
dictionary< string, string > HeaderDict
A collection of HTTP headers.
Definition: Connection.ice:365
bool verified
The certificate chain verification status.
Definition: ConnectionInfo.ice:34
Ice::StringSeq certs
The certificate chain.
Definition: ConnectionInfo.ice:31
sequence< string > StringSeq
A sequence of strings.
Definition: BuiltinSequences.ice:40
Ice::HeaderDict headers
The headers from the HTTP upgrade request.
Definition: ConnectionInfo.ice:45
Provides access to the connection details of an IP connection.
Definition: Connection.ice:326