Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: Do you need to forward ports to successfully host a server using ServerSocket class?

  1. #1
    Junior Member
    Join Date
    Feb 2011
    Posts
    14
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Do you need to forward ports to successfully host a server using ServerSocket class?

    This is something I'm kinda thinking about, can a router block the port you are hosting on?
    I'm making an application where everyone is hosting a server that listens for connections.


  2. #2
    Junior Member
    Join Date
    Feb 2011
    Posts
    19
    Thanks
    0
    Thanked 2 Times in 2 Posts

    Default Re: Do you need to forward ports to successfully host a server using ServerSocket cla

    The answer is: yes.

Similar Threads

  1. Creating a serverSocket while sonnecting to a socket on the same port
    By vortexnl in forum Java Theory & Questions
    Replies: 0
    Last Post: February 14th, 2011, 01:33 PM
  2. how to disable forward and backward buttons using js
    By Raneesh in forum JavaServer Pages: JSP & JSTL
    Replies: 3
    Last Post: February 3rd, 2011, 04:40 AM
  3. class interfacing to new server question
    By akhalsa in forum Object Oriented Programming
    Replies: 1
    Last Post: February 3rd, 2011, 12:03 AM
  4. Forward to a link from Java
    By makdu in forum JavaServer Pages: JSP & JSTL
    Replies: 0
    Last Post: November 30th, 2010, 06:45 AM
  5. Replies: 2
    Last Post: November 5th, 2009, 10:15 PM