ants.p2p.utils.donkey
Interface DonkeyPacketConstants

All Known Implementing Classes:
DonkeyHashFile

public interface DonkeyPacketConstants

FIXME: a class deserves a proper javadoc


Field Summary
static int BLOCKSIZE
           
static int MET_HEADER
           
static int OP_ACCEPTUPLOADREQ
           
static int OP_CALLBACKFAIL
           
static int OP_CALLBACKHINT
           
static int OP_CALLBACKREQUEST
           
static int OP_CALLBACKREQUESTED
           
static int OP_CANCELTRANSFER
           
static int OP_EDONKEYHEADER
           
static int OP_EDONKEYPROT
           
static int OP_EMULEPROT
           
static int OP_ENDTRANSFER
           
static int OP_EXTENDEDPROT
           
static int OP_FILELISTANSWER
           
static int OP_FILELISTREQUEST
           
static int OP_FILEREQANSWER
           
static int OP_FILEREQREGRET
           
static int OP_FILEREQUEST
           
static int OP_FILESTATUS
           
static int OP_FOUNDSOURCES
           
static int OP_GETMORESEARCHRESULT
           
static int OP_GETSERVERLIST
           
static int OP_GETSOURCES
           
static int OP_GLOBCALLBACKFAIL
           
static int OP_GLOBCALLBACKREQ
           
static int OP_GLOBEXTENDEDSEARCHREQ
           
static int OP_GLOBFOUNDSOURCES
           
static int OP_GLOBGETSOURCES
           
static int OP_GLOBSEARCHREQ
           
static int OP_GLOBSEARCHRES
           
static int OP_GLOBSERVERINFO
           
static int OP_GLOBSERVERINFOREQ
           
static int OP_GLOBSERVERSTATUS
           
static int OP_GLOBSERVERSTATUSREQ
           
static int OP_HASHSETANSWER
           
static int OP_HASHSETREQUEST
           
static int OP_HELLO
           
static int OP_HELLOANSWER
           
static int OP_IDCHANGE
           
static int OP_LOGINREQUEST
           
static int OP_MESSAGE
           
static int OP_MLDONKEYPROT
           
static int OP_OFFERFILES
           
static int OP_QUEUEPOSITION
           
static int OP_REQUESTPARTS
           
static int OP_SEARCHREQUEST
           
static int OP_SEARCHRESULT
           
static int OP_SENDINGPART
           
static int OP_SERVERINFO
           
static int OP_SERVERLIST
           
static int OP_SERVERMESSAGE
           
static int OP_SERVERSTATUS
           
static int OP_SETREQFILEID
           
static int OP_STARTUPLOADREQ
           
static int OP_UPLOADEND
           
static long PARTSIZE
          This is the max size of an donkey part covered by a hash.
static short PORT_LISTENER
          The default donkey ports
static int SO_EDONKEY
           
static int SO_EMULE
           
static int SO_HYBRID
           
static int SO_MLDONKEY
           
static int SO_OLDEMULE
           
static int SO_OLDMLDONKEY
           
static int SO_OVERNET
           
 

Field Detail

PARTSIZE

static final long PARTSIZE
This is the max size of an donkey part covered by a hash.

See Also:
Constant Field Values

BLOCKSIZE

static final int BLOCKSIZE
See Also:
Constant Field Values

OP_EDONKEYHEADER

static final int OP_EDONKEYHEADER
See Also:
Constant Field Values

OP_EDONKEYPROT

static final int OP_EDONKEYPROT
See Also:
Constant Field Values

OP_EXTENDEDPROT

static final int OP_EXTENDEDPROT
See Also:
Constant Field Values

OP_EMULEPROT

static final int OP_EMULEPROT
See Also:
Constant Field Values

OP_MLDONKEYPROT

static final int OP_MLDONKEYPROT
See Also:
Constant Field Values

MET_HEADER

static final int MET_HEADER
See Also:
Constant Field Values

PORT_LISTENER

static final short PORT_LISTENER
The default donkey ports

See Also:
Constant Field Values

OP_LOGINREQUEST

static final int OP_LOGINREQUEST
See Also:
Constant Field Values

OP_SERVERMESSAGE

static final int OP_SERVERMESSAGE
See Also:
Constant Field Values

OP_IDCHANGE

static final int OP_IDCHANGE
See Also:
Constant Field Values

OP_SERVERINFO

static final int OP_SERVERINFO
See Also:
Constant Field Values

OP_GETSERVERLIST

static final int OP_GETSERVERLIST
See Also:
Constant Field Values

OP_OFFERFILES

static final int OP_OFFERFILES
See Also:
Constant Field Values

OP_SEARCHREQUEST

static final int OP_SEARCHREQUEST
See Also:
Constant Field Values

OP_GETMORESEARCHRESULT

static final int OP_GETMORESEARCHRESULT
See Also:
Constant Field Values

OP_SERVERLIST

static final int OP_SERVERLIST
See Also:
Constant Field Values

OP_SEARCHRESULT

static final int OP_SEARCHRESULT
See Also:
Constant Field Values

OP_GETSOURCES

static final int OP_GETSOURCES
See Also:
Constant Field Values

OP_FOUNDSOURCES

static final int OP_FOUNDSOURCES
See Also:
Constant Field Values

OP_CALLBACKREQUEST

static final int OP_CALLBACKREQUEST
See Also:
Constant Field Values

OP_SERVERSTATUS

static final int OP_SERVERSTATUS
See Also:
Constant Field Values

OP_CALLBACKREQUESTED

static final int OP_CALLBACKREQUESTED
See Also:
Constant Field Values

OP_CALLBACKFAIL

static final int OP_CALLBACKFAIL
See Also:
Constant Field Values

OP_GLOBEXTENDEDSEARCHREQ

static final int OP_GLOBEXTENDEDSEARCHREQ
See Also:
Constant Field Values

OP_GLOBSERVERSTATUSREQ

static final int OP_GLOBSERVERSTATUSREQ
See Also:
Constant Field Values

OP_GLOBSERVERSTATUS

static final int OP_GLOBSERVERSTATUS
See Also:
Constant Field Values

OP_GLOBSEARCHREQ

static final int OP_GLOBSEARCHREQ
See Also:
Constant Field Values

OP_GLOBSEARCHRES

static final int OP_GLOBSEARCHRES
See Also:
Constant Field Values

OP_GLOBGETSOURCES

static final int OP_GLOBGETSOURCES
See Also:
Constant Field Values

OP_GLOBFOUNDSOURCES

static final int OP_GLOBFOUNDSOURCES
See Also:
Constant Field Values

OP_GLOBCALLBACKREQ

static final int OP_GLOBCALLBACKREQ
See Also:
Constant Field Values

OP_GLOBCALLBACKFAIL

static final int OP_GLOBCALLBACKFAIL
See Also:
Constant Field Values

OP_GLOBSERVERINFOREQ

static final int OP_GLOBSERVERINFOREQ
See Also:
Constant Field Values

OP_GLOBSERVERINFO

static final int OP_GLOBSERVERINFO
See Also:
Constant Field Values

OP_HELLO

static final int OP_HELLO
See Also:
Constant Field Values

OP_HELLOANSWER

static final int OP_HELLOANSWER
See Also:
Constant Field Values

OP_SENDINGPART

static final int OP_SENDINGPART
See Also:
Constant Field Values

OP_REQUESTPARTS

static final int OP_REQUESTPARTS
See Also:
Constant Field Values

OP_FILEREQREGRET

static final int OP_FILEREQREGRET
See Also:
Constant Field Values

OP_ENDTRANSFER

static final int OP_ENDTRANSFER
See Also:
Constant Field Values

OP_FILELISTREQUEST

static final int OP_FILELISTREQUEST
See Also:
Constant Field Values

OP_FILELISTANSWER

static final int OP_FILELISTANSWER
See Also:
Constant Field Values

OP_CALLBACKHINT

static final int OP_CALLBACKHINT
See Also:
Constant Field Values

OP_MESSAGE

static final int OP_MESSAGE
See Also:
Constant Field Values

OP_SETREQFILEID

static final int OP_SETREQFILEID
See Also:
Constant Field Values

OP_FILESTATUS

static final int OP_FILESTATUS
See Also:
Constant Field Values

OP_HASHSETREQUEST

static final int OP_HASHSETREQUEST
See Also:
Constant Field Values

OP_HASHSETANSWER

static final int OP_HASHSETANSWER
See Also:
Constant Field Values

OP_STARTUPLOADREQ

static final int OP_STARTUPLOADREQ
See Also:
Constant Field Values

OP_ACCEPTUPLOADREQ

static final int OP_ACCEPTUPLOADREQ
See Also:
Constant Field Values

OP_CANCELTRANSFER

static final int OP_CANCELTRANSFER
See Also:
Constant Field Values

OP_UPLOADEND

static final int OP_UPLOADEND
See Also:
Constant Field Values

OP_FILEREQUEST

static final int OP_FILEREQUEST
See Also:
Constant Field Values

OP_FILEREQANSWER

static final int OP_FILEREQANSWER
See Also:
Constant Field Values

OP_QUEUEPOSITION

static final int OP_QUEUEPOSITION
See Also:
Constant Field Values

SO_EDONKEY

static final int SO_EDONKEY
See Also:
Constant Field Values

SO_OLDEMULE

static final int SO_OLDEMULE
See Also:
Constant Field Values

SO_EMULE

static final int SO_EMULE
See Also:
Constant Field Values

SO_OLDMLDONKEY

static final int SO_OLDMLDONKEY
See Also:
Constant Field Values

SO_MLDONKEY

static final int SO_MLDONKEY
See Also:
Constant Field Values

SO_HYBRID

static final int SO_HYBRID
See Also:
Constant Field Values

SO_OVERNET

static final int SO_OVERNET
See Also:
Constant Field Values