Uses of Class
net.sf.jradius.packet.RadiusRequest

Packages that use RadiusRequest
net.sf.jradius.client Contains the RadiusClient API and the RadClient and RadBench programs. 
net.sf.jradius.packet JRadius Core RADIUS Packet Objects and Utilities. 
 

Uses of RadiusRequest in net.sf.jradius.client
 

Methods in net.sf.jradius.client with parameters of type RadiusRequest
 RadiusResponse RadiusClient.sendReceive(RadiusRequest p, java.net.InetAddress a, int port, int retries)
          Send and receive RadiusPackets
 

Uses of RadiusRequest in net.sf.jradius.packet
 

Subclasses of RadiusRequest in net.sf.jradius.packet
 class AccessRequest
          The RADIUS Access-Request Packet.
 class AccountingRequest
          The RADIUS Accounting-Request Packet.
 class AccountingStatus
          The RADIUS Accounting-Status Packet.
 class CoARequest
          The RADIUS CoA-Request Packet.
 class DisconnectRequest
          The RADIUS Disconnect-Request Packet.
 class PasswordRequest
          The RADIUS Password-Request Packet.
 



Copyright © 2006 The JRadius Project, All Rights Reserved.