SockJSOpenEvent class

Event that represents the opening (successful connection) of a SockJS Client to the server.

Constructors

SockJSOpenEvent(String transport, Uri url, Uri debugUrl)
Constructs a SockJSOpenEvent.

Properties

debugUrl Uri
More specific URL used by the underlying transport. For debug use only.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transport String
The transport that was used to successfully connect to the server.
final
type String
Event type (e.g. "open").
finalinherited
url Uri
The URL of the server to which the SockJS Client connected.
final

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