google.golang.org/grpc.dialOptions.copts (field)

43 uses

	google.golang.org/grpc (current package)
		clientconn.go#L168: 		if cc.dopts.copts.TransportCredentials == nil && cc.dopts.copts.CredsBundle == nil {
		clientconn.go#L171: 		if cc.dopts.copts.TransportCredentials != nil && cc.dopts.copts.CredsBundle != nil {
		clientconn.go#L175: 		if cc.dopts.copts.TransportCredentials != nil || cc.dopts.copts.CredsBundle != nil {
		clientconn.go#L178: 		for _, cd := range cc.dopts.copts.PerRPCCredentials {
		clientconn.go#L192: 	cc.mkp = cc.dopts.copts.KeepaliveParams
		clientconn.go#L194: 	if cc.dopts.copts.Dialer == nil {
		clientconn.go#L195: 		cc.dopts.copts.Dialer = func(ctx context.Context, addr string) (net.Conn, error) {
		clientconn.go#L200: 			cc.dopts.copts.Dialer = newProxyDialer(cc.dopts.copts.Dialer)
		clientconn.go#L204: 	if cc.dopts.copts.UserAgent != "" {
		clientconn.go#L205: 		cc.dopts.copts.UserAgent += " " + grpcUA
		clientconn.go#L207: 		cc.dopts.copts.UserAgent = grpcUA
		clientconn.go#L266: 	creds := cc.dopts.copts.TransportCredentials
		clientconn.go#L295: 	if creds := cc.dopts.copts.TransportCredentials; creds != nil {
		clientconn.go#L300: 		CredsBundle:      cc.dopts.copts.CredsBundle,
		clientconn.go#L301: 		Dialer:           cc.dopts.copts.Dialer,
		clientconn.go#L321: 			} else if cc.dopts.copts.FailOnNonTempDialError && s == connectivity.TransientFailure {
		clientconn.go#L1082: 		v := 2 * ac.dopts.copts.KeepaliveParams.Time
		clientconn.go#L1201: 		ac.dopts.copts.KeepaliveParams = ac.cc.mkp
		clientconn.go#L1204: 		copts := ac.dopts.copts
		dialoptions.go#L57: 	copts           transport.ConnectOptions
		dialoptions.go#L115: 		o.copts.WriteBufferSize = s
		dialoptions.go#L126: 		o.copts.ReadBufferSize = s
		dialoptions.go#L135: 		o.copts.InitialWindowSize = s
		dialoptions.go#L144: 		o.copts.InitialConnWindowSize = s
		dialoptions.go#L325: 		o.copts.TransportCredentials = creds
		dialoptions.go#L333: 		o.copts.PerRPCCredentials = append(o.copts.PerRPCCredentials, creds)
		dialoptions.go#L344: 		o.copts.CredsBundle = b
		dialoptions.go#L365: 		o.copts.Dialer = f
		dialoptions.go#L394: 		o.copts.StatsHandler = h
		dialoptions.go#L409: 		o.copts.FailOnNonTempDialError = f
		dialoptions.go#L417: 		o.copts.UserAgent = s
		dialoptions.go#L429: 		o.copts.KeepaliveParams = kp
		dialoptions.go#L537: 		o.copts.MaxHeaderListSize = &s
		dialoptions.go#L565: 		copts: transport.ConnectOptions{
		resolver_conn_wrapper.go#L57: 	if creds := cc.dopts.copts.TransportCredentials; creds != nil {
		resolver_conn_wrapper.go#L63: 		CredsBundle:          cc.dopts.copts.CredsBundle,
		resolver_conn_wrapper.go#L64: 		Dialer:               cc.dopts.copts.Dialer,
		stream.go#L248: 	sh := cc.dopts.copts.StatsHandler