Stuart Subscription wrote: > > Can anyone demonstrate with a code snippet how to send a > http POST using a new socket? >
Try the "Custom Networking" trail of the Java Tutorial: http://java.sun.com/docs/books/tutorial/ specifically: http://java.sun.com/docs/books/tutorial/networking/urls/readingWriting.html If you're having a specific problem communicating with a servlet then an archive search will probably turn up some answers. If that doesn't help, then you'll need to post more details. If you just have general questions about how to do network programming in Java, the tutorial is a much better source of information than servlet-interest. ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
