Uses of Interface
org.johnnei.javatorrent.bittorrent.protocol.messages.IMessage
-
-
Uses of IMessage in org.johnnei.javatorrent
Method parameters in org.johnnei.javatorrent with type arguments of type IMessage Modifier and Type Method Description TorrentClient.BuilderTorrentClient.Builder. registerMessage(int id, Supplier<IMessage> messageSupplier) -
Uses of IMessage in org.johnnei.javatorrent.bittorrent.protocol
Methods in org.johnnei.javatorrent.bittorrent.protocol that return IMessage Modifier and Type Method Description IMessageMessageFactory. createById(int id)Creates a new message instance which maps to the given IDMethod parameters in org.johnnei.javatorrent.bittorrent.protocol with type arguments of type IMessage Modifier and Type Method Description MessageFactory.BuilderMessageFactory.Builder. registerMessage(int id, Supplier<IMessage> messageSupplier) -
Uses of IMessage in org.johnnei.javatorrent.bittorrent.protocol.messages
Classes in org.johnnei.javatorrent.bittorrent.protocol.messages that implement IMessage Modifier and Type Class Description classMessageBitfieldclassMessageBlockclassMessageCancelclassMessageChokeclassMessageHaveclassMessageInterestedclassMessageKeepAliveA message object which represents the KeepAlive case of the protocol.classMessageRequestclassMessageUnchokeclassMessageUninterested -
Uses of IMessage in org.johnnei.javatorrent.internal.bittorrent.protocol.messages
Classes in org.johnnei.javatorrent.internal.bittorrent.protocol.messages with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw IMessage Modifier and Type Class Description classorg.johnnei.javatorrent.internal.bittorrent.protocol.messages.AbstractBlockMessageThe base class for messages which contains a request about a block. -
Uses of IMessage in org.johnnei.javatorrent.network
Methods in org.johnnei.javatorrent.network that return IMessage Modifier and Type Method Description IMessageBitTorrentSocket. readMessage()Converts the buffered message to anIMessage.Methods in org.johnnei.javatorrent.network with parameters of type IMessage Modifier and Type Method Description voidBitTorrentSocket. enqueueMessage(IMessage message)Queues the message to be send -
Uses of IMessage in org.johnnei.javatorrent.torrent.files
Methods in org.johnnei.javatorrent.torrent.files that return IMessage Modifier and Type Method Description IMessageIFileSetRequestFactory. createCancelRequestFor(Peer peer, Piece piece, int byteOffset, int length)Creates a cancelIMessagefor a earlier send out request.IMessageIFileSetRequestFactory. createRequestFor(Peer peer, Piece piece, int byteOffset, int length)Creates a request to download the given piece block.
-