@ApplicationScoped public class WebSocketFactoryInjectable extends Object implements Injectable<WebSocketFactory>
| Constructor and Description |
|---|
WebSocketFactoryInjectable() |
| Modifier and Type | Method and Description |
|---|---|
WebSocketFactory |
injectable(AtmosphereConfig config)
Returns an instance of the T
|
boolean |
supportedType(Type t)
Return true if this class support injection of this type.
|
public boolean supportedType(Type t)
InjectablesupportedType in interface Injectable<WebSocketFactory>t - the fieldpublic WebSocketFactory injectable(AtmosphereConfig config)
Injectableinjectable in interface Injectable<WebSocketFactory>config - the AtmosphereConfigCopyright © 2016. All rights reserved.