Ice 3.6 Slice API Reference
All Classes Interfaces Structs Exceptions Modules Files Operations Constants Sequences Dictionaries Enumerations Enumerator Pages
EndpointInfo.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/Endpoint.ice>
15 
21 ["objc:prefix:ICESSL"]
22 module IceSSL
23 {
24 
30 #ifndef __SLICE2OBJC__ // In Objective-C, Ice::SSLEndpointType is already mapped to ICESSLEndpointType
32 #endif
33 
39 local class EndpointInfo extends Ice::IPEndpointInfo
40 {
41 };
42 
48 local class WSSEndpointInfo extends EndpointInfo
49 {
55  string resource;
56 };
57 
58 };
59 
Provides access to the address details of a IP endpoint.
Definition: Endpoint.ice:135
const short EndpointType
Uniquely identifies SSL endpoints.
Definition: EndpointInfo.ice:31
Provides access to a secure WebSocket endpoint information.
Definition: EndpointInfo.ice:48
string resource
The URI configured with the endpoint.
Definition: EndpointInfo.ice:55
const short SSLEndpointType
Uniquely identifies SSL endpoints.
Definition: Endpoint.ice:34
IceSSL provides a secure transport for Ice.
Definition: ConnectionInfo.ice:17
Provides access to an SSL endpoint information.
Definition: EndpointInfo.ice:39