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.

Methods

Classes and Modules

Module Rex::IO::StreamAbstraction::Ext

Attributes

lsock  [R]  The left side of the stream.
rsock  [R]  The right side of the stream.

Public Instance methods

This method cleans up the abstraction layer.

Closes both sides of the stream abstraction.

This method creates a streaming socket pair and initializes it.

Symbolic local information.

Symbolic peer information.

Shuts down the local side of the stream abstraction.

Reads from the local side.

Writes to the local side.

[Validate]