Java Doc for WireProtocolMessageImpl.java in » Net » Terracotta » com » tc » net » protocol » transport » Java Source Code / Java DocumentationJava Source Code and Java Documentation
Wire protocol message. All network communications in the TC world are conducted with wire protocol messages. Wire
protocol is a lot like TCP/IP in the sense that is meant to carry other "application" level protocols on top/within
it
author: teck
Wrap the given network message with a wire protocol message instance. The header for the returned instance will
have it's total length
Parameters: msgPayload - the network message to wrap a new wire protocol message instance that contains the given message as it's payload.
Fields inherited from com.tc.net.protocol.AbstractTCNetworkMessage