TelnetServerApp

Package: inet.applications.tcpapp

TelnetServerApp

compound module

This server application accepts and creates telnet server connections.

See also: TelnetClientApp, TelnetServerConnection

IApp IApp MessageDispatcher

Inheritance diagram

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.

Extends

Name Type Description
TcpServerApp compound module

This module is a generic TCP server application with a TCP server listener that creates TCP server connections.

Properties

Name Value Description
display i=block/app

Gates

Name Direction Size Description
socketIn input
socketOut output

Unassigned submodule parameters

Name Type Default value Description
ta.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

ta.forwardServiceRegistration bool true
ta.forwardProtocolRegistration bool true

Source code

//
// This server application accepts and creates telnet server connections.
//
// @see ~TelnetClientApp, ~TelnetServerConnection
//
module TelnetServerApp extends TcpServerApp
{
    parameters:
        listener.serverConnectionModuleType = default("TelnetServerConnection");
}
File: src/inet/applications/tcpapp/TelnetServerApp.ned