public class MessageLogger extends Object
| Constructor and Description |
|---|
MessageLogger(File messageLogger) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
customMessage(String customMessage) |
org.jboss.netty.channel.ChannelDownstreamHandler |
getChannelDownstreamHandler() |
org.jboss.netty.channel.ChannelUpstreamHandler |
getChannelUpstreamHandler() |
public MessageLogger(File messageLogger) throws FileNotFoundException, IOException
FileNotFoundExceptionIOExceptionpublic org.jboss.netty.channel.ChannelUpstreamHandler getChannelUpstreamHandler()
public org.jboss.netty.channel.ChannelDownstreamHandler getChannelDownstreamHandler()
public void customMessage(String customMessage)
public void close()
Copyright © 2011. All Rights Reserved.