A TCP/IP socket for the TELNET high level protocol
Construction.
Overrides from class PObject.
Overrides from class PChannel.
Overrides from class PSocket.
New functions for class.
Socket establishment functions
Socket options functions
Port/Service database functions
Multiple socket selection functions
Integer conversion functions
Construction
Overrides from class PObject
Information functions
Reading functions
Writing functions
Miscellaneous functions
Error functions
Run Time Type functions
Comparison functions
I/O functions
A TCP/IP socket for the TELNET high level protocol
The default action is to send a WILL for options that are understood by the standard TELNET class and a WONT for all others.
The default action is to disable options that are understood by the
standard TELNET class. All others are ignored.
The default action is to send a DO for options that are understood by
the standard TELNET class and a DONT for all others.
The default action is to disable options that are understood by the
standard TELNET class. All others are ignored.
The default action displays a message to the <A>PError</A> stream
(when <CODE>debug</CODE> is TRUE) and returns TRUE;
virtual void OnDont( BYTE option )
virtual void OnWill( BYTE option )
virtual void OnWont( BYTE option )
virtual void OnSubOption( BYTE code, const BYTE * info, PINDEX len )
virtual BOOL OnCommand( BYTE code )
Alphabetic index HTML hierarchy of classes or Java