| Package | Description |
|---|---|
| net.tomp2p.message |
| Modifier and Type | Method and Description |
|---|---|
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 © 2011. All Rights Reserved.