TFtpServerSocket class

Constructors

TFtpServerSocket(RawDatagramSocket socket, InternetAddress remoteAddress, int remotePort, {int blockSize = 512, ReadFileCallBack? onRead, WriteFileCallBack? onWrite, ErrorCallBack? onError})

Properties

blockSize int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
onError ErrorCallBack?
getter/setter pair
onRead ReadFileCallBack?
getter/setter pair
onWrite WriteFileCallBack?
getter/setter pair
remoteAddress InternetAddress
getter/setter pair
remotePort int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
socket RawDatagramSocket
getter/setter pair

Methods

close() → void
listen({ReadFileCallBack? onRead, WriteFileCallBack? onWrite, ErrorCallBack? onError}) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
read(List<int> data) → void
throwError(int code) → void
toString() String
A string representation of this object.
inherited

Operators

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