| java.lang.Object org.apache.axis2.transport.nhttp.LoggingNHttpServiceHandler
LoggingNHttpServiceHandler | public class LoggingNHttpServiceHandler implements NHttpServiceHandler(Code) | | Decorator class intended to transparently extend an
NHttpServiceHandler
with basic event logging capabilities using Commons Logging.
|
Method Summary | |
public void | closed(NHttpServerConnection conn) | public void | connected(NHttpServerConnection conn) | public void | exception(NHttpServerConnection conn, IOException ex) | public void | exception(NHttpServerConnection conn, HttpException ex) | public void | inputReady(NHttpServerConnection conn, ContentDecoder decoder) | public void | outputReady(NHttpServerConnection conn, ContentEncoder encoder) | public void | requestReceived(NHttpServerConnection conn) | public void | responseReady(NHttpServerConnection conn) | public void | timeout(NHttpServerConnection conn) |
LoggingNHttpServiceHandler | public LoggingNHttpServiceHandler(NHttpServiceHandler handler)(Code) | | |
closed | public void closed(NHttpServerConnection conn)(Code) | | |
connected | public void connected(NHttpServerConnection conn)(Code) | | |
exception | public void exception(NHttpServerConnection conn, HttpException ex)(Code) | | |
inputReady | public void inputReady(NHttpServerConnection conn, ContentDecoder decoder)(Code) | | |
outputReady | public void outputReady(NHttpServerConnection conn, ContentEncoder encoder)(Code) | | |
requestReceived | public void requestReceived(NHttpServerConnection conn)(Code) | | |
responseReady | public void responseReady(NHttpServerConnection conn)(Code) | | |
timeout | public void timeout(NHttpServerConnection conn)(Code) | | |
|
|