Uses of Class
org.johnnei.javatorrent.bittorrent.protocol.MessageFactory
-
Packages that use MessageFactory Package Description org.johnnei.javatorrent org.johnnei.javatorrent.bittorrent.protocol org.johnnei.javatorrent.network -
-
Uses of MessageFactory in org.johnnei.javatorrent
Methods in org.johnnei.javatorrent that return MessageFactory Modifier and Type Method Description MessageFactoryTorrentClient. getMessageFactory()Gets the message factory for this client -
Uses of MessageFactory in org.johnnei.javatorrent.bittorrent.protocol
Methods in org.johnnei.javatorrent.bittorrent.protocol that return MessageFactory Modifier and Type Method Description MessageFactoryMessageFactory.Builder. build() -
Uses of MessageFactory in org.johnnei.javatorrent.network
Constructors in org.johnnei.javatorrent.network with parameters of type MessageFactory Constructor Description BitTorrentSocket(MessageFactory messageFactory, ISocket socket)Creates a new bound BitTorrent socket.
-