Uses of Class
net.jradius.server.config.ListenerConfigurationItem

Packages that use ListenerConfigurationItem
net.jradius.server The JRadius Core Server. 
net.jradius.server.config JRadius Server Configuration Objects and Utilities. 
 

Uses of ListenerConfigurationItem in net.jradius.server
 

Fields in net.jradius.server declared as ListenerConfigurationItem
protected  ListenerConfigurationItem TCPListener.config
           
 

Methods in net.jradius.server with parameters of type ListenerConfigurationItem
 void Listener.setConfiguration(ListenerConfigurationItem cfg)
           
 void TCPListener.setConfiguration(ListenerConfigurationItem cfg)
           
 void TCPListener.setConfiguration(ListenerConfigurationItem cfg, boolean noKeepAlive)
           
 void TCPListener.setListenerConfigurationItem(ListenerConfigurationItem cfg)
          Sets the listeners ConfigurationItem
 

Uses of ListenerConfigurationItem in net.jradius.server.config
 

Methods in net.jradius.server.config that return ListenerConfigurationItem
static ListenerConfigurationItem Configuration.listenerConfigurationForName(java.lang.String name)
           
 

Methods in net.jradius.server.config that return types with arguments of type ListenerConfigurationItem
static java.util.Collection<ListenerConfigurationItem> Configuration.getListenerConfigs()
          A collection of ListenerConfigurationItems, corresponding to the <listener> elements in the configuration file.
 



Copyright © 2008 JRadius Project, All Rights Reserved.