Class: Ice::IPEndpointInfo

Inherits:
Object
  • Object
show all
Includes:
IPEndpointInfo_mixin
Defined in:
lib/Ice/Endpoint.rb

Constant Summary

Constants included from IPEndpointInfo_mixin

Ice::IPEndpointInfo_mixin::ICE_TYPE

Instance Attribute Summary

Attributes included from IPEndpointInfo_mixin

#host, #port, #sourceAddress

Class Method Summary collapse

Instance Method Summary collapse

Methods included from IPEndpointInfo_mixin

#inspect

Constructor Details

#initialize(timeout = 0, compress = false, host = '', port = 0, sourceAddress = '') ⇒ IPEndpointInfo

Returns a new instance of IPEndpointInfo.



124
125
126
127
128
129
# File 'lib/Ice/Endpoint.rb', line 124

def initialize(timeout=0, compress=false, host='', port=0, sourceAddress='')
    super(timeout, compress)
    @host = host
    @port = port
    @sourceAddress = sourceAddress
end

Class Method Details

.ice_staticIdObject



120
121
122
# File 'lib/Ice/Endpoint.rb', line 120

def IPEndpointInfo.ice_staticId()
    '::Ice::IPEndpointInfo'
end