![]() |
|
Register | FAQ | The Twelve Commandments | Members List | Calendar | Arcade | Find the Best VPN | Today's Posts | Search |
General Gnutella Development Discussion For general discussion about Gnutella development. |
| LinkBack ![]() | Thread Tools ![]() | Display Modes ![]() |
|
| |||
![]() I'm sorry if I didn't explained what I want. I wanted something like this (taken from JTella examples): ... try { // Start a network connection and listen for succesful connection GNUTellaConnection c = new GNUTellaConnection(host, port); c.getSearchMonitorSession(new TestReceiver()); c.start(); } catch (Exception e) { e.printStackTrace(); } } /** * Test class for monitoring query messages, prints out queries to the console * */ static class TestReceiver extends MessageReceiverAdapter { public void receiveSearch(SearchMessage searchMessage) { System.out.println("Search Session received: " + searchMessage.getSearchCriteria()); } } I wanted to know if there is an example like this but using the phex source code. |
| |
![]() | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[BUG] Phex 2.6.4.89 - phex upload stuck with "initializing" uploads | pawelsz | General Discussion | 1 | January 31st, 2006 02:34 PM |
No downloads from phex to phex | Only A Hobo | General Discussion | 3 | October 21st, 2005 02:20 AM |
New to Phex | ukbobboy01 | General Discussion | 4 | October 14th, 2005 02:30 AM |
[BUG] Phex 2.6.4.89 - phex window graphic corruption | pawelsz | General Discussion | 4 | September 18th, 2005 06:38 PM |
Decentralized Host-Cache - Only PHEX has one - So Promote PHEX | Unregistered | General Discussion | 0 | January 31st, 2002 05:29 AM |