public TLSClientHelloExtractor(java.nio.ByteBuffer netInBuffer)
throws java.io.IOException
Creates the instance of the parser and processes the provided buffer. The
buffer position and limit will be modified during the execution of this
method but they will be returned to the original values before the method
exits.
Parameters:
netInBuffer - The buffer containing the TLS data to process
Throws:
java.io.IOException - If the client hello message is malformed