public class WebSocketExceptionHandler extends de.tsl2.nano.core.exception.ExceptionHandler implements Closeable
| Constructor and Description |
|---|
WebSocketExceptionHandler(boolean concurrent)
constructor
|
WebSocketExceptionHandler(NanoWebSocketServer socket)
constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
uncaughtException(Thread t,
Throwable e) |
public WebSocketExceptionHandler(NanoWebSocketServer socket)
public WebSocketExceptionHandler(boolean concurrent)
concurrent - public void uncaughtException(Thread t, Throwable e)
uncaughtException in interface Thread.UncaughtExceptionHandleruncaughtException in class de.tsl2.nano.core.exception.ExceptionHandlerpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionCopyright © 2012–2020. All rights reserved.