steve_ball

Greenhorn
+ Follow
since Nov 28, 2001
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by steve_ball

I am wondering if it is possible to write a servlet and java client app that communicate multiple objects over a single connection. I have written code that will pass a single mime type back and forth, but I was hoping to write multiple mime/types from my servlet to a client using the HttpURLConnection. So far, the URLConnection doesn't seem to understand when I try to set the content type the second, third, fourth time. Is this even possible or are browsers the only clients that understands multipart response?
22 years ago