@class HMFNetAddress, NSString, _HMFCFHTTPServerConnection, NSMutableArray, NSObject; @protocol OS_dispatch_queue, HMFHTTPClientConnectionDelegate; @interface HMFHTTPClientConnection : HMFObject <_HMFCFHTTPServerConnectionDelegate, HMFLogging> @property (readonly, nonatomic) NSObject *clientQueue; @property (readonly, nonatomic) NSMutableArray *pendingRespones; @property (readonly, nonatomic) _HMFCFHTTPServerConnection *internal; @property (readonly, nonatomic) HMFNetAddress *peerAddress; @property (weak) id delegate; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; + (id)logCategory; - (void)close; - (void)dealloc; - (void)openWithCompletionHandler:(id /* block */)a0; - (id)shortDescription; - (id)initWithConnection:(id)a0; - (id)logIdentifier; - (void).cxx_destruct; - (id)attributeDescriptions; - (void)sendResponse:(id)a0 completionHandler:(id /* block */)a1; - (void)connection:(id)a0 didReceiveRequest:(id)a1; @end