HttpsAgent class abstract

Implemented types
Annotations
  • @JS()
  • @anonymous

Constructors

HttpsAgent()

Properties

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

Methods

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

Operators

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