00001 /* 00002 * Generated by class-dump 3.1.1. 00003 * 00004 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard. 00005 */ 00006 00007 #import "NSObject.h" 00008 00009 @interface NSHTTPConnectionCache : NSObject 00010 { 00011 struct __CFDictionary *connectionDict; 00012 } 00013 00014 - (id)init; 00015 - (void)dealloc; 00016 - (void)finalize; 00017 - (unsigned int)hostCount; 00018 - (unsigned int)connectionCount; 00019 - (id)connectionsForKey:(CDAnonymousStruct1 *)fp8; 00020 - (BOOL)useSSLOnlyForKey:(CDAnonymousStruct1 *)fp8; 00021 - (void)setUseSSLOnly:(BOOL)fp8 forKey:(CDAnonymousStruct1 *)fp12; 00022 - (void)addConnection:(void *)fp8 forKey:(CDAnonymousStruct1 *)fp12; 00023 - (void)removeConnection:(void *)fp8 forKey:(CDAnonymousStruct1 *)fp12; 00024 - (void)purgeConnectionsIdleFor:(double)fp8; 00025 - (void)enqueueRequest:(id)fp8 forKey:(CDAnonymousStruct1 *)fp12; 00026 - (id)dequeueRequestForKey:(CDAnonymousStruct1 *)fp8; 00027 00028 @end 00029