org.klomp.snark
Class Message
java.lang.Object
org.klomp.snark.Message
class Message
- extends Object
KEEP_ALIVE
static final byte KEEP_ALIVE
- See Also:
- Constant Field Values
CHOKE
static final byte CHOKE
- See Also:
- Constant Field Values
UNCHOKE
static final byte UNCHOKE
- See Also:
- Constant Field Values
INTERESTED
static final byte INTERESTED
- See Also:
- Constant Field Values
UNINTERESTED
static final byte UNINTERESTED
- See Also:
- Constant Field Values
HAVE
static final byte HAVE
- See Also:
- Constant Field Values
BITFIELD
static final byte BITFIELD
- See Also:
- Constant Field Values
REQUEST
static final byte REQUEST
- See Also:
- Constant Field Values
PIECE
static final byte PIECE
- See Also:
- Constant Field Values
CANCEL
static final byte CANCEL
- See Also:
- Constant Field Values
type
byte type
piece
int piece
begin
int begin
length
int length
data
byte[] data
off
int off
len
int len
expireEvent
SimpleTimer.TimedEvent expireEvent
Message
Message()
sendMessage
void sendMessage(DataOutputStream dos)
throws IOException
- Utility method for sending a message through a DataStream.
- Throws:
IOException
toString
public String toString()
- Overrides:
toString
in class Object