Package org.eblocker.server.http.service
Class AccessDeniedService
java.lang.Object
org.eblocker.server.http.service.AccessDeniedService
-
Constructor Summary
ConstructorsConstructorDescriptionAccessDeniedService(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 Summary
-
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()
-