Class ClientServerHello


  • public class ClientServerHello
    extends java.lang.Object
    ClientServerHello.
    • Constructor Detail

      • ClientServerHello

        public ClientServerHello​(java.io.InputStream bi,
                                 java.io.OutputStream bo)
                          throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • readLineRN

        public static final int readLineRN​(java.io.InputStream is,
                                           byte[] buffer)
                                    throws java.io.IOException
        Throws:
        java.io.IOException
      • getClientString

        public byte[] getClientString()
        Returns:
        Returns the client_versioncomment.
      • getServerString

        public byte[] getServerString()
        Returns:
        Returns the server_versioncomment.