public interface WssFactoryBuilder
WebSocketServerFactory factory to support WSS scheme.| Modifier and Type | Method and Description |
|---|---|
org.java_websocket.WebSocketServerFactory |
build()
Builds
WebSocketServerFactory to support WSS scheme. |
void |
verify()
Verifies if all required by the server creation time parameters are set.
|
org.java_websocket.WebSocketServerFactory build()
WebSocketServerFactory to support WSS scheme.WebSocketServerFactoryvoid verify()
IllegalStateException - if verification fails.Copyright © 2022. All rights reserved.