journeta 0.1.7 → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile +8 -0
- data/Gemfile.lock +20 -0
- data/{History.txt → HISTORY} +13 -1
- data/LICENSE +51 -0
- data/License.txt +2 -2
- data/{README.txt → README.rdoc} +12 -17
- data/Rakefile +46 -112
- data/VERSION +1 -0
- data/{examples/instant_messenger.rb → bin/journeta_instant_messenger.rb} +13 -0
- data/bin/journeta_mock_peers.rb +32 -0
- data/{examples/network_status.rb → bin/journeta_network_status.rb} +0 -0
- data/bin/journeta_peer_fuzzer.rb +54 -0
- data/{examples/queue_client.rb → bin/journeta_queue_client.rb} +0 -0
- data/{examples/queue_server.rb → bin/journeta_queue_server.rb} +0 -0
- data/bin/journeta_thread_leak_check.rb +16 -0
- data/bin/journeta_top.rb +73 -0
- data/{examples/instant_messenger_gui.rb → broken/journeta_instant_messenger_gui.rb} +0 -2
- data/broken/journeta_instant_messenger_shoes.rb +52 -0
- data/lib/diff.rb +280 -0
- data/lib/journeta.rb +1 -0
- data/lib/journeta/asynchronous.rb +2 -2
- data/lib/journeta/exception.rb +8 -0
- data/lib/journeta/journeta_engine.rb +4 -5
- data/lib/journeta/logger.rb +1 -1
- data/lib/journeta/peer_connection.rb +2 -2
- data/lib/journeta/peer_listener.rb +2 -2
- data/lib/journeta/presence_broadcaster.rb +19 -5
- data/lib/journeta/presence_listener.rb +8 -4
- data/lib/journeta/version.rb +6 -4
- data/rdoc/Array.html +199 -0
- data/rdoc/Diff.html +714 -0
- data/rdoc/Diffable.html +409 -0
- data/rdoc/Journeta.html +288 -0
- data/rdoc/Journeta/Asynchronous.html +429 -0
- data/rdoc/Journeta/Common.html +205 -0
- data/rdoc/Journeta/Common/BasicMessage.html +228 -0
- data/rdoc/Journeta/Common/DummyPeerHandler.html +237 -0
- data/rdoc/Journeta/Common/Job.html +279 -0
- data/rdoc/Journeta/Common/Shutdown.html +236 -0
- data/rdoc/Journeta/DefaultPeerHandler.html +248 -0
- data/rdoc/Journeta/DefaultPeerRegisteredHandler.html +249 -0
- data/rdoc/Journeta/DefaultPeerUnregisteredHandler.html +249 -0
- data/rdoc/Journeta/DefaultPeerUpdatedHandler.html +249 -0
- data/rdoc/Journeta/Engine.html +953 -0
- data/rdoc/Journeta/Logger.html +237 -0
- data/rdoc/Journeta/NotImplementedException.html +188 -0
- data/rdoc/Journeta/PeerConnection.html +549 -0
- data/rdoc/Journeta/PeerListener.html +276 -0
- data/rdoc/Journeta/PeerRegistry.html +804 -0
- data/rdoc/Journeta/PresenceBroadcaster.html +306 -0
- data/rdoc/Journeta/PresenceListener.html +300 -0
- data/rdoc/Journeta/PresenceMessage.html +321 -0
- data/rdoc/Journeta/VERSION.html +181 -0
- data/rdoc/README_rdoc.html +196 -0
- data/rdoc/String.html +199 -0
- data/rdoc/created.rid +20 -0
- data/rdoc/index.html +212 -0
- data/rdoc/lib/diff_rb.html +52 -0
- data/rdoc/lib/journeta/asynchronous_rb.html +60 -0
- data/rdoc/lib/journeta/common/basic_message_rb.html +52 -0
- data/rdoc/lib/journeta/common/dummy_peer_handler_rb.html +52 -0
- data/rdoc/lib/journeta/common/job_rb.html +52 -0
- data/rdoc/lib/journeta/common/shutdown_rb.html +52 -0
- data/rdoc/lib/journeta/exception_rb.html +55 -0
- data/rdoc/lib/journeta/journeta_engine_rb.html +62 -0
- data/rdoc/lib/journeta/logger_rb.html +55 -0
- data/rdoc/lib/journeta/peer_connection_rb.html +58 -0
- data/rdoc/lib/journeta/peer_handler_rb.html +52 -0
- data/rdoc/lib/journeta/peer_listener_rb.html +60 -0
- data/rdoc/lib/journeta/peer_registry_rb.html +54 -0
- data/rdoc/lib/journeta/presence_broadcaster_rb.html +57 -0
- data/rdoc/lib/journeta/presence_listener_rb.html +62 -0
- data/rdoc/lib/journeta/presence_message_rb.html +52 -0
- data/rdoc/lib/journeta/version_rb.html +52 -0
- data/rdoc/lib/journeta_rb.html +91 -0
- data/rdoc/rdoc.css +706 -0
- data/test/helper.rb +19 -0
- data/test/test_lifecycle.rb +49 -9
- data/website/images/arrow.png +0 -0
- data/website/images/banner.jpg +0 -0
- data/website/images/content_shadow.png +0 -0
- data/website/images/content_side.png +0 -0
- data/website/images/header.jpg +0 -0
- data/website/images/header_side.jpg +0 -0
- data/website/index.html +1 -1
- data/website/index.txt +1 -1
- data/website/stylesheets/reset.css +30 -0
- data/website/stylesheets/screen.css +1 -1
- metadata +152 -46
- data/test/test_event_broadcaster.rb +0 -15
- data/test/test_helper.rb +0 -4
- data/test/test_journeta.rb +0 -11
@@ -0,0 +1,196 @@
|
|
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
|
+
|
5
|
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
6
|
+
<head>
|
7
|
+
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
|
8
|
+
|
9
|
+
<title>File: README.rdoc [journeta rdoc]</title>
|
10
|
+
|
11
|
+
<link type="text/css" media="screen" href="./rdoc.css" rel="stylesheet" />
|
12
|
+
|
13
|
+
<script src="./js/jquery.js" type="text/javascript"
|
14
|
+
charset="utf-8"></script>
|
15
|
+
<script src="./js/thickbox-compressed.js" type="text/javascript"
|
16
|
+
charset="utf-8"></script>
|
17
|
+
<script src="./js/quicksearch.js" type="text/javascript"
|
18
|
+
charset="utf-8"></script>
|
19
|
+
<script src="./js/darkfish.js" type="text/javascript"
|
20
|
+
charset="utf-8"></script>
|
21
|
+
</head>
|
22
|
+
|
23
|
+
<body class="file">
|
24
|
+
<div id="metadata">
|
25
|
+
<div id="home-metadata">
|
26
|
+
<div id="home-section" class="section">
|
27
|
+
<h3 class="section-header">
|
28
|
+
<a href="./index.html">Home</a>
|
29
|
+
<a href="./index.html#classes">Classes</a>
|
30
|
+
<a href="./index.html#methods">Methods</a>
|
31
|
+
</h3>
|
32
|
+
</div>
|
33
|
+
</div>
|
34
|
+
|
35
|
+
<div id="project-metadata">
|
36
|
+
|
37
|
+
|
38
|
+
<div id="fileindex-section" class="section project-section">
|
39
|
+
<h3 class="section-header">Files</h3>
|
40
|
+
<ul>
|
41
|
+
|
42
|
+
<li class="file"><a href="./README_rdoc.html">README.rdoc</a></li>
|
43
|
+
|
44
|
+
</ul>
|
45
|
+
</div>
|
46
|
+
|
47
|
+
|
48
|
+
<div id="classindex-section" class="section project-section">
|
49
|
+
<h3 class="section-header">Class Index
|
50
|
+
<span class="search-toggle"><img src="./images/find.png"
|
51
|
+
height="16" width="16" alt="[+]"
|
52
|
+
title="show/hide quicksearch" /></span></h3>
|
53
|
+
<form action="#" method="get" accept-charset="utf-8" class="initially-hidden">
|
54
|
+
<fieldset>
|
55
|
+
<legend>Quicksearch</legend>
|
56
|
+
<input type="text" name="quicksearch" value=""
|
57
|
+
class="quicksearch-field" />
|
58
|
+
</fieldset>
|
59
|
+
</form>
|
60
|
+
|
61
|
+
<ul class="link-list">
|
62
|
+
|
63
|
+
<li><a href="./Journeta/Asynchronous.html">Journeta::Asynchronous</a></li>
|
64
|
+
|
65
|
+
<li><a href="./Journeta/Common.html">Journeta::Common</a></li>
|
66
|
+
|
67
|
+
<li><a href="./Journeta/Common/BasicMessage.html">Journeta::Common::BasicMessage</a></li>
|
68
|
+
|
69
|
+
<li><a href="./Journeta/Common/DummyPeerHandler.html">Journeta::Common::DummyPeerHandler</a></li>
|
70
|
+
|
71
|
+
<li><a href="./Journeta/Common/Job.html">Journeta::Common::Job</a></li>
|
72
|
+
|
73
|
+
<li><a href="./Journeta/Common/Shutdown.html">Journeta::Common::Shutdown</a></li>
|
74
|
+
|
75
|
+
<li><a href="./Journeta/DefaultPeerHandler.html">Journeta::DefaultPeerHandler</a></li>
|
76
|
+
|
77
|
+
<li><a href="./Journeta/DefaultPeerRegisteredHandler.html">Journeta::DefaultPeerRegisteredHandler</a></li>
|
78
|
+
|
79
|
+
<li><a href="./Journeta/DefaultPeerUnregisteredHandler.html">Journeta::DefaultPeerUnregisteredHandler</a></li>
|
80
|
+
|
81
|
+
<li><a href="./Journeta/DefaultPeerUpdatedHandler.html">Journeta::DefaultPeerUpdatedHandler</a></li>
|
82
|
+
|
83
|
+
<li><a href="./Journeta/Engine.html">Journeta::Engine</a></li>
|
84
|
+
|
85
|
+
<li><a href="./Journeta/Logger.html">Journeta::Logger</a></li>
|
86
|
+
|
87
|
+
<li><a href="./Journeta/NotImplementedException.html">Journeta::NotImplementedException</a></li>
|
88
|
+
|
89
|
+
<li><a href="./Journeta/PeerConnection.html">Journeta::PeerConnection</a></li>
|
90
|
+
|
91
|
+
<li><a href="./Journeta/PeerListener.html">Journeta::PeerListener</a></li>
|
92
|
+
|
93
|
+
<li><a href="./Journeta/PeerRegistry.html">Journeta::PeerRegistry</a></li>
|
94
|
+
|
95
|
+
<li><a href="./Journeta/PresenceBroadcaster.html">Journeta::PresenceBroadcaster</a></li>
|
96
|
+
|
97
|
+
<li><a href="./Journeta/PresenceListener.html">Journeta::PresenceListener</a></li>
|
98
|
+
|
99
|
+
<li><a href="./Journeta/PresenceMessage.html">Journeta::PresenceMessage</a></li>
|
100
|
+
|
101
|
+
<li><a href="./Array.html">Array</a></li>
|
102
|
+
|
103
|
+
<li><a href="./Diff.html">Diff</a></li>
|
104
|
+
|
105
|
+
<li><a href="./Diffable.html">Diffable</a></li>
|
106
|
+
|
107
|
+
<li><a href="./String.html">String</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>Journeta</h1>
|
119
|
+
<h2>About</h2>
|
120
|
+
<p>
|
121
|
+
Journeta is a dirt simple peer discovery and message passing library for
|
122
|
+
processes on the same LAN, requiring no advanced networking knowledge to
|
123
|
+
use.
|
124
|
+
</p>
|
125
|
+
<p>
|
126
|
+
Only core Ruby libraries are required, making the library fairly light. As
|
127
|
+
all data is sent across the wire in YAML form, any arbitrary Ruby object
|
128
|
+
can be sent to peers, provided they..
|
129
|
+
</p>
|
130
|
+
<pre>
|
131
|
+
* Are running a compatible Journeta version.
|
132
|
+
* Have access to the same class definitions if you are sending your own custom objects.
|
133
|
+
* Do not have a firewall preventing network I/O.
|
134
|
+
</pre>
|
135
|
+
<p>
|
136
|
+
Journeta uses Ruby threading to manage the asynchronous nature of
|
137
|
+
peer-to-peer I/O. Data you send from your application thread will be queued
|
138
|
+
and sent asynrchonously as soon as possible. For insight into events
|
139
|
+
internal to the library, start ruby with the `—debug` options.
|
140
|
+
</p>
|
141
|
+
<h2>Use</h2>
|
142
|
+
<pre>
|
143
|
+
journeta_instant_messenger.rb
|
144
|
+
|
145
|
+
A completely distributed, zero-configuration-required chat room script.
|
146
|
+
Fire up several instances in separate terminals. Multiple instances on the same machine is ok.
|
147
|
+
Everything you type will automatically be sent to all other instances on the LAN!
|
148
|
+
Use `ruby --debug journeta_instant_messenger.rb` for detailed internal event details.
|
149
|
+
|
150
|
+
journeta_network_status.rb
|
151
|
+
|
152
|
+
Monitors the presence of all peers on the network.
|
153
|
+
|
154
|
+
journeta_queue_server.rb
|
155
|
+
journeta_queue_client.rb
|
156
|
+
|
157
|
+
A simple queue managed by a server. Each client produces jobs to be queued, and processes jobs
|
158
|
+
sent from the server(s). All nodes automatically find eachother. Try running multiples clients,
|
159
|
+
and then multiple servers. Notice that when you have N servers, each job gets run N times,
|
160
|
+
and not necessarilly by the same client!
|
161
|
+
|
162
|
+
</pre>
|
163
|
+
<h2>Author</h2>
|
164
|
+
<p>
|
165
|
+
Preston Lee
|
166
|
+
</p>
|
167
|
+
<ul>
|
168
|
+
<li><p>
|
169
|
+
<a href="http://www.prestonlee.com">www.prestonlee.com</a>
|
170
|
+
</p>
|
171
|
+
</li>
|
172
|
+
<li><p>
|
173
|
+
<a href="https://www.github.com/preston">www.github.com/preston</a>
|
174
|
+
</p>
|
175
|
+
</li>
|
176
|
+
<li><p>
|
177
|
+
<a href="http://twitter.com/prestonism">twitter.com/prestonism</a>
|
178
|
+
</p>
|
179
|
+
</li>
|
180
|
+
</ul>
|
181
|
+
<h2>Links</h2>
|
182
|
+
<p>
|
183
|
+
How Journeta discovers peers using UDP multicasting.. <a
|
184
|
+
href="http://onestepback.org/index.cgi/Tech/Ruby/MulticastingInRuby.red">onestepback.org/index.cgi/Tech/Ruby/MulticastingInRuby.red</a>
|
185
|
+
</p>
|
186
|
+
|
187
|
+
</div>
|
188
|
+
|
189
|
+
<div id="validator-badges">
|
190
|
+
<p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
|
191
|
+
<p><small>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish
|
192
|
+
Rdoc Generator</a> 1.1.6</small>.</p>
|
193
|
+
</div>
|
194
|
+
</body>
|
195
|
+
</html>
|
196
|
+
|
data/rdoc/String.html
ADDED
@@ -0,0 +1,199 @@
|
|
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: String</title>
|
9
|
+
|
10
|
+
<link rel="stylesheet" href="./rdoc.css" type="text/css" media="screen" />
|
11
|
+
|
12
|
+
<script src="./js/jquery.js" type="text/javascript"
|
13
|
+
charset="utf-8"></script>
|
14
|
+
<script src="./js/thickbox-compressed.js" type="text/javascript"
|
15
|
+
charset="utf-8"></script>
|
16
|
+
<script src="./js/quicksearch.js" type="text/javascript"
|
17
|
+
charset="utf-8"></script>
|
18
|
+
<script src="./js/darkfish.js" type="text/javascript"
|
19
|
+
charset="utf-8"></script>
|
20
|
+
|
21
|
+
</head>
|
22
|
+
<body class="class">
|
23
|
+
|
24
|
+
<div id="metadata">
|
25
|
+
<div id="home-metadata">
|
26
|
+
<div id="home-section" class="section">
|
27
|
+
<h3 class="section-header">
|
28
|
+
<a href="./index.html">Home</a>
|
29
|
+
<a href="./index.html#classes">Classes</a>
|
30
|
+
<a href="./index.html#methods">Methods</a>
|
31
|
+
</h3>
|
32
|
+
</div>
|
33
|
+
</div>
|
34
|
+
|
35
|
+
<div id="file-metadata">
|
36
|
+
<div id="file-list-section" class="section">
|
37
|
+
<h3 class="section-header">In Files</h3>
|
38
|
+
<div class="section-body">
|
39
|
+
<ul>
|
40
|
+
|
41
|
+
<li><a href="./lib/diff_rb.html?TB_iframe=true&height=550&width=785"
|
42
|
+
class="thickbox" title="lib/diff.rb">lib/diff.rb</a></li>
|
43
|
+
|
44
|
+
</ul>
|
45
|
+
</div>
|
46
|
+
</div>
|
47
|
+
|
48
|
+
|
49
|
+
</div>
|
50
|
+
|
51
|
+
<div id="class-metadata">
|
52
|
+
|
53
|
+
<!-- Parent Class -->
|
54
|
+
|
55
|
+
<div id="parent-class-section" class="section">
|
56
|
+
<h3 class="section-header">Parent</h3>
|
57
|
+
|
58
|
+
<p class="link">Object</p>
|
59
|
+
|
60
|
+
</div>
|
61
|
+
|
62
|
+
|
63
|
+
<!-- Namespace Contents -->
|
64
|
+
|
65
|
+
|
66
|
+
<!-- Method Quickref -->
|
67
|
+
|
68
|
+
|
69
|
+
<!-- Included Modules -->
|
70
|
+
|
71
|
+
<div id="includes-section" class="section">
|
72
|
+
<h3 class="section-header">Included Modules</h3>
|
73
|
+
<ul class="link-list">
|
74
|
+
|
75
|
+
|
76
|
+
<li><a class="include" href="Diffable.html">Diffable</a></li>
|
77
|
+
|
78
|
+
|
79
|
+
</ul>
|
80
|
+
</div>
|
81
|
+
|
82
|
+
</div>
|
83
|
+
|
84
|
+
<div id="project-metadata">
|
85
|
+
|
86
|
+
|
87
|
+
<div id="fileindex-section" class="section project-section">
|
88
|
+
<h3 class="section-header">Files</h3>
|
89
|
+
<ul>
|
90
|
+
|
91
|
+
<li class="file"><a href="./README_rdoc.html">README.rdoc</a></li>
|
92
|
+
|
93
|
+
</ul>
|
94
|
+
</div>
|
95
|
+
|
96
|
+
|
97
|
+
<div id="classindex-section" class="section project-section">
|
98
|
+
<h3 class="section-header">Class Index
|
99
|
+
<span class="search-toggle"><img src="./images/find.png"
|
100
|
+
height="16" width="16" alt="[+]"
|
101
|
+
title="show/hide quicksearch" /></span></h3>
|
102
|
+
<form action="#" method="get" accept-charset="utf-8" class="initially-hidden">
|
103
|
+
<fieldset>
|
104
|
+
<legend>Quicksearch</legend>
|
105
|
+
<input type="text" name="quicksearch" value=""
|
106
|
+
class="quicksearch-field" />
|
107
|
+
</fieldset>
|
108
|
+
</form>
|
109
|
+
|
110
|
+
<ul class="link-list">
|
111
|
+
|
112
|
+
<li><a href="./Journeta/Asynchronous.html">Journeta::Asynchronous</a></li>
|
113
|
+
|
114
|
+
<li><a href="./Journeta/Common.html">Journeta::Common</a></li>
|
115
|
+
|
116
|
+
<li><a href="./Journeta/Common/BasicMessage.html">Journeta::Common::BasicMessage</a></li>
|
117
|
+
|
118
|
+
<li><a href="./Journeta/Common/DummyPeerHandler.html">Journeta::Common::DummyPeerHandler</a></li>
|
119
|
+
|
120
|
+
<li><a href="./Journeta/Common/Job.html">Journeta::Common::Job</a></li>
|
121
|
+
|
122
|
+
<li><a href="./Journeta/Common/Shutdown.html">Journeta::Common::Shutdown</a></li>
|
123
|
+
|
124
|
+
<li><a href="./Journeta/DefaultPeerHandler.html">Journeta::DefaultPeerHandler</a></li>
|
125
|
+
|
126
|
+
<li><a href="./Journeta/DefaultPeerRegisteredHandler.html">Journeta::DefaultPeerRegisteredHandler</a></li>
|
127
|
+
|
128
|
+
<li><a href="./Journeta/DefaultPeerUnregisteredHandler.html">Journeta::DefaultPeerUnregisteredHandler</a></li>
|
129
|
+
|
130
|
+
<li><a href="./Journeta/DefaultPeerUpdatedHandler.html">Journeta::DefaultPeerUpdatedHandler</a></li>
|
131
|
+
|
132
|
+
<li><a href="./Journeta/Engine.html">Journeta::Engine</a></li>
|
133
|
+
|
134
|
+
<li><a href="./Journeta/Logger.html">Journeta::Logger</a></li>
|
135
|
+
|
136
|
+
<li><a href="./Journeta/NotImplementedException.html">Journeta::NotImplementedException</a></li>
|
137
|
+
|
138
|
+
<li><a href="./Journeta/PeerConnection.html">Journeta::PeerConnection</a></li>
|
139
|
+
|
140
|
+
<li><a href="./Journeta/PeerListener.html">Journeta::PeerListener</a></li>
|
141
|
+
|
142
|
+
<li><a href="./Journeta/PeerRegistry.html">Journeta::PeerRegistry</a></li>
|
143
|
+
|
144
|
+
<li><a href="./Journeta/PresenceBroadcaster.html">Journeta::PresenceBroadcaster</a></li>
|
145
|
+
|
146
|
+
<li><a href="./Journeta/PresenceListener.html">Journeta::PresenceListener</a></li>
|
147
|
+
|
148
|
+
<li><a href="./Journeta/PresenceMessage.html">Journeta::PresenceMessage</a></li>
|
149
|
+
|
150
|
+
<li><a href="./Array.html">Array</a></li>
|
151
|
+
|
152
|
+
<li><a href="./Diff.html">Diff</a></li>
|
153
|
+
|
154
|
+
<li><a href="./Diffable.html">Diffable</a></li>
|
155
|
+
|
156
|
+
<li><a href="./String.html">String</a></li>
|
157
|
+
|
158
|
+
</ul>
|
159
|
+
<div id="no-class-search-results" style="display: none;">No matching classes.</div>
|
160
|
+
</div>
|
161
|
+
|
162
|
+
|
163
|
+
</div>
|
164
|
+
</div>
|
165
|
+
|
166
|
+
<div id="documentation">
|
167
|
+
<h1 class="class">String</h1>
|
168
|
+
|
169
|
+
<div id="description">
|
170
|
+
|
171
|
+
</div>
|
172
|
+
|
173
|
+
<!-- Constants -->
|
174
|
+
|
175
|
+
|
176
|
+
<!-- Attributes -->
|
177
|
+
|
178
|
+
|
179
|
+
<!-- Methods -->
|
180
|
+
|
181
|
+
|
182
|
+
</div>
|
183
|
+
|
184
|
+
|
185
|
+
<div id="rdoc-debugging-section-dump" class="debugging-section">
|
186
|
+
|
187
|
+
<p>Disabled; run with --debug to generate this.</p>
|
188
|
+
|
189
|
+
</div>
|
190
|
+
|
191
|
+
<div id="validator-badges">
|
192
|
+
<p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
|
193
|
+
<p><small>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish
|
194
|
+
Rdoc Generator</a> 1.1.6</small>.</p>
|
195
|
+
</div>
|
196
|
+
|
197
|
+
</body>
|
198
|
+
</html>
|
199
|
+
|
data/rdoc/created.rid
ADDED
@@ -0,0 +1,20 @@
|
|
1
|
+
Thu, 17 Mar 2011 16:42:58 -0700
|
2
|
+
README.rdoc Thu, 17 Mar 2011 16:42:54 -0700
|
3
|
+
lib/diff.rb Thu, 17 Mar 2011 16:02:25 -0700
|
4
|
+
lib/journeta/asynchronous.rb Thu, 17 Mar 2011 16:39:02 -0700
|
5
|
+
lib/journeta/common/basic_message.rb Sat, 04 Dec 2010 11:28:14 -0700
|
6
|
+
lib/journeta/common/dummy_peer_handler.rb Sat, 04 Dec 2010 11:28:14 -0700
|
7
|
+
lib/journeta/common/job.rb Sat, 04 Dec 2010 11:28:14 -0700
|
8
|
+
lib/journeta/common/shutdown.rb Sat, 04 Dec 2010 11:28:14 -0700
|
9
|
+
lib/journeta/exception.rb Thu, 17 Mar 2011 16:30:21 -0700
|
10
|
+
lib/journeta/journeta_engine.rb Thu, 17 Mar 2011 16:35:32 -0700
|
11
|
+
lib/journeta/logger.rb Thu, 17 Mar 2011 16:30:21 -0700
|
12
|
+
lib/journeta/peer_connection.rb Thu, 17 Mar 2011 16:39:02 -0700
|
13
|
+
lib/journeta/peer_handler.rb Sat, 04 Dec 2010 11:28:14 -0700
|
14
|
+
lib/journeta/peer_listener.rb Thu, 17 Mar 2011 16:39:02 -0700
|
15
|
+
lib/journeta/peer_registry.rb Sat, 04 Dec 2010 11:28:14 -0700
|
16
|
+
lib/journeta/presence_broadcaster.rb Sat, 04 Dec 2010 11:28:14 -0700
|
17
|
+
lib/journeta/presence_listener.rb Sat, 04 Dec 2010 11:28:14 -0700
|
18
|
+
lib/journeta/presence_message.rb Sat, 04 Dec 2010 11:28:14 -0700
|
19
|
+
lib/journeta/version.rb Thu, 17 Mar 2011 15:39:38 -0700
|
20
|
+
lib/journeta.rb Thu, 17 Mar 2011 16:29:43 -0700
|
data/rdoc/index.html
ADDED
@@ -0,0 +1,212 @@
|
|
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>journeta rdoc</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>journeta rdoc</h1>
|
23
|
+
|
24
|
+
|
25
|
+
<p>This is the API documentation for 'journeta rdoc'.</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="class"><a href="Journeta/Asynchronous.html">Journeta::Asynchronous</a></li>
|
42
|
+
|
43
|
+
<li class="module"><a href="Journeta/Common.html">Journeta::Common</a></li>
|
44
|
+
|
45
|
+
<li class="class"><a href="Journeta/Common/BasicMessage.html">Journeta::Common::BasicMessage</a></li>
|
46
|
+
|
47
|
+
<li class="class"><a href="Journeta/Common/DummyPeerHandler.html">Journeta::Common::DummyPeerHandler</a></li>
|
48
|
+
|
49
|
+
<li class="class"><a href="Journeta/Common/Job.html">Journeta::Common::Job</a></li>
|
50
|
+
|
51
|
+
<li class="module"><a href="Journeta/Common/Shutdown.html">Journeta::Common::Shutdown</a></li>
|
52
|
+
|
53
|
+
<li class="class"><a href="Journeta/DefaultPeerHandler.html">Journeta::DefaultPeerHandler</a></li>
|
54
|
+
|
55
|
+
<li class="class"><a href="Journeta/DefaultPeerRegisteredHandler.html">Journeta::DefaultPeerRegisteredHandler</a></li>
|
56
|
+
|
57
|
+
<li class="class"><a href="Journeta/DefaultPeerUnregisteredHandler.html">Journeta::DefaultPeerUnregisteredHandler</a></li>
|
58
|
+
|
59
|
+
<li class="class"><a href="Journeta/DefaultPeerUpdatedHandler.html">Journeta::DefaultPeerUpdatedHandler</a></li>
|
60
|
+
|
61
|
+
<li class="class"><a href="Journeta/Engine.html">Journeta::Engine</a></li>
|
62
|
+
|
63
|
+
<li class="module"><a href="Journeta/Logger.html">Journeta::Logger</a></li>
|
64
|
+
|
65
|
+
<li class="class"><a href="Journeta/NotImplementedException.html">Journeta::NotImplementedException</a></li>
|
66
|
+
|
67
|
+
<li class="class"><a href="Journeta/PeerConnection.html">Journeta::PeerConnection</a></li>
|
68
|
+
|
69
|
+
<li class="class"><a href="Journeta/PeerListener.html">Journeta::PeerListener</a></li>
|
70
|
+
|
71
|
+
<li class="class"><a href="Journeta/PeerRegistry.html">Journeta::PeerRegistry</a></li>
|
72
|
+
|
73
|
+
<li class="class"><a href="Journeta/PresenceBroadcaster.html">Journeta::PresenceBroadcaster</a></li>
|
74
|
+
|
75
|
+
<li class="class"><a href="Journeta/PresenceListener.html">Journeta::PresenceListener</a></li>
|
76
|
+
|
77
|
+
<li class="class"><a href="Journeta/PresenceMessage.html">Journeta::PresenceMessage</a></li>
|
78
|
+
|
79
|
+
<li class="class"><a href="Array.html">Array</a></li>
|
80
|
+
|
81
|
+
<li class="class"><a href="Diff.html">Diff</a></li>
|
82
|
+
|
83
|
+
<li class="module"><a href="Diffable.html">Diffable</a></li>
|
84
|
+
|
85
|
+
<li class="class"><a href="String.html">String</a></li>
|
86
|
+
|
87
|
+
</ul>
|
88
|
+
|
89
|
+
<h2 id="methods">Methods</h2>
|
90
|
+
<ul>
|
91
|
+
|
92
|
+
<li><a href="Diff.html#method-c-lcs">::lcs — Diff</a></li>
|
93
|
+
|
94
|
+
<li><a href="Journeta/PeerRegistry.html#method-c-new">::new — Journeta::PeerRegistry</a></li>
|
95
|
+
|
96
|
+
<li><a href="Journeta/Engine.html#method-c-new">::new — Journeta::Engine</a></li>
|
97
|
+
|
98
|
+
<li><a href="Diff.html#method-c-new">::new — Diff</a></li>
|
99
|
+
|
100
|
+
<li><a href="Journeta/PresenceMessage.html#method-c-new">::new — Journeta::PresenceMessage</a></li>
|
101
|
+
|
102
|
+
<li><a href="Journeta/Asynchronous.html#method-c-new">::new — Journeta::Asynchronous</a></li>
|
103
|
+
|
104
|
+
<li><a href="Journeta/PeerConnection.html#method-c-new">::new — Journeta::PeerConnection</a></li>
|
105
|
+
|
106
|
+
<li><a href="Journeta/PeerRegistry.html#method-i-all">#all — Journeta::PeerRegistry</a></li>
|
107
|
+
|
108
|
+
<li><a href="Journeta/PeerRegistry.html#method-i-all_do">#all_do — Journeta::PeerRegistry</a></li>
|
109
|
+
|
110
|
+
<li><a href="Journeta/DefaultPeerUnregisteredHandler.html#method-i-call">#call — Journeta::DefaultPeerUnregisteredHandler</a></li>
|
111
|
+
|
112
|
+
<li><a href="Journeta/DefaultPeerUpdatedHandler.html#method-i-call">#call — Journeta::DefaultPeerUpdatedHandler</a></li>
|
113
|
+
|
114
|
+
<li><a href="Journeta/DefaultPeerRegisteredHandler.html#method-i-call">#call — Journeta::DefaultPeerRegisteredHandler</a></li>
|
115
|
+
|
116
|
+
<li><a href="Journeta/Common/DummyPeerHandler.html#method-i-call">#call — Journeta::Common::DummyPeerHandler</a></li>
|
117
|
+
|
118
|
+
<li><a href="Journeta/DefaultPeerHandler.html#method-i-call">#call — Journeta::DefaultPeerHandler</a></li>
|
119
|
+
|
120
|
+
<li><a href="Journeta/PeerRegistry.html#method-i-clear">#clear — Journeta::PeerRegistry</a></li>
|
121
|
+
|
122
|
+
<li><a href="Diff.html#method-i-compact">#compact — Diff</a></li>
|
123
|
+
|
124
|
+
<li><a href="Diff.html#method-i-compact%21">#compact! — Diff</a></li>
|
125
|
+
|
126
|
+
<li><a href="Diff.html#method-i-compactdiffs">#compactdiffs — Diff</a></li>
|
127
|
+
|
128
|
+
<li><a href="Diffable.html#method-i-diff">#diff — Diffable</a></li>
|
129
|
+
|
130
|
+
<li><a href="Diff.html#method-i-discarda">#discarda — Diff</a></li>
|
131
|
+
|
132
|
+
<li><a href="Diff.html#method-i-discardb">#discardb — Diff</a></li>
|
133
|
+
|
134
|
+
<li><a href="Journeta/PresenceBroadcaster.html#method-i-go">#go — Journeta::PresenceBroadcaster</a></li>
|
135
|
+
|
136
|
+
<li><a href="Journeta/PeerListener.html#method-i-go">#go — Journeta::PeerListener</a></li>
|
137
|
+
|
138
|
+
<li><a href="Journeta/PresenceListener.html#method-i-go">#go — Journeta::PresenceListener</a></li>
|
139
|
+
|
140
|
+
<li><a href="Journeta/PeerRegistry.html#method-i-go">#go — Journeta::PeerRegistry</a></li>
|
141
|
+
|
142
|
+
<li><a href="Journeta/Asynchronous.html#method-i-go">#go — Journeta::Asynchronous</a></li>
|
143
|
+
|
144
|
+
<li><a href="Journeta/PeerConnection.html#method-i-go">#go — Journeta::PeerConnection</a></li>
|
145
|
+
|
146
|
+
<li><a href="Diff.html#method-i-inspect">#inspect — Diff</a></li>
|
147
|
+
|
148
|
+
<li><a href="Journeta/Engine.html#method-i-known_groups">#known_groups — Journeta::Engine</a></li>
|
149
|
+
|
150
|
+
<li><a href="Journeta/Engine.html#method-i-known_peers">#known_peers — Journeta::Engine</a></li>
|
151
|
+
|
152
|
+
<li><a href="Journeta/Engine.html#method-i-known_peers_in_group">#known_peers_in_group — Journeta::Engine</a></li>
|
153
|
+
|
154
|
+
<li><a href="Diff.html#method-i-makediff">#makediff — Diff</a></li>
|
155
|
+
|
156
|
+
<li><a href="Diff.html#method-i-match">#match — Diff</a></li>
|
157
|
+
|
158
|
+
<li><a href="Diffable.html#method-i-patch">#patch — Diffable</a></li>
|
159
|
+
|
160
|
+
<li><a href="Journeta/Logger.html#method-i-putsd">#putsd — Journeta::Logger</a></li>
|
161
|
+
|
162
|
+
<li><a href="Journeta/PeerRegistry.html#method-i-register">#register — Journeta::PeerRegistry</a></li>
|
163
|
+
|
164
|
+
<li><a href="Journeta/Engine.html#method-i-register_peer">#register_peer — Journeta::Engine</a></li>
|
165
|
+
|
166
|
+
<li><a href="Diffable.html#method-i-replacenextlarger">#replacenextlarger — Diffable</a></li>
|
167
|
+
|
168
|
+
<li><a href="Diffable.html#method-i-reverse_hash">#reverse_hash — Diffable</a></li>
|
169
|
+
|
170
|
+
<li><a href="Journeta/PeerConnection.html#method-i-send_payload">#send_payload — Journeta::PeerConnection</a></li>
|
171
|
+
|
172
|
+
<li><a href="Journeta/PeerRegistry.html#method-i-send_peer_registered">#send_peer_registered — Journeta::PeerRegistry</a></li>
|
173
|
+
|
174
|
+
<li><a href="Journeta/PeerRegistry.html#method-i-send_peer_unregistered">#send_peer_unregistered — Journeta::PeerRegistry</a></li>
|
175
|
+
|
176
|
+
<li><a href="Journeta/PeerRegistry.html#method-i-send_peer_updated">#send_peer_updated — Journeta::PeerRegistry</a></li>
|
177
|
+
|
178
|
+
<li><a href="Journeta/Engine.html#method-i-send_to_known_peers">#send_to_known_peers — Journeta::Engine</a></li>
|
179
|
+
|
180
|
+
<li><a href="Journeta/PeerRegistry.html#method-i-send_to_known_peers">#send_to_known_peers — Journeta::PeerRegistry</a></li>
|
181
|
+
|
182
|
+
<li><a href="Journeta/PeerRegistry.html#method-i-send_to_peer">#send_to_peer — Journeta::PeerRegistry</a></li>
|
183
|
+
|
184
|
+
<li><a href="Journeta/Engine.html#method-i-send_to_peer">#send_to_peer — Journeta::Engine</a></li>
|
185
|
+
|
186
|
+
<li><a href="Journeta/Asynchronous.html#method-i-start">#start — Journeta::Asynchronous</a></li>
|
187
|
+
|
188
|
+
<li><a href="Journeta/Engine.html#method-i-start">#start — Journeta::Engine</a></li>
|
189
|
+
|
190
|
+
<li><a href="Journeta/Asynchronous.html#method-i-stop">#stop — Journeta::Asynchronous</a></li>
|
191
|
+
|
192
|
+
<li><a href="Journeta/Engine.html#method-i-stop">#stop — Journeta::Engine</a></li>
|
193
|
+
|
194
|
+
<li><a href="Journeta/Common/Shutdown.html#method-i-stop_on_shutdown">#stop_on_shutdown — Journeta::Common::Shutdown</a></li>
|
195
|
+
|
196
|
+
<li><a href="Journeta/PeerRegistry.html#method-i-unregister">#unregister — Journeta::PeerRegistry</a></li>
|
197
|
+
|
198
|
+
<li><a href="Journeta/PeerRegistry.html#method-i-unregister_all">#unregister_all — Journeta::PeerRegistry</a></li>
|
199
|
+
|
200
|
+
<li><a href="Journeta/Engine.html#method-i-unregister_peer">#unregister_peer — Journeta::Engine</a></li>
|
201
|
+
|
202
|
+
<li><a href="Journeta/PeerConnection.html#method-i-update_settings">#update_settings — Journeta::PeerConnection</a></li>
|
203
|
+
|
204
|
+
</ul>
|
205
|
+
|
206
|
+
<div id="validator-badges">
|
207
|
+
<p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
|
208
|
+
<p><small>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish
|
209
|
+
Rdoc Generator</a> 1.1.6</small>.</p>
|
210
|
+
</div>
|
211
|
+
</body>
|
212
|
+
</html>
|