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 TypeInterfaceDescriptioninterface
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 WebSocketFactoryModifier and TypeClassDescriptionclass
WebSocketFactory that can be configured to only support specific protocols and cipher suites.class
class
class
WebSocketFactory that can be configured to only support specific protocols and cipher suites.Methods in org.java_websocket.server that return WebSocketFactory