BrowserTransportPlatformWithSockJS class
- Inheritance
-
- Object
- BrowserTransportPlatform
- BrowserTransportPlatformWithSockJS
- Implemented types
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sockJSDebug → bool
-
no setter
- sockJSNoCredentials → bool
-
no setter
-
sockJSProtocolsWhitelist
→ List<
String> ? -
no setter
- sockJSTimeout → Duration?
-
no setter
Methods
-
newFormRequest(
) → FormRequest -
Construct a FormRequest instance for use in the browser.
inherited
-
newHttpClient(
) → HttpClient -
Construct a HttpClient instance for use in the browser.
inherited
-
newJsonRequest(
) → JsonRequest -
Construct a JsonRequest instance for use in the browser.
inherited
-
newMultipartRequest(
) → MultipartRequest -
Construct a MultipartRequest instance for use in the browser.
inherited
-
newRequest(
) → Request -
Construct a Request instance for use in the browser.
inherited
-
newStreamedRequest(
) → StreamedRequest -
Construct a StreamedRequest instance for use in the browser.
inherited
-
newWebSocket(
Uri uri, {Map< String, dynamic> ? headers, Iterable<String> ? protocols}) → Future<WebSocket> -
Construct a WebSocket instance that leverages SockJS for use in the
browser.
override
-
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