Table of Contents Previous Next
Logo
Chapter 37
Copyright © 2003-2010 ZeroC, Inc.

Chapter 37 

The Ice Protocol

37.1 Chapter Overview

The Ice protocol definition consists of three major parts:
• a set of data encoding rules that determine how the various data types are seri­alized
• a number of message types that are interchanged between client and server, together with rules as to what message is to be sent under what circumstances
• a set of rules that determine how client and server agree on a particular protocol and encoding version
Section 37.2 describes the encoding rules, Section 37.3 describes the various protocol messages, Section 37.4 describes compression, and Section 37.5 explains how the protocol and encoding are versioned and how client and server agree on a common version. (Both encoding and protocol specifications are currently at version 1.0.)

Table of Contents Previous Next
Logo