Class PRUDPPacketReplyConnect
java.lang.Object
com.biglybt.net.udp.uc.PRUDPPacket
com.biglybt.net.udp.uc.PRUDPPacketReply
com.biglybt.core.tracker.protocol.udp.PRUDPPacketReplyConnect
-
Field Summary
FieldsFields inherited from class com.biglybt.net.udp.uc.PRUDPPacketReply
PR_HEADER_SIZE
Fields inherited from class com.biglybt.net.udp.uc.PRUDPPacket
DEFAULT_UDP_TIMEOUT, MAX_PACKET_SIZE
-
Constructor Summary
ConstructorsModifierConstructorDescriptionPRUDPPacketReplyConnect
(int trans_id, long conn_id) protected
PRUDPPacketReplyConnect
(DataInputStream is, int trans_id) -
Method Summary
Modifier and TypeMethodDescriptionlong
void
Methods inherited from class com.biglybt.net.udp.uc.PRUDPPacketReply
deserialiseReply, registerDecoders
Methods inherited from class com.biglybt.net.udp.uc.PRUDPPacket
getAction, getAddress, getMinimumProtocolVersion, getPreviousPacket, getSerialisedSize, getTransactionId, hasContinuation, setAddress, setPreviousPacket, setSerialisedSize
-
Field Details
-
connection_id
protected long connection_id
-
-
Constructor Details
-
PRUDPPacketReplyConnect
public PRUDPPacketReplyConnect(int trans_id, long conn_id) -
PRUDPPacketReplyConnect
- Throws:
IOException
-
-
Method Details
-
getConnectionId
public long getConnectionId() -
serialise
- Overrides:
serialise
in classPRUDPPacketReply
- Throws:
IOException
-
getString
- Overrides:
getString
in classPRUDPPacketReply
-