public class WebSocketFrameSent extends Object
Constructor and Description |
---|
WebSocketFrameSent() |
Modifier and Type | Method and Description |
---|---|
String |
getRequestId()
Request identifier.
|
WebSocketFrame |
getResponse()
WebSocket response data.
|
Double |
getTimestamp()
Timestamp.
|
void |
setRequestId(String requestId)
Request identifier.
|
void |
setResponse(WebSocketFrame response)
WebSocket response data.
|
void |
setTimestamp(Double timestamp)
Timestamp.
|
public String getRequestId()
public void setRequestId(String requestId)
public Double getTimestamp()
public void setTimestamp(Double timestamp)
public WebSocketFrame getResponse()
public void setResponse(WebSocketFrame response)
Copyright © 2017 WebFolder OÜ. All rights reserved.