-
public interface ClientMessageSender
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsend(CertificateMessage certificateMessage)voidsend(CertificateVerifyMessage certificateVerifyMessage)voidsend(ClientHello clientHello)voidsend(FinishedMessage finishedMessage)
-
-
-
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
-
send
void send(CertificateVerifyMessage certificateVerifyMessage)
-
-