$.ajax(
{
type: "POST",
data: "koala",
url: "http://localhost:555",
cache: false,
success: function(result)
{
},
failure: function()
{
}
});
what will the syntax be to get the value i just sent though with ajax in my java? how will i get the value "koala". assuming you have accpeted the clientSocket connection