tcp_client_dart library

DOCS

Classes

TcpClient
a simple client for arbitrary tcp connections.
TcpMessage
a simple wrapper for TCP responses to allow retrieving response data as Uint8List through bytes or as a String through body.

Enums

TcpConnectionState
TcpConnectionType
two connection types: persistent and untilClosed persistent means the client should handle reconnections

Exceptions / Errors

TcpNotReady