-
public interface ServerMessageSender
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsend(CertificateMessage cm)voidsend(CertificateVerifyMessage cv)voidsend(EncryptedExtensions ee)voidsend(FinishedMessage finished)voidsend(NewSessionTicketMessage ticket)voidsend(ServerHello sh)
-
-
-
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(CertificateVerifyMessage cv) throws java.io.IOException
- Throws:
java.io.IOException
-
send
void send(FinishedMessage finished) throws java.io.IOException
- Throws:
java.io.IOException
-
send
void send(NewSessionTicketMessage ticket) throws java.io.IOException
- Throws:
java.io.IOException
-
-