Uses of Interface
com.biglybt.core.peermanager.messaging.MessageStreamDecoder
Packages that use MessageStreamDecoder
Package
Description
-
Uses of MessageStreamDecoder in com.biglybt.core.networkmanager
Methods in com.biglybt.core.networkmanager that return MessageStreamDecoderMethods in com.biglybt.core.networkmanager with parameters of type MessageStreamDecoderModifier and TypeMethodDescriptionNetworkManager.bindTransport
(Transport transport, MessageStreamEncoder encoder, MessageStreamDecoder decoder) protected static NetworkConnection
NetworkConnectionFactory.create
(ConnectionEndpoint target, MessageStreamEncoder encoder, MessageStreamDecoder decoder, boolean connect_with_crypto, boolean allow_fallback, byte[][] shared_secrets) Create an OUTGOING connection.protected static NetworkConnection
NetworkConnectionFactory.create
(Transport transport, MessageStreamEncoder encoder, MessageStreamDecoder decoder) Create an INCOMING connection.NetworkManager.createConnection
(ConnectionEndpoint target, MessageStreamEncoder encoder, MessageStreamDecoder decoder, boolean connect_with_crypto, boolean allow_fallback, byte[][] shared_secrets) Create a new unconnected remote network connection (for outbound-initiated connections).void
IncomingMessageQueue.setDecoder
(MessageStreamDecoder new_stream_decoder) Set the message stream decoder that will be used to decode incoming messages. -
Uses of MessageStreamDecoder in com.biglybt.core.networkmanager.impl
Fields in com.biglybt.core.networkmanager.impl declared as MessageStreamDecoderModifier and TypeFieldDescriptionprivate MessageStreamDecoder
IncomingMessageQueueImpl.stream_decoder
Methods in com.biglybt.core.networkmanager.impl that return MessageStreamDecoderMethods in com.biglybt.core.networkmanager.impl with parameters of type MessageStreamDecoderModifier and TypeMethodDescriptionvoid
IncomingMessageQueueImpl.setDecoder
(MessageStreamDecoder new_stream_decoder) Set the message stream decoder that will be used to decode incoming messages.Constructors in com.biglybt.core.networkmanager.impl with parameters of type MessageStreamDecoderModifierConstructorDescriptionIncomingMessageQueueImpl
(MessageStreamDecoder stream_decoder, NetworkConnection connection) Create a new incoming message queue.NetworkConnectionImpl
(ConnectionEndpoint _target, MessageStreamEncoder encoder, MessageStreamDecoder decoder, boolean _connect_with_crypto, boolean _allow_fallback, byte[][] _shared_secrets) Constructor for new OUTbound connection.NetworkConnectionImpl
(Transport _transport, MessageStreamEncoder encoder, MessageStreamDecoder decoder) Constructor for new INbound connection. -
Uses of MessageStreamDecoder in com.biglybt.core.networkmanager.impl.http
Classes in com.biglybt.core.networkmanager.impl.http that implement MessageStreamDecoder -
Uses of MessageStreamDecoder in com.biglybt.core.peermanager.messaging
Methods in com.biglybt.core.peermanager.messaging that return MessageStreamDecoderModifier and TypeMethodDescriptionMessageStreamFactory.createDecoder()
Create message stream decoder. -
Uses of MessageStreamDecoder in com.biglybt.core.peermanager.messaging.azureus
Classes in com.biglybt.core.peermanager.messaging.azureus that implement MessageStreamDecoder -
Uses of MessageStreamDecoder in com.biglybt.core.peermanager.messaging.bittorrent
Classes in com.biglybt.core.peermanager.messaging.bittorrent that implement MessageStreamDecoder -
Uses of MessageStreamDecoder in com.biglybt.core.peermanager.messaging.bittorrent.ltep
Classes in com.biglybt.core.peermanager.messaging.bittorrent.ltep that implement MessageStreamDecoder -
Uses of MessageStreamDecoder in com.biglybt.pifimpl.local.messaging
Classes in com.biglybt.pifimpl.local.messaging that implement MessageStreamDecoder -
Uses of MessageStreamDecoder in com.biglybt.pifimpl.local.peers
Methods in com.biglybt.pifimpl.local.peers that return MessageStreamDecoderMethods in com.biglybt.pifimpl.local.peers with parameters of type MessageStreamDecoderModifier and TypeMethodDescriptionvoid
PeerForeignNetworkConnection.imq.setDecoder
(MessageStreamDecoder new_stream_decoder)