public final class NettyServerSocketHandler
extends java.lang.Object
implements java.lang.Runnable, java.lang.AutoCloseable
| Modifier and Type | Field and Description |
|---|---|
boolean |
logConnections |
LauncherNettyServer |
nettyServer |
| Constructor and Description |
|---|
NettyServerSocketHandler(LaunchServer server) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
run() |
javax.net.ssl.SSLContext |
SSLContextInit() |
public volatile boolean logConnections
public LauncherNettyServer nettyServer
public NettyServerSocketHandler(LaunchServer server)
public void close()
close in interface java.lang.AutoCloseablepublic javax.net.ssl.SSLContext SSLContextInit()
throws java.security.NoSuchAlgorithmException,
java.security.UnrecoverableKeyException,
java.security.KeyStoreException,
java.security.KeyManagementException,
java.io.IOException,
java.security.cert.CertificateException
java.security.NoSuchAlgorithmExceptionjava.security.UnrecoverableKeyExceptionjava.security.KeyStoreExceptionjava.security.KeyManagementExceptionjava.io.IOExceptionjava.security.cert.CertificateExceptionpublic void run()
run in interface java.lang.Runnable