AllData
This is a message of the Freenet Client Protocol 2.0 (FCP 2.0).
It is sent from the Freenet node to a client program.
For a ClientGet with ReturnType=direct, the data is returned directly to the client, all at once, using the AllData message. Obviously in many situations this will not be desirable, hence the other ReturnType options. Persistent direct requests will not send this immediately on completion of the request; see GetRequestStatus.
Example
AllData Identifier=Request Number One DataLength=37261 // length of data StartupTime=1189683889 CompletionTime=1189683889 Metadata.ContentType=text/plain;charset=utf-8 Data <37261 bytes of data>
This message is ended by "Data" rather than "EndMessage", and is followed by the actual data.
Metadata.ContentType after build 1206