Class BitTorrentHandshake
- java.lang.Object
-
- org.johnnei.javatorrent.bittorrent.protocol.BitTorrentHandshake
-
public class BitTorrentHandshake extends Object
-
-
Constructor Summary
Constructors Constructor Description BitTorrentHandshake(byte[] torrentHash, byte[] extensionBytes, byte[] peerId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getPeerExtensionBytes()byte[]getPeerId()byte[]getTorrentHash()
-