Java Forums

Main Menu
Home
Today's Posts
FAQ
Search
Contact Us

Java Network
Java Tips
Java Tips Blog

Sponsored Links





Welcome to the Java Forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community, you will:

  • have access to post topics
  • communicate privately with other members (PM)
  • not see advertisements between posts
  • have the possibility to earn one of our surprises if you are an active member
  • access many other special features that will be introduced later.

Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 08-02-2007, 08:36 AM
Member
 
Join Date: Jul 2007
Posts: 5
sandeepspatil is on a distinguished road
How to know the ports opened by JVM
Hi,

Is there some way to know all the ports that have been opened by the current instance of JVM?
Or say the list of all the serverSockets that have been created by the current instance of JVM?

Thanks,
Sandeep
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 08-02-2007, 02:51 PM
Senior Member
 
Join Date: Jul 2007
Posts: 134
brianhks will become famous soon enough
depends on the platform. You can use netstat. Maybe you mean to do it programatically. I don't know of a way to do that.

One option is to set a socket factory on the ServerSocket class. Then it will call your factory every time a socket is asked for. This way you can keep track of what sockets are out.
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Deleting a File that is opened ravian Advanced Java 6 01-30-2008 03:05 PM
Reading an already opened file Java Tip Java Tips 0 01-25-2008 07:50 PM
Looking for servers on ports Java Tip Java Tips 0 12-13-2007 10:28 AM
Short key for getting list of opened classes in Eclipse Java Tip Java Tips 0 12-04-2007 12:11 PM
Ports In Java Peter Advanced Java 2 07-02-2007 07:44 PM


All times are GMT +3. The time now is 01:13 AM.


VBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright ©2006 - 2007, www.java-forums.org