Uses of Class
org.eblocker.server.common.data.IpAddress
Packages that use IpAddress
Package
Description
-
Uses of IpAddress in org.eblocker.server.common.data
Classes in org.eblocker.server.common.data with type parameters of type IpAddressSubclasses of IpAddress in org.eblocker.server.common.dataMethods in org.eblocker.server.common.data that return IpAddressModifier and TypeMethodDescriptionstatic IpAddressIpAddress.of(byte[] bytes) static IpAddressIpAddress.of(InetAddress inetAddress) static IpAddressMethods in org.eblocker.server.common.data that return types with arguments of type IpAddressMethods in org.eblocker.server.common.data with parameters of type IpAddressModifier and TypeMethodDescriptionvoidIpAddressSerializer.serialize(IpAddress value, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider provider) Method parameters in org.eblocker.server.common.data with type arguments of type IpAddressModifier and TypeMethodDescriptionDeviceFactory.createDevice(String deviceId, List<IpAddress> ipAddresses, boolean fixed) voidDevice.setIpAddresses(List<IpAddress> ipAddresses) -
Uses of IpAddress in org.eblocker.server.common.data.dns
Methods in org.eblocker.server.common.data.dns that return IpAddressConstructors in org.eblocker.server.common.data.dns with parameters of type IpAddressModifierConstructorDescriptionDnsResponse(Integer status, io.netty.handler.codec.dns.DnsRecordType recordType, IpAddress ipAddress, String name) NameServer(NameServer.Protocol protocol, IpAddress address, int port) -
Uses of IpAddress in org.eblocker.server.common.data.statistic
Methods in org.eblocker.server.common.data.statistic that return IpAddressMethods in org.eblocker.server.common.data.statistic with parameters of type IpAddressModifier and TypeMethodDescriptionjava.util.stream.Stream<StatisticsCounter>FilterStatisticsDataSource.getCounters(String type, IpAddress ipAddress, java.time.Instant begin, java.time.Instant end) java.util.stream.Stream<StatisticsCounter>JedisFilterStatisticsDataSource.getCounters(String type, IpAddress ipAddress, java.time.Instant begin, java.time.Instant end) Constructors in org.eblocker.server.common.data.statistic with parameters of type IpAddressModifierConstructorDescriptionStatisticsCounter(java.time.Instant instant, String type, IpAddress ipAddress, String name, String reason, int value) -
Uses of IpAddress in org.eblocker.server.common.network
Methods in org.eblocker.server.common.network that return types with arguments of type IpAddressModifier and TypeMethodDescriptionIpResponseTable.activeAddressesSince(String hardwareAddress, long millis) Returns all IP addresses of a given hardware address that have been active since a given timestamp.NetworkInterfaceWrapper.getAddresses()Methods in org.eblocker.server.common.network with parameters of type IpAddressModifier and TypeMethodDescriptionbooleanintNetworkInterfaceWrapper.getNetworkPrefixLength(IpAddress ipAddress) Returns the network prefix length (in bits) of the given IP addressvoidvoidAdd an IP address to a given device.Method parameters in org.eblocker.server.common.network with type arguments of type IpAddressModifier and TypeMethodDescriptionvoidIpResponseTable.removeAll(String hardwareAddress, Collection<IpAddress> ipAddresses) -
Uses of IpAddress in org.eblocker.server.common.network.unix
Method parameters in org.eblocker.server.common.network.unix with type arguments of type IpAddressModifier and TypeMethodDescriptionvoidEblockerDnsServer.setFilteredPeers(Set<IpAddress> peerIps, Set<IpAddress> peerDefaultAllowIps) -
Uses of IpAddress in org.eblocker.server.common.network.unix.firewall
Constructor parameters in org.eblocker.server.common.network.unix.firewall with type arguments of type IpAddressModifierConstructorDescriptionIpAddressFilter(Set<Device> devices, java.util.function.Predicate<IpAddress> addressTypePredicate, ParentalControlAccessRestrictionsService restrictionsService) -
Uses of IpAddress in org.eblocker.server.common.page
Methods in org.eblocker.server.common.page that return IpAddressMethods in org.eblocker.server.common.page with parameters of type IpAddressModifier and TypeMethodDescriptionPageContexts.add(PageContext parentContext, String key, IpAddress ip) Constructors in org.eblocker.server.common.page with parameters of type IpAddressModifierConstructorDescriptionPageContext(PageContext parentContext, String url, IpAddress ipAddress) -
Uses of IpAddress in org.eblocker.server.common.service
Methods in org.eblocker.server.common.service with parameters of type IpAddressModifier and TypeMethodDescriptionvoidFilterStatisticsService.countBlocked(String protocol, IpAddress ipAddress, String reason) voidFilterStatisticsService.countQuery(String protocol, IpAddress ipAddress) Method parameters in org.eblocker.server.common.service with type arguments of type IpAddressModifier and TypeMethodDescriptionFilterStatisticsService.getStatistics(java.time.Instant start, java.time.Instant end, int binSizeMinutes, String type, List<IpAddress> ipAddresses) -
Uses of IpAddress in org.eblocker.server.common.session
Methods in org.eblocker.server.common.session that return IpAddressModifier and TypeMethodDescriptionSession.getIp()SessionImpl.getIp()SessionIdentifier.getOriginalClientIP()static IpAddressSessionIdUtil.normalizeIp(IpAddress ip, IpAddress eblockerIpAddress) Normalizes local IP addresses (to simplify testing the Icapserver locally)Methods in org.eblocker.server.common.session with parameters of type IpAddressModifier and TypeMethodDescriptionstatic IpAddressSessionIdUtil.normalizeIp(IpAddress ip, IpAddress eblockerIpAddress) Normalizes local IP addresses (to simplify testing the Icapserver locally)Constructors in org.eblocker.server.common.session with parameters of type IpAddressModifierConstructorDescriptionSessionIdentifier(IpAddress ip, String userAgent) protectedSessionImpl(String sessionId, String userAgent, IpAddress ip, String deviceId, Integer userId, UserAgentInfo userAgentInfo) -
Uses of IpAddress in org.eblocker.server.common.transaction
Methods in org.eblocker.server.common.transaction that return IpAddress -
Uses of IpAddress in org.eblocker.server.http.security
Methods in org.eblocker.server.http.security with parameters of type IpAddressModifier and TypeMethodDescriptionvoidSecurityService.executeReset(PasswordResetToken passwordResetToken, IpAddress ipAddress) SecurityService.generateToken(Credentials credentials, IpAddress ip, AppContext appContext) longSecurityService.passwordEntryInSeconds(IpAddress ip) voidSecurityService.removePassword(Credentials credentials, IpAddress ipAddress) voidSecurityService.setPassword(Credentials credentials, IpAddress ipAddress) voidSecurityService.verifyPassword(Credentials credentials, IpAddress ip) -
Uses of IpAddress in org.eblocker.server.http.server
Methods in org.eblocker.server.http.server that return IpAddress -
Uses of IpAddress in org.eblocker.server.http.service
Methods in org.eblocker.server.http.service that return IpAddressMethods in org.eblocker.server.http.service with parameters of type IpAddressConstructors in org.eblocker.server.http.service with parameters of type IpAddressModifierConstructorDescriptionHttpTransactionIdentifier(io.netty.handler.codec.http.HttpRequest request, IpAddress remoteAddress) -
Uses of IpAddress in org.eblocker.server.http.utils
Methods in org.eblocker.server.http.utils that return IpAddressModifier and TypeMethodDescriptionstatic IpAddressControllerUtils.getRequestIPAddress(org.restexpress.Request request) -
Uses of IpAddress in org.eblocker.server.icap.ch.mimo.icap
Methods in org.eblocker.server.icap.ch.mimo.icap that return IpAddress