Versions in this module Expand all Collapse all v0 v0.0.6 Mar 22, 2026 v0.0.5 Mar 22, 2026 Changes in this version + const DescriptorIProxyCallback + const DescriptorIProxyPortListener + const DescriptorIProxyService + const MethodIProxyCallbackGetProxyPort + const MethodIProxyPortListenerSetProxyPort + const MethodIProxyServiceResolvePacFile + const MethodIProxyServiceSetPacFile + const TransactionIProxyCallbackGetProxyPort + const TransactionIProxyPortListenerSetProxyPort + const TransactionIProxyServiceResolvePacFile + const TransactionIProxyServiceSetPacFile + type IProxyCallback interface + AsBinder func() binder.IBinder + GetProxyPort func(ctx context.Context, callback binder.IBinder) error + func NewProxyCallbackStub(impl IProxyCallbackServer) IProxyCallback + type IProxyCallbackServer interface + GetProxyPort func(ctx context.Context, callback binder.IBinder) error + type IProxyPortListener interface + AsBinder func() binder.IBinder + SetProxyPort func(ctx context.Context, port int32) error + func NewProxyPortListenerStub(impl IProxyPortListenerServer) IProxyPortListener + type IProxyPortListenerServer interface + SetProxyPort func(ctx context.Context, port int32) error + type IProxyService interface + AsBinder func() binder.IBinder + ResolvePacFile func(ctx context.Context, host string, url string) (string, error) + SetPacFile func(ctx context.Context, scriptContents string) error + func NewProxyServiceStub(impl IProxyServiceServer) IProxyService + type IProxyServiceServer interface + ResolvePacFile func(ctx context.Context, host string, url string) (string, error) + SetPacFile func(ctx context.Context, scriptContents string) error + type ProxyCallbackProxy struct + Remote binder.IBinder + func NewProxyCallbackProxy(remote binder.IBinder) *ProxyCallbackProxy + func (p *ProxyCallbackProxy) AsBinder() binder.IBinder + func (p *ProxyCallbackProxy) GetProxyPort(ctx context.Context, callback binder.IBinder) error + type ProxyCallbackStub struct + Impl IProxyCallback + Transport binder.VersionAwareTransport + func (s *ProxyCallbackStub) Descriptor() string + func (s *ProxyCallbackStub) OnTransaction(ctx context.Context, code binder.TransactionCode, _data *parcel.Parcel) (*parcel.Parcel, error) + type ProxyPortListenerProxy struct + Remote binder.IBinder + func NewProxyPortListenerProxy(remote binder.IBinder) *ProxyPortListenerProxy + func (p *ProxyPortListenerProxy) AsBinder() binder.IBinder + func (p *ProxyPortListenerProxy) SetProxyPort(ctx context.Context, port int32) error + type ProxyPortListenerStub struct + Impl IProxyPortListener + Transport binder.VersionAwareTransport + func (s *ProxyPortListenerStub) Descriptor() string + func (s *ProxyPortListenerStub) OnTransaction(ctx context.Context, code binder.TransactionCode, _data *parcel.Parcel) (*parcel.Parcel, error) + type ProxyServiceProxy struct + Remote binder.IBinder + func NewProxyServiceProxy(remote binder.IBinder) *ProxyServiceProxy + func (p *ProxyServiceProxy) AsBinder() binder.IBinder + func (p *ProxyServiceProxy) ResolvePacFile(ctx context.Context, host string, url string) (string, error) + func (p *ProxyServiceProxy) SetPacFile(ctx context.Context, scriptContents string) error + type ProxyServiceStub struct + Impl IProxyService + Transport binder.VersionAwareTransport + func (s *ProxyServiceStub) Descriptor() string + func (s *ProxyServiceStub) OnTransaction(ctx context.Context, code binder.TransactionCode, _data *parcel.Parcel) (*parcel.Parcel, error)