public abstract class AbstractSockJsServiceFactory extends Object implements SockJsServiceFactory
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractSockJsServiceFactory(SockJsConfig config) |
| Modifier and Type | Method and Description |
|---|---|
SockJsConfig |
config()
The
SockJsConfig for the session itself. |
abstract SockJsService |
create()
Creates a new instance, or reuse and existing instance, of the service.
|
protected AbstractSockJsServiceFactory(SockJsConfig config)
public abstract SockJsService create()
SockJsServiceFactorycreate in interface SockJsServiceFactorySockJsService the service instance.public SockJsConfig config()
SockJsServiceFactorySockJsConfig for the session itself.config in interface SockJsServiceFactoryCopyright © 2014 JBoss by Red Hat. All Rights Reserved.