Uses of Interface
com.biglybt.pif.messaging.MessageStreamDecoder
-
Packages that use MessageStreamDecoder Package Description com.biglybt.pif.network com.biglybt.pifimpl.local.messaging com.biglybt.pifimpl.local.network -
-
Uses of MessageStreamDecoder in com.biglybt.pif.network
Methods in com.biglybt.pif.network with parameters of type MessageStreamDecoder Modifier and Type Method Description Connection
ConnectionManager. createConnection(java.net.InetSocketAddress remote_address, MessageStreamEncoder encoder, MessageStreamDecoder decoder)
Create a new unconnected remote connection (for outbound-initiated connections). -
Uses of MessageStreamDecoder in com.biglybt.pifimpl.local.messaging
Fields in com.biglybt.pifimpl.local.messaging declared as MessageStreamDecoder Modifier and Type Field Description private MessageStreamDecoder
MessageStreamDecoderAdapter. plug_decoder
Constructors in com.biglybt.pifimpl.local.messaging with parameters of type MessageStreamDecoder Constructor Description MessageStreamDecoderAdapter(MessageStreamDecoder plug_decoder)
-
Uses of MessageStreamDecoder in com.biglybt.pifimpl.local.network
Methods in com.biglybt.pifimpl.local.network with parameters of type MessageStreamDecoder Modifier and Type Method Description Connection
ConnectionManagerImpl. createConnection(java.net.InetSocketAddress remote_address, MessageStreamEncoder encoder, MessageStreamDecoder decoder)
-