Uses of Interface
org.atmosphere.websocket.WebSocketFactory
Packages that use WebSocketFactory
Package
Description
-
Uses of WebSocketFactory in org.atmosphere.annotation
Method parameters in org.atmosphere.annotation with type arguments of type WebSocketFactoryModifier and TypeMethodDescriptionvoidWebSocketFactoryServiceProcessor.handle(AtmosphereFramework framework, Class<WebSocketFactory> annotatedClass) -
Uses of WebSocketFactory in org.atmosphere.cpr
Methods in org.atmosphere.cpr that return WebSocketFactoryModifier and TypeMethodDescriptionAtmosphereConfig.websocketFactory()Return theWebSocketFactoryAtmosphereFramework.webSocketFactory()Return theWebSocketFactoryMethods in org.atmosphere.cpr with parameters of type WebSocketFactoryModifier and TypeMethodDescriptionAtmosphereFramework.webSocketFactory(WebSocketFactory webSocketFactory) Configure theWebSocketFactory -
Uses of WebSocketFactory in org.atmosphere.inject
Methods in org.atmosphere.inject that return WebSocketFactoryModifier and TypeMethodDescriptionAtmosphereProducers.getWebSocketFactory()WebSocketFactoryInjectable.injectable(AtmosphereConfig config) -
Uses of WebSocketFactory in org.atmosphere.websocket
Classes in org.atmosphere.websocket that implement WebSocketFactory