WebsocketRequest class

Represents a websocket request.

Inheritance

Constructors

WebsocketRequest(String socketName, String connectionId, WebsocketEvent eventType, Map<String, List<String>> queryParams, String message)

Properties

connectionId String
The unique connection id
getter/setter pair
eventType WebsocketEvent
The event type that triggered this request
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
message String
The message that was sent with the message request.
getter/setter pair
queryParams Map<String, List<String>>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
socketName String
The name of the websocket that received teh request.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited