|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.kenmccrary.jtella.Message | +--com.kenmccrary.jtella.SearchMessage
GNUTella search message
Fields inherited from class com.kenmccrary.jtella.Message |
guid,
hops,
payload,
payloadSize,
SIZE,
ttl,
type |
Constructor Summary | |
SearchMessage(java.lang.String criteria,
int minumumSpeed)
Construct a GNUTella search query |
Method Summary | |
int |
getMinimumDownloadSpeed()
Get the minimum download speed for responses |
java.lang.String |
getSearchCriteria()
Query the search criteria for this message |
Methods inherited from class com.kenmccrary.jtella.Message |
getByteArray,
toString |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public SearchMessage(java.lang.String criteria, int minumumSpeed)
Method Detail |
public int getMinimumDownloadSpeed()
public java.lang.String getSearchCriteria()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |