Package org.tinyradius.client

Classes for Radius Client and reference implementations of ChannelHandlers to handle incoming packets.

RadiusClient sets up the socket, while the handler contains actual logic to process incoming packets. ClientHandler also requires implementing a method to log/preprocess outgoing packets so in/outbound packets can be matched.