Interface ServerMessageSender


  • public interface ServerMessageSender
    • Method Detail

      • send

        void send​(ServerHello sh)
           throws java.io.IOException
        Throws:
        java.io.IOException
      • send

        void send​(EncryptedExtensions ee)
           throws java.io.IOException
        Throws:
        java.io.IOException
      • send

        void send​(CertificateMessage cm)
           throws java.io.IOException
        Throws:
        java.io.IOException
      • send

        void send​(FinishedMessage finished)
           throws java.io.IOException
        Throws:
        java.io.IOException