![]() | Create a new telnet protocol handler. |
![]() | Gets or sets the data sent on pressing [LineFeed] \r |
![]() | Gets or sets the data sent on pressing [RETURN] \n |
![]() | Determines whether the specified Object is equal to the current Object. |
![]() | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
![]() | Gets the Type of the current instance. |
![]() | Returns a String that represents the current Object. |
![]() | The current terminal type for TTYPE telnet option. |
![]() | The window size of the terminal for the NAWS telnet option. |
![]() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
![]() | Adds bytes to the input buffer we'll parse for codes. |
![]() | Creates a shallow copy of the current Object. |
![]() | Handle telnet protocol negotiation. The buffer will be parsed and necessary actions are taken according to the telnet protocol. RFC-Telnet |
![]() | Generate an EOR (end of record) request. For use by prompt displaying. |
![]() | Reset the protocol handler. This may be necessary after the connection was closed or some other problem occured. |
![]() | Send a Telnet Escape character |
![]() | Set the local echo option of telnet. |
![]() | Transpose special telnet codes like 0xff or newlines to values that are compliant to the protocol. This method will also send the buffer immediately after transposing the data. |
![]() | Send data to the remote host. |