Trustin Lee
9951e19573
Null check
2009-12-17 10:57:57 +00:00
Trustin Lee
f7606ffc31
Fixed a bug where the first handler's life cycle listener is not called
2009-12-17 09:05:46 +00:00
Trustin Lee
eca6033456
Updated author information. I want to get messages about Netty in my gmail account.
2009-10-14 05:46:40 +00:00
Trustin Lee
b11ef6ca9b
Relicensed to Apache License v2
2009-08-28 07:15:49 +00:00
Trustin Lee
14c7e67a0b
Better explanation when ChannelPipelineCoverage is missing
2009-04-17 08:18:28 +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
d2c4a1143e
Added ChannelHandlerContext.get/setAttachment() - NETTY-134
2009-03-11 10:53:52 +00:00
Trustin Lee
f4dd29c70f
Fixed code style in DefaultChannelPipeline
2009-03-11 10:45:55 +00:00
Trustin Lee
39ec19078c
Code clean up
2009-03-04 10:35:55 +00:00
Trustin Lee
f5fb85a0af
* Fixed compilation errors
...
* Made sure cumulative buffers are initialized as early as possible
2008-12-09 07:17:37 +00:00
Trustin Lee
cd3c0d25c8
Added ChannelHandlerContext.getChannel()
2008-12-03 08:31:17 +00:00
Trustin Lee
d1f0d7fb5e
One condition is enough to check if a pipeline is attached or not
2008-12-03 07:20:46 +00:00
Trustin Lee
bb137dd5ec
Made sure life cycle handlers are called only when the pipeline is attached to a channel
2008-12-03 07:19:18 +00:00
Trustin Lee
f6b23a000b
Added ChannelPipeline.isAttached()
2008-12-03 07:14:22 +00:00
Trustin Lee
49a0b8dbdb
Resolved issue: NETTY-90 (Add life cycle listener methods to ChannelHandler)
2008-12-01 10:07:54 +00:00
Trustin Lee
e0e282770f
Code cleanup
2008-11-28 05:28:50 +00:00
Trustin Lee
09ef8e8964
Comment clean up as advised
2008-11-14 07:45:53 +00:00
Trustin Lee
81d29bafc2
Fixed warnings reported by FindBugs
2008-11-07 02:26:21 +00:00
Trustin Lee
38b3f4fa98
* Added DefaultChannelPipeline.toString()
...
* Filled in JavaDoc for trivial methods
2008-09-03 04:09:46 +00:00
Trustin Lee
b3c76b8cbf
JavaDoc...
2008-09-02 07:13:20 +00:00
Trustin Lee
a7c73d2e52
Fixed issue: NETTY-13 (Stack overflow when an exception is thrown while processing ExceptionEvent)
...
* Renamed notifyException to notifyHandlerException
* Prevented infinite recursion caused by failure on exceptionCaught
2008-08-18 11:11:55 +00:00
Trustin Lee
866a74305c
Fixed issue: NETTY-10 (DefaultChannelPipeline.removeFirst() and removeLast() throws NullPointerException)
...
* Made sure NoSuchElementException is thrown when the pipeline is empty
* Made sure NullPointerException is not thrown when the pipeline contains only one handler
2008-08-18 02:38:54 +00:00
Trustin Lee
8e9b51a412
Fixed issue: NETTY-9 (DefaultChannelPipline.getFirst() and getLast() throws NullPointerException if the pipeline is empty.)
...
* Added null check code in getFirst() and getLast()
2008-08-18 02:27:11 +00:00
Trustin Lee
e50a736c29
* Moved all factory methods in InternalLogger to InternalLoggerFactory
...
* Made InternalLogger an interface
2008-08-09 15:05:53 +00:00
Trustin Lee
d5d92ae04d
Renamed Logger and LoggerFactory to InternalLogger and InternalLoggerFactory to state that these classes for internal use only explicitly
2008-08-09 14:52:19 +00:00
Trustin Lee
0202a01cf1
* Changed all package names to org.jboss.netty.*
...
* Added .classpath, .project and target to svn:ignore
2008-08-08 01:40:10 +00:00