j_waste.network
Interface NetworkConstants
- All Known Implementing Classes:
- ChatPacket, ChatReplyPacket, Connection, FileRequestPacket, FileRequestReplyPacket, HeadedPacket, LocalCapsPacket, PacketHandler, Pinger, PingPacket, Search
- public interface NetworkConstants
An interface with constants used in the networking.
- Version:
- 0.1
- Author:
- Jan Lindblom (cl0wn@users.sourceforge.net)
TYPE_LCAPS
public static final int TYPE_LCAPS
- See Also:
- Constant Field Values
TYPE_UPLOAD
public static final int TYPE_UPLOAD
- See Also:
- Constant Field Values
TYPE_CHAT
public static final int TYPE_CHAT
- See Also:
- Constant Field Values
TYPE_CHAT_REPLY
public static final int TYPE_CHAT_REPLY
- See Also:
- Constant Field Values
TYPE_KEYDIST
public static final int TYPE_KEYDIST
- See Also:
- Constant Field Values
TYPE_KEYDIST_REPLY
public static final int TYPE_KEYDIST_REPLY
- See Also:
- Constant Field Values
TYPE_PING
public static final int TYPE_PING
- See Also:
- Constant Field Values
TYPE_SEARCH
public static final int TYPE_SEARCH
- See Also:
- Constant Field Values
TYPE_SEARCH_REPLY
public static final int TYPE_SEARCH_REPLY
- See Also:
- Constant Field Values
TYPE_SEARCH_USERLIST
public static final int TYPE_SEARCH_USERLIST
- See Also:
- Constant Field Values
TYPE_FILE_REQUEST
public static final int TYPE_FILE_REQUEST
- See Also:
- Constant Field Values
TYPE_FILE_REQ_REPLY
public static final int TYPE_FILE_REQ_REPLY
- See Also:
- Constant Field Values
TYPE_LOCAL_SATURATE
public static final int TYPE_LOCAL_SATURATE
- See Also:
- Constant Field Values
PRIO_LCAPS
public static final int PRIO_LCAPS
- See Also:
- Constant Field Values
PRIO_UPLOAD
public static final int PRIO_UPLOAD
- See Also:
- Constant Field Values
PRIO_CHAT
public static final int PRIO_CHAT
- See Also:
- Constant Field Values
PRIO_CHAT_REPLY
public static final int PRIO_CHAT_REPLY
- See Also:
- Constant Field Values
PRIO_KEYDIST_REPLY
public static final int PRIO_KEYDIST_REPLY
- See Also:
- Constant Field Values
PRIO_KEYDIST
public static final int PRIO_KEYDIST
- See Also:
- Constant Field Values
PRIO_PING
public static final int PRIO_PING
- See Also:
- Constant Field Values
PRIO_SEARCH
public static final int PRIO_SEARCH
- See Also:
- Constant Field Values
PRIO_SEARCH_USERLIST
public static final int PRIO_SEARCH_USERLIST
- See Also:
- Constant Field Values
PRIO_SEARCH_REPLY
public static final int PRIO_SEARCH_REPLY
- See Also:
- Constant Field Values
PRIO_FILE_REQUEST
public static final int PRIO_FILE_REQUEST
- See Also:
- Constant Field Values
PRIO_FILE_REQ_REPLY
public static final int PRIO_FILE_REQ_REPLY
- See Also:
- Constant Field Values
PRIO_LOCAL_SATURATE
public static final int PRIO_LOCAL_SATURATE
- See Also:
- Constant Field Values
NO_ABORT
public static final int NO_ABORT
- See Also:
- Constant Field Values
ABORT
public static final int ABORT
- See Also:
- Constant Field Values
PREMATURE_ABORT
public static final int PREMATURE_ABORT
- See Also:
- Constant Field Values
HEADER_SIZE
public static final int HEADER_SIZE
- See Also:
- Constant Field Values
MAX_ROUTED_SIZE
public static final int MAX_ROUTED_SIZE
- See Also:
- Constant Field Values
MAX_BROADCAST_SIZE
public static final int MAX_BROADCAST_SIZE
- See Also:
- Constant Field Values
CAP_SATURATION
public static final int CAP_SATURATION
- See Also:
- Constant Field Values
CAP_BANDWIDTH
public static final int CAP_BANDWIDTH
- See Also:
- Constant Field Values
CAP_REMOTE_IP
public static final int CAP_REMOTE_IP
- See Also:
- Constant Field Values
GENERAL_TYPE_BROADCAST
public static final int GENERAL_TYPE_BROADCAST
- See Also:
- Constant Field Values
GENERAL_TYPE_LOCAL
public static final int GENERAL_TYPE_LOCAL
- See Also:
- Constant Field Values
GENERAL_TYPE_ROUTED
public static final int GENERAL_TYPE_ROUTED
- See Also:
- Constant Field Values