OutboundConnectionImpl class

Inheritance

Constructors

OutboundConnectionImpl(Socket socket)

Properties

buffer ↔ StringBuffer?
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
metaData ↔ AtConnectionMetaData?
getter/setter pairinherited
outbound_idle_time int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

close() Future<void>
closes the underlying connection
inherited
getMetaData() → AtConnectionMetaData?
Gets the connection metadata
inherited
getSocket() Socket
Retrieves the socket of underlying connection
inherited
isInValid() bool
Returns true if the connection is invalid
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setIdleTime(int? idleTimeMillis) → void
override
toString() String
A string representation of this object.
inherited
write(String data) Future<void>
Write a data to the underlying socket of the connection @param - data - Data to write to the socket @throws AtIOException for any exception during the operation
inherited

Operators

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