Package org.tinyradius.server

Classes for Radius Server, and reference implementation of ChannelHandlers for incoming packets.

ChannelInboundHandler is a base implementation of SimpleChannelInboundHandler that should be used in most cases. It converts between DatagramPackets and RadiusPackets and handles incoming packets and sending responses.

ChannelInboundHandler uses underlying RequestHandler for logic to handle RadiusPackets.

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