public class ConnectionOpenEvent extends ConnectionEvent
| Constructor and Description |
|---|
ConnectionOpenEvent(Number projectVersionID,
URI interactiveHostURI,
Number code,
String message)
Initializes a new
ConnectionOpenEvent. |
| Modifier and Type | Method and Description |
|---|---|
Number |
getStatusCode()
Returns the HTTP status code returned when the connected was closed.
|
String |
getStatusMessage()
Returns the HTTP status message returned when the connection was closed.
|
getInteractiveHostURI, getProjectVersionIDgetRequestID, setRequestIDpublic ConnectionOpenEvent(Number projectVersionID, URI interactiveHostURI, Number code, String message)
ConnectionOpenEvent.projectVersionID - The project version ID for the Interactive integrationinteractiveHostURI - URI for the connected Interactive service hostcode - HTTP status code returned from the connection handshakemessage - HTTP status message returned from the connection handshakeInteractiveWebSocketClient.onOpen(ServerHandshake)public Number getStatusCode()
public String getStatusMessage()
Copyright © 2018. All rights reserved.