Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Proxy ¶
type Proxy struct {
// contains filtered or unexported fields
}
func NewVncProxy ¶
func NewVncProxy(remoteSession *session.ClientSession, serverSession *session.ServerSession) *Proxy
NewVncProxy 生成vnc proxy服务对象
type Recorder ¶
type Recorder struct {
// contains filtered or unexported fields
}
func NewRecorder ¶
func NewRecorder(recorderSess *session.RecorderSession, cliSession *session.ClientSession) *Recorder
type Screenshot ¶
type Screenshot struct {
// contains filtered or unexported fields
}
func NewScreenshot ¶
func NewScreenshot(targetCfg rfb.TargetConfig) *Screenshot
func (*Screenshot) GetImage ¶ added in v1.1.0
func (that *Screenshot) GetImage() (io.ReadWriteCloser, error)
Click to show internal directories.
Click to hide internal directories.