Documentation
¶
Index ¶
- type BidirectionalStreamBuilderClient
- func (c *BidirectionalStreamBuilderClient) AddHeader(ctx context.Context, arg0 string, arg1 string) (int64, error)
- func (c *BidirectionalStreamBuilderClient) Build(ctx context.Context) (int64, error)
- func (c *BidirectionalStreamBuilderClient) SetDelayRequestHeadersUntilFirstFlushEnabled(ctx context.Context, arg0 bool) (int64, error)
- func (c *BidirectionalStreamBuilderClient) SetHttpMethod(ctx context.Context, arg0 string) (int64, error)
- func (c *BidirectionalStreamBuilderClient) SetPriority(ctx context.Context, arg0 int32) (int64, error)
- func (c *BidirectionalStreamBuilderClient) SetTrafficStatsTag(ctx context.Context, arg0 int32) (int64, error)
- func (c *BidirectionalStreamBuilderClient) SetTrafficStatsUid(ctx context.Context, arg0 int32) (int64, error)
- type BidirectionalStreamCallbackClient
- func (c *BidirectionalStreamCallbackClient) OnCanceled(ctx context.Context, arg0 int64, arg1 int64) error
- func (c *BidirectionalStreamCallbackClient) OnFailed(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) error
- func (c *BidirectionalStreamCallbackClient) OnResponseHeadersReceived(ctx context.Context, arg0 int64, arg1 int64) error
- func (c *BidirectionalStreamCallbackClient) OnResponseTrailersReceived(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) error
- func (c *BidirectionalStreamCallbackClient) OnStreamReady(ctx context.Context, arg0 int64) error
- func (c *BidirectionalStreamCallbackClient) OnSucceeded(ctx context.Context, arg0 int64, arg1 int64) error
- type BidirectionalStreamClient
- func (c *BidirectionalStreamClient) Cancel(ctx context.Context) error
- func (c *BidirectionalStreamClient) Flush(ctx context.Context) error
- func (c *BidirectionalStreamClient) GetHeaders(ctx context.Context) (int64, error)
- func (c *BidirectionalStreamClient) GetHttpMethod(ctx context.Context) (string, error)
- func (c *BidirectionalStreamClient) GetPriority(ctx context.Context) (int32, error)
- func (c *BidirectionalStreamClient) GetTrafficStatsTag(ctx context.Context) (int32, error)
- func (c *BidirectionalStreamClient) GetTrafficStatsUid(ctx context.Context) (int32, error)
- func (c *BidirectionalStreamClient) HasTrafficStatsTag(ctx context.Context) (bool, error)
- func (c *BidirectionalStreamClient) HasTrafficStatsUid(ctx context.Context) (bool, error)
- func (c *BidirectionalStreamClient) IsDelayRequestHeadersUntilFirstFlushEnabled(ctx context.Context) (bool, error)
- func (c *BidirectionalStreamClient) IsDone(ctx context.Context) (bool, error)
- func (c *BidirectionalStreamClient) Start(ctx context.Context) error
- type ConnectionMigrationOptionsBuilderClient
- func (c *ConnectionMigrationOptionsBuilderClient) Build(ctx context.Context) (int64, error)
- func (c *ConnectionMigrationOptionsBuilderClient) SetAllowNonDefaultNetworkUsage(ctx context.Context, arg0 int32) (int64, error)
- func (c *ConnectionMigrationOptionsBuilderClient) SetDefaultNetworkMigration(ctx context.Context, arg0 int32) (int64, error)
- func (c *ConnectionMigrationOptionsBuilderClient) SetPathDegradationMigration(ctx context.Context, arg0 int32) (int64, error)
- type ConnectionMigrationOptionsClient
- func (c *ConnectionMigrationOptionsClient) GetAllowNonDefaultNetworkUsage(ctx context.Context) (int32, error)
- func (c *ConnectionMigrationOptionsClient) GetDefaultNetworkMigration(ctx context.Context) (int32, error)
- func (c *ConnectionMigrationOptionsClient) GetPathDegradationMigration(ctx context.Context) (int32, error)
- type DnsOptionsBuilderClient
- func (c *DnsOptionsBuilderClient) Build(ctx context.Context) (int64, error)
- func (c *DnsOptionsBuilderClient) SetPersistHostCache(ctx context.Context, arg0 int32) (int64, error)
- func (c *DnsOptionsBuilderClient) SetPersistHostCachePeriod(ctx context.Context, arg0 int64) (int64, error)
- func (c *DnsOptionsBuilderClient) SetPreestablishConnectionsToStaleDnsResults(ctx context.Context, arg0 int32) (int64, error)
- func (c *DnsOptionsBuilderClient) SetStaleDns(ctx context.Context, arg0 int32) (int64, error)
- func (c *DnsOptionsBuilderClient) SetStaleDnsOptions(ctx context.Context, arg0 int64) (int64, error)
- func (c *DnsOptionsBuilderClient) SetUseHttpStackDnsResolver(ctx context.Context, arg0 int32) (int64, error)
- type DnsOptionsClient
- func (c *DnsOptionsClient) GetPersistHostCache(ctx context.Context) (int32, error)
- func (c *DnsOptionsClient) GetPersistHostCachePeriod(ctx context.Context) (int64, error)
- func (c *DnsOptionsClient) GetPreestablishConnectionsToStaleDnsResults(ctx context.Context) (int32, error)
- func (c *DnsOptionsClient) GetStaleDns(ctx context.Context) (int32, error)
- func (c *DnsOptionsClient) GetStaleDnsOptions(ctx context.Context) (int64, error)
- func (c *DnsOptionsClient) GetUseHttpStackDnsResolver(ctx context.Context) (int32, error)
- type DnsOptionsStaleDnsOptionsClient
- func (c *DnsOptionsStaleDnsOptionsClient) GetAllowCrossNetworkUsage(ctx context.Context) (int32, error)
- func (c *DnsOptionsStaleDnsOptionsClient) GetFreshLookupTimeout(ctx context.Context) (int64, error)
- func (c *DnsOptionsStaleDnsOptionsClient) GetMaxExpiredDelay(ctx context.Context) (int64, error)
- func (c *DnsOptionsStaleDnsOptionsClient) GetUseStaleOnNameNotResolved(ctx context.Context) (int32, error)
- type EngineBuilderClient
- func (c *EngineBuilderClient) AddQuicHint(ctx context.Context, arg0 string, arg1 int32, arg2 int32) (int64, error)
- func (c *EngineBuilderClient) Build(ctx context.Context) (int64, error)
- func (c *EngineBuilderClient) GetDefaultUserAgent(ctx context.Context) (string, error)
- func (c *EngineBuilderClient) SetConnectionMigrationOptions(ctx context.Context, arg0 int64) (int64, error)
- func (c *EngineBuilderClient) SetDnsOptions(ctx context.Context, arg0 int64) (int64, error)
- func (c *EngineBuilderClient) SetEnableBrotli(ctx context.Context, arg0 bool) (int64, error)
- func (c *EngineBuilderClient) SetEnableHttp2(ctx context.Context, arg0 bool) (int64, error)
- func (c *EngineBuilderClient) SetEnableHttpCache(ctx context.Context, arg0 int32, arg1 int64) (int64, error)
- func (c *EngineBuilderClient) SetEnablePublicKeyPinningBypassForLocalTrustAnchors(ctx context.Context, arg0 bool) (int64, error)
- func (c *EngineBuilderClient) SetEnableQuic(ctx context.Context, arg0 bool) (int64, error)
- func (c *EngineBuilderClient) SetQuicOptions(ctx context.Context, arg0 int64) (int64, error)
- func (c *EngineBuilderClient) SetStoragePath(ctx context.Context, arg0 string) (int64, error)
- func (c *EngineBuilderClient) SetUserAgent(ctx context.Context, arg0 string) (int64, error)
- type EngineClient
- func (c *EngineClient) BindToNetwork(ctx context.Context, arg0 int64) error
- func (c *EngineClient) CreateUrlStreamHandlerFactory(ctx context.Context) (int64, error)
- func (c *EngineClient) GetVersionString(ctx context.Context) (string, error)
- func (c *EngineClient) NewBidirectionalStreamBuilder(ctx context.Context, arg0 string, arg1 int64, arg2 int64) (int64, error)
- func (c *EngineClient) NewUrlRequestBuilder(ctx context.Context, arg0 string, arg1 int64, arg2 int64) (int64, error)
- func (c *EngineClient) OpenConnection(ctx context.Context, arg0 int64) (int64, error)
- func (c *EngineClient) Shutdown(ctx context.Context) error
- type NetworkExceptionClient
- type QuicOptionsBuilderClient
- func (c *QuicOptionsBuilderClient) AddAllowedQuicHost(ctx context.Context, arg0 string) (int64, error)
- func (c *QuicOptionsBuilderClient) Build(ctx context.Context) (int64, error)
- func (c *QuicOptionsBuilderClient) SetHandshakeUserAgent(ctx context.Context, arg0 string) (int64, error)
- func (c *QuicOptionsBuilderClient) SetIdleConnectionTimeout(ctx context.Context, arg0 int64) (int64, error)
- func (c *QuicOptionsBuilderClient) SetInMemoryServerConfigsCacheSize(ctx context.Context, arg0 int32) (int64, error)
- type QuicOptionsClient
- func (c *QuicOptionsClient) GetAllowedQuicHosts(ctx context.Context) (int64, error)
- func (c *QuicOptionsClient) GetHandshakeUserAgent(ctx context.Context) (string, error)
- func (c *QuicOptionsClient) GetIdleConnectionTimeout(ctx context.Context) (int64, error)
- func (c *QuicOptionsClient) GetInMemoryServerConfigsCacheSize(ctx context.Context) (int32, error)
- func (c *QuicOptionsClient) HasInMemoryServerConfigsCacheSize(ctx context.Context) (bool, error)
- type ResponseCacheClient
- func (c *ResponseCacheClient) Close(ctx context.Context) error
- func (c *ResponseCacheClient) Delete(ctx context.Context) error
- func (c *ResponseCacheClient) Flush(ctx context.Context) error
- func (c *ResponseCacheClient) GetHitCount(ctx context.Context) (int32, error)
- func (c *ResponseCacheClient) GetInstalled(ctx context.Context) (int64, error)
- func (c *ResponseCacheClient) GetNetworkCount(ctx context.Context) (int32, error)
- func (c *ResponseCacheClient) GetRequestCount(ctx context.Context) (int32, error)
- func (c *ResponseCacheClient) MaxSize(ctx context.Context) (int64, error)
- func (c *ResponseCacheClient) Put(ctx context.Context, arg0 int64, arg1 int64) (int64, error)
- func (c *ResponseCacheClient) Size(ctx context.Context) (int64, error)
- type SslCertificateClient
- func (c *SslCertificateClient) GetIssuedBy(ctx context.Context, handle int64) (int64, error)
- func (c *SslCertificateClient) GetIssuedTo(ctx context.Context, handle int64) (int64, error)
- func (c *SslCertificateClient) GetValidNotAfter(ctx context.Context, handle int64) (string, error)
- func (c *SslCertificateClient) GetValidNotAfterDate(ctx context.Context, handle int64) (int64, error)
- func (c *SslCertificateClient) GetValidNotBefore(ctx context.Context, handle int64) (string, error)
- func (c *SslCertificateClient) GetValidNotBeforeDate(ctx context.Context, handle int64) (int64, error)
- func (c *SslCertificateClient) GetX509Certificate(ctx context.Context, handle int64) (int64, error)
- func (c *SslCertificateClient) RestoreState(ctx context.Context, handle int64, arg0 int64) (int64, error)
- func (c *SslCertificateClient) SaveState(ctx context.Context, handle int64, arg0 int64) (int64, error)
- func (c *SslCertificateClient) ToString(ctx context.Context, handle int64) (string, error)
- type SslCertificateDNameClient
- func (c *SslCertificateDNameClient) GetCName(ctx context.Context) (string, error)
- func (c *SslCertificateDNameClient) GetDName(ctx context.Context) (string, error)
- func (c *SslCertificateDNameClient) GetOName(ctx context.Context) (string, error)
- func (c *SslCertificateDNameClient) GetUName(ctx context.Context) (string, error)
- type SslErrorClient
- func (c *SslErrorClient) AddError(ctx context.Context, handle int64, arg0 int32) (bool, error)
- func (c *SslErrorClient) GetCertificate(ctx context.Context, handle int64) (int64, error)
- func (c *SslErrorClient) GetPrimaryError(ctx context.Context, handle int64) (int32, error)
- func (c *SslErrorClient) GetUrl(ctx context.Context, handle int64) (string, error)
- func (c *SslErrorClient) HasError(ctx context.Context, handle int64, arg0 int32) (bool, error)
- func (c *SslErrorClient) ToString(ctx context.Context, handle int64) (string, error)
- type UploadDataProviderClient
- type UploadDataSinkClient
- func (c *UploadDataSinkClient) OnReadError(ctx context.Context, arg0 int64) error
- func (c *UploadDataSinkClient) OnReadSucceeded(ctx context.Context, arg0 bool) error
- func (c *UploadDataSinkClient) OnRewindError(ctx context.Context, arg0 int64) error
- func (c *UploadDataSinkClient) OnRewindSucceeded(ctx context.Context) error
- type UrlRequestBuilderClient
- func (c *UrlRequestBuilderClient) AddHeader(ctx context.Context, arg0 string, arg1 string) (int64, error)
- func (c *UrlRequestBuilderClient) BindToNetwork(ctx context.Context, arg0 int64) (int64, error)
- func (c *UrlRequestBuilderClient) Build(ctx context.Context) (int64, error)
- func (c *UrlRequestBuilderClient) SetCacheDisabled(ctx context.Context, arg0 bool) (int64, error)
- func (c *UrlRequestBuilderClient) SetDirectExecutorAllowed(ctx context.Context, arg0 bool) (int64, error)
- func (c *UrlRequestBuilderClient) SetHttpMethod(ctx context.Context, arg0 string) (int64, error)
- func (c *UrlRequestBuilderClient) SetPriority(ctx context.Context, arg0 int32) (int64, error)
- func (c *UrlRequestBuilderClient) SetTrafficStatsTag(ctx context.Context, arg0 int32) (int64, error)
- func (c *UrlRequestBuilderClient) SetTrafficStatsUid(ctx context.Context, arg0 int32) (int64, error)
- func (c *UrlRequestBuilderClient) SetUploadDataProvider(ctx context.Context, arg0 int64, arg1 int64) (int64, error)
- type UrlRequestCallbackClient
- func (c *UrlRequestCallbackClient) OnCanceled(ctx context.Context, arg0 int64, arg1 int64) error
- func (c *UrlRequestCallbackClient) OnFailed(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) error
- func (c *UrlRequestCallbackClient) OnRedirectReceived(ctx context.Context, arg0 int64, arg1 int64, arg2 string) error
- func (c *UrlRequestCallbackClient) OnResponseStarted(ctx context.Context, arg0 int64, arg1 int64) error
- func (c *UrlRequestCallbackClient) OnSucceeded(ctx context.Context, arg0 int64, arg1 int64) error
- type UrlRequestClient
- func (c *UrlRequestClient) Cancel(ctx context.Context) error
- func (c *UrlRequestClient) FollowRedirect(ctx context.Context) error
- func (c *UrlRequestClient) GetHeaders(ctx context.Context) (int64, error)
- func (c *UrlRequestClient) GetHttpMethod(ctx context.Context) (string, error)
- func (c *UrlRequestClient) GetPriority(ctx context.Context) (int32, error)
- func (c *UrlRequestClient) GetStatus(ctx context.Context, arg0 int64) error
- func (c *UrlRequestClient) GetTrafficStatsTag(ctx context.Context) (int32, error)
- func (c *UrlRequestClient) GetTrafficStatsUid(ctx context.Context) (int32, error)
- func (c *UrlRequestClient) HasTrafficStatsTag(ctx context.Context) (bool, error)
- func (c *UrlRequestClient) HasTrafficStatsUid(ctx context.Context) (bool, error)
- func (c *UrlRequestClient) IsCacheDisabled(ctx context.Context) (bool, error)
- func (c *UrlRequestClient) IsDirectExecutorAllowed(ctx context.Context) (bool, error)
- func (c *UrlRequestClient) IsDone(ctx context.Context) (bool, error)
- func (c *UrlRequestClient) Start(ctx context.Context) error
- type UrlRequestStatusListenerClient
- type UrlResponseInfoClient
- func (c *UrlResponseInfoClient) GetHeaders(ctx context.Context) (int64, error)
- func (c *UrlResponseInfoClient) GetHttpStatusCode(ctx context.Context) (int32, error)
- func (c *UrlResponseInfoClient) GetHttpStatusText(ctx context.Context) (string, error)
- func (c *UrlResponseInfoClient) GetNegotiatedProtocol(ctx context.Context) (string, error)
- func (c *UrlResponseInfoClient) GetReceivedByteCount(ctx context.Context) (int64, error)
- func (c *UrlResponseInfoClient) GetUrl(ctx context.Context) (string, error)
- func (c *UrlResponseInfoClient) GetUrlChain(ctx context.Context) (int64, error)
- func (c *UrlResponseInfoClient) WasCached(ctx context.Context) (bool, error)
- type X509TrustManagerExtensionsClient
- func (c *X509TrustManagerExtensionsClient) CheckServerTrusted3_1(ctx context.Context, handle int64, arg0 int64, arg1 string, arg2 string) (int64, error)
- func (c *X509TrustManagerExtensionsClient) CheckServerTrusted5(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int64, ...) (int64, error)
- func (c *X509TrustManagerExtensionsClient) IsSameTrustConfiguration(ctx context.Context, handle int64, arg0 string, arg1 string) (bool, error)
- func (c *X509TrustManagerExtensionsClient) IsUserAddedCertificate(ctx context.Context, handle int64, arg0 int64) (bool, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BidirectionalStreamBuilderClient ¶
type BidirectionalStreamBuilderClient struct {
// contains filtered or unexported fields
}
BidirectionalStreamBuilderClient wraps the gRPC BidirectionalStreamBuilderService client.
func NewBidirectionalStreamBuilderClient ¶
func NewBidirectionalStreamBuilderClient(cc grpc.ClientConnInterface) *BidirectionalStreamBuilderClient
NewBidirectionalStreamBuilderClient creates a new BidirectionalStreamBuilder client.
func (*BidirectionalStreamBuilderClient) AddHeader ¶
func (c *BidirectionalStreamBuilderClient) AddHeader(ctx context.Context, arg0 string, arg1 string) (int64, error)
AddHeader calls the AddHeader RPC.
func (*BidirectionalStreamBuilderClient) Build ¶
func (c *BidirectionalStreamBuilderClient) Build(ctx context.Context) (int64, error)
Build calls the Build RPC.
func (*BidirectionalStreamBuilderClient) SetDelayRequestHeadersUntilFirstFlushEnabled ¶
func (c *BidirectionalStreamBuilderClient) SetDelayRequestHeadersUntilFirstFlushEnabled(ctx context.Context, arg0 bool) (int64, error)
SetDelayRequestHeadersUntilFirstFlushEnabled calls the SetDelayRequestHeadersUntilFirstFlushEnabled RPC.
func (*BidirectionalStreamBuilderClient) SetHttpMethod ¶
func (c *BidirectionalStreamBuilderClient) SetHttpMethod(ctx context.Context, arg0 string) (int64, error)
SetHttpMethod calls the SetHttpMethod RPC.
func (*BidirectionalStreamBuilderClient) SetPriority ¶
func (c *BidirectionalStreamBuilderClient) SetPriority(ctx context.Context, arg0 int32) (int64, error)
SetPriority calls the SetPriority RPC.
func (*BidirectionalStreamBuilderClient) SetTrafficStatsTag ¶
func (c *BidirectionalStreamBuilderClient) SetTrafficStatsTag(ctx context.Context, arg0 int32) (int64, error)
SetTrafficStatsTag calls the SetTrafficStatsTag RPC.
func (*BidirectionalStreamBuilderClient) SetTrafficStatsUid ¶
func (c *BidirectionalStreamBuilderClient) SetTrafficStatsUid(ctx context.Context, arg0 int32) (int64, error)
SetTrafficStatsUid calls the SetTrafficStatsUid RPC.
type BidirectionalStreamCallbackClient ¶
type BidirectionalStreamCallbackClient struct {
// contains filtered or unexported fields
}
BidirectionalStreamCallbackClient wraps the gRPC BidirectionalStreamCallbackService client.
func NewBidirectionalStreamCallbackClient ¶
func NewBidirectionalStreamCallbackClient(cc grpc.ClientConnInterface) *BidirectionalStreamCallbackClient
NewBidirectionalStreamCallbackClient creates a new BidirectionalStreamCallback client.
func (*BidirectionalStreamCallbackClient) OnCanceled ¶
func (c *BidirectionalStreamCallbackClient) OnCanceled(ctx context.Context, arg0 int64, arg1 int64) error
OnCanceled calls the OnCanceled RPC.
func (*BidirectionalStreamCallbackClient) OnFailed ¶
func (c *BidirectionalStreamCallbackClient) OnFailed(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) error
OnFailed calls the OnFailed RPC.
func (*BidirectionalStreamCallbackClient) OnResponseHeadersReceived ¶
func (c *BidirectionalStreamCallbackClient) OnResponseHeadersReceived(ctx context.Context, arg0 int64, arg1 int64) error
OnResponseHeadersReceived calls the OnResponseHeadersReceived RPC.
func (*BidirectionalStreamCallbackClient) OnResponseTrailersReceived ¶
func (c *BidirectionalStreamCallbackClient) OnResponseTrailersReceived(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) error
OnResponseTrailersReceived calls the OnResponseTrailersReceived RPC.
func (*BidirectionalStreamCallbackClient) OnStreamReady ¶
func (c *BidirectionalStreamCallbackClient) OnStreamReady(ctx context.Context, arg0 int64) error
OnStreamReady calls the OnStreamReady RPC.
func (*BidirectionalStreamCallbackClient) OnSucceeded ¶
func (c *BidirectionalStreamCallbackClient) OnSucceeded(ctx context.Context, arg0 int64, arg1 int64) error
OnSucceeded calls the OnSucceeded RPC.
type BidirectionalStreamClient ¶
type BidirectionalStreamClient struct {
// contains filtered or unexported fields
}
BidirectionalStreamClient wraps the gRPC BidirectionalStreamService client.
func NewBidirectionalStreamClient ¶
func NewBidirectionalStreamClient(cc grpc.ClientConnInterface) *BidirectionalStreamClient
NewBidirectionalStreamClient creates a new BidirectionalStream client.
func (*BidirectionalStreamClient) Cancel ¶
func (c *BidirectionalStreamClient) Cancel(ctx context.Context) error
Cancel calls the Cancel RPC.
func (*BidirectionalStreamClient) Flush ¶
func (c *BidirectionalStreamClient) Flush(ctx context.Context) error
Flush calls the Flush RPC.
func (*BidirectionalStreamClient) GetHeaders ¶
func (c *BidirectionalStreamClient) GetHeaders(ctx context.Context) (int64, error)
GetHeaders calls the GetHeaders RPC.
func (*BidirectionalStreamClient) GetHttpMethod ¶
func (c *BidirectionalStreamClient) GetHttpMethod(ctx context.Context) (string, error)
GetHttpMethod calls the GetHttpMethod RPC.
func (*BidirectionalStreamClient) GetPriority ¶
func (c *BidirectionalStreamClient) GetPriority(ctx context.Context) (int32, error)
GetPriority calls the GetPriority RPC.
func (*BidirectionalStreamClient) GetTrafficStatsTag ¶
func (c *BidirectionalStreamClient) GetTrafficStatsTag(ctx context.Context) (int32, error)
GetTrafficStatsTag calls the GetTrafficStatsTag RPC.
func (*BidirectionalStreamClient) GetTrafficStatsUid ¶
func (c *BidirectionalStreamClient) GetTrafficStatsUid(ctx context.Context) (int32, error)
GetTrafficStatsUid calls the GetTrafficStatsUid RPC.
func (*BidirectionalStreamClient) HasTrafficStatsTag ¶
func (c *BidirectionalStreamClient) HasTrafficStatsTag(ctx context.Context) (bool, error)
HasTrafficStatsTag calls the HasTrafficStatsTag RPC.
func (*BidirectionalStreamClient) HasTrafficStatsUid ¶
func (c *BidirectionalStreamClient) HasTrafficStatsUid(ctx context.Context) (bool, error)
HasTrafficStatsUid calls the HasTrafficStatsUid RPC.
func (*BidirectionalStreamClient) IsDelayRequestHeadersUntilFirstFlushEnabled ¶
func (c *BidirectionalStreamClient) IsDelayRequestHeadersUntilFirstFlushEnabled(ctx context.Context) (bool, error)
IsDelayRequestHeadersUntilFirstFlushEnabled calls the IsDelayRequestHeadersUntilFirstFlushEnabled RPC.
type ConnectionMigrationOptionsBuilderClient ¶
type ConnectionMigrationOptionsBuilderClient struct {
// contains filtered or unexported fields
}
ConnectionMigrationOptionsBuilderClient wraps the gRPC ConnectionMigrationOptionsBuilderService client.
func NewConnectionMigrationOptionsBuilderClient ¶
func NewConnectionMigrationOptionsBuilderClient(cc grpc.ClientConnInterface) *ConnectionMigrationOptionsBuilderClient
NewConnectionMigrationOptionsBuilderClient creates a new ConnectionMigrationOptionsBuilder client.
func (*ConnectionMigrationOptionsBuilderClient) Build ¶
func (c *ConnectionMigrationOptionsBuilderClient) Build(ctx context.Context) (int64, error)
Build calls the Build RPC.
func (*ConnectionMigrationOptionsBuilderClient) SetAllowNonDefaultNetworkUsage ¶
func (c *ConnectionMigrationOptionsBuilderClient) SetAllowNonDefaultNetworkUsage(ctx context.Context, arg0 int32) (int64, error)
SetAllowNonDefaultNetworkUsage calls the SetAllowNonDefaultNetworkUsage RPC.
func (*ConnectionMigrationOptionsBuilderClient) SetDefaultNetworkMigration ¶
func (c *ConnectionMigrationOptionsBuilderClient) SetDefaultNetworkMigration(ctx context.Context, arg0 int32) (int64, error)
SetDefaultNetworkMigration calls the SetDefaultNetworkMigration RPC.
func (*ConnectionMigrationOptionsBuilderClient) SetPathDegradationMigration ¶
func (c *ConnectionMigrationOptionsBuilderClient) SetPathDegradationMigration(ctx context.Context, arg0 int32) (int64, error)
SetPathDegradationMigration calls the SetPathDegradationMigration RPC.
type ConnectionMigrationOptionsClient ¶
type ConnectionMigrationOptionsClient struct {
// contains filtered or unexported fields
}
ConnectionMigrationOptionsClient wraps the gRPC ConnectionMigrationOptionsService client.
func NewConnectionMigrationOptionsClient ¶
func NewConnectionMigrationOptionsClient(cc grpc.ClientConnInterface) *ConnectionMigrationOptionsClient
NewConnectionMigrationOptionsClient creates a new ConnectionMigrationOptions client.
func (*ConnectionMigrationOptionsClient) GetAllowNonDefaultNetworkUsage ¶
func (c *ConnectionMigrationOptionsClient) GetAllowNonDefaultNetworkUsage(ctx context.Context) (int32, error)
GetAllowNonDefaultNetworkUsage calls the GetAllowNonDefaultNetworkUsage RPC.
func (*ConnectionMigrationOptionsClient) GetDefaultNetworkMigration ¶
func (c *ConnectionMigrationOptionsClient) GetDefaultNetworkMigration(ctx context.Context) (int32, error)
GetDefaultNetworkMigration calls the GetDefaultNetworkMigration RPC.
func (*ConnectionMigrationOptionsClient) GetPathDegradationMigration ¶
func (c *ConnectionMigrationOptionsClient) GetPathDegradationMigration(ctx context.Context) (int32, error)
GetPathDegradationMigration calls the GetPathDegradationMigration RPC.
type DnsOptionsBuilderClient ¶
type DnsOptionsBuilderClient struct {
// contains filtered or unexported fields
}
DnsOptionsBuilderClient wraps the gRPC DnsOptionsBuilderService client.
func NewDnsOptionsBuilderClient ¶
func NewDnsOptionsBuilderClient(cc grpc.ClientConnInterface) *DnsOptionsBuilderClient
NewDnsOptionsBuilderClient creates a new DnsOptionsBuilder client.
func (*DnsOptionsBuilderClient) Build ¶
func (c *DnsOptionsBuilderClient) Build(ctx context.Context) (int64, error)
Build calls the Build RPC.
func (*DnsOptionsBuilderClient) SetPersistHostCache ¶
func (c *DnsOptionsBuilderClient) SetPersistHostCache(ctx context.Context, arg0 int32) (int64, error)
SetPersistHostCache calls the SetPersistHostCache RPC.
func (*DnsOptionsBuilderClient) SetPersistHostCachePeriod ¶
func (c *DnsOptionsBuilderClient) SetPersistHostCachePeriod(ctx context.Context, arg0 int64) (int64, error)
SetPersistHostCachePeriod calls the SetPersistHostCachePeriod RPC.
func (*DnsOptionsBuilderClient) SetPreestablishConnectionsToStaleDnsResults ¶
func (c *DnsOptionsBuilderClient) SetPreestablishConnectionsToStaleDnsResults(ctx context.Context, arg0 int32) (int64, error)
SetPreestablishConnectionsToStaleDnsResults calls the SetPreestablishConnectionsToStaleDnsResults RPC.
func (*DnsOptionsBuilderClient) SetStaleDns ¶
SetStaleDns calls the SetStaleDns RPC.
func (*DnsOptionsBuilderClient) SetStaleDnsOptions ¶
func (c *DnsOptionsBuilderClient) SetStaleDnsOptions(ctx context.Context, arg0 int64) (int64, error)
SetStaleDnsOptions calls the SetStaleDnsOptions RPC.
func (*DnsOptionsBuilderClient) SetUseHttpStackDnsResolver ¶
func (c *DnsOptionsBuilderClient) SetUseHttpStackDnsResolver(ctx context.Context, arg0 int32) (int64, error)
SetUseHttpStackDnsResolver calls the SetUseHttpStackDnsResolver RPC.
type DnsOptionsClient ¶
type DnsOptionsClient struct {
// contains filtered or unexported fields
}
DnsOptionsClient wraps the gRPC DnsOptionsService client.
func NewDnsOptionsClient ¶
func NewDnsOptionsClient(cc grpc.ClientConnInterface) *DnsOptionsClient
NewDnsOptionsClient creates a new DnsOptions client.
func (*DnsOptionsClient) GetPersistHostCache ¶
func (c *DnsOptionsClient) GetPersistHostCache(ctx context.Context) (int32, error)
GetPersistHostCache calls the GetPersistHostCache RPC.
func (*DnsOptionsClient) GetPersistHostCachePeriod ¶
func (c *DnsOptionsClient) GetPersistHostCachePeriod(ctx context.Context) (int64, error)
GetPersistHostCachePeriod calls the GetPersistHostCachePeriod RPC.
func (*DnsOptionsClient) GetPreestablishConnectionsToStaleDnsResults ¶
func (c *DnsOptionsClient) GetPreestablishConnectionsToStaleDnsResults(ctx context.Context) (int32, error)
GetPreestablishConnectionsToStaleDnsResults calls the GetPreestablishConnectionsToStaleDnsResults RPC.
func (*DnsOptionsClient) GetStaleDns ¶
func (c *DnsOptionsClient) GetStaleDns(ctx context.Context) (int32, error)
GetStaleDns calls the GetStaleDns RPC.
func (*DnsOptionsClient) GetStaleDnsOptions ¶
func (c *DnsOptionsClient) GetStaleDnsOptions(ctx context.Context) (int64, error)
GetStaleDnsOptions calls the GetStaleDnsOptions RPC.
func (*DnsOptionsClient) GetUseHttpStackDnsResolver ¶
func (c *DnsOptionsClient) GetUseHttpStackDnsResolver(ctx context.Context) (int32, error)
GetUseHttpStackDnsResolver calls the GetUseHttpStackDnsResolver RPC.
type DnsOptionsStaleDnsOptionsClient ¶
type DnsOptionsStaleDnsOptionsClient struct {
// contains filtered or unexported fields
}
DnsOptionsStaleDnsOptionsClient wraps the gRPC DnsOptionsStaleDnsOptionsService client.
func NewDnsOptionsStaleDnsOptionsClient ¶
func NewDnsOptionsStaleDnsOptionsClient(cc grpc.ClientConnInterface) *DnsOptionsStaleDnsOptionsClient
NewDnsOptionsStaleDnsOptionsClient creates a new DnsOptionsStaleDnsOptions client.
func (*DnsOptionsStaleDnsOptionsClient) GetAllowCrossNetworkUsage ¶
func (c *DnsOptionsStaleDnsOptionsClient) GetAllowCrossNetworkUsage(ctx context.Context) (int32, error)
GetAllowCrossNetworkUsage calls the GetAllowCrossNetworkUsage RPC.
func (*DnsOptionsStaleDnsOptionsClient) GetFreshLookupTimeout ¶
func (c *DnsOptionsStaleDnsOptionsClient) GetFreshLookupTimeout(ctx context.Context) (int64, error)
GetFreshLookupTimeout calls the GetFreshLookupTimeout RPC.
func (*DnsOptionsStaleDnsOptionsClient) GetMaxExpiredDelay ¶
func (c *DnsOptionsStaleDnsOptionsClient) GetMaxExpiredDelay(ctx context.Context) (int64, error)
GetMaxExpiredDelay calls the GetMaxExpiredDelay RPC.
func (*DnsOptionsStaleDnsOptionsClient) GetUseStaleOnNameNotResolved ¶
func (c *DnsOptionsStaleDnsOptionsClient) GetUseStaleOnNameNotResolved(ctx context.Context) (int32, error)
GetUseStaleOnNameNotResolved calls the GetUseStaleOnNameNotResolved RPC.
type EngineBuilderClient ¶
type EngineBuilderClient struct {
// contains filtered or unexported fields
}
EngineBuilderClient wraps the gRPC EngineBuilderService client.
func NewEngineBuilderClient ¶
func NewEngineBuilderClient(cc grpc.ClientConnInterface) *EngineBuilderClient
NewEngineBuilderClient creates a new EngineBuilder client.
func (*EngineBuilderClient) AddQuicHint ¶
func (c *EngineBuilderClient) AddQuicHint(ctx context.Context, arg0 string, arg1 int32, arg2 int32) (int64, error)
AddQuicHint calls the AddQuicHint RPC.
func (*EngineBuilderClient) Build ¶
func (c *EngineBuilderClient) Build(ctx context.Context) (int64, error)
Build calls the Build RPC.
func (*EngineBuilderClient) GetDefaultUserAgent ¶
func (c *EngineBuilderClient) GetDefaultUserAgent(ctx context.Context) (string, error)
GetDefaultUserAgent calls the GetDefaultUserAgent RPC.
func (*EngineBuilderClient) SetConnectionMigrationOptions ¶
func (c *EngineBuilderClient) SetConnectionMigrationOptions(ctx context.Context, arg0 int64) (int64, error)
SetConnectionMigrationOptions calls the SetConnectionMigrationOptions RPC.
func (*EngineBuilderClient) SetDnsOptions ¶
SetDnsOptions calls the SetDnsOptions RPC.
func (*EngineBuilderClient) SetEnableBrotli ¶
SetEnableBrotli calls the SetEnableBrotli RPC.
func (*EngineBuilderClient) SetEnableHttp2 ¶
SetEnableHttp2 calls the SetEnableHttp2 RPC.
func (*EngineBuilderClient) SetEnableHttpCache ¶
func (c *EngineBuilderClient) SetEnableHttpCache(ctx context.Context, arg0 int32, arg1 int64) (int64, error)
SetEnableHttpCache calls the SetEnableHttpCache RPC.
func (*EngineBuilderClient) SetEnablePublicKeyPinningBypassForLocalTrustAnchors ¶
func (c *EngineBuilderClient) SetEnablePublicKeyPinningBypassForLocalTrustAnchors(ctx context.Context, arg0 bool) (int64, error)
SetEnablePublicKeyPinningBypassForLocalTrustAnchors calls the SetEnablePublicKeyPinningBypassForLocalTrustAnchors RPC.
func (*EngineBuilderClient) SetEnableQuic ¶
SetEnableQuic calls the SetEnableQuic RPC.
func (*EngineBuilderClient) SetQuicOptions ¶
SetQuicOptions calls the SetQuicOptions RPC.
func (*EngineBuilderClient) SetStoragePath ¶
SetStoragePath calls the SetStoragePath RPC.
func (*EngineBuilderClient) SetUserAgent ¶
SetUserAgent calls the SetUserAgent RPC.
type EngineClient ¶
type EngineClient struct {
// contains filtered or unexported fields
}
EngineClient wraps the gRPC EngineService client.
func NewEngineClient ¶
func NewEngineClient(cc grpc.ClientConnInterface) *EngineClient
NewEngineClient creates a new Engine client.
func (*EngineClient) BindToNetwork ¶
func (c *EngineClient) BindToNetwork(ctx context.Context, arg0 int64) error
BindToNetwork calls the BindToNetwork RPC.
func (*EngineClient) CreateUrlStreamHandlerFactory ¶
func (c *EngineClient) CreateUrlStreamHandlerFactory(ctx context.Context) (int64, error)
CreateUrlStreamHandlerFactory calls the CreateUrlStreamHandlerFactory RPC.
func (*EngineClient) GetVersionString ¶
func (c *EngineClient) GetVersionString(ctx context.Context) (string, error)
GetVersionString calls the GetVersionString RPC.
func (*EngineClient) NewBidirectionalStreamBuilder ¶
func (c *EngineClient) NewBidirectionalStreamBuilder(ctx context.Context, arg0 string, arg1 int64, arg2 int64) (int64, error)
NewBidirectionalStreamBuilder calls the NewBidirectionalStreamBuilder RPC.
func (*EngineClient) NewUrlRequestBuilder ¶
func (c *EngineClient) NewUrlRequestBuilder(ctx context.Context, arg0 string, arg1 int64, arg2 int64) (int64, error)
NewUrlRequestBuilder calls the NewUrlRequestBuilder RPC.
func (*EngineClient) OpenConnection ¶
OpenConnection calls the OpenConnection RPC.
type NetworkExceptionClient ¶
type NetworkExceptionClient struct {
// contains filtered or unexported fields
}
NetworkExceptionClient wraps the gRPC NetworkExceptionService client.
func NewNetworkExceptionClient ¶
func NewNetworkExceptionClient(cc grpc.ClientConnInterface) *NetworkExceptionClient
NewNetworkExceptionClient creates a new NetworkException client.
func (*NetworkExceptionClient) GetErrorCode ¶
func (c *NetworkExceptionClient) GetErrorCode(ctx context.Context) (int32, error)
GetErrorCode calls the GetErrorCode RPC.
func (*NetworkExceptionClient) IsImmediatelyRetryable ¶
func (c *NetworkExceptionClient) IsImmediatelyRetryable(ctx context.Context) (bool, error)
IsImmediatelyRetryable calls the IsImmediatelyRetryable RPC.
type QuicOptionsBuilderClient ¶
type QuicOptionsBuilderClient struct {
// contains filtered or unexported fields
}
QuicOptionsBuilderClient wraps the gRPC QuicOptionsBuilderService client.
func NewQuicOptionsBuilderClient ¶
func NewQuicOptionsBuilderClient(cc grpc.ClientConnInterface) *QuicOptionsBuilderClient
NewQuicOptionsBuilderClient creates a new QuicOptionsBuilder client.
func (*QuicOptionsBuilderClient) AddAllowedQuicHost ¶
func (c *QuicOptionsBuilderClient) AddAllowedQuicHost(ctx context.Context, arg0 string) (int64, error)
AddAllowedQuicHost calls the AddAllowedQuicHost RPC.
func (*QuicOptionsBuilderClient) Build ¶
func (c *QuicOptionsBuilderClient) Build(ctx context.Context) (int64, error)
Build calls the Build RPC.
func (*QuicOptionsBuilderClient) SetHandshakeUserAgent ¶
func (c *QuicOptionsBuilderClient) SetHandshakeUserAgent(ctx context.Context, arg0 string) (int64, error)
SetHandshakeUserAgent calls the SetHandshakeUserAgent RPC.
func (*QuicOptionsBuilderClient) SetIdleConnectionTimeout ¶
func (c *QuicOptionsBuilderClient) SetIdleConnectionTimeout(ctx context.Context, arg0 int64) (int64, error)
SetIdleConnectionTimeout calls the SetIdleConnectionTimeout RPC.
func (*QuicOptionsBuilderClient) SetInMemoryServerConfigsCacheSize ¶
func (c *QuicOptionsBuilderClient) SetInMemoryServerConfigsCacheSize(ctx context.Context, arg0 int32) (int64, error)
SetInMemoryServerConfigsCacheSize calls the SetInMemoryServerConfigsCacheSize RPC.
type QuicOptionsClient ¶
type QuicOptionsClient struct {
// contains filtered or unexported fields
}
QuicOptionsClient wraps the gRPC QuicOptionsService client.
func NewQuicOptionsClient ¶
func NewQuicOptionsClient(cc grpc.ClientConnInterface) *QuicOptionsClient
NewQuicOptionsClient creates a new QuicOptions client.
func (*QuicOptionsClient) GetAllowedQuicHosts ¶
func (c *QuicOptionsClient) GetAllowedQuicHosts(ctx context.Context) (int64, error)
GetAllowedQuicHosts calls the GetAllowedQuicHosts RPC.
func (*QuicOptionsClient) GetHandshakeUserAgent ¶
func (c *QuicOptionsClient) GetHandshakeUserAgent(ctx context.Context) (string, error)
GetHandshakeUserAgent calls the GetHandshakeUserAgent RPC.
func (*QuicOptionsClient) GetIdleConnectionTimeout ¶
func (c *QuicOptionsClient) GetIdleConnectionTimeout(ctx context.Context) (int64, error)
GetIdleConnectionTimeout calls the GetIdleConnectionTimeout RPC.
func (*QuicOptionsClient) GetInMemoryServerConfigsCacheSize ¶
func (c *QuicOptionsClient) GetInMemoryServerConfigsCacheSize(ctx context.Context) (int32, error)
GetInMemoryServerConfigsCacheSize calls the GetInMemoryServerConfigsCacheSize RPC.
func (*QuicOptionsClient) HasInMemoryServerConfigsCacheSize ¶
func (c *QuicOptionsClient) HasInMemoryServerConfigsCacheSize(ctx context.Context) (bool, error)
HasInMemoryServerConfigsCacheSize calls the HasInMemoryServerConfigsCacheSize RPC.
type ResponseCacheClient ¶
type ResponseCacheClient struct {
// contains filtered or unexported fields
}
ResponseCacheClient wraps the gRPC ResponseCacheService client.
func NewResponseCacheClient ¶
func NewResponseCacheClient(cc grpc.ClientConnInterface) *ResponseCacheClient
NewResponseCacheClient creates a new ResponseCache client.
func (*ResponseCacheClient) Close ¶
func (c *ResponseCacheClient) Close(ctx context.Context) error
Close calls the Close RPC.
func (*ResponseCacheClient) Delete ¶
func (c *ResponseCacheClient) Delete(ctx context.Context) error
Delete calls the Delete RPC.
func (*ResponseCacheClient) Flush ¶
func (c *ResponseCacheClient) Flush(ctx context.Context) error
Flush calls the Flush RPC.
func (*ResponseCacheClient) GetHitCount ¶
func (c *ResponseCacheClient) GetHitCount(ctx context.Context) (int32, error)
GetHitCount calls the GetHitCount RPC.
func (*ResponseCacheClient) GetInstalled ¶
func (c *ResponseCacheClient) GetInstalled(ctx context.Context) (int64, error)
GetInstalled calls the GetInstalled RPC.
func (*ResponseCacheClient) GetNetworkCount ¶
func (c *ResponseCacheClient) GetNetworkCount(ctx context.Context) (int32, error)
GetNetworkCount calls the GetNetworkCount RPC.
func (*ResponseCacheClient) GetRequestCount ¶
func (c *ResponseCacheClient) GetRequestCount(ctx context.Context) (int32, error)
GetRequestCount calls the GetRequestCount RPC.
func (*ResponseCacheClient) MaxSize ¶
func (c *ResponseCacheClient) MaxSize(ctx context.Context) (int64, error)
MaxSize calls the MaxSize RPC.
type SslCertificateClient ¶
type SslCertificateClient struct {
// contains filtered or unexported fields
}
SslCertificateClient wraps the gRPC SslCertificateService client.
func NewSslCertificateClient ¶
func NewSslCertificateClient(cc grpc.ClientConnInterface) *SslCertificateClient
NewSslCertificateClient creates a new SslCertificate client.
func (*SslCertificateClient) GetIssuedBy ¶
GetIssuedBy calls the GetIssuedBy RPC.
func (*SslCertificateClient) GetIssuedTo ¶
GetIssuedTo calls the GetIssuedTo RPC.
func (*SslCertificateClient) GetValidNotAfter ¶
GetValidNotAfter calls the GetValidNotAfter RPC.
func (*SslCertificateClient) GetValidNotAfterDate ¶
func (c *SslCertificateClient) GetValidNotAfterDate(ctx context.Context, handle int64) (int64, error)
GetValidNotAfterDate calls the GetValidNotAfterDate RPC.
func (*SslCertificateClient) GetValidNotBefore ¶
GetValidNotBefore calls the GetValidNotBefore RPC.
func (*SslCertificateClient) GetValidNotBeforeDate ¶
func (c *SslCertificateClient) GetValidNotBeforeDate(ctx context.Context, handle int64) (int64, error)
GetValidNotBeforeDate calls the GetValidNotBeforeDate RPC.
func (*SslCertificateClient) GetX509Certificate ¶
GetX509Certificate calls the GetX509Certificate RPC.
func (*SslCertificateClient) RestoreState ¶
func (c *SslCertificateClient) RestoreState(ctx context.Context, handle int64, arg0 int64) (int64, error)
RestoreState calls the RestoreState RPC.
type SslCertificateDNameClient ¶
type SslCertificateDNameClient struct {
// contains filtered or unexported fields
}
SslCertificateDNameClient wraps the gRPC SslCertificateDNameService client.
func NewSslCertificateDNameClient ¶
func NewSslCertificateDNameClient(cc grpc.ClientConnInterface) *SslCertificateDNameClient
NewSslCertificateDNameClient creates a new SslCertificateDName client.
func (*SslCertificateDNameClient) GetCName ¶
func (c *SslCertificateDNameClient) GetCName(ctx context.Context) (string, error)
GetCName calls the GetCName RPC.
func (*SslCertificateDNameClient) GetDName ¶
func (c *SslCertificateDNameClient) GetDName(ctx context.Context) (string, error)
GetDName calls the GetDName RPC.
type SslErrorClient ¶
type SslErrorClient struct {
// contains filtered or unexported fields
}
SslErrorClient wraps the gRPC SslErrorService client.
func NewSslErrorClient ¶
func NewSslErrorClient(cc grpc.ClientConnInterface) *SslErrorClient
NewSslErrorClient creates a new SslError client.
func (*SslErrorClient) GetCertificate ¶
GetCertificate calls the GetCertificate RPC.
func (*SslErrorClient) GetPrimaryError ¶
GetPrimaryError calls the GetPrimaryError RPC.
type UploadDataProviderClient ¶
type UploadDataProviderClient struct {
// contains filtered or unexported fields
}
UploadDataProviderClient wraps the gRPC UploadDataProviderService client.
func NewUploadDataProviderClient ¶
func NewUploadDataProviderClient(cc grpc.ClientConnInterface) *UploadDataProviderClient
NewUploadDataProviderClient creates a new UploadDataProvider client.
func (*UploadDataProviderClient) Close ¶
func (c *UploadDataProviderClient) Close(ctx context.Context) error
Close calls the Close RPC.
type UploadDataSinkClient ¶
type UploadDataSinkClient struct {
// contains filtered or unexported fields
}
UploadDataSinkClient wraps the gRPC UploadDataSinkService client.
func NewUploadDataSinkClient ¶
func NewUploadDataSinkClient(cc grpc.ClientConnInterface) *UploadDataSinkClient
NewUploadDataSinkClient creates a new UploadDataSink client.
func (*UploadDataSinkClient) OnReadError ¶
func (c *UploadDataSinkClient) OnReadError(ctx context.Context, arg0 int64) error
OnReadError calls the OnReadError RPC.
func (*UploadDataSinkClient) OnReadSucceeded ¶
func (c *UploadDataSinkClient) OnReadSucceeded(ctx context.Context, arg0 bool) error
OnReadSucceeded calls the OnReadSucceeded RPC.
func (*UploadDataSinkClient) OnRewindError ¶
func (c *UploadDataSinkClient) OnRewindError(ctx context.Context, arg0 int64) error
OnRewindError calls the OnRewindError RPC.
func (*UploadDataSinkClient) OnRewindSucceeded ¶
func (c *UploadDataSinkClient) OnRewindSucceeded(ctx context.Context) error
OnRewindSucceeded calls the OnRewindSucceeded RPC.
type UrlRequestBuilderClient ¶
type UrlRequestBuilderClient struct {
// contains filtered or unexported fields
}
UrlRequestBuilderClient wraps the gRPC UrlRequestBuilderService client.
func NewUrlRequestBuilderClient ¶
func NewUrlRequestBuilderClient(cc grpc.ClientConnInterface) *UrlRequestBuilderClient
NewUrlRequestBuilderClient creates a new UrlRequestBuilder client.
func (*UrlRequestBuilderClient) AddHeader ¶
func (c *UrlRequestBuilderClient) AddHeader(ctx context.Context, arg0 string, arg1 string) (int64, error)
AddHeader calls the AddHeader RPC.
func (*UrlRequestBuilderClient) BindToNetwork ¶
BindToNetwork calls the BindToNetwork RPC.
func (*UrlRequestBuilderClient) Build ¶
func (c *UrlRequestBuilderClient) Build(ctx context.Context) (int64, error)
Build calls the Build RPC.
func (*UrlRequestBuilderClient) SetCacheDisabled ¶
SetCacheDisabled calls the SetCacheDisabled RPC.
func (*UrlRequestBuilderClient) SetDirectExecutorAllowed ¶
func (c *UrlRequestBuilderClient) SetDirectExecutorAllowed(ctx context.Context, arg0 bool) (int64, error)
SetDirectExecutorAllowed calls the SetDirectExecutorAllowed RPC.
func (*UrlRequestBuilderClient) SetHttpMethod ¶
SetHttpMethod calls the SetHttpMethod RPC.
func (*UrlRequestBuilderClient) SetPriority ¶
SetPriority calls the SetPriority RPC.
func (*UrlRequestBuilderClient) SetTrafficStatsTag ¶
func (c *UrlRequestBuilderClient) SetTrafficStatsTag(ctx context.Context, arg0 int32) (int64, error)
SetTrafficStatsTag calls the SetTrafficStatsTag RPC.
func (*UrlRequestBuilderClient) SetTrafficStatsUid ¶
func (c *UrlRequestBuilderClient) SetTrafficStatsUid(ctx context.Context, arg0 int32) (int64, error)
SetTrafficStatsUid calls the SetTrafficStatsUid RPC.
func (*UrlRequestBuilderClient) SetUploadDataProvider ¶
func (c *UrlRequestBuilderClient) SetUploadDataProvider(ctx context.Context, arg0 int64, arg1 int64) (int64, error)
SetUploadDataProvider calls the SetUploadDataProvider RPC.
type UrlRequestCallbackClient ¶
type UrlRequestCallbackClient struct {
// contains filtered or unexported fields
}
UrlRequestCallbackClient wraps the gRPC UrlRequestCallbackService client.
func NewUrlRequestCallbackClient ¶
func NewUrlRequestCallbackClient(cc grpc.ClientConnInterface) *UrlRequestCallbackClient
NewUrlRequestCallbackClient creates a new UrlRequestCallback client.
func (*UrlRequestCallbackClient) OnCanceled ¶
OnCanceled calls the OnCanceled RPC.
func (*UrlRequestCallbackClient) OnFailed ¶
func (c *UrlRequestCallbackClient) OnFailed(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) error
OnFailed calls the OnFailed RPC.
func (*UrlRequestCallbackClient) OnRedirectReceived ¶
func (c *UrlRequestCallbackClient) OnRedirectReceived(ctx context.Context, arg0 int64, arg1 int64, arg2 string) error
OnRedirectReceived calls the OnRedirectReceived RPC.
func (*UrlRequestCallbackClient) OnResponseStarted ¶
func (c *UrlRequestCallbackClient) OnResponseStarted(ctx context.Context, arg0 int64, arg1 int64) error
OnResponseStarted calls the OnResponseStarted RPC.
func (*UrlRequestCallbackClient) OnSucceeded ¶
OnSucceeded calls the OnSucceeded RPC.
type UrlRequestClient ¶
type UrlRequestClient struct {
// contains filtered or unexported fields
}
UrlRequestClient wraps the gRPC UrlRequestService client.
func NewUrlRequestClient ¶
func NewUrlRequestClient(cc grpc.ClientConnInterface) *UrlRequestClient
NewUrlRequestClient creates a new UrlRequest client.
func (*UrlRequestClient) Cancel ¶
func (c *UrlRequestClient) Cancel(ctx context.Context) error
Cancel calls the Cancel RPC.
func (*UrlRequestClient) FollowRedirect ¶
func (c *UrlRequestClient) FollowRedirect(ctx context.Context) error
FollowRedirect calls the FollowRedirect RPC.
func (*UrlRequestClient) GetHeaders ¶
func (c *UrlRequestClient) GetHeaders(ctx context.Context) (int64, error)
GetHeaders calls the GetHeaders RPC.
func (*UrlRequestClient) GetHttpMethod ¶
func (c *UrlRequestClient) GetHttpMethod(ctx context.Context) (string, error)
GetHttpMethod calls the GetHttpMethod RPC.
func (*UrlRequestClient) GetPriority ¶
func (c *UrlRequestClient) GetPriority(ctx context.Context) (int32, error)
GetPriority calls the GetPriority RPC.
func (*UrlRequestClient) GetStatus ¶
func (c *UrlRequestClient) GetStatus(ctx context.Context, arg0 int64) error
GetStatus calls the GetStatus RPC.
func (*UrlRequestClient) GetTrafficStatsTag ¶
func (c *UrlRequestClient) GetTrafficStatsTag(ctx context.Context) (int32, error)
GetTrafficStatsTag calls the GetTrafficStatsTag RPC.
func (*UrlRequestClient) GetTrafficStatsUid ¶
func (c *UrlRequestClient) GetTrafficStatsUid(ctx context.Context) (int32, error)
GetTrafficStatsUid calls the GetTrafficStatsUid RPC.
func (*UrlRequestClient) HasTrafficStatsTag ¶
func (c *UrlRequestClient) HasTrafficStatsTag(ctx context.Context) (bool, error)
HasTrafficStatsTag calls the HasTrafficStatsTag RPC.
func (*UrlRequestClient) HasTrafficStatsUid ¶
func (c *UrlRequestClient) HasTrafficStatsUid(ctx context.Context) (bool, error)
HasTrafficStatsUid calls the HasTrafficStatsUid RPC.
func (*UrlRequestClient) IsCacheDisabled ¶
func (c *UrlRequestClient) IsCacheDisabled(ctx context.Context) (bool, error)
IsCacheDisabled calls the IsCacheDisabled RPC.
func (*UrlRequestClient) IsDirectExecutorAllowed ¶
func (c *UrlRequestClient) IsDirectExecutorAllowed(ctx context.Context) (bool, error)
IsDirectExecutorAllowed calls the IsDirectExecutorAllowed RPC.
type UrlRequestStatusListenerClient ¶
type UrlRequestStatusListenerClient struct {
// contains filtered or unexported fields
}
UrlRequestStatusListenerClient wraps the gRPC UrlRequestStatusListenerService client.
func NewUrlRequestStatusListenerClient ¶
func NewUrlRequestStatusListenerClient(cc grpc.ClientConnInterface) *UrlRequestStatusListenerClient
NewUrlRequestStatusListenerClient creates a new UrlRequestStatusListener client.
type UrlResponseInfoClient ¶
type UrlResponseInfoClient struct {
// contains filtered or unexported fields
}
UrlResponseInfoClient wraps the gRPC UrlResponseInfoService client.
func NewUrlResponseInfoClient ¶
func NewUrlResponseInfoClient(cc grpc.ClientConnInterface) *UrlResponseInfoClient
NewUrlResponseInfoClient creates a new UrlResponseInfo client.
func (*UrlResponseInfoClient) GetHeaders ¶
func (c *UrlResponseInfoClient) GetHeaders(ctx context.Context) (int64, error)
GetHeaders calls the GetHeaders RPC.
func (*UrlResponseInfoClient) GetHttpStatusCode ¶
func (c *UrlResponseInfoClient) GetHttpStatusCode(ctx context.Context) (int32, error)
GetHttpStatusCode calls the GetHttpStatusCode RPC.
func (*UrlResponseInfoClient) GetHttpStatusText ¶
func (c *UrlResponseInfoClient) GetHttpStatusText(ctx context.Context) (string, error)
GetHttpStatusText calls the GetHttpStatusText RPC.
func (*UrlResponseInfoClient) GetNegotiatedProtocol ¶
func (c *UrlResponseInfoClient) GetNegotiatedProtocol(ctx context.Context) (string, error)
GetNegotiatedProtocol calls the GetNegotiatedProtocol RPC.
func (*UrlResponseInfoClient) GetReceivedByteCount ¶
func (c *UrlResponseInfoClient) GetReceivedByteCount(ctx context.Context) (int64, error)
GetReceivedByteCount calls the GetReceivedByteCount RPC.
func (*UrlResponseInfoClient) GetUrl ¶
func (c *UrlResponseInfoClient) GetUrl(ctx context.Context) (string, error)
GetUrl calls the GetUrl RPC.
func (*UrlResponseInfoClient) GetUrlChain ¶
func (c *UrlResponseInfoClient) GetUrlChain(ctx context.Context) (int64, error)
GetUrlChain calls the GetUrlChain RPC.
type X509TrustManagerExtensionsClient ¶
type X509TrustManagerExtensionsClient struct {
// contains filtered or unexported fields
}
X509TrustManagerExtensionsClient wraps the gRPC X509TrustManagerExtensionsService client.
func NewX509TrustManagerExtensionsClient ¶
func NewX509TrustManagerExtensionsClient(cc grpc.ClientConnInterface) *X509TrustManagerExtensionsClient
NewX509TrustManagerExtensionsClient creates a new X509TrustManagerExtensions client.
func (*X509TrustManagerExtensionsClient) CheckServerTrusted3_1 ¶
func (c *X509TrustManagerExtensionsClient) CheckServerTrusted3_1(ctx context.Context, handle int64, arg0 int64, arg1 string, arg2 string) (int64, error)
CheckServerTrusted3_1 calls the CheckServerTrusted3_1 RPC.
func (*X509TrustManagerExtensionsClient) CheckServerTrusted5 ¶
func (c *X509TrustManagerExtensionsClient) CheckServerTrusted5(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int64, arg3 string, arg4 string) (int64, error)
CheckServerTrusted5 calls the CheckServerTrusted5 RPC.
func (*X509TrustManagerExtensionsClient) IsSameTrustConfiguration ¶
func (c *X509TrustManagerExtensionsClient) IsSameTrustConfiguration(ctx context.Context, handle int64, arg0 string, arg1 string) (bool, error)
IsSameTrustConfiguration calls the IsSameTrustConfiguration RPC.
func (*X509TrustManagerExtensionsClient) IsUserAddedCertificate ¶
func (c *X509TrustManagerExtensionsClient) IsUserAddedCertificate(ctx context.Context, handle int64, arg0 int64) (bool, error)
IsUserAddedCertificate calls the IsUserAddedCertificate RPC.