Class: Rex::Proto::Rmi::Model::Continuation
- Defined in:
- lib/rex/proto/rmi/model/continuation.rb
Overview
This class provides a representation of an RMI continuation stream
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
-
#address ⇒ String
The end point address.
-
#length ⇒ Integer
The end point address length.
-
#port ⇒ Integer
The end point port.
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
#address ⇒ String
Returns the end point address.
15 16 17 |
# File 'lib/rex/proto/rmi/model/continuation.rb', line 15 def address @address end |
#length ⇒ Integer
Returns the end point address length.
12 13 14 |
# File 'lib/rex/proto/rmi/model/continuation.rb', line 12 def length @length end |
#port ⇒ Integer
Returns the end point port.
18 19 20 |
# File 'lib/rex/proto/rmi/model/continuation.rb', line 18 def port @port end |