public final class CustomSSLWebSocketServerFactory
extends org.java_websocket.server.DefaultSSLWebSocketServerFactory
| Constructor and Description |
|---|
CustomSSLWebSocketServerFactory(SSLContext sslContext,
List<String> ciphers) |
| Modifier and Type | Method and Description |
|---|---|
ByteChannel |
wrapChannel(SocketChannel channel,
SelectionKey key) |
public CustomSSLWebSocketServerFactory(SSLContext sslContext, List<String> ciphers)
public ByteChannel wrapChannel(SocketChannel channel, SelectionKey key) throws IOException
wrapChannel in interface org.java_websocket.WebSocketServerFactorywrapChannel in class org.java_websocket.server.DefaultSSLWebSocketServerFactoryIOExceptionCopyright © 2022. All rights reserved.