Class: Ice::UDPEndpointInfo

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

Constant Summary

Constants included from UDPEndpointInfo_mixin

Ice::UDPEndpointInfo_mixin::ICE_TYPE

Instance Attribute Summary

Attributes included from UDPEndpointInfo_mixin

#mcastInterface, #mcastTtl

Class Method Summary collapse

Instance Method Summary collapse

Methods included from UDPEndpointInfo_mixin

#inspect

Constructor Details

#initialize(timeout = 0, compress = false, host = '', port = 0, sourceAddress = '', mcastInterface = '', mcastTtl = 0) ⇒ UDPEndpointInfo

Returns a new instance of UDPEndpointInfo.



187
188
189
190
191
# File 'lib/Ice/Endpoint.rb', line 187

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

Class Method Details

.ice_staticIdObject



183
184
185
# File 'lib/Ice/Endpoint.rb', line 183

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