jdk/src/java.base/share/classes/sun/net/TelnetOutputStream.java
changeset 31061 fead7d86d75f
parent 25859 3317bb8137f4
equal deleted inserted replaced
31060:be4eb6360ee0 31061:fead7d86d75f
    29 
    29 
    30 /**
    30 /**
    31  * This class provides input and output streams for telnet clients.
    31  * This class provides input and output streams for telnet clients.
    32  * This class overrides write to do CRLF processing as specified in
    32  * This class overrides write to do CRLF processing as specified in
    33  * RFC 854. The class assumes it is running on a system where lines
    33  * RFC 854. The class assumes it is running on a system where lines
    34  * are terminated with a single newline <LF> character.
    34  * are terminated with a single newline {@literal <LF>} character.
    35  *
    35  *
    36  * This is the relevant section of RFC 824 regarding CRLF processing:
    36  * This is the relevant section of RFC 824 regarding CRLF processing:
    37  *
    37  *
    38  * <pre>
    38  * <pre>
    39  * The sequence "CR LF", as defined, will cause the NVT to be
    39  * The sequence "CR LF", as defined, will cause the NVT to be