public class ClosedConnectionEvent extends Object implements Serializable
| Constructor and Description |
|---|
ClosedConnectionEvent() |
ClosedConnectionEvent(org.mule.runtime.http.api.ws.WebSocketCloseCode code,
String reason) |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.http.api.ws.WebSocketCloseCode |
getCode() |
String |
getReason() |
void |
setCode(org.mule.runtime.http.api.ws.WebSocketCloseCode code) |
void |
setReason(String reason) |
public ClosedConnectionEvent()
public ClosedConnectionEvent(org.mule.runtime.http.api.ws.WebSocketCloseCode code,
String reason)
Copyright © 2024 MuleSoft, Inc.. All rights reserved.