Mercurial > hg > Applications > TreeVNC
comparison src/main/java/com/glavsoft/rfb/protocol/Protocol.java @ 331:42fcc9419498
add error message, add lostParent case by fail to connectTo.
author | oc |
---|---|
date | Tue, 03 Feb 2015 12:31:48 +0900 |
parents | 1d4d5055a288 |
children | 47e351909227 |
comparison
equal
deleted
inserted
replaced
330:9d1ed0099350 | 331:42fcc9419498 |
---|---|
178 * FramebufferUpdateRequest. From then on the server will send | 178 * FramebufferUpdateRequest. From then on the server will send |
179 * FramebufferUpdate messages in response to the client's | 179 * FramebufferUpdate messages in response to the client's |
180 * FramebufferUpdateRequest messages. The client should send | 180 * FramebufferUpdateRequest messages. The client should send |
181 * FramebufferUpdateRequest messages with incremental set to true when it has | 181 * FramebufferUpdateRequest messages with incremental set to true when it has |
182 * finished processing one FramebufferUpdate and is ready to process another. | 182 * finished processing one FramebufferUpdate and is ready to process another. |
183 * With a fast client, the rate at which FramebufferUpdateRequests are sent | 183 * With a first client, the rate at which FramebufferUpdateRequests are sent |
184 * should be regulated to avoid hogging the network. | 184 * should be regulated to avoid hogging the network. |
185 */ | 185 */ |
186 public void startNormalHandling(IRfbSessionListener rfbSessionListener, | 186 public void startNormalHandling(IRfbSessionListener rfbSessionListener, |
187 IRepaintController repaintController, ClipboardController clipboardController, | 187 IRepaintController repaintController, ClipboardController clipboardController, |
188 TreeRFBProto rfb) | 188 TreeRFBProto rfb) |