tinyradius-netty API

Packages 
Package Description
org.tinyradius.core  
org.tinyradius.core.attribute
Supporting classes to create and manage attributes.
org.tinyradius.core.attribute.codec  
org.tinyradius.core.attribute.type
Classes for Radius attributes and Radius attribute types.
org.tinyradius.core.attribute.type.decorator  
org.tinyradius.core.dictionary
Interfaces and classes that manage a dictionary of Radius attribute types.
org.tinyradius.core.dictionary.parse  
org.tinyradius.core.packet
Classes for encoding and decoding Radius packets.
org.tinyradius.core.packet.request  
org.tinyradius.core.packet.response  
org.tinyradius.core.packet.util
Utilities and supporting classes to create, manage, and encode packets.
org.tinyradius.io  
org.tinyradius.io.client
Radius client implementation with supporting classes and ChannelHandlers.
org.tinyradius.io.client.handler
Reference implementations of Netty ChannelHandlers for RadiusClient.
org.tinyradius.io.client.timeout
TimeoutHandler schedules a retry in the future and handles timeouts.
org.tinyradius.io.server
Radius server implementation with supporting classes and ChannelHandlers.
org.tinyradius.io.server.handler
Reference implementations of Netty ChannelHandlers for RadiusServer.