Class: Ice::TCPEndpointInfo
- Inherits:
-
Object
- Object
- Ice::TCPEndpointInfo
- Includes:
- TCPEndpointInfo_mixin
- Defined in:
- lib/Ice/Endpoint.rb
Constant Summary
Constants included from TCPEndpointInfo_mixin
Ice::TCPEndpointInfo_mixin::ICE_TYPE
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(timeout = 0, compress = false, host = '', port = 0, sourceAddress = '') ⇒ TCPEndpointInfo
constructor
A new instance of TCPEndpointInfo.
Methods included from TCPEndpointInfo_mixin
Constructor Details
#initialize(timeout = 0, compress = false, host = '', port = 0, sourceAddress = '') ⇒ TCPEndpointInfo
Returns a new instance of TCPEndpointInfo.
158 159 160 |
# File 'lib/Ice/Endpoint.rb', line 158 def initialize(timeout=0, compress=false, host='', port=0, sourceAddress='') super(timeout, compress, host, port, sourceAddress) end |
Class Method Details
.ice_staticId ⇒ Object
154 155 156 |
# File 'lib/Ice/Endpoint.rb', line 154 def TCPEndpointInfo.ice_staticId() '::Ice::TCPEndpointInfo' end |