Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StartNewProxyConnection ¶ added in v1.0.71
Types ¶
type ConnListener ¶ added in v1.0.122
type ConnListener struct {
// contains filtered or unexported fields
}
func Forward ¶
func Forward(device ios.DeviceEntry, hostPort uint16, phonePort uint16) (*ConnListener, error)
Forward forwards every connection made to the hostPort to whatever service runs inside an app on the device on phonePort.
func (*ConnListener) Close ¶ added in v1.0.122
func (cl *ConnListener) Close() error
Close stops listening on the host port for the forwarded connection
Click to show internal directories.
Click to hide internal directories.