PDA

Click to See Complete Forum and Search --> : Sockets


jdavison
Feb 27th, 2001, 10:19 AM
I just need some basic code to create a socket through an applet back to the server. Need the in and out stream code too. Doesnt need to be complex, just work. the information i have doesnt seem to work right or the code is still confusing for me since im just learning Java. Thanks for any help.

Feb 27th, 2001, 11:32 AM
Reading from and Writing to a Socket
http://java.sun.com/docs/books/tutorial/networking/sockets/readingWriting.html

Applets are only allowed to create sockets back to the server that served the applet.

jdavison
Feb 27th, 2001, 11:37 AM
I know, i setup a small irc server here for my office and we are trying to get it on the intranet. Just cant get the socket to connect right. I'll check that out, maybe i missed something in it. Good to see your still around

Feb 27th, 2001, 03:02 PM
Yeah, I haven't been in "Chit Chat" for a while. VB-World has grown rather large with all the new forums.

See you around.