Uses of Class
net.tomp2p.message.DecoderException

Packages that use DecoderException
net.tomp2p.message   
 

Uses of DecoderException in net.tomp2p.message
 

Methods in net.tomp2p.message that throw DecoderException
static Message MessageCodec.decodeHeader(org.jboss.netty.buffer.ChannelBuffer buffer, InetSocketAddress recipient, InetSocketAddress sender)
          Decode a message header from a Netty buffer
static boolean MessageCodec.decodePayload(Message.Content content, org.jboss.netty.buffer.ChannelBuffer buffer, Message message)
          Decodes the payload from a Netty buffer in a big switch
 



Copyright © 2013. All Rights Reserved.