Package org.tinyradius.server.handler

Callback handlers that are invoked when a packet is received.

RequestHandler is defined so custom handlers do not have to be concerned with how netty handles packets and serialization between Datagram and RadiusPacket.

Basic implementations of Accounting and Access RequestHandlers are included for the most trivial use cases. A simple DeduplicatorHandler that returns null for duplicates is also included.