Module Rex::Socket::TcpServer
In: lib/rex/socket/tcp_server.rb

This class provides methods for interacting with a TCP server. It implements the StreamServer IO interface.

Methods

accept   create   create_param  

Included Modules

Rex::Socket Rex::IO::StreamServer

Public Class methods

Creates the server using the supplied hash.

Wrapper around the base class’ creation method that automatically sets the parameter‘s protocol to TCP and sets the server flag to true.

Public Instance methods

Accepts a child connection.

[Validate]