-
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface ExtensionParser
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Extensionapply(java.nio.ByteBuffer byteBuffer, TlsConstants.HandshakeType handshakeType)
-
-
-
Method Detail
-
apply
Extension apply(java.nio.ByteBuffer byteBuffer, TlsConstants.HandshakeType handshakeType) throws TlsProtocolException
- Throws:
TlsProtocolException
-
-