Interface ProtocolHandler
- All Superinterfaces:
 DhcpProtocolHandler,RadiusProtocolHandler
- All Known Implementing Classes:
 ProtocolHandlerAdapter
Обработчик процессора протокола.
- See Also:
 
- 
Method Summary
Modifier and TypeMethodDescriptiondefault List<ru.bitel.bgbilling.common.model.ConfigParameter>Список доступных параметров активатораvoidinit(Setup setup, int moduleId, InetDevice inetDevice, InetDeviceType inetDeviceType, ParameterMap config) Methods inherited from interface ru.bitel.bgbilling.kernel.network.dhcp.DhcpProtocolHandler
postprocessDhcpRequest, preprocessDhcpRequestMethods inherited from interface ru.bitel.bgbilling.kernel.network.radius.RadiusProtocolHandler
overrideNasIdentifier, postprocessAccessRequest, postprocessAccountingRequest, preprocessAccessRequest, preprocessAccountingRequest 
- 
Method Details
- 
init
void init(Setup setup, int moduleId, InetDevice inetDevice, InetDeviceType inetDeviceType, ParameterMap config) throws Exception - Throws:
 Exception
 - 
configParameterList
Список доступных параметров активатора- Returns:
 
 
 -