Package | Description |
---|---|
org.jboss.errai.bus.server |
The server-side components of ErraiBus.
|
org.jboss.errai.bus.server.io.websockets | |
org.jboss.errai.bus.server.service | |
org.jboss.errai.bus.server.servlet | |
org.jboss.errai.bus.server.servlet.websocket | |
org.jboss.errai.bus.server.websocket.jsr356.channel |
Constructor and Description |
---|
AsyncDispatcher(ErraiService service)
Constructs the AsyncDispatcher with the specified service.
|
ServerMessageBusImpl(ErraiService service,
ErraiServiceConfigurator config)
Sets up the ServerMessageBusImpl with the configuration supplied.
|
SimpleDispatcher(ErraiService svc) |
Worker(WorkerFactory factory,
ErraiService svc)
Initializes the thread with the specified ThreadGroup, factory and service
|
WorkerFactory(ErraiService svc)
Initializes the worker factory with a new thread group, service, all the properties, messages and workers
|
Constructor and Description |
---|
WebSocketServer(ErraiService svc) |
WebSocketServerHandler(ErraiService bus) |
Modifier and Type | Class and Description |
---|---|
class |
ErraiServiceImpl<S>
Default implementation of the ErraiBus server-side service.
|
Modifier and Type | Method and Description |
---|---|
static ErraiService |
ErraiServiceFactory.create(ErraiServiceConfigurator configurator) |
static ErraiService |
ErraiServiceSingleton.getService() |
static ErraiService |
ErraiServiceSingleton.initSingleton(ErraiServiceConfigurator configurator) |
Modifier and Type | Method and Description |
---|---|
void |
ErraiServiceSingleton.ErraiInitCallback.onInit(ErraiService service) |
Modifier and Type | Field and Description |
---|---|
protected ErraiService |
JBossAS7WebSocketServlet.service |
protected ErraiService |
AbstractErraiServlet.service |
Modifier and Type | Method and Description |
---|---|
static ErraiService |
ServletBootstrapUtil.getService(javax.servlet.FilterConfig config) |
static ErraiService |
ServletBootstrapUtil.getService(javax.servlet.ServletConfig config) |
Modifier and Type | Method and Description |
---|---|
static QueueSession |
WebSocketNegotiationHandler.establishNegotiation(EJValue val,
QueueChannel queueChannel,
ErraiService service) |
Modifier and Type | Field and Description |
---|---|
protected ErraiService |
DefaultErraiWebSocketChannel.erraiService |
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.