public class SendMessageRequest extends Object
| Constructor and Description |
|---|
SendMessageRequest(String key,
byte[] marshalledData,
Collection<SpeedyConnection> connections) |
| Modifier and Type | Method and Description |
|---|---|
Collection<SpeedyConnection> |
getConnections() |
String |
getKey() |
byte[] |
getMarshalledData() |
public SendMessageRequest(String key, byte[] marshalledData, Collection<SpeedyConnection> connections)
public byte[] getMarshalledData()
public Collection<SpeedyConnection> getConnections()
public String getKey()
Copyright © 2018. All rights reserved.