HttpAgent class abstract

Implementers
Annotations
  • @JS()
  • @anonymous

Constructors

HttpAgent()

Properties

freeSockets → dynamic
no setter
hashCode int
The hash code for this object.
no setterinherited
maxFreeSockets num
no setter
maxSockets num
no setter
requests → dynamic
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sockets → dynamic
no setter

Methods

createConnection(dynamic options, [void callback(dynamic error, dynamic stream)]) Socket
destroy() → void
getName(dynamic options) String
keepSocketAlive(Socket socket) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reuseSocket(Socket socket, ClientRequest request) → void
toString() String
A string representation of this object.
inherited

Operators

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