OnX11Request is called when the client requests the forwarding of X11 connections from the container to the client. This method may be called after a program is started. The implementation can return an error to reject the request. requestID is an incrementing number uniquely identifying the reques
( requestID uint64, singleConnection bool, protocol string, cookie string, screen uint32, reverseHandler ReverseForward, )
| 385 | // screen is the X11 screen number |
| 386 | // reverseHandler is a callback interface to signal when new connections are made |
| 387 | OnX11Request( |
| 388 | requestID uint64, |
| 389 | singleConnection bool, |
| 390 | protocol string, |
no outgoing calls
no test coverage detected