| Package | Description |
|---|---|
| io.vertx.reactivex.ext.web.handler.sockjs | |
| io.vertx.reactivex.ext.web.handler.sockjs.processor |
| Modifier and Type | Method and Description |
|---|---|
BridgeEventProcessor[] |
BridgeEventHandler.getPublishProcessors() |
BridgeEventProcessor[] |
BridgeEventHandler.getReceiveProcessors() |
BridgeEventProcessor[] |
BridgeEventHandler.getRegisterProcessors() |
BridgeEventProcessor[] |
BridgeEventHandler.getSendProcessors() |
BridgeEventProcessor[] |
BridgeEventHandler.getSocketClosedProcessors() |
BridgeEventProcessor[] |
BridgeEventHandler.getSocketCreatedProcessors() |
BridgeEventProcessor[] |
BridgeEventHandler.getSocketIdleProcessors() |
BridgeEventProcessor[] |
BridgeEventHandler.getSoketPingProcessors() |
BridgeEventProcessor[] |
BridgeEventHandler.getUnregisterProcessors() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BridgeEventHandler.process(BridgeEventProcessor[] pProcessors,
io.vertx.reactivex.ext.web.handler.sockjs.BridgeEvent pEvent) |
void |
BridgeEventHandler.setPublishProcessors(BridgeEventProcessor[] pPublishProcessors) |
void |
BridgeEventHandler.setReceiveProcessors(BridgeEventProcessor[] pReceiveProcessors) |
void |
BridgeEventHandler.setRegisterProcessors(BridgeEventProcessor[] pRegisterProcessors) |
void |
BridgeEventHandler.setSendProcessors(BridgeEventProcessor[] pSendProcessors) |
void |
BridgeEventHandler.setSocketClosedProcessors(BridgeEventProcessor[] pSocketClosedProcessors) |
void |
BridgeEventHandler.setSocketCreatedProcessors(BridgeEventProcessor[] pSocketCreatedProcessors) |
void |
BridgeEventHandler.setSocketIdleProcessors(BridgeEventProcessor[] pSocketIdleProcessors) |
void |
BridgeEventHandler.setSoketPingProcessors(BridgeEventProcessor[] pSoketPingProcessors) |
void |
BridgeEventHandler.setUnregisterProcessors(BridgeEventProcessor[] pUnregisterProcessors) |
| Modifier and Type | Class and Description |
|---|---|
class |
AllowedTopicRegistrationProcessor |
class |
LoadAddressKeyProcessor |
class |
LoadAddressProcessor |
class |
RateLimiterProcessor |
class |
SetSubscriberCountHeaderProcessor |
class |
SubscriberCountProcessor |
Copyright © 2018. All rights reserved.