Uses of Class
org.tinyradius.util.RadiusEndpoint

Packages that use RadiusEndpoint
org.tinyradius.test This package contains sample applications that show how to use TinyRadius. 
org.tinyradius.util This package contains helper classes for implementing Radius clients and servers. 
 

Uses of RadiusEndpoint in org.tinyradius.test
 

Methods in org.tinyradius.test that return RadiusEndpoint
 RadiusEndpoint TestProxy.getProxyServer(RadiusPacket packet, RadiusEndpoint client)
           
 

Methods in org.tinyradius.test with parameters of type RadiusEndpoint
 RadiusEndpoint TestProxy.getProxyServer(RadiusPacket packet, RadiusEndpoint client)
           
 

Uses of RadiusEndpoint in org.tinyradius.util
 

Methods in org.tinyradius.util with parameters of type RadiusEndpoint
static RadiusPacket RadiusClient.communicate(RadiusEndpoint remoteServer, RadiusPacket request)
          Sends the specified packet to the specified Radius server endpoint.
 

Constructors in org.tinyradius.util with parameters of type RadiusEndpoint
RadiusClient(RadiusEndpoint client)
          Constructs a Radius client for the given Radius endpoint.