Class: Rex::Proto::Rmi::Model::DgcAck
- Defined in:
- lib/rex/proto/rmi/model/dgc_ack.rb
Overview
This class provides a representation of an RMI DbgACK stream. It is an acknowledgement directed to a server’s distributed garbage collector that indicates that remote objects in a return value from a server have been received by the client.
Constant Summary
Constants included from Rex::Proto::Rmi::Model
CALL_MESSAGE, DGC_ACK_MESSAGE, MULTIPLEX_PROTOCOL, PING_ACK, PING_MESSAGE, PROTOCOL_ACK, PROTOCOL_NOT_SUPPORTED, RETURN_DATA, RETURN_EXCEPTION, RETURN_VALUE, SIGNATURE, SINGLE_OP_PROTOCOL, STREAM_PROTOCOL
Instance Attribute Summary collapse
-
#stream_id ⇒ Integer
The input stream id.
-
#unique_identifier ⇒ String
The unique identifier.
Method Summary
Methods inherited from Element
attr_accessor, attributes, #attributes, decode, #decode, #encode, #initialize
Constructor Details
This class inherits a constructor from Rex::Proto::Rmi::Model::Element
Instance Attribute Details
#stream_id ⇒ Integer
Returns the input stream id.
14 15 16 |
# File 'lib/rex/proto/rmi/model/dgc_ack.rb', line 14 def stream_id @stream_id end |
#unique_identifier ⇒ String
Returns the unique identifier.
17 18 19 |
# File 'lib/rex/proto/rmi/model/dgc_ack.rb', line 17 def unique_identifier @unique_identifier end |