Package org.johnnei.javatorrent.network
Class PeerConnectInfo
- java.lang.Object
-
- org.johnnei.javatorrent.network.PeerConnectInfo
-
public class PeerConnectInfo extends Object
A small class which holds information about the peer which is trying to connect- Author:
- Johnnei
-
-
Constructor Summary
Constructors Constructor Description PeerConnectInfo(Torrent torrent, InetSocketAddress address)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)InetSocketAddressgetAddress()TorrentgetTorrent()inthashCode()
-
-
-
Constructor Detail
-
PeerConnectInfo
public PeerConnectInfo(Torrent torrent, InetSocketAddress address)
-
-