Interface ClientMessageSender


  • public interface ClientMessageSender
    • Method Detail

      • send

        void send​(ClientHello clientHello)
           throws java.io.IOException
        Throws:
        java.io.IOException
      • send

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

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