Uses of Interface
com.biglybt.pif.messaging.MessageStreamEncoder
-
Packages that use MessageStreamEncoder Package Description com.biglybt.pif.network com.biglybt.pifimpl.local.messaging com.biglybt.pifimpl.local.network -
-
Uses of MessageStreamEncoder in com.biglybt.pif.network
Methods in com.biglybt.pif.network with parameters of type MessageStreamEncoder 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).void
OutgoingMessageQueue. setEncoder(MessageStreamEncoder encoder)
Set the message stream encoder that will be used to encode outgoing messages. -
Uses of MessageStreamEncoder in com.biglybt.pifimpl.local.messaging
Fields in com.biglybt.pifimpl.local.messaging declared as MessageStreamEncoder Modifier and Type Field Description private MessageStreamEncoder
MessageStreamEncoderAdapter. plug_encoder
Constructors in com.biglybt.pifimpl.local.messaging with parameters of type MessageStreamEncoder Constructor Description MessageStreamEncoderAdapter(MessageStreamEncoder plug_encoder)
-
Uses of MessageStreamEncoder in com.biglybt.pifimpl.local.network
Methods in com.biglybt.pifimpl.local.network with parameters of type MessageStreamEncoder Modifier and Type Method Description Connection
ConnectionManagerImpl. createConnection(java.net.InetSocketAddress remote_address, MessageStreamEncoder encoder, MessageStreamDecoder decoder)
void
OutgoingMessageQueueImpl. setEncoder(MessageStreamEncoder encoder)
-