Class: Ice::TCPEndpointInfo
- Inherits:
-
IPEndpointInfo
- Object
- EndpointInfo
- IPEndpointInfo
- Ice::TCPEndpointInfo
- Defined in:
- lib/Ice/Endpoint.rb
Instance Attribute Summary
Attributes inherited from IPEndpointInfo
Attributes inherited from EndpointInfo
#compress, #timeout, #underlying
Instance Method Summary collapse
-
#initialize(underlying = nil, timeout = 0, compress = false, host = '', port = 0, sourceAddress = '') ⇒ TCPEndpointInfo
constructor
A new instance of TCPEndpointInfo.
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(=nil, timeout=0, compress=false, host='', port=0, sourceAddress='') super(, timeout, compress, host, port, sourceAddress) end |