type github.com/refraction-networking/utls.EncryptedClientHelloExtension

5 uses

	github.com/refraction-networking/utls (current package)
		u_conn.go#L526: 		_, ok := ext.(EncryptedClientHelloExtension)
		u_ech.go#L25: type EncryptedClientHelloExtension interface {
		u_ech.go#L37: type ECHExtension = EncryptedClientHelloExtension // alias
		u_ech.go#L41: 	_ EncryptedClientHelloExtension = (*GREASEEncryptedClientHelloExtension)(nil)
		u_ech.go#L43: 	_ EncryptedClientHelloExtension = (*UnimplementedECHExtension)(nil)