• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Re: transparent proxy using forwardInvocation, how?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Re: transparent proxy using forwardInvocation, how?


  • Subject: Re: Re: transparent proxy using forwardInvocation, how?
  • From: "Julien Jalon" <email@hidden>
  • Date: Sat, 26 Aug 2006 19:33:04 +0200

Some notes about NSProxy:
1) don't need to call [super init] (NSProxy has no init'er...)
2) also implement:
- methodSignatureForSelector:
- conformsToProtocol:
- and, if you want to, respondsToSelector:

On 8/26/06, Nick Zitzmann <email@hidden> wrote:

On Aug 26, 2006, at 3:23 AM, Simon Strandgaard wrote:

> How does one make a transparent proxy?

Subclassing NSProxy and overriding -forwardInvocation: ought to work...

Nick Zitzmann
<http://www.chronosnet.com/>




_______________________________________________ Do not post admin requests to the list. They will be ignored. Cocoa-dev mailing list (email@hidden) Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Follow-Ups:
    • Re: Re: transparent proxy using forwardInvocation, how?
      • From: "Simon Strandgaard" <email@hidden>
References: 
 >transparent proxy using forwardInvocation, how? (From: "Simon Strandgaard" <email@hidden>)
 >Re: transparent proxy using forwardInvocation, how? (From: Nick Zitzmann <email@hidden>)

  • Prev by Date: Re: transparent proxy using forwardInvocation, how?
  • Next by Date: Re: Re: transparent proxy using forwardInvocation, how?
  • Previous by thread: Re: transparent proxy using forwardInvocation, how?
  • Next by thread: Re: Re: transparent proxy using forwardInvocation, how?
  • Index(es):
    • Date
    • Thread