I am trying to add DTLS support in my server that is currently based on Netty. Netty gives me the possibility to add handlers to a pipeline where packets are treated in the defined order and changed when they need to be changed. I am trying to add DTLS support in my server th