Class InetUtils
java.lang.Object
ru.bitel.bgbilling.modules.inet.server.InetUtils
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
awaitTermination
(ScheduledExecutorService scheduledExecutorService, String name, long seconds) static boolean
checkAccountingRootDeviceId
(Setup setup, int moduleId) Проверка что в moduleSetup указаны типы устройств - аккаунтингstatic boolean
checkAliveAndType
(InetConnection connection, boolean checkDeviceState, int type) Возвращает true если сессия жива и тип подходящий.static Boolean
checkIdentifier
(InetServ inetServ, String identifier) static Boolean
checkMacAddress
(InetServ inetServ, byte[] macAddress) Возвращает true, если в сервисе не назначен MAC-адрес, или один из назначенных адресов совпадает с указанным.static <A> boolean
checkSessionCountLimit
(List<A> connectionList, Function<A, InetConnection> converter, boolean alive, int sessionCountLimit) static long
static long
static long
static long
static int
getAccountingRootDeviceId
(int moduleId, Set<Integer> accountingDeviceTypeIds, int deviceId) static int
getAccountingRootDeviceId
(Setup setup, int moduleId, int deviceId) static InetConnection
getConnection
(Connection con, int moduleId, long connectionId, Date connectionStart) static Object[]
getConnectionAndLastSessionLog
(Connection con, int moduleId, long connectionId, Date connectionStart) static int
getConnectionType
(InetConnection connection) TODO-XXXstatic Map<Integer,
AccountingTrafficAmount> getCounterTraffics
(ru.bitel.bgbilling.apps.inet.accounting.InetConnectionCallRuntime connectionCallRuntime, RadiusPacket request) static Map<Integer,
AccountingTrafficAmount> getCounterTraffics
(ru.bitel.bgbilling.modules.inet.server.runtime.InetServRuntime inetServRuntime, ru.bitel.bgbilling.apps.inet.accounting.InetConnectionCallRuntime parentConnectionCallRuntime, InetConnection connection, RadiusPacket request) static Map<Integer,
AccountingTrafficAmount> getCounterTraffics
(ru.bitel.bgbilling.modules.inet.server.runtime.TrafficTypeLinkRuntime link, RadiusPacket packet, String realm, String acctService) static final Long
getHour
(long millis) static final long
getInputOctets
(RadiusPacket packet) static final long
getOutputOctets
(RadiusPacket packet) static String
static int
getSessionCountLimit
(InetServType inetServType, InetServ inetServ) static String
internRealm
(String realm) static String
internServiceName
(String realm) static long
macAddressToLong
(byte[] mac) static long
macAddressToLong
(String macAddress) static String
macAddressToString
(byte[] macAddress) static RadiusAttributeSetRealmMap
newRadiusAttributeSetRealmMap
(int moduleId, ParameterMap deviceConfig, String prefix) Набор атрибутов по релмам и опциям, с добавлением атрибутов, прописанных в опциях и атрибутов, прописанных шаблоном radius.inetOption.1.template=Speed=$speedstatic RadiusAttributeSetRealmMap
newRadiusAttributeSetRealmMap
(ParameterMap deviceConfig, String prefix) Deprecated.static RadiusAttributeSetRealmMap
newRadiusAttributeSetRealmMap
(ConnectionSet connectionSet, int moduleId, ParameterMap deviceConfig, String prefix) Набор атрибутов по релмам и опциям, с добавлением атрибутов, прописанных в опциях и атрибутов, прописанных шаблоном radius.inetOption.1.template=Speed=$speedstatic int
parseInt
(byte[] data, int pos, int length) Преобразует 1-4 байта в intstatic byte[]
parseMacAddress
(String macAddress) static int[][]
parseSearchModes
(String value) static long
roundToSeconds
(long millis)
-
Constructor Details
-
InetUtils
public InetUtils()
-
-
Method Details
-
dateFrom
-
dateTo
-
dateFrom
-
dateTo
-
getHour
-
awaitTermination
public static boolean awaitTermination(ScheduledExecutorService scheduledExecutorService, String name, long seconds) throws InterruptedException - Throws:
InterruptedException
-
getRealm
-
internRealm
-
internServiceName
-
getCounterTraffics
public static Map<Integer,AccountingTrafficAmount> getCounterTraffics(ru.bitel.bgbilling.modules.inet.server.runtime.InetServRuntime inetServRuntime, ru.bitel.bgbilling.apps.inet.accounting.InetConnectionCallRuntime parentConnectionCallRuntime, InetConnection connection, RadiusPacket request) -
getCounterTraffics
public static Map<Integer,AccountingTrafficAmount> getCounterTraffics(ru.bitel.bgbilling.apps.inet.accounting.InetConnectionCallRuntime connectionCallRuntime, RadiusPacket request) -
getCounterTraffics
public static Map<Integer,AccountingTrafficAmount> getCounterTraffics(ru.bitel.bgbilling.modules.inet.server.runtime.TrafficTypeLinkRuntime link, RadiusPacket packet, String realm, String acctService) -
getInputOctets
-
getOutputOctets
-
getSessionCountLimit
-
checkSessionCountLimit
public static <A> boolean checkSessionCountLimit(List<A> connectionList, Function<A, InetConnection> converter, boolean alive, int sessionCountLimit) - Parameters:
connectionList
-sessionCountLimit
-active
- проверяем ли активную сессию, т.е. в списке текущих она уже есть- Returns:
-
getConnection
public static InetConnection getConnection(Connection con, int moduleId, long connectionId, Date connectionStart) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
getConnectionAndLastSessionLog
public static Object[] getConnectionAndLastSessionLog(Connection con, int moduleId, long connectionId, Date connectionStart) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
roundToSeconds
public static long roundToSeconds(long millis) -
parseInt
public static int parseInt(byte[] data, int pos, int length) Преобразует 1-4 байта в int- Parameters:
data
-pos
-length
-- Returns:
-
checkMacAddress
Возвращает true, если в сервисе не назначен MAC-адрес, или один из назначенных адресов совпадает с указанным.- Parameters:
inetServ
-macAddress
-trueIfEmpty
- нужно ли возвращать true, если ни один MAC-адрес на сервисе не задан.- Returns:
-
checkIdentifier
-
newRadiusAttributeSetRealmMap
public static RadiusAttributeSetRealmMap newRadiusAttributeSetRealmMap(ConnectionSet connectionSet, int moduleId, ParameterMap deviceConfig, String prefix) throws ru.bitel.bgbilling.common.BGException Набор атрибутов по релмам и опциям, с добавлением атрибутов, прописанных в опциях и атрибутов, прописанных шаблоном radius.inetOption.1.template=Speed=$speed- Parameters:
connectionSet
-moduleId
-deviceConfig
-prefix
-- Returns:
- Throws:
ru.bitel.bgbilling.common.BGException
-
newRadiusAttributeSetRealmMap
public static RadiusAttributeSetRealmMap newRadiusAttributeSetRealmMap(int moduleId, ParameterMap deviceConfig, String prefix) throws ru.bitel.bgbilling.common.BGException Набор атрибутов по релмам и опциям, с добавлением атрибутов, прописанных в опциях и атрибутов, прописанных шаблоном radius.inetOption.1.template=Speed=$speed- Parameters:
deviceConfig
-prefix
-- Returns:
- Throws:
ru.bitel.bgbilling.common.BGException
-
newRadiusAttributeSetRealmMap
@Deprecated public static RadiusAttributeSetRealmMap newRadiusAttributeSetRealmMap(ParameterMap deviceConfig, String prefix) throws ru.bitel.bgbilling.common.BGException Deprecated.Набор атрибутов по релмам и опциям, с добавлением атрибутов, прописанных в опциях и атрибутов, прописанных шаблоном radius.inetOption.1.template=Speed=$speed- Parameters:
deviceConfig
-prefix
-- Returns:
- Throws:
ru.bitel.bgbilling.common.BGException
-
parseSearchModes
-
getAccountingRootDeviceId
public static int getAccountingRootDeviceId(int moduleId, Set<Integer> accountingDeviceTypeIds, int deviceId) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
getAccountingRootDeviceId
public static int getAccountingRootDeviceId(Setup setup, int moduleId, int deviceId) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
checkAccountingRootDeviceId
Проверка что в moduleSetup указаны типы устройств - аккаунтинг- Parameters:
setup
-moduleId
-- Returns:
-
getConnectionType
TODO-XXX- Parameters:
connection
-- Returns:
-
checkAliveAndType
public static boolean checkAliveAndType(InetConnection connection, boolean checkDeviceState, int type) Возвращает true если сессия жива и тип подходящий.- Parameters:
connection
-type
-- Returns:
- See Also:
-
macAddressToLong
public static long macAddressToLong(byte[] mac) -
macAddressToLong
-
parseMacAddress
-
macAddressToString
-