Uses of Class
org.eblocker.server.common.network.unix.NetworkInterfaceAliases
Packages that use NetworkInterfaceAliases
-
Uses of NetworkInterfaceAliases in org.eblocker.server.common.update
Constructors in org.eblocker.server.common.update with parameters of type NetworkInterfaceAliasesModifierConstructorDescriptionControlBarAliasUpdater(String controlBarHostName, String controlBarHostFallbackIp, long initialDelay, long regularPeriod, long errorPeriod, int errorLogThreshold, InetAddressWrapper inetAddress, NetworkInterfaceAliases networkInterfaceAliases, ScheduledExecutorService scheduledExecutorService) -
Uses of NetworkInterfaceAliases in org.eblocker.server.http.service
Constructors in org.eblocker.server.http.service with parameters of type NetworkInterfaceAliasesModifierConstructorDescriptionAccessDeniedService(String ip, int port, int sslPort, String keyStorePath, String keyStorePassword, int keyManagerCacheMaxSize, int keyManagerCacheConcurrencyLevel, String keyManagerDefaultNames, io.netty.channel.nio.NioEventLoopGroup bossGroup, io.netty.channel.nio.NioEventLoopGroup workerGroup, NetworkInterfaceAliases networkInterfaceAliases, io.netty.channel.ChannelHandler requestHandler, SslService sslService)