-
- All Superinterfaces:
MessageProcessor
- All Known Implementing Classes:
TlsClientEngineImpl
public interface ClientMessageProcessor extends MessageProcessor
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default voidreceived(ClientHello ch, ProtectionKeysType protectedBy)
-
-
-
Method Detail
-
received
default void received(ClientHello ch, ProtectionKeysType protectedBy) throws TlsProtocolException
- Specified by:
receivedin interfaceMessageProcessor- Throws:
TlsProtocolException
-
-