net.tomp2p.connection
Class MessageLogger

java.lang.Object
  extended by net.tomp2p.connection.MessageLogger

public class MessageLogger
extends Object


Constructor Summary
MessageLogger(File messageLogger)
           
 
Method Summary
 void close()
           
 void customMessage(String customMessage)
           
 org.jboss.netty.channel.ChannelDownstreamHandler getChannelDownstreamHandler()
           
 org.jboss.netty.channel.ChannelUpstreamHandler getChannelUpstreamHandler()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessageLogger

public MessageLogger(File messageLogger)
              throws FileNotFoundException,
                     IOException
Throws:
FileNotFoundException
IOException
Method Detail

getChannelUpstreamHandler

public org.jboss.netty.channel.ChannelUpstreamHandler getChannelUpstreamHandler()

getChannelDownstreamHandler

public org.jboss.netty.channel.ChannelDownstreamHandler getChannelDownstreamHandler()

customMessage

public void customMessage(String customMessage)

close

public void close()


Copyright © 2011. All Rights Reserved.