|
|
XGController(XGControllerCreation) |
| Extends Class: | |
| Declared In: |
Convenience creation methods.
XGControllerCreation
Returns an instance initialized with a connection to the specified hostname and portnumber.
Returns an instance initialized with a connection to the specified net service.
Returns an instance initialized with a connection to the default controller. If no default controller has been set then this is equivalent to calling +privateController.
Returns an instance initialized with a connection to a private controller. This controller is not shared with anyone else, and has its own private agent.
controllerWithHostname:portnumber: |
Returns an instance initialized with a connection to the specified hostname and portnumber.
controllerWithNetService: |
Returns an instance initialized with a connection to the specified net service.
+ (id)controllerWithNetService:(NSNetService *)netService;
defaultController |
Returns an instance initialized with a connection to the default controller. If no default controller has been set then this is equivalent to calling +privateController.
+ (id)defaultController;
privateController |
Returns an instance initialized with a connection to a private controller. This controller is not shared with anyone else, and has its own private agent.
+ (id)privateController;
Last Updated: 2009-08-12