-
- All Superinterfaces:
MessageProcessor
- All Known Implementing Classes:
TlsServerEngineImpl
public interface ServerMessageProcessor extends MessageProcessor
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default voidreceived(CertificateMessage cm, ProtectionKeysType protectedBy)default voidreceived(CertificateRequestMessage cr, ProtectionKeysType protectedBy)default voidreceived(CertificateVerifyMessage cv, ProtectionKeysType protectedBy)default voidreceived(EncryptedExtensions ee, ProtectionKeysType protectedBy)default voidreceived(NewSessionTicketMessage nst, ProtectionKeysType protectedBy)default voidreceived(ServerHello sh, ProtectionKeysType protectedBy)-
Methods inherited from interface net.luminis.tls.engine.MessageProcessor
received, received
-
-
-
-
Method Detail
-
received
default void received(ServerHello sh, ProtectionKeysType protectedBy) throws TlsProtocolException, java.io.IOException
- Specified by:
receivedin interfaceMessageProcessor- Throws:
TlsProtocolExceptionjava.io.IOException
-
received
default void received(EncryptedExtensions ee, ProtectionKeysType protectedBy) throws TlsProtocolException, java.io.IOException
- Specified by:
receivedin interfaceMessageProcessor- Throws:
TlsProtocolExceptionjava.io.IOException
-
received
default void received(CertificateMessage cm, ProtectionKeysType protectedBy) throws TlsProtocolException, java.io.IOException
- Specified by:
receivedin interfaceMessageProcessor- Throws:
TlsProtocolExceptionjava.io.IOException
-
received
default void received(CertificateVerifyMessage cv, ProtectionKeysType protectedBy) throws TlsProtocolException, java.io.IOException
- Specified by:
receivedin interfaceMessageProcessor- Throws:
TlsProtocolExceptionjava.io.IOException
-
received
default void received(NewSessionTicketMessage nst, ProtectionKeysType protectedBy) throws TlsProtocolException, java.io.IOException
- Specified by:
receivedin interfaceMessageProcessor- Throws:
TlsProtocolExceptionjava.io.IOException
-
received
default void received(CertificateRequestMessage cr, ProtectionKeysType protectedBy) throws TlsProtocolException, java.io.IOException
- Specified by:
receivedin interfaceMessageProcessor- Throws:
TlsProtocolExceptionjava.io.IOException
-
-