Module: Ice::ConnectionInfo_mixin
- Included in:
- ConnectionInfo
- Defined in:
- lib/Ice/Connection.rb
Constant Summary collapse
- ICE_TYPE =
T_ConnectionInfo
Instance Attribute Summary collapse
-
#adapterName ⇒ Object
Returns the value of attribute adapterName.
-
#connectionId ⇒ Object
Returns the value of attribute connectionId.
-
#incoming ⇒ Object
Returns the value of attribute incoming.
-
#rcvSize ⇒ Object
Returns the value of attribute rcvSize.
-
#sndSize ⇒ Object
Returns the value of attribute sndSize.
Instance Method Summary collapse
Instance Attribute Details
#adapterName ⇒ Object
Returns the value of attribute adapterName.
36 37 38 |
# File 'lib/Ice/Connection.rb', line 36 def adapterName @adapterName end |
#connectionId ⇒ Object
Returns the value of attribute connectionId.
36 37 38 |
# File 'lib/Ice/Connection.rb', line 36 def connectionId @connectionId end |
#incoming ⇒ Object
Returns the value of attribute incoming.
36 37 38 |
# File 'lib/Ice/Connection.rb', line 36 def incoming @incoming end |
#rcvSize ⇒ Object
Returns the value of attribute rcvSize.
36 37 38 |
# File 'lib/Ice/Connection.rb', line 36 def rcvSize @rcvSize end |
#sndSize ⇒ Object
Returns the value of attribute sndSize.
36 37 38 |
# File 'lib/Ice/Connection.rb', line 36 def sndSize @sndSize end |
Instance Method Details
#inspect ⇒ Object
32 33 34 |
# File 'lib/Ice/Connection.rb', line 32 def inspect ::Ice::__stringify(self, T_ConnectionInfo) end |