| Module | Rex::IO::StreamAbstraction |
| In: |
lib/rex/io/stream_abstraction.rb
|
This class provides an abstraction to a stream based connection through the use of a streaming socketpair.
| lsock | [R] | The left side of the stream. |
| rsock | [R] | The right side of the stream. |