Receing strings

I have a JAVA Server and an AMX Controller. I have established an IP session between these 2. My AMX Controller is sending strings to my server.the problem is that the server is not picking them up.

what line of code should i use to receive strings to my server.

[275 byte] By [Thandoa] at [2007-11-27 11:03:59]
# 1

What format are the strings in? null-terminated 8-bit bytes? length-word/8-bit bytes? length word/16-bit chars? constant length? embedded in some application protocol.

You have to answer your own question really.

ejpa at 2007-7-29 12:54:51 > top of Java-index,Core,Core APIs...