Trustin Lee
248125505d
Improved documentation of ChannelPipeline
2009-04-08 08:41:22 +00:00
Trustin Lee
415702217b
Improved documentation on how an event is processed in ChannelPipeline
2009-04-08 08:38:06 +00:00
Trustin Lee
945d2ea3cd
Improved documentation of LifeCycleAwareChannelHandler
2009-04-08 08:19:42 +00:00
Trustin Lee
70c41e53cc
Improved documentation of LifeCycleAwareChannelHandler
2009-04-08 08:17:42 +00:00
Trustin Lee
df1fc4556c
Made more methods in TrafficCounter package-private
2009-04-08 07:32:57 +00:00
Trustin Lee
079252700b
Made another method in TrafficCounter package-private
2009-04-08 07:32:22 +00:00
Trustin Lee
5442ca3600
Made another method in TrafficCounter package-private
2009-04-08 07:31:46 +00:00
Trustin Lee
cc181204c0
Various renames on TrafficCounter methods
2009-04-08 07:30:40 +00:00
Trustin Lee
e3fc229b03
A test case for NETTY-142 ReplayingDecoder calls decodeLast with unreplayable buffer
2009-04-08 07:24:14 +00:00
Trustin Lee
d0ee16781a
Fixed issue: NETTY-142 ReplayingDecoder calls decodeLast with unreplayable buffer
...
* decodeLast is now provided with replayable instead of cumulative
* Renamed fireMessageReceived to unfoldAndFireMessageReceived to avoid confusion
2009-04-08 07:23:24 +00:00
Trustin Lee
c55c25291a
Removed unused member variable
2009-04-08 07:04:12 +00:00
Trustin Lee
8ed510e94a
Fixed NETTY-141 Codec embedder does not rethrow the exceptions raised by codec
...
* Made DefaultChannelPipeline.notifyHandlerException() protected so that AbstractCodecEmbedder can intercept all exceptions.
2009-04-08 07:03:53 +00:00
Trustin Lee
5c95161bf5
Documentation fix
2009-04-06 12:08:42 +00:00
Trustin Lee
3970d5c9a9
Documentation fix
2009-04-06 12:06:13 +00:00
Trustin Lee
67edb9d69d
Update on the previous documentation effort
2009-04-06 12:02:38 +00:00
Trustin Lee
1e00b56a70
Fixed overflow in the example
2009-04-06 11:35:40 +00:00
Trustin Lee
b22363b728
Wrote another section of the second chapter
2009-04-06 10:32:40 +00:00
Trustin Lee
138e521b22
typo
2009-04-06 09:16:02 +00:00
Trustin Lee
5c97c7fd1c
Resolved issue: NETTY-140 ChannelFuture.await*() should throw an IllegalStateException if dead lock is expected
...
* Added IoWorkerRunnable which maintains a thread local boolean variable
* Improved DefaultChannelFuture to check IoWorkerRunnable.IN_IO_THREAD to detect possible dead lock
* All I/O worker runnables are wrapped by IoWorkerRunnable.
2009-04-06 07:09:11 +00:00
Frédéric Brégier
c86bf34b30
Update from comments on ML
2009-04-04 08:12:08 +00:00
Trustin Lee
5a96ed2195
Moved timer utility classes to org.jboss.netty.util
2009-04-03 17:37:49 +00:00
Trustin Lee
c91b98e254
Fixed build failure
2009-04-03 16:54:50 +00:00
Trustin Lee
7e65f8a9ba
Removed utility package from the dependency diagram
2009-04-03 08:27:26 +00:00
Trustin Lee
a96de7590b
Updated the package description
2009-04-03 08:14:57 +00:00
Trustin Lee
db6725dcbd
Added FIXME (will be fixed in 3.2 or later)
2009-04-03 08:11:24 +00:00
Trustin Lee
ec0b3fe3f2
* Moved internal utility classes to org.jboss.netty.util.internal
...
* Made org.jboss.netty.util public
* Moved ObjectSizeEstimator and its implementation to org.jboss.netty.util
2009-04-03 07:41:54 +00:00
Trustin Lee
f5e42348c7
Updated the eclipse plugin
2009-04-03 05:47:12 +00:00
Trustin Lee
4d6255d4ea
* Simplified DefaultObjectSizeEstimator as suggested by Stefan
...
* Made sure HttpMessage.getContent() does not return null at any case
* Improved TelnetServerHandler to send DOS style line delimiter so that it does not look bad in Windows
2009-04-02 09:10:57 +00:00
Trustin Lee
2bd880e949
Fixed documentation errors
2009-04-02 09:04:21 +00:00
Trustin Lee
5b9963f44e
Fixed documentation error
2009-04-02 09:00:27 +00:00
Trustin Lee
27095ce2b4
Fixed documentation error in Client / Server Bootstrap
2009-04-02 05:27:38 +00:00
Trustin Lee
e80c7dbe0e
Excluded container integration packages from apiviz view
2009-03-31 09:49:46 +00:00
Trustin Lee
c24077cab5
2009-03-31 09:45:52 +00:00
Trustin Lee
f0b5bbacf9
Fixed race condition in the HTTP example
2009-03-30 18:55:32 +00:00
Trustin Lee
4794030eab
Fixed NETTY-148 OioDatagramChannel does not fire an channelOpen event.
2009-03-30 06:13:38 +00:00
Trustin Lee
4a27c83c04
Removed code duplication
2009-03-30 02:19:11 +00:00
Trustin Lee
c6b707c442
Fixed issue: NETTY-137 HttpChunkAggregator should not wait for content when the response status code implies empty content.
...
* Applied the same fix to HttpMessageDecoder
2009-03-30 02:14:11 +00:00
Trustin Lee
c511ff9872
Fixed issue: NETTY-134 HttpChunkAggregator should not wait for content when the response status code implies empty content.
...
* Added HttpChunkAggregator.isContentAlwaysEmpty() and implemented it with default behavior (i.e. return true when status code is < 200, 204, 205, or 304)
2009-03-30 02:03:01 +00:00
Trustin Lee
a52ce24f68
Added the second chapter to the master
2009-03-27 16:28:55 +00:00
Trustin Lee
5960fa30a9
Wrote the first section of the architecture chapter
2009-03-27 16:00:57 +00:00
Trustin Lee
9e25ac599a
started to write the second chapter finally
2009-03-27 10:49:28 +00:00
Trustin Lee
f736fff687
Better null check
2009-03-27 09:24:28 +00:00
Trustin Lee
0aa5803632
0.9 sec -> 1.0 sec
2009-03-22 15:10:13 +00:00
Trustin Lee
acf7a9d46f
Made sure the sleeping Runnable in ImmediateExecutorTest sleeps more than 1 sec
2009-03-22 15:09:40 +00:00
Frédéric Brégier
cceab617b0
2009-03-21 19:09:41 +00:00
Frédéric Brégier
eb80f86204
2009-03-21 19:07:55 +00:00
Frédéric Brégier
b3f9f91f6a
Fix doc
2009-03-20 18:04:42 +00:00
Frédéric Brégier
66f645cd55
Fix doc
2009-03-20 17:52:43 +00:00
Frédéric Brégier
eb4e6bd556
Last but not least coding conventions
2009-03-19 22:59:02 +00:00
Frédéric Brégier
8db746d3fd
small optimization on channelPC creation
2009-03-19 22:17:51 +00:00