Uses of Class
net.vncviewer.rfb.CMsgHandler

Packages that use CMsgHandler
net.vncviewer   
net.vncviewer.rfb   
 

Uses of CMsgHandler in net.vncviewer
 

Subclasses of CMsgHandler in net.vncviewer
 class CConn
           
 

Uses of CMsgHandler in net.vncviewer.rfb
 

Subclasses of CMsgHandler in net.vncviewer.rfb
 class CConnection
           
 

Methods in net.vncviewer.rfb with parameters of type CMsgHandler
 void ZRLEDecoder.readRect(int x, int y, int w, int h, CMsgHandler handler)
           
abstract  void Decoder.readRect(int x, int y, int w, int h, CMsgHandler handler)
           
 void RREDecoder.readRect(int x, int y, int w, int h, CMsgHandler handler)
           
 void RawDecoder.readRect(int x, int y, int w, int h, CMsgHandler handler)
           
 void HextileDecoder.readRect(int x, int y, int w, int h, CMsgHandler handler)
           
 

Constructors in net.vncviewer.rfb with parameters of type CMsgHandler
CMsgReaderV3(CMsgHandler handler_, InStream is_)