Uses of Interface
org.java_websocket.WebSocketFactory
-
Packages that use WebSocketFactory Package Description org.java_websocket org.java_websocket.server This package encapsulates all implementations in relation with the WebSocketServer. -
-
Uses of WebSocketFactory in org.java_websocket
Subinterfaces of WebSocketFactory in org.java_websocket Modifier and Type Interface Description interface
WebSocketServerFactory
Interface to encapsulate the required methods for a websocket factory -
Uses of WebSocketFactory in org.java_websocket.server
Classes in org.java_websocket.server that implement WebSocketFactory Modifier and Type Class Description class
CustomSSLWebSocketServerFactory
WebSocketFactory that can be configured to only support specific protocols and cipher suites.class
DefaultSSLWebSocketServerFactory
class
DefaultWebSocketServerFactory
class
SSLParametersWebSocketServerFactory
WebSocketFactory that can be configured to only support specific protocols and cipher suites.Methods in org.java_websocket.server that return WebSocketFactory Modifier and Type Method Description WebSocketFactory
WebSocketServer. getWebSocketFactory()
-