rawjsonrpc 0.0.1 → 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (44) hide show
  1. data/README.rdoc +2 -4
  2. data/Rakefile +3 -3
  3. data/VERSION +1 -1
  4. data/doc/rdoc/README_rdoc.html +238 -0
  5. data/doc/rdoc/RawJsonRpc/ClientSock.html +244 -0
  6. data/doc/rdoc/RawJsonRpc/RawClientJsonRpc.html +387 -0
  7. data/doc/rdoc/RawJsonRpc/RawServerJsonRpc.html +310 -0
  8. data/doc/rdoc/RawJsonRpc/ServerSocket.html +290 -0
  9. data/doc/rdoc/RawJsonRpc/TCPServer.html +166 -0
  10. data/doc/rdoc/RawJsonRpc.html +174 -0
  11. data/doc/rdoc/RpcError.html +158 -0
  12. data/doc/rdoc/created.rid +6 -0
  13. data/doc/rdoc/images/brick.png +0 -0
  14. data/doc/rdoc/images/brick_link.png +0 -0
  15. data/doc/rdoc/images/bug.png +0 -0
  16. data/doc/rdoc/images/bullet_black.png +0 -0
  17. data/doc/rdoc/images/bullet_toggle_minus.png +0 -0
  18. data/doc/rdoc/images/bullet_toggle_plus.png +0 -0
  19. data/doc/rdoc/images/date.png +0 -0
  20. data/doc/rdoc/images/find.png +0 -0
  21. data/doc/rdoc/images/loadingAnimation.gif +0 -0
  22. data/doc/rdoc/images/macFFBgHack.png +0 -0
  23. data/doc/rdoc/images/package.png +0 -0
  24. data/doc/rdoc/images/page_green.png +0 -0
  25. data/doc/rdoc/images/page_white_text.png +0 -0
  26. data/doc/rdoc/images/page_white_width.png +0 -0
  27. data/doc/rdoc/images/plugin.png +0 -0
  28. data/doc/rdoc/images/ruby.png +0 -0
  29. data/doc/rdoc/images/tag_green.png +0 -0
  30. data/doc/rdoc/images/wrench.png +0 -0
  31. data/doc/rdoc/images/wrench_orange.png +0 -0
  32. data/doc/rdoc/images/zoom.png +0 -0
  33. data/doc/rdoc/index.html +92 -0
  34. data/doc/rdoc/js/darkfish.js +116 -0
  35. data/doc/rdoc/js/jquery.js +32 -0
  36. data/doc/rdoc/js/quicksearch.js +114 -0
  37. data/doc/rdoc/js/thickbox-compressed.js +10 -0
  38. data/doc/rdoc/lib/rawjsonrpc/client_rb.html +63 -0
  39. data/doc/rdoc/lib/rawjsonrpc/error_rb.html +59 -0
  40. data/doc/rdoc/lib/rawjsonrpc/server_rb.html +67 -0
  41. data/doc/rdoc/lib/rawjsonrpc_rb.html +61 -0
  42. data/doc/rdoc/rdoc.css +763 -0
  43. data/rawjsonrpc.gemspec +95 -0
  44. metadata +48 -8
@@ -0,0 +1,166 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5
+ <head>
6
+ <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
7
+
8
+ <title>Class: RawJsonRpc::TCPServer</title>
9
+
10
+ <link rel="stylesheet" href="../rdoc.css" type="text/css" media="screen" />
11
+
12
+ <script src="../js/jquery.js" type="text/javascript" charset="utf-8"></script>
13
+ <script src="../js/thickbox-compressed.js" type="text/javascript" charset="utf-8"></script>
14
+ <script src="../js/quicksearch.js" type="text/javascript" charset="utf-8"></script>
15
+ <script src="../js/darkfish.js" type="text/javascript" charset="utf-8"></script>
16
+
17
+ </head>
18
+ <body id="top" class="class">
19
+
20
+ <div id="metadata">
21
+ <div id="home-metadata">
22
+ <div id="home-section" class="section">
23
+ <h3 class="section-header">
24
+ <a href="../index.html">Home</a>
25
+ <a href="../index.html#classes">Classes</a>
26
+ <a href="../index.html#methods">Methods</a>
27
+ </h3>
28
+ </div>
29
+ </div>
30
+
31
+ <div id="file-metadata">
32
+ <div id="file-list-section" class="section">
33
+ <h3 class="section-header">In Files</h3>
34
+ <div class="section-body">
35
+ <ul>
36
+
37
+ <li><a href="../lib/rawjsonrpc/server_rb.html?TB_iframe=true&amp;height=550&amp;width=785"
38
+ class="thickbox" title="lib/rawjsonrpc/server.rb">lib/rawjsonrpc/server.rb</a></li>
39
+
40
+ </ul>
41
+ </div>
42
+ </div>
43
+
44
+
45
+ </div>
46
+
47
+ <div id="class-metadata">
48
+
49
+ <!-- Parent Class -->
50
+ <div id="parent-class-section" class="section">
51
+ <h3 class="section-header">Parent</h3>
52
+
53
+ <p class="link">GServer</p>
54
+
55
+ </div>
56
+
57
+
58
+
59
+
60
+
61
+
62
+
63
+
64
+
65
+ <!-- Included Modules -->
66
+ <div id="includes-section" class="section">
67
+ <h3 class="section-header">Included Modules</h3>
68
+ <ul class="link-list">
69
+
70
+
71
+ <li><a class="include" href="RawServerJsonRpc.html">RawJsonRpc::RawServerJsonRpc</a></li>
72
+
73
+
74
+ </ul>
75
+ </div>
76
+
77
+ </div>
78
+
79
+ <div id="project-metadata">
80
+
81
+
82
+ <div id="fileindex-section" class="section project-section">
83
+ <h3 class="section-header">Files</h3>
84
+ <ul>
85
+
86
+ <li class="file"><a href="../README_rdoc.html">README.rdoc</a></li>
87
+
88
+ </ul>
89
+ </div>
90
+
91
+
92
+ <div id="classindex-section" class="section project-section">
93
+ <h3 class="section-header">Class/Module Index
94
+ <span class="search-toggle"><img src="../images/find.png"
95
+ height="16" width="16" alt="[+]"
96
+ title="show/hide quicksearch" /></span></h3>
97
+ <form action="#" method="get" accept-charset="utf-8" class="initially-hidden">
98
+ <fieldset>
99
+ <legend>Quicksearch</legend>
100
+ <input type="text" name="quicksearch" value=""
101
+ class="quicksearch-field" />
102
+ </fieldset>
103
+ </form>
104
+
105
+ <ul class="link-list">
106
+
107
+ <li><a href="../RawJsonRpc.html">RawJsonRpc</a></li>
108
+
109
+ <li><a href="../RawJsonRpc/ClientSock.html">RawJsonRpc::ClientSock</a></li>
110
+
111
+ <li><a href="../RawJsonRpc/RawClientJsonRpc.html">RawJsonRpc::RawClientJsonRpc</a></li>
112
+
113
+ <li><a href="../RawJsonRpc/RawServerJsonRpc.html">RawJsonRpc::RawServerJsonRpc</a></li>
114
+
115
+ <li><a href="../RawJsonRpc/ServerSocket.html">RawJsonRpc::ServerSocket</a></li>
116
+
117
+ <li><a href="../RawJsonRpc/TCPServer.html">RawJsonRpc::TCPServer</a></li>
118
+
119
+ <li><a href="../RpcError.html">RpcError</a></li>
120
+
121
+ </ul>
122
+ <div id="no-class-search-results" style="display: none;">No matching classes.</div>
123
+ </div>
124
+
125
+
126
+ </div>
127
+ </div>
128
+
129
+ <div id="documentation">
130
+ <h1 class="class">RawJsonRpc::TCPServer</h1>
131
+
132
+ <div id="description" class="description">
133
+
134
+ <p>Implements the RawServerJsonRpcBase as GServer the stdlib SocketServer. For
135
+ more information go one to the stdlib.</p>
136
+
137
+ </div><!-- description -->
138
+
139
+
140
+
141
+
142
+ <div id="5Buntitled-5D" class="documentation-section">
143
+
144
+
145
+
146
+
147
+
148
+
149
+
150
+
151
+ <!-- Methods -->
152
+
153
+ </div><!-- 5Buntitled-5D -->
154
+
155
+
156
+ </div><!-- documentation -->
157
+
158
+ <div id="validator-badges">
159
+ <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
160
+ <p><small>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish
161
+ Rdoc Generator</a> 2</small>.</p>
162
+ </div>
163
+
164
+ </body>
165
+ </html>
166
+
@@ -0,0 +1,174 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5
+ <head>
6
+ <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
7
+
8
+ <title>Module: RawJsonRpc</title>
9
+
10
+ <link rel="stylesheet" href="./rdoc.css" type="text/css" media="screen" />
11
+
12
+ <script src="./js/jquery.js" type="text/javascript" charset="utf-8"></script>
13
+ <script src="./js/thickbox-compressed.js" type="text/javascript" charset="utf-8"></script>
14
+ <script src="./js/quicksearch.js" type="text/javascript" charset="utf-8"></script>
15
+ <script src="./js/darkfish.js" type="text/javascript" charset="utf-8"></script>
16
+
17
+ </head>
18
+ <body id="top" class="module">
19
+
20
+ <div id="metadata">
21
+ <div id="home-metadata">
22
+ <div id="home-section" class="section">
23
+ <h3 class="section-header">
24
+ <a href="./index.html">Home</a>
25
+ <a href="./index.html#classes">Classes</a>
26
+ <a href="./index.html#methods">Methods</a>
27
+ </h3>
28
+ </div>
29
+ </div>
30
+
31
+ <div id="file-metadata">
32
+ <div id="file-list-section" class="section">
33
+ <h3 class="section-header">In Files</h3>
34
+ <div class="section-body">
35
+ <ul>
36
+
37
+ <li><a href="./lib/rawjsonrpc/client_rb.html?TB_iframe=true&amp;height=550&amp;width=785"
38
+ class="thickbox" title="lib/rawjsonrpc/client.rb">lib/rawjsonrpc/client.rb</a></li>
39
+
40
+ <li><a href="./lib/rawjsonrpc/server_rb.html?TB_iframe=true&amp;height=550&amp;width=785"
41
+ class="thickbox" title="lib/rawjsonrpc/server.rb">lib/rawjsonrpc/server.rb</a></li>
42
+
43
+ <li><a href="./lib/rawjsonrpc_rb.html?TB_iframe=true&amp;height=550&amp;width=785"
44
+ class="thickbox" title="lib/rawjsonrpc.rb">lib/rawjsonrpc.rb</a></li>
45
+
46
+ </ul>
47
+ </div>
48
+ </div>
49
+
50
+
51
+ </div>
52
+
53
+ <div id="class-metadata">
54
+
55
+
56
+
57
+
58
+
59
+ <!-- Namespace Contents -->
60
+ <div id="namespace-list-section" class="section">
61
+ <h3 class="section-header">Namespace</h3>
62
+ <ul class="link-list">
63
+
64
+ <li><span class="type">MODULE</span> <a href="RawJsonRpc/RawServerJsonRpc.html">RawJsonRpc::RawServerJsonRpc</a></li>
65
+
66
+ <li><span class="type">CLASS</span> <a href="RawJsonRpc/ClientSock.html">RawJsonRpc::ClientSock</a></li>
67
+
68
+ <li><span class="type">CLASS</span> <a href="RawJsonRpc/RawClientJsonRpc.html">RawJsonRpc::RawClientJsonRpc</a></li>
69
+
70
+ <li><span class="type">CLASS</span> <a href="RawJsonRpc/ServerSocket.html">RawJsonRpc::ServerSocket</a></li>
71
+
72
+ <li><span class="type">CLASS</span> <a href="RawJsonRpc/TCPServer.html">RawJsonRpc::TCPServer</a></li>
73
+
74
+ </ul>
75
+ </div>
76
+
77
+
78
+
79
+
80
+
81
+ </div>
82
+
83
+ <div id="project-metadata">
84
+
85
+
86
+ <div id="fileindex-section" class="section project-section">
87
+ <h3 class="section-header">Files</h3>
88
+ <ul>
89
+
90
+ <li class="file"><a href="./README_rdoc.html">README.rdoc</a></li>
91
+
92
+ </ul>
93
+ </div>
94
+
95
+
96
+ <div id="classindex-section" class="section project-section">
97
+ <h3 class="section-header">Class/Module Index
98
+ <span class="search-toggle"><img src="./images/find.png"
99
+ height="16" width="16" alt="[+]"
100
+ title="show/hide quicksearch" /></span></h3>
101
+ <form action="#" method="get" accept-charset="utf-8" class="initially-hidden">
102
+ <fieldset>
103
+ <legend>Quicksearch</legend>
104
+ <input type="text" name="quicksearch" value=""
105
+ class="quicksearch-field" />
106
+ </fieldset>
107
+ </form>
108
+
109
+ <ul class="link-list">
110
+
111
+ <li><a href="./RawJsonRpc.html">RawJsonRpc</a></li>
112
+
113
+ <li><a href="./RawJsonRpc/ClientSock.html">RawJsonRpc::ClientSock</a></li>
114
+
115
+ <li><a href="./RawJsonRpc/RawClientJsonRpc.html">RawJsonRpc::RawClientJsonRpc</a></li>
116
+
117
+ <li><a href="./RawJsonRpc/RawServerJsonRpc.html">RawJsonRpc::RawServerJsonRpc</a></li>
118
+
119
+ <li><a href="./RawJsonRpc/ServerSocket.html">RawJsonRpc::ServerSocket</a></li>
120
+
121
+ <li><a href="./RawJsonRpc/TCPServer.html">RawJsonRpc::TCPServer</a></li>
122
+
123
+ <li><a href="./RpcError.html">RpcError</a></li>
124
+
125
+ </ul>
126
+ <div id="no-class-search-results" style="display: none;">No matching classes.</div>
127
+ </div>
128
+
129
+
130
+ </div>
131
+ </div>
132
+
133
+ <div id="documentation">
134
+ <h1 class="module">RawJsonRpc</h1>
135
+
136
+ <div id="description" class="description">
137
+
138
+ <h1>RAW JSON RPC</h1>
139
+
140
+ <p>The rawjsonrpc libary implements base classes / modules to write jsonrpc or
141
+ servers. So that you can easly implments for your stream type with minmal
142
+ efford. Also it provides a TCP client and two TCP Servers. Feel free to
143
+ provid your implmentations to the project.</p>
144
+
145
+ </div><!-- description -->
146
+
147
+
148
+
149
+
150
+ <div id="5Buntitled-5D" class="documentation-section">
151
+
152
+
153
+
154
+
155
+
156
+
157
+
158
+
159
+ <!-- Methods -->
160
+
161
+ </div><!-- 5Buntitled-5D -->
162
+
163
+
164
+ </div><!-- documentation -->
165
+
166
+ <div id="validator-badges">
167
+ <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
168
+ <p><small>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish
169
+ Rdoc Generator</a> 2</small>.</p>
170
+ </div>
171
+
172
+ </body>
173
+ </html>
174
+
@@ -0,0 +1,158 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5
+ <head>
6
+ <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
7
+
8
+ <title>Class: RpcError</title>
9
+
10
+ <link rel="stylesheet" href="./rdoc.css" type="text/css" media="screen" />
11
+
12
+ <script src="./js/jquery.js" type="text/javascript" charset="utf-8"></script>
13
+ <script src="./js/thickbox-compressed.js" type="text/javascript" charset="utf-8"></script>
14
+ <script src="./js/quicksearch.js" type="text/javascript" charset="utf-8"></script>
15
+ <script src="./js/darkfish.js" type="text/javascript" charset="utf-8"></script>
16
+
17
+ </head>
18
+ <body id="top" class="class">
19
+
20
+ <div id="metadata">
21
+ <div id="home-metadata">
22
+ <div id="home-section" class="section">
23
+ <h3 class="section-header">
24
+ <a href="./index.html">Home</a>
25
+ <a href="./index.html#classes">Classes</a>
26
+ <a href="./index.html#methods">Methods</a>
27
+ </h3>
28
+ </div>
29
+ </div>
30
+
31
+ <div id="file-metadata">
32
+ <div id="file-list-section" class="section">
33
+ <h3 class="section-header">In Files</h3>
34
+ <div class="section-body">
35
+ <ul>
36
+
37
+ <li><a href="./lib/rawjsonrpc/error_rb.html?TB_iframe=true&amp;height=550&amp;width=785"
38
+ class="thickbox" title="lib/rawjsonrpc/error.rb">lib/rawjsonrpc/error.rb</a></li>
39
+
40
+ </ul>
41
+ </div>
42
+ </div>
43
+
44
+
45
+ </div>
46
+
47
+ <div id="class-metadata">
48
+
49
+ <!-- Parent Class -->
50
+ <div id="parent-class-section" class="section">
51
+ <h3 class="section-header">Parent</h3>
52
+
53
+ <p class="link">StandardError</p>
54
+
55
+ </div>
56
+
57
+
58
+
59
+
60
+
61
+
62
+
63
+
64
+
65
+ </div>
66
+
67
+ <div id="project-metadata">
68
+
69
+
70
+ <div id="fileindex-section" class="section project-section">
71
+ <h3 class="section-header">Files</h3>
72
+ <ul>
73
+
74
+ <li class="file"><a href="./README_rdoc.html">README.rdoc</a></li>
75
+
76
+ </ul>
77
+ </div>
78
+
79
+
80
+ <div id="classindex-section" class="section project-section">
81
+ <h3 class="section-header">Class/Module Index
82
+ <span class="search-toggle"><img src="./images/find.png"
83
+ height="16" width="16" alt="[+]"
84
+ title="show/hide quicksearch" /></span></h3>
85
+ <form action="#" method="get" accept-charset="utf-8" class="initially-hidden">
86
+ <fieldset>
87
+ <legend>Quicksearch</legend>
88
+ <input type="text" name="quicksearch" value=""
89
+ class="quicksearch-field" />
90
+ </fieldset>
91
+ </form>
92
+
93
+ <ul class="link-list">
94
+
95
+ <li><a href="./RawJsonRpc.html">RawJsonRpc</a></li>
96
+
97
+ <li><a href="./RawJsonRpc/ClientSock.html">RawJsonRpc::ClientSock</a></li>
98
+
99
+ <li><a href="./RawJsonRpc/RawClientJsonRpc.html">RawJsonRpc::RawClientJsonRpc</a></li>
100
+
101
+ <li><a href="./RawJsonRpc/RawServerJsonRpc.html">RawJsonRpc::RawServerJsonRpc</a></li>
102
+
103
+ <li><a href="./RawJsonRpc/ServerSocket.html">RawJsonRpc::ServerSocket</a></li>
104
+
105
+ <li><a href="./RawJsonRpc/TCPServer.html">RawJsonRpc::TCPServer</a></li>
106
+
107
+ <li><a href="./RpcError.html">RpcError</a></li>
108
+
109
+ </ul>
110
+ <div id="no-class-search-results" style="display: none;">No matching classes.</div>
111
+ </div>
112
+
113
+
114
+ </div>
115
+ </div>
116
+
117
+ <div id="documentation">
118
+ <h1 class="class">RpcError</h1>
119
+
120
+ <div id="description" class="description">
121
+
122
+ <p>error.rb : Implements all Error Classes</p>
123
+
124
+ <p>Copyright January 2012, Alexander Schrode. All Rights Reserved.</p>
125
+
126
+ <p>This is free software. Please see the LICENSE and COPYING files for
127
+ details.</p>
128
+
129
+ </div><!-- description -->
130
+
131
+
132
+
133
+
134
+ <div id="5Buntitled-5D" class="documentation-section">
135
+
136
+
137
+
138
+
139
+
140
+
141
+
142
+
143
+ <!-- Methods -->
144
+
145
+ </div><!-- 5Buntitled-5D -->
146
+
147
+
148
+ </div><!-- documentation -->
149
+
150
+ <div id="validator-badges">
151
+ <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
152
+ <p><small>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish
153
+ Rdoc Generator</a> 2</small>.</p>
154
+ </div>
155
+
156
+ </body>
157
+ </html>
158
+
@@ -0,0 +1,6 @@
1
+ Wed, 11 Jan 2012 17:30:16 +0100
2
+ README.rdoc Wed, 11 Jan 2012 17:07:31 +0100
3
+ lib/rawjsonrpc/error.rb Tue, 10 Jan 2012 20:31:56 +0100
4
+ lib/rawjsonrpc/client.rb Wed, 11 Jan 2012 15:59:48 +0100
5
+ lib/rawjsonrpc/server.rb Wed, 11 Jan 2012 16:19:28 +0100
6
+ lib/rawjsonrpc.rb Tue, 10 Jan 2012 17:20:22 +0100
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -0,0 +1,92 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
3
+ "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
4
+
5
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
6
+ <head>
7
+ <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
8
+
9
+ <title>rawjsonrpc 0.1.0</title>
10
+
11
+ <link type="text/css" media="screen" href="rdoc.css" rel="stylesheet" />
12
+
13
+ <script src="js/jquery.js" type="text/javascript" charset="utf-8"></script>
14
+ <script src="js/thickbox-compressed.js" type="text/javascript" charset="utf-8"></script>
15
+ <script src="js/quicksearch.js" type="text/javascript" charset="utf-8"></script>
16
+ <script src="js/darkfish.js" type="text/javascript" charset="utf-8"></script>
17
+
18
+ </head>
19
+ <body class="indexpage">
20
+
21
+
22
+ <h1>rawjsonrpc 0.1.0</h1>
23
+
24
+
25
+ <p>This is the API documentation for 'rawjsonrpc 0.1.0'.</p>
26
+
27
+
28
+
29
+
30
+ <h2>Files</h2>
31
+ <ul>
32
+
33
+ <li class="file"><a href="README_rdoc.html">README.rdoc</a></li>
34
+
35
+ </ul>
36
+
37
+
38
+ <h2 id="classes">Classes/Modules</h2>
39
+ <ul>
40
+
41
+ <li class="module"><a href="RawJsonRpc.html">RawJsonRpc</a></li>
42
+
43
+ <li class="class"><a href="RawJsonRpc/ClientSock.html">RawJsonRpc::ClientSock</a></li>
44
+
45
+ <li class="class"><a href="RawJsonRpc/RawClientJsonRpc.html">RawJsonRpc::RawClientJsonRpc</a></li>
46
+
47
+ <li class="module"><a href="RawJsonRpc/RawServerJsonRpc.html">RawJsonRpc::RawServerJsonRpc</a></li>
48
+
49
+ <li class="class"><a href="RawJsonRpc/ServerSocket.html">RawJsonRpc::ServerSocket</a></li>
50
+
51
+ <li class="class"><a href="RawJsonRpc/TCPServer.html">RawJsonRpc::TCPServer</a></li>
52
+
53
+ <li class="class"><a href="RpcError.html">RpcError</a></li>
54
+
55
+ </ul>
56
+
57
+ <h2 id="methods">Methods</h2>
58
+ <ul>
59
+
60
+ <li><a href="RawJsonRpc/ClientSock.html#method-c-new">::new &mdash; RawJsonRpc::ClientSock</a></li>
61
+
62
+ <li><a href="RawJsonRpc/ServerSocket.html#method-c-new">::new &mdash; RawJsonRpc::ServerSocket</a></li>
63
+
64
+ <li><a href="RawJsonRpc/RawServerJsonRpc.html#method-i-add_block">#add_block &mdash; RawJsonRpc::RawServerJsonRpc</a></li>
65
+
66
+ <li><a href="RawJsonRpc/RawServerJsonRpc.html#method-i-add_method">#add_method &mdash; RawJsonRpc::RawServerJsonRpc</a></li>
67
+
68
+ <li><a href="RawJsonRpc/ClientSock.html#method-i-close">#close &mdash; RawJsonRpc::ClientSock</a></li>
69
+
70
+ <li><a href="RawJsonRpc/RawServerJsonRpc.html#method-i-execute">#execute &mdash; RawJsonRpc::RawServerJsonRpc</a></li>
71
+
72
+ <li><a href="RawJsonRpc/RawClientJsonRpc.html#method-i-get_response">#get_response &mdash; RawJsonRpc::RawClientJsonRpc</a></li>
73
+
74
+ <li><a href="RawJsonRpc/RawClientJsonRpc.html#method-i-method_missing">#method_missing &mdash; RawJsonRpc::RawClientJsonRpc</a></li>
75
+
76
+ <li><a href="RawJsonRpc/RawClientJsonRpc.html#method-i-notification">#notification &mdash; RawJsonRpc::RawClientJsonRpc</a></li>
77
+
78
+ <li><a href="RawJsonRpc/RawClientJsonRpc.html#method-i-request">#request &mdash; RawJsonRpc::RawClientJsonRpc</a></li>
79
+
80
+ <li><a href="RawJsonRpc/RawClientJsonRpc.html#method-i-send_request">#send_request &mdash; RawJsonRpc::RawClientJsonRpc</a></li>
81
+
82
+ <li><a href="RawJsonRpc/ServerSocket.html#method-i-server">#server &mdash; RawJsonRpc::ServerSocket</a></li>
83
+
84
+ </ul>
85
+
86
+ <div id="validator-badges">
87
+ <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
88
+ <p><small>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish
89
+ Rdoc Generator</a> 2</small>.</p>
90
+ </div>
91
+ </body>
92
+ </html>