HTTPFactory class abstract

Annotations
  • @anonymous
  • @JS()

Constructors

HTTPFactory()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createPollingSocket(String url) HTTPSocket
createRequest(RequestHooks hooks, String method, String url) HTTPRequest
createSocket(SocketHooks hooks, String url) HTTPSocket
createStreamingSocket(String url) HTTPSocket
createXDR(String method, String url) HTTPRequest
createXHR(String method, String url) HTTPRequest
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