| Package | Description |
|---|---|
| org.hawkular.cmdgw.command.ws |
| Modifier and Type | Method and Description |
|---|---|
WsCommandContext |
WsCommandContextFactory.newCommandContext(javax.websocket.Session session)
Creates a new
WsCommandContext with the given session. |
| Modifier and Type | Method and Description |
|---|---|
void |
EchoCommand.execute(BasicMessageWithExtraData<EchoRequest> message,
WsCommandContext context) |
void |
EventDestinationWsCommand.execute(BasicMessageWithExtraData<EventDestination> message,
WsCommandContext context) |
void |
WsCommand.execute(BasicMessageWithExtraData<M> message,
WsCommandContext context)
Performs the command for the given
message. |
void |
ResourcePathDestinationWsCommand.execute(BasicMessageWithExtraData<ResourcePathDestination> message,
WsCommandContext context) |
void |
UiSessionDestinationWsCommand.execute(BasicMessageWithExtraData<UiSessionDestination> message,
WsCommandContext context) |
Copyright © 2014–2017 Red Hat, Inc.. All rights reserved.