public class WebSocket extends Object
| Constructor and Description |
|---|
WebSocket(SendAction sendAction,
Runnable closeAction) |
| Modifier and Type | Method and Description |
|---|---|
void |
clearUserProperties() |
void |
close() |
String |
getUserProperty(String propertyId) |
<PropertyType> |
getUserProperty(String propertyId,
Class<PropertyType> propertyType) |
<T> void |
send(T message) |
void |
setUserProperty(String propertyId,
Object value) |
public WebSocket(SendAction sendAction, Runnable closeAction)
Copyright © 2018. All rights reserved.