Package: inet.applications.tcpapp
TelnetServerApp
compound moduleThis server application accepts and creates telnet server connections.
See also: TelnetClientApp, TelnetServerConnection
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 |
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