public class ChannelBroadcastMessage extends Message
| Modifier and Type | Class and Description |
|---|---|
static class |
ChannelBroadcastMessage.Type |
| Constructor and Description |
|---|
ChannelBroadcastMessage() |
| Modifier and Type | Method and Description |
|---|---|
String |
getChannel()
Get name of channel to send request.
|
ChannelBroadcastMessage.Type |
getType()
Get message type.
|
void |
setChannel(String channel)
Set name of channel to send request.
|
void |
setType(ChannelBroadcastMessage.Type type)
Set message type.
|
public String getChannel()
public void setChannel(String channel)
channel - name of channel to send request.public ChannelBroadcastMessage.Type getType()
setType(org.everrest.websockets.message.ChannelBroadcastMessage.Type).public void setType(ChannelBroadcastMessage.Type type)
type - message typegetType()Copyright © 2012–2016 Codenvy, S.A.. All rights reserved.