Class: Ice::TCPEndpointInfo

Inherits:
IPEndpointInfo show all
Defined in:
lib/Ice/Endpoint.rb

Instance Attribute Summary

Attributes inherited from IPEndpointInfo

#host, #port, #sourceAddress

Attributes inherited from EndpointInfo

#compress, #timeout, #underlying

Instance Method Summary collapse

Constructor Details

#initialize(underlying = nil, timeout = 0, compress = false, host = '', port = 0, sourceAddress = '') ⇒ TCPEndpointInfo

Returns a new instance of TCPEndpointInfo.



105
106
107
# File 'lib/Ice/Endpoint.rb', line 105

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