Results 1 to 5 of 5

Thread: Winsock equivelant

  1. #1

    Thread Starter
    Super Moderator manavo11's Avatar
    Join Date
    Nov 2002
    Location
    Around the corner from si_the_geek
    Posts
    7,171

    Winsock equivelant

    Is there a winsock equivelant in Java? Can someone point me in the right direction?

    Thanks


    Has someone helped you? Then you can Rate their helpful post.

  2. #2
    Dazed Member
    Join Date
    Oct 1999
    Location
    Ridgefield Park, NJ
    Posts
    3,418

    Re: Winsock equivelant

    Im not to familiar with MS stuff but i think the classes Socket and ServerSocket are what you need. They are in the java.net package. There are some other classes in there like URL and InetAddress that come in handy also.

  3. #3

    Thread Starter
    Super Moderator manavo11's Avatar
    Join Date
    Nov 2002
    Location
    Around the corner from si_the_geek
    Posts
    7,171

    Re: Winsock equivelant

    Thanks, I'll look around for them


    Has someone helped you? Then you can Rate their helpful post.

  4. #4
    Frenzied Member
    Join Date
    Aug 2000
    Location
    O!
    Posts
    1,177

    Re: Winsock equivelant

    I have used the Socket class to connect to C and VB servers that I also wrote. I have only used DataInputStream and DataOutputStream. I can point you to a Java network programming resource, if that would help.

  5. #5

    Thread Starter
    Super Moderator manavo11's Avatar
    Join Date
    Nov 2002
    Location
    Around the corner from si_the_geek
    Posts
    7,171

    Re: Winsock equivelant

    Quote Originally Posted by ccoder
    I can point you to a Java network programming resource, if that would help.
    If you would be so kind

    Thanks


    Has someone helped you? Then you can Rate their helpful post.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width