Class AccessDeniedService

java.lang.Object
org.eblocker.server.http.service.AccessDeniedService

public class AccessDeniedService extends Object
  • Constructor Details

    • AccessDeniedService

      @Inject public AccessDeniedService(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)
  • Method Details

    • init

      public void init()