diff options
author | Jens Geyer <jensg@apache.org> | 2016-09-21 22:18:44 +0200 |
---|---|---|
committer | Jens Geyer <jensg@apache.org> | 2016-09-21 22:21:36 +0200 |
commit | 5767901e791f80924ceee71b3981d8a330dcb875 (patch) | |
tree | 3000dda2187d500d2ec56d308103597e7402df20 | |
parent | 3f5fa5fa43e5d83f6b3ab7d441ffaa7e578340c6 (diff) | |
download | thrift-5767901e791f80924ceee71b3981d8a330dcb875.tar.gz |
THRIFT-3867 Specify BinaryProtocol and CompactProtocol
Patch: Jens Geyer
Put ASF license header into HTML comments
-rw-r--r-- | doc/specs/thrift-binary-protocol.md | 2 | ||||
-rw-r--r-- | doc/specs/thrift-compact-protocol.md | 2 | ||||
-rw-r--r-- | doc/specs/thrift-protocol-spec.md | 2 | ||||
-rw-r--r-- | doc/specs/thrift-rpc.md | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/doc/specs/thrift-binary-protocol.md b/doc/specs/thrift-binary-protocol.md index b56d261dc..a85268517 100644 --- a/doc/specs/thrift-binary-protocol.md +++ b/doc/specs/thrift-binary-protocol.md @@ -1,6 +1,7 @@ Thrift Binary protocol encoding =============================== +<!-- -------------------------------------------------------------------- Licensed to the Apache Software Foundation (ASF) under one @@ -21,6 +22,7 @@ specific language governing permissions and limitations under the License. -------------------------------------------------------------------- +--> This documents describes the wire encoding for RPC using the older Thrift *binary protocol*. diff --git a/doc/specs/thrift-compact-protocol.md b/doc/specs/thrift-compact-protocol.md index 96e7b0eee..d2e18a92f 100644 --- a/doc/specs/thrift-compact-protocol.md +++ b/doc/specs/thrift-compact-protocol.md @@ -1,6 +1,7 @@ Thrift Compact protocol encoding ================================ +<!-- -------------------------------------------------------------------- Licensed to the Apache Software Foundation (ASF) under one @@ -21,6 +22,7 @@ specific language governing permissions and limitations under the License. -------------------------------------------------------------------- +--> This documents describes the wire encoding for RPC using the Thrift *compact protocol*. diff --git a/doc/specs/thrift-protocol-spec.md b/doc/specs/thrift-protocol-spec.md index 950e16335..0c1a61cb2 100644 --- a/doc/specs/thrift-protocol-spec.md +++ b/doc/specs/thrift-protocol-spec.md @@ -3,6 +3,7 @@ Thrift Protocol Structure Last Modified: 2007-Jun-29 +<!-- -------------------------------------------------------------------- Licensed to the Apache Software Foundation (ASF) under one @@ -23,6 +24,7 @@ specific language governing permissions and limitations under the License. -------------------------------------------------------------------- +--> This document describes the structure of the Thrift protocol without specifying the encoding. Thus, the order of elements diff --git a/doc/specs/thrift-rpc.md b/doc/specs/thrift-rpc.md index 1c59abd08..d45c06f30 100644 --- a/doc/specs/thrift-rpc.md +++ b/doc/specs/thrift-rpc.md @@ -1,6 +1,7 @@ Thrift Remote Procedure Call ============================ +<!-- -------------------------------------------------------------------- Licensed to the Apache Software Foundation (ASF) under one @@ -21,6 +22,7 @@ specific language governing permissions and limitations under the License. -------------------------------------------------------------------- +--> This document describes the high level message exchange between the Thrift RPC client and server. See [thrift-binary-protocol.md] and [thrift-compact-protocol.md] for a description of how the exchanges are encoded on |