Method | Description | |
---|---|---|
CreateChannelHandler ( ISSHChannel channel ) : ISSHChannelEventHandler |
Gets a channel event handler for processing the X11 forwarding. This method will be called when the new X11 forwarding channel is created. |
|
Setup ( |
Setup the connection manager according to the parameters.
|
|
X11ConnectionManager ( SSHProtocolEventManager protocolEventManager ) : System |
Constructor
|
Method | Description | |
---|---|---|
FindXauthorityFile ( |
||
GenerateCookie ( ) : byte[] | ||
GetUntrustedAccessCookie ( Func |
Obtain a new cookie from the X server for the "Untrusted" access. This method will be called in the setup procedure of this manager. |
public CreateChannelHandler ( ISSHChannel channel ) : ISSHChannelEventHandler | ||
channel | ISSHChannel | channel object |
return | ISSHChannelEventHandler |
public Setup ( |
||
param | parameters | |
return | void |
public X11ConnectionManager ( SSHProtocolEventManager protocolEventManager ) : System | ||
protocolEventManager | SSHProtocolEventManager | protocol event manager |
return | System |