Uses of Interface
org.atmosphere.websocket.WebSocketFactory
-
Packages that use WebSocketFactory Package Description org.atmosphere.annotation org.atmosphere.cpr org.atmosphere.inject org.atmosphere.websocket -
-
Uses of WebSocketFactory in org.atmosphere.annotation
Method parameters in org.atmosphere.annotation with type arguments of type WebSocketFactory Modifier and Type Method Description voidWebSocketFactoryServiceProcessor. handle(AtmosphereFramework framework, java.lang.Class<WebSocketFactory> annotatedClass) -
Uses of WebSocketFactory in org.atmosphere.cpr
Methods in org.atmosphere.cpr that return WebSocketFactory Modifier and Type Method Description WebSocketFactoryAtmosphereConfig. websocketFactory()Return theWebSocketFactoryWebSocketFactoryAtmosphereFramework. webSocketFactory()Return theWebSocketFactoryMethods in org.atmosphere.cpr with parameters of type WebSocketFactory Modifier and Type Method Description AtmosphereFrameworkAtmosphereFramework. webSocketFactory(WebSocketFactory webSocketFactory)Configure theWebSocketFactory -
Uses of WebSocketFactory in org.atmosphere.inject
Methods in org.atmosphere.inject that return WebSocketFactory Modifier and Type Method Description WebSocketFactoryAtmosphereProducers. getWebSocketFactory()WebSocketFactoryWebSocketFactoryInjectable. injectable(AtmosphereConfig config) -
Uses of WebSocketFactory in org.atmosphere.websocket
Classes in org.atmosphere.websocket that implement WebSocketFactory Modifier and Type Class Description classDefaultWebSocketFactory
-