WONettyAdaptor.RequestHandler Class Reference
Inherits org::jboss::netty::channel::SimpleChannelUpstreamHandler.
List of all members.
|
Public Member Functions |
| void | exceptionCaught (ChannelHandlerContext ctx, ExceptionEvent e) throws Exception |
| void | messageReceived (ChannelHandlerContext ctx, MessageEvent e) throws Exception |
Private Attributes |
| InternalLogger | log = CommonsLoggerFactory.getDefaultFactory().newInstance(this.getClass().getName()) |
Detailed Description
Originally inspired by:
- Author:
- The Netty Project
Andy Taylor (andy.taylor@jboss.org)
Trustin Lee
- See also:
- HttpRequestHandler
- Author:
- ravim ERWOAdaptor/WONettyAdaptor version
Member Function Documentation
| void exceptionCaught |
( |
ChannelHandlerContext |
ctx, |
|
|
ExceptionEvent |
e | |
|
) |
| | throws Exception |
| void messageReceived |
( |
ChannelHandlerContext |
ctx, |
|
|
MessageEvent |
e | |
|
) |
| | throws Exception |
Member Data Documentation
InternalLogger log = CommonsLoggerFactory.getDefaultFactory().newInstance(this.getClass().getName()) [private] |
The documentation for this class was generated from the following file:
- /opt/source/Wonder/Frameworks/WOAdaptors/ERWOAdaptor/Sources/com/webobjects/appserver/WONettyAdaptor.java