Best Network Library Available in Java

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • maheshinvent
    New Member
    • May 2009
    • 6

    Best Network Library Available in Java

    Hello Guys/Gals,
    I need to know which is the best network library available in java.... so, i can see all data packets passing through network adapter???????? ?
  • JosAH
    Recognized Expert MVP
    • Mar 2007
    • 11453

    #2
    Originally posted by maheshinvent
    Hello Guys/Gals,
    I need to know which is the best network library available in java.... so, i can see all data packets passing through network adapter???????? ?
    You need at least a bit of native code (e.g. JNI) because Java can't do such operating system and platform dependent stuff.

    kind regards,

    Jos

    Comment

    Working...