Esempio n. 1
0
 /**
  * Remove this image from the {@link DataPacketDispatcher} so it will process no further packets
  * from the network. Called from the {@link Receiver} thread.
  */
 void removeFromDispatcher() {
   channelEndpoint.removePublicationImage(this);
 }