BLIP/BLIP.h
author Jens Alfke <jens@mooseyard.com>
Wed Jun 11 14:58:38 2008 -0700 (2008-06-11)
changeset 16 6f608b552b77
child 26 cb9cdf247239
permissions -rw-r--r--
* Added a timeout property to TCPConnection. Set it before calling -open, if you want a shorter timeout than the default.
* Made the utility function BLIPMakeError public.
jens@3
     1
//
jens@3
     2
//  BLIP.h
jens@3
     3
//  MYNetwork
jens@3
     4
//
jens@3
     5
//  Created by Jens Alfke on 5/24/08.
jens@3
     6
//  Copyright 2008 __MyCompanyName__. All rights reserved.
jens@3
     7
//
jens@3
     8
jens@3
     9
#import "BLIPConnection.h"
jens@3
    10
#import "BLIPDispatcher.h"
jens@3
    11
#import "BLIPRequest.h"
jens@3
    12
#import "BLIPProperties.h"