| Package | Description |
|---|---|
| org.hawkular.cmdgw.command.bus | |
| org.hawkular.cmdgw.command.ws | |
| org.hawkular.cmdgw.command.ws.server |
| Modifier and Type | Method and Description |
|---|---|
<REQ extends org.hawkular.bus.common.BasicMessage,RESP extends org.hawkular.bus.common.BasicMessage> |
BusCommands.getCommand(Class<REQ> requestClass)
Returns a
BusCommand that should handle the given requestClass. |
| Modifier and Type | Method and Description |
|---|---|
<REQ extends org.hawkular.bus.common.BasicMessage> |
WsCommands.getCommands(Class<REQ> requestClass)
Returns a collection of
WsCommands that should handle the given requestClass. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractGatewayWebSocket.handleRequest(javax.websocket.Session session,
org.hawkular.bus.common.BasicMessageWithExtraData<org.hawkular.bus.common.BasicMessage> requestWithBinary) |
Copyright © 2015–2016 Red Hat. All rights reserved.