Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Egidius Bakker   on Mar 03 In Java Category.

  
Question Answered By: Yvonne Watkins   on Mar 03

You mean a TCP connection?

Socket socket = new Socket(InetAddress address, int port)

If not a TCP connection  UDP packets are supported (obviously) go check
the Java docs.

Share: 

 
 
Didn't find what you were looking for? Find more on send a connection request to a server Or get search suggestion and latest updates.


Tagged: