Uses of Interface
org.java_websocket.WebSocketFactory
Packages that use WebSocketFactory
Package
Description
This package encapsulates all implementations in relation with the WebSocketServer.
-
Uses of WebSocketFactory in org.java_websocket
Subinterfaces of WebSocketFactory in org.java_websocketModifier and TypeInterfaceDescriptioninterfaceInterface 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 WebSocketFactoryModifier and TypeClassDescriptionclassWebSocketFactory that can be configured to only support specific protocols and cipher suites.classclassclassWebSocketFactory that can be configured to only support specific protocols and cipher suites.Methods in org.java_websocket.server that return WebSocketFactory