@class NSString, NSDictionary, NSNumber, NSObject; @protocol OS_tcp_listener; @interface _NSCFServer : NSObject { NSNumber *_listenerID; NSObject *_listener; } @property long long type; @property long long listenerPort; @property (retain) NSString *interface; @property (retain) NSDictionary *configuration; @property (getter=isCoprocessorInterfaceEnabled) BOOL enableCoprocessorInterface; + (BOOL)stopAll; + (id)adressesForInterface:(id)a0; + (BOOL)startSocksServerWithPort:(long long)a0; - (id)init; - (void)dealloc; - (BOOL)start; - (BOOL)stop; - (void).cxx_destruct; - (id)initWithType:(long long)a0; - (id)initWithType:(long long)a0 port:(long long)a1; - (id)initWithType:(long long)a0 port:(long long)a1 interface:(id)a2; @end