This repository was archived by the owner on Sep 20, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 12 files changed +24
-24
lines changed Expand file tree Collapse file tree 12 files changed +24
-24
lines changed Original file line number Diff line number Diff line change 8
8
*
9
9
* New BSD License
10
10
*
11
- * Copyright © 2007-2015 , Hoa community. All rights reserved.
11
+ * Copyright © 2007-2016 , Hoa community. All rights reserved.
12
12
*
13
13
* Redistribution and use in source and binary forms, with or without
14
14
* modification, are permitted provided that the following conditions are met:
45
45
*
46
46
* Basic WebSocket client.
47
47
*
48
- * @copyright Copyright © 2007-2015 Hoa community
48
+ * @copyright Copyright © 2007-2016 Hoa community
49
49
* @license New BSD License
50
50
*/
51
51
class Client extends Console \Dispatcher \Kit
Original file line number Diff line number Diff line change 8
8
*
9
9
* New BSD License
10
10
*
11
- * Copyright © 2007-2015 , Hoa community. All rights reserved.
11
+ * Copyright © 2007-2016 , Hoa community. All rights reserved.
12
12
*
13
13
* Redistribution and use in source and binary forms, with or without
14
14
* modification, are permitted provided that the following conditions are met:
46
46
*
47
47
* A cross-protocol Websocket client.
48
48
*
49
- * @copyright Copyright © 2007-2015 Hoa community
49
+ * @copyright Copyright © 2007-2016 Hoa community
50
50
* @license New BSD License
51
51
*/
52
52
class Client extends Connection
Original file line number Diff line number Diff line change 8
8
*
9
9
* New BSD License
10
10
*
11
- * Copyright © 2007-2015 , Hoa community. All rights reserved.
11
+ * Copyright © 2007-2016 , Hoa community. All rights reserved.
12
12
*
13
13
* Redistribution and use in source and binary forms, with or without
14
14
* modification, are permitted provided that the following conditions are met:
45
45
*
46
46
* A cross-protocol Websocket connection.
47
47
*
48
- * @copyright Copyright © 2007-2015 Hoa community
48
+ * @copyright Copyright © 2007-2016 Hoa community
49
49
* @license New BSD License
50
50
*/
51
51
abstract class Connection
Original file line number Diff line number Diff line change 8
8
*
9
9
* New BSD License
10
10
*
11
- * Copyright © 2007-2015 , Hoa community. All rights reserved.
11
+ * Copyright © 2007-2016 , Hoa community. All rights reserved.
12
12
*
13
13
* Redistribution and use in source and binary forms, with or without
14
14
* modification, are permitted provided that the following conditions are met:
41
41
*
42
42
* Extending the \Hoa\Websocket\Exception class.
43
43
*
44
- * @copyright Copyright © 2007-2015 Hoa community
44
+ * @copyright Copyright © 2007-2016 Hoa community
45
45
* @license New BSD License
46
46
*/
47
47
class BadProtocol extends Exception
Original file line number Diff line number Diff line change 8
8
*
9
9
* New BSD License
10
10
*
11
- * Copyright © 2007-2015 , Hoa community. All rights reserved.
11
+ * Copyright © 2007-2016 , Hoa community. All rights reserved.
12
12
*
13
13
* Redistribution and use in source and binary forms, with or without
14
14
* modification, are permitted provided that the following conditions are met:
41
41
*
42
42
* Extending the \Hoa\Websocket\Exception class.
43
43
*
44
- * @copyright Copyright © 2007-2015 Hoa community
44
+ * @copyright Copyright © 2007-2016 Hoa community
45
45
* @license New BSD License
46
46
*/
47
47
class CloseError extends Exception
Original file line number Diff line number Diff line change 8
8
*
9
9
* New BSD License
10
10
*
11
- * Copyright © 2007-2015 , Hoa community. All rights reserved.
11
+ * Copyright © 2007-2016 , Hoa community. All rights reserved.
12
12
*
13
13
* Redistribution and use in source and binary forms, with or without
14
14
* modification, are permitted provided that the following conditions are met:
44
44
*
45
45
* Extending the \Hoa\Exception\Exception class.
46
46
*
47
- * @copyright Copyright © 2007-2015 Hoa community
47
+ * @copyright Copyright © 2007-2016 Hoa community
48
48
* @license New BSD License
49
49
*/
50
50
class Exception extends HoaException
Original file line number Diff line number Diff line change 8
8
*
9
9
* New BSD License
10
10
*
11
- * Copyright © 2007-2015 , Hoa community. All rights reserved.
11
+ * Copyright © 2007-2016 , Hoa community. All rights reserved.
12
12
*
13
13
* Redistribution and use in source and binary forms, with or without
14
14
* modification, are permitted provided that the following conditions are met:
41
41
*
42
42
* Extending the \Hoa\Websocket\Exception class.
43
43
*
44
- * @copyright Copyright © 2007-2015 Hoa community
44
+ * @copyright Copyright © 2007-2016 Hoa community
45
45
* @license New BSD License
46
46
*/
47
47
class InvalidMessage extends Exception
Original file line number Diff line number Diff line change 8
8
*
9
9
* New BSD License
10
10
*
11
- * Copyright © 2007-2015 , Hoa community. All rights reserved.
11
+ * Copyright © 2007-2016 , Hoa community. All rights reserved.
12
12
*
13
13
* Redistribution and use in source and binary forms, with or without
14
14
* modification, are permitted provided that the following conditions are met:
43
43
*
44
44
* Describe a websocket node.
45
45
*
46
- * @copyright Copyright © 2007-2015 Hoa community
46
+ * @copyright Copyright © 2007-2016 Hoa community
47
47
* @license New BSD License
48
48
*/
49
49
class Node extends Socket \Node
Original file line number Diff line number Diff line change 8
8
*
9
9
* New BSD License
10
10
*
11
- * Copyright © 2007-2015 , Hoa community. All rights reserved.
11
+ * Copyright © 2007-2016 , Hoa community. All rights reserved.
12
12
*
13
13
* Redistribution and use in source and binary forms, with or without
14
14
* modification, are permitted provided that the following conditions are met:
45
45
*
46
46
* An abstract protocol implementation.
47
47
*
48
- * @copyright Copyright © 2007-2015 Hoa community
48
+ * @copyright Copyright © 2007-2016 Hoa community
49
49
* @license New BSD License
50
50
*/
51
51
abstract class Generic
Original file line number Diff line number Diff line change 8
8
*
9
9
* New BSD License
10
10
*
11
- * Copyright © 2007-2015 , Hoa community. All rights reserved.
11
+ * Copyright © 2007-2016 , Hoa community. All rights reserved.
12
12
*
13
13
* Redistribution and use in source and binary forms, with or without
14
14
* modification, are permitted provided that the following conditions are met:
44
44
*
45
45
* Protocol implementation: draft-ietf-hybi-thewebsocketprotocol-00.
46
46
*
47
- * @copyright Copyright © 2007-2015 Hoa community
47
+ * @copyright Copyright © 2007-2016 Hoa community
48
48
* @license New BSD License
49
49
*/
50
50
class Hybi00 extends Generic
You can’t perform that action at this time.
0 commit comments