All files / src/Ice EndpointTypes.js

100% Statements 63/63
100% Branches 1/1
100% Functions 0/0
100% Lines 63/63

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 6441x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x  
// Copyright (c) ZeroC, Inc.
 
// slice2js version 3.8.0-alpha.0
// <auto-generated>Generated from Slice file 'EndpointTypes.ice'.</auto-generated>
 
/* eslint-disable */
/* jshint ignore: start */
 
 
const Ice = {
};
 
export { Ice };
 
Object.defineProperty(Ice, 'URIEndpointType', {
    enumerable: true,
    value: 0
});
 
Object.defineProperty(Ice, 'TCPEndpointType', {
    enumerable: true,
    value: 1
});
 
Object.defineProperty(Ice, 'SSLEndpointType', {
    enumerable: true,
    value: 2
});
 
Object.defineProperty(Ice, 'UDPEndpointType', {
    enumerable: true,
    value: 3
});
 
Object.defineProperty(Ice, 'WSEndpointType', {
    enumerable: true,
    value: 4
});
 
Object.defineProperty(Ice, 'WSSEndpointType', {
    enumerable: true,
    value: 5
});
 
Object.defineProperty(Ice, 'BTEndpointType', {
    enumerable: true,
    value: 6
});
 
Object.defineProperty(Ice, 'BTSEndpointType', {
    enumerable: true,
    value: 7
});
 
Object.defineProperty(Ice, 'iAPEndpointType', {
    enumerable: true,
    value: 8
});
 
Object.defineProperty(Ice, 'iAPSEndpointType', {
    enumerable: true,
    value: 9
});