Repository: oatpp/oatpp-examples
Branch: master
Commit: d4a8706157c9
Files: 30
Total size: 135.4 KB
Directory structure:
gitextract_a6_8og54/
├── .gitignore
├── .gitmodules
├── ApiClient-Demo/
│ └── README.md
├── AsyncApi/
│ └── README.md
├── LICENSE
├── Media-Stream/
│ └── README.md
├── README.md
├── consul/
│ └── README.md
├── crud/
│ └── README.md
├── kafka/
│ ├── README.md
│ ├── build_app.sh
│ ├── kafka-integration.xcodeproj/
│ │ ├── project.pbxproj
│ │ ├── project.xcworkspace/
│ │ │ ├── contents.xcworkspacedata
│ │ │ ├── xcshareddata/
│ │ │ │ └── IDEWorkspaceChecks.plist
│ │ │ └── xcuserdata/
│ │ │ └── leonid.xcuserdatad/
│ │ │ └── UserInterfaceState.xcuserstate
│ │ └── xcuserdata/
│ │ └── leonid.xcuserdatad/
│ │ ├── xcdebugger/
│ │ │ └── Breakpoints_v2.xcbkptlist
│ │ └── xcschemes/
│ │ ├── crud.xcscheme
│ │ └── xcschememanagement.plist
│ ├── src/
│ │ ├── App.cpp
│ │ ├── AppComponent.hpp
│ │ ├── Logger.hpp
│ │ ├── controller/
│ │ │ └── DemoController.hpp
│ │ └── dto/
│ │ └── HealthDto.hpp
│ └── test/
│ ├── ConnectionHandlerLevelTest.cpp
│ ├── ConnectionHandlerLevelTest.hpp
│ ├── ControllerLevelTest.cpp
│ ├── ControllerLevelTest.hpp
│ ├── RouterLevelTest.cpp
│ └── RouterLevelTest.hpp
└── tls-libressl/
└── README.md
================================================
FILE CONTENTS
================================================
================================================
FILE: .gitignore
================================================
# Prerequisites
*.d
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
*.smod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
================================================
FILE: .gitmodules
================================================
[submodule "lib/oatpp-lib"]
path = lib/oatpp
url = https://github.com/oatpp/oatpp-lib
[submodule "lib/oatpp-libressl"]
path = lib/oatpp-libressl
url = https://github.com/oatpp/oatpp-libressl
[submodule "lib/oatpp-consul"]
path = lib/oatpp-consul
url = https://github.com/oatpp/oatpp-consul
[submodule "lib/oatpp-kafka"]
path = lib/oatpp-kafka
url = https://github.com/oatpp/oatpp-kafka
[submodule "lib/oatpp-swagger"]
path = lib/oatpp-swagger
url = https://github.com/oatpp/oatpp-swagger
[submodule "lib/oatpp-curl"]
path = lib/oatpp-curl
url = https://github.com/oatpp/oatpp-curl
================================================
FILE: ApiClient-Demo/README.md
================================================
# ApiClient-Demo Example
Example project of how-to use oatpp ```ApiClient``` and how it works
# This example is moved to separate repo
[https://github.com/oatpp/example-api-client](https://github.com/oatpp/example-api-client)
================================================
FILE: AsyncApi/README.md
================================================
# AsyncApi Example
Example project how-to use asynchronous API for handling large number of simultaneous connections
# This example is moved to separate repo
[https://github.com/oatpp/example-async-api](https://github.com/oatpp/example-async-api)
================================================
FILE: LICENSE
================================================
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1. Definitions.
"License" shall mean the terms and conditions for use, reproduction,
and distribution as defined by Sections 1 through 9 of this document.
"Licensor" shall mean the copyright owner or entity authorized by
the copyright owner that is granting the License.
"Legal Entity" shall mean the union of the acting entity and all
other entities that control, are controlled by, or are under common
control with that entity. For the purposes of this definition,
"control" means (i) the power, direct or indirect, to cause the
direction or management of such entity, whether by contract or
otherwise, or (ii) ownership of fifty percent (50%) or more of the
outstanding shares, or (iii) beneficial ownership of such entity.
"You" (or "Your") shall mean an individual or Legal Entity
exercising permissions granted by this License.
"Source" form shall mean the preferred form for making modifications,
including but not limited to software source code, documentation
source, and configuration files.
"Object" form shall mean any form resulting from mechanical
transformation or translation of a Source form, including but
not limited to compiled object code, generated documentation,
and conversions to other media types.
"Work" shall mean the work of authorship, whether in Source or
Object form, made available under the License, as indicated by a
copyright notice that is included in or attached to the work
(an example is provided in the Appendix below).
"Derivative Works" shall mean any work, whether in Source or Object
form, that is based on (or derived from) the Work and for which the
editorial revisions, annotations, elaborations, or other modifications
represent, as a whole, an original work of authorship. For the purposes
of this License, Derivative Works shall not include works that remain
separable from, or merely link (or bind by name) to the interfaces of,
the Work and Derivative Works thereof.
"Contribution" shall mean any work of authorship, including
the original version of the Work and any modifications or additions
to that Work or Derivative Works thereof, that is intentionally
submitted to Licensor for inclusion in the Work by the copyright owner
or by an individual or Legal Entity authorized to submit on behalf of
the copyright owner. For the purposes of this definition, "submitted"
means any form of electronic, verbal, or written communication sent
to the Licensor or its representatives, including but not limited to
communication on electronic mailing lists, source code control systems,
and issue tracking systems that are managed by, or on behalf of, the
Licensor for the purpose of discussing and improving the Work, but
excluding communication that is conspicuously marked or otherwise
designated in writing by the copyright owner as "Not a Contribution."
"Contributor" shall mean Licensor and any individual or Legal Entity
on behalf of whom a Contribution has been received by Licensor and
subsequently incorporated within the Work.
2. Grant of Copyright License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
copyright license to reproduce, prepare Derivative Works of,
publicly display, publicly perform, sublicense, and distribute the
Work and such Derivative Works in Source or Object form.
3. Grant of Patent License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
(except as stated in this section) patent license to make, have made,
use, offer to sell, sell, import, and otherwise transfer the Work,
where such license applies only to those patent claims licensable
by such Contributor that are necessarily infringed by their
Contribution(s) alone or by combination of their Contribution(s)
with the Work to which such Contribution(s) was submitted. If You
institute patent litigation against any entity (including a
cross-claim or counterclaim in a lawsuit) alleging that the Work
or a Contribution incorporated within the Work constitutes direct
or contributory patent infringement, then any patent licenses
granted to You under this License for that Work shall terminate
as of the date such litigation is filed.
4. Redistribution. You may reproduce and distribute copies of the
Work or Derivative Works thereof in any medium, with or without
modifications, and in Source or Object form, provided that You
meet the following conditions:
(a) You must give any other recipients of the Work or
Derivative Works a copy of this License; and
(b) You must cause any modified files to carry prominent notices
stating that You changed the files; and
(c) You must retain, in the Source form of any Derivative Works
that You distribute, all copyright, patent, trademark, and
attribution notices from the Source form of the Work,
excluding those notices that do not pertain to any part of
the Derivative Works; and
(d) If the Work includes a "NOTICE" text file as part of its
distribution, then any Derivative Works that You distribute must
include a readable copy of the attribution notices contained
within such NOTICE file, excluding those notices that do not
pertain to any part of the Derivative Works, in at least one
of the following places: within a NOTICE text file distributed
as part of the Derivative Works; within the Source form or
documentation, if provided along with the Derivative Works; or,
within a display generated by the Derivative Works, if and
wherever such third-party notices normally appear. The contents
of the NOTICE file are for informational purposes only and
do not modify the License. You may add Your own attribution
notices within Derivative Works that You distribute, alongside
or as an addendum to the NOTICE text from the Work, provided
that such additional attribution notices cannot be construed
as modifying the License.
You may add Your own copyright statement to Your modifications and
may provide additional or different license terms and conditions
for use, reproduction, or distribution of Your modifications, or
for any such Derivative Works as a whole, provided Your use,
reproduction, and distribution of the Work otherwise complies with
the conditions stated in this License.
5. Submission of Contributions. Unless You explicitly state otherwise,
any Contribution intentionally submitted for inclusion in the Work
by You to the Licensor shall be under the terms and conditions of
this License, without any additional terms or conditions.
Notwithstanding the above, nothing herein shall supersede or modify
the terms of any separate license agreement you may have executed
with Licensor regarding such Contributions.
6. Trademarks. This License does not grant permission to use the trade
names, trademarks, service marks, or product names of the Licensor,
except as required for reasonable and customary use in describing the
origin of the Work and reproducing the content of the NOTICE file.
7. Disclaimer of Warranty. Unless required by applicable law or
agreed to in writing, Licensor provides the Work (and each
Contributor provides its Contributions) on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied, including, without limitation, any warranties or conditions
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
PARTICULAR PURPOSE. You are solely responsible for determining the
appropriateness of using or redistributing the Work and assume any
risks associated with Your exercise of permissions under this License.
8. Limitation of Liability. In no event and under no legal theory,
whether in tort (including negligence), contract, or otherwise,
unless required by applicable law (such as deliberate and grossly
negligent acts) or agreed to in writing, shall any Contributor be
liable to You for damages, including any direct, indirect, special,
incidental, or consequential damages of any character arising as a
result of this License or out of the use or inability to use the
Work (including but not limited to damages for loss of goodwill,
work stoppage, computer failure or malfunction, or any and all
other commercial damages or losses), even if such Contributor
has been advised of the possibility of such damages.
9. Accepting Warranty or Additional Liability. While redistributing
the Work or Derivative Works thereof, You may choose to offer,
and charge a fee for, acceptance of support, warranty, indemnity,
or other liability obligations and/or rights consistent with this
License. However, in accepting such obligations, You may act only
on Your own behalf and on Your sole responsibility, not on behalf
of any other Contributor, and only if You agree to indemnify,
defend, and hold each Contributor harmless for any liability
incurred by, or claims asserted against, such Contributor by reason
of your accepting any such warranty or additional liability.
END OF TERMS AND CONDITIONS
APPENDIX: How to apply the Apache License to your work.
To apply the Apache License to your work, attach the following
boilerplate notice, with the fields enclosed by brackets "[]"
replaced with your own identifying information. (Don't include
the brackets!) The text should be enclosed in the appropriate
comment syntax for the file format. We also recommend that a
file or class name and description of purpose be included on the
same "printed page" as the copyright notice for easier
identification within third-party archives.
Copyright [yyyy] [name of copyright owner]
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
================================================
FILE: Media-Stream/README.md
================================================
# Media-Stream (Http-Live-Streaming) Server Example
Example project how-to build HLS-streaming server using oat++ Async-API.
# This example is moved to separate repo
[https://github.com/oatpp/example-hls-media-stream](https://github.com/oatpp/example-hls-media-stream)
================================================
FILE: README.md
================================================
# oatpp-examples
List of example projects of how to use oat++ framework
More about Oat++:
- [Website](https://oatpp.io/)
- [Docs](https://oatpp.io/docs/start/)
- [Oat++ Repository](https://github.com/oatpp/oatpp)
## Examples:
### REST-API
- [ApiClient-Demo](https://github.com/oatpp/example-api-client) - Example project of how-to use Retrofit-like client wrapper (ApiClient) and how it works.
- [AsyncApi](https://github.com/oatpp/example-async-api) - Example project of how-to use asynchronous API for handling large number of simultaneous connections.
- [CRUD](https://github.com/oatpp/example-crud) - Example project of how-to create basic CRUD endpoints.
- [PostgreSQL](https://github.com/oatpp/example-postgresql) - Example of a production grade entity service storing information in PostgreSQL. With Swagger-UI and configuration profiles.
### WebSocket
- [Can-Chat](https://github.com/lganzzzo/canchat) - Feature-complete rooms-based chat for tens of thousands users. Client plus Server.
- [WebSocket](https://github.com/oatpp/example-websocket) - Collection of oatpp WebSocket examples.
- [YUV-Websocket-Stream](https://github.com/oatpp/example-yuv-websocket-stream) - Example project how-to create a YUV image stream from a V4L device (i.E. Webcam) using websockets.
### IoT
- [Example-IoT-Hue](https://github.com/oatpp/example-iot-hue-ssdp) - Example project how-to create an Philips Hue compatible REST-API that is discovered and controllable by Hue compatible Smart-Home devices like Amazon Alexa or Google Echo.
### Streaming
- [Media-Stream (Http-Live-Streaming)](https://github.com/oatpp/example-hls-media-stream) - Example project of how-to build HLS-streaming server using oat++ Async-API.
- [YUV-Websocket-Stream](https://github.com/oatpp/example-yuv-websocket-stream) - Example project how-to create a YUV image stream from a V4L device (i.E. Webcam) using websockets.
### TLS
- [TLS-Libressl](https://github.com/oatpp/example-libressl) - Example project how-to setup secure connection and serve via HTTPS.
### Microservices
- [Consul](https://github.com/oatpp/example-consul) - Example project of how-to use oatpp::consul::Client. Integration with Consul.
- [Microservices](https://github.com/oatpp/example-microservices) - Example project on how to build microservices with Oat++,
and example on how to consolidate those microservices using [monolithization](https://oatpp.io/docs/monolithization/) technique.
### Databases
- [MongoDB](https://github.com/oatpp/example-mongodb) - Example project how to work with MongoDB using [oatpp-mongo](https://github.com/oatpp/oatpp-mongo) mondule.
Project is a web-service with basic CRUD and Swagger-UI.
- [PostgreSQL](https://github.com/oatpp/example-postgresql) - Example of a production grade entity service storing information in PostgreSQL. With Swagger-UI and configuration profiles.
================================================
FILE: consul/README.md
================================================
# Consul Example
Example project of use oatpp-consul integration module.
# This example is moved to separate repo
[https://github.com/oatpp/example-consul](https://github.com/oatpp/example-consul)
================================================
FILE: crud/README.md
================================================
# CRUD Example
Example project of how-to create basic CRUD endpoints and document them with Swagger-UI and OpenApi 3.0.0
# This example is moved to separate repo
[https://github.com/oatpp/example-crud](https://github.com/oatpp/example-crud)
================================================
FILE: kafka/README.md
================================================
# Kafka Example
Example project of how-to use oatpp-kafka integration library.
- oatpp docs [https://oatpp.io/docs/start](https://oatpp.io/docs/start)
- oatpp-kafka repo [https://github.com/oatpp/oatpp-kafka](https://github.com/oatpp/oatpp-kafka)
# IN DEV PROCESS. NOT READY TO USE YET
================================================
FILE: kafka/build_app.sh
================================================
#!/bin/sh
echo "Building app. Please wait..."
g++ -std=gnu++11 \
-pthread \
`find "../lib/oatpp-kafka/" -type f -name *.cpp` \
`find "../lib/oatpp/" -type f -name *.cpp` \
`find "./src/" -type f -name *.cpp` \
-I "../lib" \
-D OATPP_USE_TARGET \
-D OATPP_TARGET_APP \
-D OATPP_DISABLE_ENV_OBJECT_COUNTERS \
-O2 \
-Wall \
-o run_app
chmod +x run_app
echo "Done. type './run_app' to run"
================================================
FILE: kafka/kafka-integration.xcodeproj/project.pbxproj
================================================
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 48;
objects = {
/* Begin PBXBuildFile section */
B3ABA67321C67BD500A7D5A3 /* Types.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3ABA5FC21C67BD500A7D5A3 /* Types.cpp */; };
B3ABA67421C67BD500A7D5A3 /* Deserializer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3ABA60021C67BD500A7D5A3 /* Deserializer.cpp */; };
B3ABA67521C67BD500A7D5A3 /* ObjectMapper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3ABA60121C67BD500A7D5A3 /* ObjectMapper.cpp */; };
B3ABA67621C67BD500A7D5A3 /* Serializer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3ABA60321C67BD500A7D5A3 /* Serializer.cpp */; };
B3ABA67721C67BD500A7D5A3 /* MessageSet.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3ABA60521C67BD500A7D5A3 /* MessageSet.cpp */; };
B3ABA67821C67BD500A7D5A3 /* V0.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3ABA60721C67BD500A7D5A3 /* V0.cpp */; };
B3ABA67921C67BD500A7D5A3 /* Produce.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3ABA60821C67BD500A7D5A3 /* Produce.cpp */; };
B3ABA67A21C67BD500A7D5A3 /* RecordBatch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3ABA60A21C67BD500A7D5A3 /* RecordBatch.cpp */; };
B3D1471121DD88F10078F7A9 /* Types.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3D145FB21DD88F00078F7A9 /* Types.cpp */; };
B3D1471221DD88F10078F7A9 /* LinkedList.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3D145FD21DD88F00078F7A9 /* LinkedList.cpp */; };
B3D1471321DD88F10078F7A9 /* FastQueue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3D145FE21DD88F00078F7A9 /* FastQueue.cpp */; };
B3D1471421DD88F10078F7A9 /* ListMap.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3D145FF21DD88F00078F7A9 /* ListMap.cpp */; };
B3D1471521DD88F10078F7A9 /* Executor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3D1460421DD88F00078F7A9 /* Executor.cpp */; };
B3D1471621DD88F10078F7A9 /* Processor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3D1460521DD88F00078F7A9 /* Processor.cpp */; };
B3D1471721DD88F10078F7A9 /* Coroutine.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3D1460621DD88F00078F7A9 /* Coroutine.cpp */; };
B3D1471821DD88F10078F7A9 /* ConversionUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3D1460C21DD88F00078F7A9 /* ConversionUtils.cpp */; };
B3D1471921DD88F10078F7A9 /* ParsingCaret.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3D1460E21DD88F00078F7A9 /* ParsingCaret.cpp */; };
B3D1471A21DD88F10078F7A9 /* Runnable.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3D1461121DD88F00078F7A9 /* Runnable.cpp */; };
B3D1471B21DD88F10078F7A9 /* SpinLock.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3D1461221DD88F00078F7A9 /* SpinLock.cpp */; };
B3D1471C21DD88F10078F7A9 /* Thread.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3D1461321DD88F00078F7A9 /* Thread.cpp */; };
B3D1471D21DD88F10078F7A9 /* Library.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3D1461E21DD88F00078F7A9 /* Library.cpp */; };
B3D1471E21DD88F10078F7A9 /* Object.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3D1462621DD88F00078F7A9 /* Object.cpp */; };
B3D1471F21DD88F10078F7A9 /* ListMap.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3D1462821DD88F00078F7A9 /* ListMap.cpp */; };
B3D1472021DD88F10078F7A9 /* List.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3D1462A21DD88F00078F7A9 /* List.cpp */; };
B3D1472121DD88F10078F7A9 /* Primitive.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3D1462C21DD88F00078F7A9 /* Primitive.cpp */; };
B3D1472221DD88F10078F7A9 /* Type.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3D1462D21DD88F00078F7A9 /* Type.cpp */; };
B3D1472321DD88F10078F7A9 /* ObjectMapper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3D1462E21DD88F00078F7A9 /* ObjectMapper.cpp */; };
B3D1472421DD88F10078F7A9 /* Delegate.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3D1463121DD88F00078F7A9 /* Delegate.cpp */; };
B3D1472521DD88F10078F7A9 /* Stream.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3D1463421DD88F00078F7A9 /* Stream.cpp */; };
B3D1472621DD88F10078F7A9 /* ChunkedBuffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3D1463521DD88F00078F7A9 /* ChunkedBuffer.cpp */; };
B3D1472721DD88F10078F7A9 /* StreamBufferedProxy.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3D1463721DD88F00078F7A9 /* StreamBufferedProxy.cpp */; };
B3D1472821DD88F10078F7A9 /* IOBuffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3D1463921DD88F00078F7A9 /* IOBuffer.cpp */; };
B3D1472921DD88F10078F7A9 /* FIFOBuffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3D1463A21DD88F00078F7A9 /* FIFOBuffer.cpp */; };
B3D1472A21DD88F10078F7A9 /* MemoryLabel.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3D1463F21DD88F00078F7A9 /* MemoryLabel.cpp */; };
B3D1472B21DD88F10078F7A9 /* Controllable.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3D1464121DD88F00078F7A9 /* Controllable.cpp */; };
B3D1472C21DD88F10078F7A9 /* Environment.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3D1464421DD88F00078F7A9 /* Environment.cpp */; };
B3D1472D21DD88F10078F7A9 /* Allocator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3D1464921DD88F00078F7A9 /* Allocator.cpp */; };
B3D1472E21DD88F10078F7A9 /* MemoryPool.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3D1464A21DD88F00078F7A9 /* MemoryPool.cpp */; };
B3D1472F21DD88F10078F7A9 /* ObjectPool.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3D1464B21DD88F00078F7A9 /* ObjectPool.cpp */; };
B3D1473021DD88F10078F7A9 /* CommandLineArguments.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3D1464E21DD88F00078F7A9 /* CommandLineArguments.cpp */; };
B3D1473121DD88F10078F7A9 /* StrBuffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3D1464F21DD88F00078F7A9 /* StrBuffer.cpp */; };
B3D1473221DD88F10078F7A9 /* TypeTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3D1465721DD88F00078F7A9 /* TypeTest.cpp */; };
B3D1473321DD88F10078F7A9 /* MemoryLabelTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3D1465B21DD88F00078F7A9 /* MemoryLabelTest.cpp */; };
B3D1473421DD88F10078F7A9 /* LinkedListTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3D1465F21DD88F00078F7A9 /* LinkedListTest.cpp */; };
B3D1473521DD88F10078F7A9 /* PerfTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3D1466421DD88F00078F7A9 /* PerfTest.cpp */; };
B3D1473621DD88F10078F7A9 /* MemoryPoolTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3D1466521DD88F00078F7A9 /* MemoryPoolTest.cpp */; };
B3D1473721DD88F10078F7A9 /* CommandLineArgumentsTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3D1466621DD88F00078F7A9 /* CommandLineArgumentsTest.cpp */; };
B3D1473821DD88F10078F7A9 /* RegRuleTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3D1466821DD88F00078F7A9 /* RegRuleTest.cpp */; };
B3D1473921DD88F10078F7A9 /* FullTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3D1467121DD88F00078F7A9 /* FullTest.cpp */; };
B3D1473A21DD88F10078F7A9 /* FullAsyncTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3D1467221DD88F00078F7A9 /* FullAsyncTest.cpp */; };
B3D1473B21DD88F10078F7A9 /* PipeTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3D1467721DD88F00078F7A9 /* PipeTest.cpp */; };
B3D1473C21DD88F10078F7A9 /* InterfaceTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3D1467821DD88F00078F7A9 /* InterfaceTest.cpp */; };
B3D1473D21DD88F10078F7A9 /* UnicodeTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3D1467B21DD88F00078F7A9 /* UnicodeTest.cpp */; };
B3D1473E21DD88F10078F7A9 /* Base64Test.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3D1467D21DD88F00078F7A9 /* Base64Test.cpp */; };
B3D1473F21DD88F10078F7A9 /* DTOMapperPerfTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3D1468221DD88F00078F7A9 /* DTOMapperPerfTest.cpp */; };
B3D1474021DD88F10078F7A9 /* DeserializerTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3D1468321DD88F00078F7A9 /* DeserializerTest.cpp */; };
B3D1474121DD88F10078F7A9 /* DTOMapperTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3D1468521DD88F00078F7A9 /* DTOMapperTest.cpp */; };
B3D1474221DD88F10078F7A9 /* AllTestsMain.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3D1468921DD88F00078F7A9 /* AllTestsMain.cpp */; };
B3D1474321DD88F10078F7A9 /* Checker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3D1468A21DD88F00078F7A9 /* Checker.cpp */; };
B3D1474421DD88F10078F7A9 /* UnitTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3D1468B21DD88F00078F7A9 /* UnitTest.cpp */; };
B3D1474521DD88F10078F7A9 /* ErrorHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3D1469021DD88F00078F7A9 /* ErrorHandler.cpp */; };
B3D1474621DD88F10078F7A9 /* Interceptor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3D1469121DD88F00078F7A9 /* Interceptor.cpp */; };
B3D1474721DD88F10078F7A9 /* AsyncHttpConnectionHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3D1469321DD88F00078F7A9 /* AsyncHttpConnectionHandler.cpp */; };
B3D1474821DD88F10078F7A9 /* HttpProcessor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3D1469721DD88F00078F7A9 /* HttpProcessor.cpp */; };
B3D1474921DD88F10078F7A9 /* HttpConnectionHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3D1469821DD88F00078F7A9 /* HttpConnectionHandler.cpp */; };
B3D1474A21DD88F10078F7A9 /* Endpoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3D1469B21DD88F00078F7A9 /* Endpoint.cpp */; };
B3D1474B21DD88F10078F7A9 /* ApiController.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3D1469D21DD88F00078F7A9 /* ApiController.cpp */; };
B3D1474C21DD88F10078F7A9 /* HttpRouter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3D1469F21DD88F00078F7A9 /* HttpRouter.cpp */; };
B3D1474D21DD88F10078F7A9 /* CommunicationError.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3D146A121DD88F00078F7A9 /* CommunicationError.cpp */; };
B3D1474E21DD88F10078F7A9 /* CommunicationUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3D146A521DD88F00078F7A9 /* CommunicationUtils.cpp */; };
B3D1474F21DD88F10078F7A9 /* ChunkedBufferBody.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3D146A721DD88F00078F7A9 /* ChunkedBufferBody.cpp */; };
B3D1475021DD88F10078F7A9 /* Request.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3D146A921DD88F00078F7A9 /* Request.cpp */; };
B3D1475121DD88F10078F7A9 /* DtoBody.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3D146AB21DD88F00078F7A9 /* DtoBody.cpp */; };
B3D1475221DD88F10078F7A9 /* Body.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3D146AD21DD88F00078F7A9 /* Body.cpp */; };
B3D1475321DD88F10078F7A9 /* Response.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3D146B021DD88F00078F7A9 /* Response.cpp */; };
B3D1475421DD88F10078F7A9 /* BufferBody.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3D146B121DD88F00078F7A9 /* BufferBody.cpp */; };
B3D1475521DD88F10078F7A9 /* ResponseFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3D146B321DD88F00078F7A9 /* ResponseFactory.cpp */; };
B3D1475621DD88F10078F7A9 /* Http.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3D146B621DD88F00078F7A9 /* Http.cpp */; };
B3D1475721DD88F10078F7A9 /* ResponseHeadersReader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3D146B821DD88F00078F7A9 /* ResponseHeadersReader.cpp */; };
B3D1475821DD88F10078F7A9 /* Request.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3D146BA21DD88F00078F7A9 /* Request.cpp */; };
B3D1475921DD88F10078F7A9 /* BodyDecoder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3D146BD21DD88F00078F7A9 /* BodyDecoder.cpp */; };
B3D1475A21DD88F10078F7A9 /* Response.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3D146BF21DD88F00078F7A9 /* Response.cpp */; };
B3D1475B21DD88F10078F7A9 /* SimpleBodyDecoder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3D146C021DD88F00078F7A9 /* SimpleBodyDecoder.cpp */; };
B3D1475C21DD88F10078F7A9 /* RequestHeadersReader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3D146C321DD88F00078F7A9 /* RequestHeadersReader.cpp */; };
B3D1475D21DD88F10078F7A9 /* Router.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3D146C621DD88F00078F7A9 /* Router.cpp */; };
B3D1475E21DD88F10078F7A9 /* Subscriber.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3D146C721DD88F00078F7A9 /* Subscriber.cpp */; };
B3D1475F21DD88F10078F7A9 /* Pattern.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3D146CB21DD88F00078F7A9 /* Pattern.cpp */; };
B3D1476021DD88F10078F7A9 /* RequestExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3D146CD21DD88F00078F7A9 /* RequestExecutor.cpp */; };
B3D1476121DD88F10078F7A9 /* ApiClient.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3D146CF21DD88F00078F7A9 /* ApiClient.cpp */; };
B3D1476221DD88F10078F7A9 /* HttpRequestExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3D146D221DD88F00078F7A9 /* HttpRequestExecutor.cpp */; };
B3D1476321DD88F10078F7A9 /* Url.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3D146D521DD88F00078F7A9 /* Url.cpp */; };
B3D1476421DD88F10078F7A9 /* Pipe.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3D146D721DD88F00078F7A9 /* Pipe.cpp */; };
B3D1476521DD88F10078F7A9 /* Socket.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3D146D821DD88F00078F7A9 /* Socket.cpp */; };
B3D1476621DD88F10078F7A9 /* ConnectionProvider.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3D146DC21DD88F00078F7A9 /* ConnectionProvider.cpp */; };
B3D1476721DD88F10078F7A9 /* Interface.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3D146DE21DD88F00078F7A9 /* Interface.cpp */; };
B3D1476821DD88F10078F7A9 /* ConnectionProvider.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3D146E221DD88F00078F7A9 /* ConnectionProvider.cpp */; };
B3D1476921DD88F10078F7A9 /* SimpleTCPConnectionProvider.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3D146E721DD88F00078F7A9 /* SimpleTCPConnectionProvider.cpp */; };
B3D1476A21DD88F10078F7A9 /* ConnectionHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3D146E821DD88F00078F7A9 /* ConnectionHandler.cpp */; };
B3D1476B21DD88F10078F7A9 /* Server.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3D146E921DD88F00078F7A9 /* Server.cpp */; };
B3D1476C21DD88F10078F7A9 /* ConnectionProvider.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3D146EC21DD88F00078F7A9 /* ConnectionProvider.cpp */; };
B3D1476D21DD88F10078F7A9 /* Connection.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3D146ED21DD88F00078F7A9 /* Connection.cpp */; };
B3D1476E21DD88F10078F7A9 /* SimpleTCPConnectionProvider.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3D146F021DD88F00078F7A9 /* SimpleTCPConnectionProvider.cpp */; };
B3D1476F21DD88F10078F7A9 /* Base64.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3D146F321DD88F00078F7A9 /* Base64.cpp */; };
B3D1477021DD88F10078F7A9 /* Hex.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3D146F521DD88F00078F7A9 /* Hex.cpp */; };
B3D1477121DD88F10078F7A9 /* Unicode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3D146F621DD88F00078F7A9 /* Unicode.cpp */; };
B3D1477221DD88F10078F7A9 /* CRC.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3D146F921DD88F00078F7A9 /* CRC.cpp */; };
B3D1477321DD88F10078F7A9 /* Deserializer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3D1470121DD88F00078F7A9 /* Deserializer.cpp */; };
B3D1477421DD88F10078F7A9 /* ObjectMapper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3D1470221DD88F00078F7A9 /* ObjectMapper.cpp */; };
B3D1477521DD88F10078F7A9 /* Serializer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3D1470321DD88F00078F7A9 /* Serializer.cpp */; };
B3D1477621DD88F10078F7A9 /* Utils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3D1470421DD88F00078F7A9 /* Utils.cpp */; };
B3F7AAE32058293F00DA8A39 /* App.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3F7AAE12058293F00DA8A39 /* App.cpp */; };
B3F7AAEA2058633B00DA8A39 /* ControllerLevelTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3F7AAE82058633B00DA8A39 /* ControllerLevelTest.cpp */; };
B3F7AAED2058637100DA8A39 /* RouterLevelTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3F7AAEB2058637100DA8A39 /* RouterLevelTest.cpp */; };
B3F7AAF0205863E400DA8A39 /* ConnectionHandlerLevelTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3F7AAEE205863E400DA8A39 /* ConnectionHandlerLevelTest.cpp */; };
/* End PBXBuildFile section */
/* Begin PBXCopyFilesBuildPhase section */
B3F7A7702058233200DA8A39 /* CopyFiles */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = /usr/share/man/man1/;
dstSubfolderSpec = 0;
files = (
);
runOnlyForDeploymentPostprocessing = 1;
};
/* End PBXCopyFilesBuildPhase section */
/* Begin PBXFileReference section */
B37B675A20EB9DA9003A7683 /* HealthDto.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = HealthDto.hpp; sourceTree = "<group>"; };
B3ABA5F921C67BD500A7D5A3 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = "<group>"; };
B3ABA5FC21C67BD500A7D5A3 /* Types.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Types.cpp; sourceTree = "<group>"; };
B3ABA5FD21C67BD500A7D5A3 /* Serializer.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = Serializer.hpp; sourceTree = "<group>"; };
B3ABA5FE21C67BD500A7D5A3 /* Deserializer.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = Deserializer.hpp; sourceTree = "<group>"; };
B3ABA5FF21C67BD500A7D5A3 /* ObjectMapper.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = ObjectMapper.hpp; sourceTree = "<group>"; };
B3ABA60021C67BD500A7D5A3 /* Deserializer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Deserializer.cpp; sourceTree = "<group>"; };
B3ABA60121C67BD500A7D5A3 /* ObjectMapper.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ObjectMapper.cpp; sourceTree = "<group>"; };
B3ABA60221C67BD500A7D5A3 /* Types.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = Types.hpp; sourceTree = "<group>"; };
B3ABA60321C67BD500A7D5A3 /* Serializer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Serializer.cpp; sourceTree = "<group>"; };
B3ABA60421C67BD500A7D5A3 /* Produce.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = Produce.hpp; sourceTree = "<group>"; };
B3ABA60521C67BD500A7D5A3 /* MessageSet.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MessageSet.cpp; sourceTree = "<group>"; };
B3ABA60621C67BD500A7D5A3 /* RecordBatch.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = RecordBatch.hpp; sourceTree = "<group>"; };
B3ABA60721C67BD500A7D5A3 /* V0.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = V0.cpp; sourceTree = "<group>"; };
B3ABA60821C67BD500A7D5A3 /* Produce.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Produce.cpp; sourceTree = "<group>"; };
B3ABA60921C67BD500A7D5A3 /* MessageSet.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = MessageSet.hpp; sourceTree = "<group>"; };
B3ABA60A21C67BD500A7D5A3 /* RecordBatch.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = RecordBatch.cpp; sourceTree = "<group>"; };
B3ABA60B21C67BD500A7D5A3 /* V0.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = V0.hpp; sourceTree = "<group>"; };
B3ABA60C21C67BD500A7D5A3 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
B3ABA60D21C67BD500A7D5A3 /* .gitignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .gitignore; sourceTree = "<group>"; };
B3D145F921DD88F00078F7A9 /* CMakeLists.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = CMakeLists.txt; sourceTree = "<group>"; };
B3D145FB21DD88F00078F7A9 /* Types.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Types.cpp; sourceTree = "<group>"; };
B3D145FD21DD88F00078F7A9 /* LinkedList.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = LinkedList.cpp; sourceTree = "<group>"; };
B3D145FE21DD88F00078F7A9 /* FastQueue.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = FastQueue.cpp; sourceTree = "<group>"; };
B3D145FF21DD88F00078F7A9 /* ListMap.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ListMap.cpp; sourceTree = "<group>"; };
B3D1460021DD88F00078F7A9 /* FastQueue.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = FastQueue.hpp; sourceTree = "<group>"; };
B3D1460121DD88F00078F7A9 /* ListMap.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = ListMap.hpp; sourceTree = "<group>"; };
B3D1460221DD88F00078F7A9 /* LinkedList.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = LinkedList.hpp; sourceTree = "<group>"; };
B3D1460421DD88F00078F7A9 /* Executor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Executor.cpp; sourceTree = "<group>"; };
B3D1460521DD88F00078F7A9 /* Processor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Processor.cpp; sourceTree = "<group>"; };
B3D1460621DD88F00078F7A9 /* Coroutine.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Coroutine.cpp; sourceTree = "<group>"; };
B3D1460721DD88F00078F7A9 /* Processor.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = Processor.hpp; sourceTree = "<group>"; };
B3D1460821DD88F00078F7A9 /* Coroutine.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = Coroutine.hpp; sourceTree = "<group>"; };
B3D1460921DD88F00078F7A9 /* Executor.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = Executor.hpp; sourceTree = "<group>"; };
B3D1460B21DD88F00078F7A9 /* ConversionUtils.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = ConversionUtils.hpp; sourceTree = "<group>"; };
B3D1460C21DD88F00078F7A9 /* ConversionUtils.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ConversionUtils.cpp; sourceTree = "<group>"; };
B3D1460E21DD88F00078F7A9 /* ParsingCaret.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ParsingCaret.cpp; sourceTree = "<group>"; };
B3D1460F21DD88F00078F7A9 /* ParsingCaret.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = ParsingCaret.hpp; sourceTree = "<group>"; };
B3D1461121DD88F00078F7A9 /* Runnable.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Runnable.cpp; sourceTree = "<group>"; };
B3D1461221DD88F00078F7A9 /* SpinLock.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SpinLock.cpp; sourceTree = "<group>"; };
B3D1461321DD88F00078F7A9 /* Thread.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Thread.cpp; sourceTree = "<group>"; };
B3D1461421DD88F00078F7A9 /* Runnable.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = Runnable.hpp; sourceTree = "<group>"; };
B3D1461521DD88F00078F7A9 /* SpinLock.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = SpinLock.hpp; sourceTree = "<group>"; };
B3D1461621DD88F00078F7A9 /* Thread.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = Thread.hpp; sourceTree = "<group>"; };
B3D1461821DD88F00078F7A9 /* codegen.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = codegen.hpp; sourceTree = "<group>"; };
B3D1461921DD88F00078F7A9 /* component.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = component.hpp; sourceTree = "<group>"; };
B3D1461A21DD88F00078F7A9 /* basic.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = basic.hpp; sourceTree = "<group>"; };
B3D1461D21DD88F00078F7A9 /* Library.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = Library.hpp; sourceTree = "<group>"; };
B3D1461E21DD88F00078F7A9 /* Library.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Library.cpp; sourceTree = "<group>"; };
B3D1461F21DD88F00078F7A9 /* Types.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = Types.hpp; sourceTree = "<group>"; };
B3D1462221DD88F00078F7A9 /* ObjectMapper.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = ObjectMapper.hpp; sourceTree = "<group>"; };
B3D1462421DD88F00078F7A9 /* Primitive.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = Primitive.hpp; sourceTree = "<group>"; };
B3D1462521DD88F00078F7A9 /* Type.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = Type.hpp; sourceTree = "<group>"; };
B3D1462621DD88F00078F7A9 /* Object.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Object.cpp; sourceTree = "<group>"; };
B3D1462721DD88F00078F7A9 /* List.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = List.hpp; sourceTree = "<group>"; };
B3D1462821DD88F00078F7A9 /* ListMap.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ListMap.cpp; sourceTree = "<group>"; };
B3D1462921DD88F00078F7A9 /* Object.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = Object.hpp; sourceTree = "<group>"; };
B3D1462A21DD88F00078F7A9 /* List.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = List.cpp; sourceTree = "<group>"; };
B3D1462B21DD88F00078F7A9 /* ListMap.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = ListMap.hpp; sourceTree = "<group>"; };
B3D1462C21DD88F00078F7A9 /* Primitive.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Primitive.cpp; sourceTree = "<group>"; };
B3D1462D21DD88F00078F7A9 /* Type.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Type.cpp; sourceTree = "<group>"; };
B3D1462E21DD88F00078F7A9 /* ObjectMapper.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ObjectMapper.cpp; sourceTree = "<group>"; };
B3D1463021DD88F00078F7A9 /* ChunkedBuffer.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = ChunkedBuffer.hpp; sourceTree = "<group>"; };
B3D1463121DD88F00078F7A9 /* Delegate.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Delegate.cpp; sourceTree = "<group>"; };
B3D1463221DD88F00078F7A9 /* StreamBufferedProxy.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = StreamBufferedProxy.hpp; sourceTree = "<group>"; };
B3D1463321DD88F00078F7A9 /* Stream.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = Stream.hpp; sourceTree = "<group>"; };
B3D1463421DD88F00078F7A9 /* Stream.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Stream.cpp; sourceTree = "<group>"; };
B3D1463521DD88F00078F7A9 /* ChunkedBuffer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ChunkedBuffer.cpp; sourceTree = "<group>"; };
B3D1463621DD88F00078F7A9 /* Delegate.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = Delegate.hpp; sourceTree = "<group>"; };
B3D1463721DD88F00078F7A9 /* StreamBufferedProxy.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = StreamBufferedProxy.cpp; sourceTree = "<group>"; };
B3D1463921DD88F00078F7A9 /* IOBuffer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = IOBuffer.cpp; sourceTree = "<group>"; };
B3D1463A21DD88F00078F7A9 /* FIFOBuffer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = FIFOBuffer.cpp; sourceTree = "<group>"; };
B3D1463B21DD88F00078F7A9 /* FIFOBuffer.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = FIFOBuffer.hpp; sourceTree = "<group>"; };
B3D1463C21DD88F00078F7A9 /* IOBuffer.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = IOBuffer.hpp; sourceTree = "<group>"; };
B3D1463E21DD88F00078F7A9 /* MemoryLabel.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = MemoryLabel.hpp; sourceTree = "<group>"; };
B3D1463F21DD88F00078F7A9 /* MemoryLabel.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MemoryLabel.cpp; sourceTree = "<group>"; };
B3D1464121DD88F00078F7A9 /* Controllable.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Controllable.cpp; sourceTree = "<group>"; };
B3D1464221DD88F00078F7A9 /* CommandLineArguments.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = CommandLineArguments.hpp; sourceTree = "<group>"; };
B3D1464321DD88F00078F7A9 /* StrBuffer.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = StrBuffer.hpp; sourceTree = "<group>"; };
B3D1464421DD88F00078F7A9 /* Environment.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Environment.cpp; sourceTree = "<group>"; };
B3D1464621DD88F00078F7A9 /* MemoryPool.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = MemoryPool.hpp; sourceTree = "<group>"; };
B3D1464721DD88F00078F7A9 /* ObjectPool.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = ObjectPool.hpp; sourceTree = "<group>"; };
B3D1464821DD88F00078F7A9 /* Allocator.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = Allocator.hpp; sourceTree = "<group>"; };
B3D1464921DD88F00078F7A9 /* Allocator.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Allocator.cpp; sourceTree = "<group>"; };
B3D1464A21DD88F00078F7A9 /* MemoryPool.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MemoryPool.cpp; sourceTree = "<group>"; };
B3D1464B21DD88F00078F7A9 /* ObjectPool.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ObjectPool.cpp; sourceTree = "<group>"; };
B3D1464C21DD88F00078F7A9 /* Config.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = Config.hpp; sourceTree = "<group>"; };
B3D1464D21DD88F00078F7A9 /* Controllable.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = Controllable.hpp; sourceTree = "<group>"; };
B3D1464E21DD88F00078F7A9 /* CommandLineArguments.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CommandLineArguments.cpp; sourceTree = "<group>"; };
B3D1464F21DD88F00078F7A9 /* StrBuffer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = StrBuffer.cpp; sourceTree = "<group>"; };
B3D1465021DD88F00078F7A9 /* Environment.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = Environment.hpp; sourceTree = "<group>"; };
B3D1465121DD88F00078F7A9 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = "<group>"; };
B3D1465721DD88F00078F7A9 /* TypeTest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TypeTest.cpp; sourceTree = "<group>"; };
B3D1465821DD88F00078F7A9 /* TypeTest.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = TypeTest.hpp; sourceTree = "<group>"; };
B3D1465A21DD88F00078F7A9 /* MemoryLabelTest.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = MemoryLabelTest.hpp; sourceTree = "<group>"; };
B3D1465B21DD88F00078F7A9 /* MemoryLabelTest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MemoryLabelTest.cpp; sourceTree = "<group>"; };
B3D1465D21DD88F00078F7A9 /* RegRuleTest.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = RegRuleTest.hpp; sourceTree = "<group>"; };
B3D1465F21DD88F00078F7A9 /* LinkedListTest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = LinkedListTest.cpp; sourceTree = "<group>"; };
B3D1466021DD88F00078F7A9 /* LinkedListTest.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = LinkedListTest.hpp; sourceTree = "<group>"; };
B3D1466221DD88F00078F7A9 /* MemoryPoolTest.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = MemoryPoolTest.hpp; sourceTree = "<group>"; };
B3D1466321DD88F00078F7A9 /* PerfTest.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = PerfTest.hpp; sourceTree = "<group>"; };
B3D1466421DD88F00078F7A9 /* PerfTest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PerfTest.cpp; sourceTree = "<group>"; };
B3D1466521DD88F00078F7A9 /* MemoryPoolTest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MemoryPoolTest.cpp; sourceTree = "<group>"; };
B3D1466621DD88F00078F7A9 /* CommandLineArgumentsTest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CommandLineArgumentsTest.cpp; sourceTree = "<group>"; };
B3D1466721DD88F00078F7A9 /* CommandLineArgumentsTest.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = CommandLineArgumentsTest.hpp; sourceTree = "<group>"; };
B3D1466821DD88F00078F7A9 /* RegRuleTest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = RegRuleTest.cpp; sourceTree = "<group>"; };
B3D1466921DD88F00078F7A9 /* UnitTest.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = UnitTest.hpp; sourceTree = "<group>"; };
B3D1466B21DD88F00078F7A9 /* FullAsyncTest.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = FullAsyncTest.hpp; sourceTree = "<group>"; };
B3D1466D21DD88F00078F7A9 /* Controller.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = Controller.hpp; sourceTree = "<group>"; };
B3D1466E21DD88F00078F7A9 /* ControllerAsync.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = ControllerAsync.hpp; sourceTree = "<group>"; };
B3D1466F21DD88F00078F7A9 /* DTOs.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = DTOs.hpp; sourceTree = "<group>"; };
B3D1467021DD88F00078F7A9 /* Client.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = Client.hpp; sourceTree = "<group>"; };
B3D1467121DD88F00078F7A9 /* FullTest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = FullTest.cpp; sourceTree = "<group>"; };
B3D1467221DD88F00078F7A9 /* FullAsyncTest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = FullAsyncTest.cpp; sourceTree = "<group>"; };
B3D1467321DD88F00078F7A9 /* FullTest.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = FullTest.hpp; sourceTree = "<group>"; };
B3D1467621DD88F00078F7A9 /* InterfaceTest.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = InterfaceTest.hpp; sourceTree = "<group>"; };
B3D1467721DD88F00078F7A9 /* PipeTest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PipeTest.cpp; sourceTree = "<group>"; };
B3D1467821DD88F00078F7A9 /* InterfaceTest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = InterfaceTest.cpp; sourceTree = "<group>"; };
B3D1467921DD88F00078F7A9 /* PipeTest.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = PipeTest.hpp; sourceTree = "<group>"; };
B3D1467B21DD88F00078F7A9 /* UnicodeTest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = UnicodeTest.cpp; sourceTree = "<group>"; };
B3D1467C21DD88F00078F7A9 /* Base64Test.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = Base64Test.hpp; sourceTree = "<group>"; };
B3D1467D21DD88F00078F7A9 /* Base64Test.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Base64Test.cpp; sourceTree = "<group>"; };
B3D1467E21DD88F00078F7A9 /* UnicodeTest.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = UnicodeTest.hpp; sourceTree = "<group>"; };
B3D1468221DD88F00078F7A9 /* DTOMapperPerfTest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DTOMapperPerfTest.cpp; sourceTree = "<group>"; };
B3D1468321DD88F00078F7A9 /* DeserializerTest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DeserializerTest.cpp; sourceTree = "<group>"; };
B3D1468421DD88F00078F7A9 /* DTOMapperTest.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = DTOMapperTest.hpp; sourceTree = "<group>"; };
B3D1468521DD88F00078F7A9 /* DTOMapperTest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DTOMapperTest.cpp; sourceTree = "<group>"; };
B3D1468621DD88F00078F7A9 /* DTOMapperPerfTest.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = DTOMapperPerfTest.hpp; sourceTree = "<group>"; };
B3D1468721DD88F00078F7A9 /* DeserializerTest.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = DeserializerTest.hpp; sourceTree = "<group>"; };
B3D1468821DD88F00078F7A9 /* Checker.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = Checker.hpp; sourceTree = "<group>"; };
B3D1468921DD88F00078F7A9 /* AllTestsMain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AllTestsMain.cpp; sourceTree = "<group>"; };
B3D1468A21DD88F00078F7A9 /* Checker.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Checker.cpp; sourceTree = "<group>"; };
B3D1468B21DD88F00078F7A9 /* UnitTest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = UnitTest.cpp; sourceTree = "<group>"; };
B3D1468F21DD88F00078F7A9 /* Interceptor.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = Interceptor.hpp; sourceTree = "<group>"; };
B3D1469021DD88F00078F7A9 /* ErrorHandler.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ErrorHandler.cpp; sourceTree = "<group>"; };
B3D1469121DD88F00078F7A9 /* Interceptor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Interceptor.cpp; sourceTree = "<group>"; };
B3D1469221DD88F00078F7A9 /* ErrorHandler.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = ErrorHandler.hpp; sourceTree = "<group>"; };
B3D1469321DD88F00078F7A9 /* AsyncHttpConnectionHandler.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AsyncHttpConnectionHandler.cpp; sourceTree = "<group>"; };
B3D1469421DD88F00078F7A9 /* HttpRouter.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = HttpRouter.hpp; sourceTree = "<group>"; };
B3D1469521DD88F00078F7A9 /* HttpProcessor.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = HttpProcessor.hpp; sourceTree = "<group>"; };
B3D1469621DD88F00078F7A9 /* HttpConnectionHandler.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = HttpConnectionHandler.hpp; sourceTree = "<group>"; };
B3D1469721DD88F00078F7A9 /* HttpProcessor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = HttpProcessor.cpp; sourceTree = "<group>"; };
B3D1469821DD88F00078F7A9 /* HttpConnectionHandler.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = HttpConnectionHandler.cpp; sourceTree = "<group>"; };
B3D1469A21DD88F00078F7A9 /* ApiController.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = ApiController.hpp; sourceTree = "<group>"; };
B3D1469B21DD88F00078F7A9 /* Endpoint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Endpoint.cpp; sourceTree = "<group>"; };
B3D1469C21DD88F00078F7A9 /* Endpoint.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = Endpoint.hpp; sourceTree = "<group>"; };
B3D1469D21DD88F00078F7A9 /* ApiController.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ApiController.cpp; sourceTree = "<group>"; };
B3D1469E21DD88F00078F7A9 /* AsyncHttpConnectionHandler.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = AsyncHttpConnectionHandler.hpp; sourceTree = "<group>"; };
B3D1469F21DD88F00078F7A9 /* HttpRouter.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = HttpRouter.cpp; sourceTree = "<group>"; };
B3D146A121DD88F00078F7A9 /* CommunicationError.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CommunicationError.cpp; sourceTree = "<group>"; };
B3D146A221DD88F00078F7A9 /* CommunicationError.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = CommunicationError.hpp; sourceTree = "<group>"; };
B3D146A521DD88F00078F7A9 /* CommunicationUtils.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CommunicationUtils.cpp; sourceTree = "<group>"; };
B3D146A621DD88F00078F7A9 /* ResponseFactory.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = ResponseFactory.hpp; sourceTree = "<group>"; };
B3D146A721DD88F00078F7A9 /* ChunkedBufferBody.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ChunkedBufferBody.cpp; sourceTree = "<group>"; };
B3D146A821DD88F00078F7A9 /* Body.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = Body.hpp; sourceTree = "<group>"; };
B3D146A921DD88F00078F7A9 /* Request.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Request.cpp; sourceTree = "<group>"; };
B3D146AA21DD88F00078F7A9 /* Response.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = Response.hpp; sourceTree = "<group>"; };
B3D146AB21DD88F00078F7A9 /* DtoBody.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DtoBody.cpp; sourceTree = "<group>"; };
B3D146AC21DD88F00078F7A9 /* BufferBody.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = BufferBody.hpp; sourceTree = "<group>"; };
B3D146AD21DD88F00078F7A9 /* Body.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Body.cpp; sourceTree = "<group>"; };
B3D146AE21DD88F00078F7A9 /* Request.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = Request.hpp; sourceTree = "<group>"; };
B3D146AF21DD88F00078F7A9 /* DtoBody.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = DtoBody.hpp; sourceTree = "<group>"; };
B3D146B021DD88F00078F7A9 /* Response.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Response.cpp; sourceTree = "<group>"; };
B3D146B121DD88F00078F7A9 /* BufferBody.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = BufferBody.cpp; sourceTree = "<group>"; };
B3D146B221DD88F00078F7A9 /* CommunicationUtils.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = CommunicationUtils.hpp; sourceTree = "<group>"; };
B3D146B321DD88F00078F7A9 /* ResponseFactory.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ResponseFactory.cpp; sourceTree = "<group>"; };
B3D146B421DD88F00078F7A9 /* ChunkedBufferBody.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = ChunkedBufferBody.hpp; sourceTree = "<group>"; };
B3D146B521DD88F00078F7A9 /* Http.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = Http.hpp; sourceTree = "<group>"; };
B3D146B621DD88F00078F7A9 /* Http.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Http.cpp; sourceTree = "<group>"; };
B3D146B821DD88F00078F7A9 /* ResponseHeadersReader.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ResponseHeadersReader.cpp; sourceTree = "<group>"; };
B3D146B921DD88F00078F7A9 /* RequestHeadersReader.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = RequestHeadersReader.hpp; sourceTree = "<group>"; };
B3D146BA21DD88F00078F7A9 /* Request.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Request.cpp; sourceTree = "<group>"; };
B3D146BB21DD88F00078F7A9 /* Response.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = Response.hpp; sourceTree = "<group>"; };
B3D146BC21DD88F00078F7A9 /* SimpleBodyDecoder.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = SimpleBodyDecoder.hpp; sourceTree = "<group>"; };
B3D146BD21DD88F00078F7A9 /* BodyDecoder.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = BodyDecoder.cpp; sourceTree = "<group>"; };
B3D146BE21DD88F00078F7A9 /* Request.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = Request.hpp; sourceTree = "<group>"; };
B3D146BF21DD88F00078F7A9 /* Response.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Response.cpp; sourceTree = "<group>"; };
B3D146C021DD88F00078F7A9 /* SimpleBodyDecoder.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SimpleBodyDecoder.cpp; sourceTree = "<group>"; };
B3D146C121DD88F00078F7A9 /* BodyDecoder.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = BodyDecoder.hpp; sourceTree = "<group>"; };
B3D146C221DD88F00078F7A9 /* ResponseHeadersReader.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = ResponseHeadersReader.hpp; sourceTree = "<group>"; };
B3D146C321DD88F00078F7A9 /* RequestHeadersReader.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = RequestHeadersReader.cpp; sourceTree = "<group>"; };
B3D146C621DD88F00078F7A9 /* Router.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Router.cpp; sourceTree = "<group>"; };
B3D146C721DD88F00078F7A9 /* Subscriber.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Subscriber.cpp; sourceTree = "<group>"; };
B3D146C821DD88F00078F7A9 /* Pattern.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = Pattern.hpp; sourceTree = "<group>"; };
B3D146C921DD88F00078F7A9 /* Router.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = Router.hpp; sourceTree = "<group>"; };
B3D146CA21DD88F00078F7A9 /* Subscriber.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = Subscriber.hpp; sourceTree = "<group>"; };
B3D146CB21DD88F00078F7A9 /* Pattern.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Pattern.cpp; sourceTree = "<group>"; };
B3D146CD21DD88F00078F7A9 /* RequestExecutor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = RequestExecutor.cpp; sourceTree = "<group>"; };
B3D146CE21DD88F00078F7A9 /* HttpRequestExecutor.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = HttpRequestExecutor.hpp; sourceTree = "<group>"; };
B3D146CF21DD88F00078F7A9 /* ApiClient.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ApiClient.cpp; sourceTree = "<group>"; };
B3D146D021DD88F00078F7A9 /* ApiClient.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = ApiClient.hpp; sourceTree = "<group>"; };
B3D146D121DD88F00078F7A9 /* RequestExecutor.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = RequestExecutor.hpp; sourceTree = "<group>"; };
B3D146D221DD88F00078F7A9 /* HttpRequestExecutor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = HttpRequestExecutor.cpp; sourceTree = "<group>"; };
B3D146D421DD88F00078F7A9 /* Connection.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = Connection.hpp; sourceTree = "<group>"; };
B3D146D521DD88F00078F7A9 /* Url.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Url.cpp; sourceTree = "<group>"; };
B3D146D721DD88F00078F7A9 /* Pipe.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Pipe.cpp; sourceTree = "<group>"; };
B3D146D821DD88F00078F7A9 /* Socket.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Socket.cpp; sourceTree = "<group>"; };
B3D146D921DD88F00078F7A9 /* Interface.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = Interface.hpp; sourceTree = "<group>"; };
B3D146DB21DD88F00078F7A9 /* ConnectionProvider.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = ConnectionProvider.hpp; sourceTree = "<group>"; };
B3D146DC21DD88F00078F7A9 /* ConnectionProvider.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ConnectionProvider.cpp; sourceTree = "<group>"; };
B3D146DD21DD88F00078F7A9 /* Socket.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = Socket.hpp; sourceTree = "<group>"; };
B3D146DE21DD88F00078F7A9 /* Interface.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Interface.cpp; sourceTree = "<group>"; };
B3D146DF21DD88F00078F7A9 /* Pipe.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = Pipe.hpp; sourceTree = "<group>"; };
B3D146E121DD88F00078F7A9 /* ConnectionProvider.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = ConnectionProvider.hpp; sourceTree = "<group>"; };
B3D146E221DD88F00078F7A9 /* ConnectionProvider.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ConnectionProvider.cpp; sourceTree = "<group>"; };
B3D146E421DD88F00078F7A9 /* Server.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = Server.hpp; sourceTree = "<group>"; };
B3D146E521DD88F00078F7A9 /* SimpleTCPConnectionProvider.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = SimpleTCPConnectionProvider.hpp; sourceTree = "<group>"; };
B3D146E621DD88F00078F7A9 /* ConnectionHandler.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = ConnectionHandler.hpp; sourceTree = "<group>"; };
B3D146E721DD88F00078F7A9 /* SimpleTCPConnectionProvider.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SimpleTCPConnectionProvider.cpp; sourceTree = "<group>"; };
B3D146E821DD88F00078F7A9 /* ConnectionHandler.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ConnectionHandler.cpp; sourceTree = "<group>"; };
B3D146E921DD88F00078F7A9 /* Server.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Server.cpp; sourceTree = "<group>"; };
B3D146EA21DD88F00078F7A9 /* ConnectionProvider.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = ConnectionProvider.hpp; sourceTree = "<group>"; };
B3D146EB21DD88F00078F7A9 /* Url.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = Url.hpp; sourceTree = "<group>"; };
B3D146EC21DD88F00078F7A9 /* ConnectionProvider.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ConnectionProvider.cpp; sourceTree = "<group>"; };
B3D146ED21DD88F00078F7A9 /* Connection.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Connection.cpp; sourceTree = "<group>"; };
B3D146EF21DD88F00078F7A9 /* SimpleTCPConnectionProvider.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = SimpleTCPConnectionProvider.hpp; sourceTree = "<group>"; };
B3D146F021DD88F00078F7A9 /* SimpleTCPConnectionProvider.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SimpleTCPConnectionProvider.cpp; sourceTree = "<group>"; };
B3D146F221DD88F00078F7A9 /* Unicode.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = Unicode.hpp; sourceTree = "<group>"; };
B3D146F321DD88F00078F7A9 /* Base64.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Base64.cpp; sourceTree = "<group>"; };
B3D146F421DD88F00078F7A9 /* Hex.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = Hex.hpp; sourceTree = "<group>"; };
B3D146F521DD88F00078F7A9 /* Hex.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Hex.cpp; sourceTree = "<group>"; };
B3D146F621DD88F00078F7A9 /* Unicode.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Unicode.cpp; sourceTree = "<group>"; };
B3D146F721DD88F00078F7A9 /* Base64.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = Base64.hpp; sourceTree = "<group>"; };
B3D146F921DD88F00078F7A9 /* CRC.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CRC.cpp; sourceTree = "<group>"; };
B3D146FA21DD88F00078F7A9 /* CRC.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = CRC.hpp; sourceTree = "<group>"; };
B3D146FE21DD88F00078F7A9 /* Serializer.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = Serializer.hpp; sourceTree = "<group>"; };
B3D146FF21DD88F00078F7A9 /* Deserializer.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = Deserializer.hpp; sourceTree = "<group>"; };
B3D1470021DD88F00078F7A9 /* ObjectMapper.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = ObjectMapper.hpp; sourceTree = "<group>"; };
B3D1470121DD88F00078F7A9 /* Deserializer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Deserializer.cpp; sourceTree = "<group>"; };
B3D1470221DD88F00078F7A9 /* ObjectMapper.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ObjectMapper.cpp; sourceTree = "<group>"; };
B3D1470321DD88F00078F7A9 /* Serializer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Serializer.cpp; sourceTree = "<group>"; };
B3D1470421DD88F00078F7A9 /* Utils.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Utils.cpp; sourceTree = "<group>"; };
B3D1470521DD88F00078F7A9 /* Utils.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = Utils.hpp; sourceTree = "<group>"; };
B3D1470721DD88F00078F7A9 /* codegen_define_DTO_.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = codegen_define_DTO_.hpp; sourceTree = "<group>"; };
B3D1470821DD88F00078F7A9 /* codegen_undef_ApiController_.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = codegen_undef_ApiController_.hpp; sourceTree = "<group>"; };
B3D1470921DD88F00078F7A9 /* codegen_undef_DTO_.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = codegen_undef_DTO_.hpp; sourceTree = "<group>"; };
B3D1470A21DD88F00078F7A9 /* codegen_undef_ApiClient_.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = codegen_undef_ApiClient_.hpp; sourceTree = "<group>"; };
B3D1470B21DD88F00078F7A9 /* codegen_define_ApiController_.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = codegen_define_ApiController_.hpp; sourceTree = "<group>"; };
B3D1470C21DD88F00078F7A9 /* codegen_define_ApiClient_.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = codegen_define_ApiClient_.hpp; sourceTree = "<group>"; };
B3D1470D21DD88F00078F7A9 /* azure-pipelines.yml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "azure-pipelines.yml"; sourceTree = "<group>"; };
B3D1470E21DD88F00078F7A9 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
B3D1470F21DD88F00078F7A9 /* .gitignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .gitignore; sourceTree = "<group>"; };
B3D1471021DD88F00078F7A9 /* lgtm.yml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = lgtm.yml; sourceTree = "<group>"; };
B3F7A7722058233200DA8A39 /* kafka-integration */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = "kafka-integration"; sourceTree = BUILT_PRODUCTS_DIR; };
B3F7AAD82058293F00DA8A39 /* Logger.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = Logger.hpp; sourceTree = "<group>"; };
B3F7AADA2058293F00DA8A39 /* DemoController.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = DemoController.hpp; sourceTree = "<group>"; };
B3F7AAE02058293F00DA8A39 /* AppComponent.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = AppComponent.hpp; sourceTree = "<group>"; };
B3F7AAE12058293F00DA8A39 /* App.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = App.cpp; sourceTree = "<group>"; };
B3F7AAE82058633B00DA8A39 /* ControllerLevelTest.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ControllerLevelTest.cpp; sourceTree = "<group>"; };
B3F7AAE92058633B00DA8A39 /* ControllerLevelTest.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = ControllerLevelTest.hpp; sourceTree = "<group>"; };
B3F7AAEB2058637100DA8A39 /* RouterLevelTest.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = RouterLevelTest.cpp; sourceTree = "<group>"; };
B3F7AAEC2058637100DA8A39 /* RouterLevelTest.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = RouterLevelTest.hpp; sourceTree = "<group>"; };
B3F7AAEE205863E400DA8A39 /* ConnectionHandlerLevelTest.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ConnectionHandlerLevelTest.cpp; sourceTree = "<group>"; };
B3F7AAEF205863E400DA8A39 /* ConnectionHandlerLevelTest.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = ConnectionHandlerLevelTest.hpp; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
B3F7A76F2058233200DA8A39 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
B3ABA5F821C67BD500A7D5A3 /* oatpp-kafka */ = {
isa = PBXGroup;
children = (
B3ABA5F921C67BD500A7D5A3 /* LICENSE */,
B3ABA5FA21C67BD500A7D5A3 /* protocol */,
B3ABA60C21C67BD500A7D5A3 /* README.md */,
B3ABA60D21C67BD500A7D5A3 /* .gitignore */,
);
name = "oatpp-kafka";
path = "../lib/oatpp-kafka";
sourceTree = "<group>";
};
B3ABA5FA21C67BD500A7D5A3 /* protocol */ = {
isa = PBXGroup;
children = (
B3ABA5FB21C67BD500A7D5A3 /* mapping */,
B3ABA60421C67BD500A7D5A3 /* Produce.hpp */,
B3ABA60521C67BD500A7D5A3 /* MessageSet.cpp */,
B3ABA60621C67BD500A7D5A3 /* RecordBatch.hpp */,
B3ABA60721C67BD500A7D5A3 /* V0.cpp */,
B3ABA60821C67BD500A7D5A3 /* Produce.cpp */,
B3ABA60921C67BD500A7D5A3 /* MessageSet.hpp */,
B3ABA60A21C67BD500A7D5A3 /* RecordBatch.cpp */,
B3ABA60B21C67BD500A7D5A3 /* V0.hpp */,
);
path = protocol;
sourceTree = "<group>";
};
B3ABA5FB21C67BD500A7D5A3 /* mapping */ = {
isa = PBXGroup;
children = (
B3ABA5FC21C67BD500A7D5A3 /* Types.cpp */,
B3ABA5FD21C67BD500A7D5A3 /* Serializer.hpp */,
B3ABA5FE21C67BD500A7D5A3 /* Deserializer.hpp */,
B3ABA5FF21C67BD500A7D5A3 /* ObjectMapper.hpp */,
B3ABA60021C67BD500A7D5A3 /* Deserializer.cpp */,
B3ABA60121C67BD500A7D5A3 /* ObjectMapper.cpp */,
B3ABA60221C67BD500A7D5A3 /* Types.hpp */,
B3ABA60321C67BD500A7D5A3 /* Serializer.cpp */,
);
path = mapping;
sourceTree = "<group>";
};
B3D145F821DD88F00078F7A9 /* oatpp */ = {
isa = PBXGroup;
children = (
B3D145F921DD88F00078F7A9 /* CMakeLists.txt */,
B3D145FA21DD88F00078F7A9 /* core */,
B3D1465121DD88F00078F7A9 /* LICENSE */,
B3D1465221DD88F00078F7A9 /* test */,
B3D1468C21DD88F00078F7A9 /* web */,
B3D146D321DD88F00078F7A9 /* network */,
B3D146F121DD88F00078F7A9 /* encoding */,
B3D146F821DD88F00078F7A9 /* algorithm */,
B3D146FB21DD88F00078F7A9 /* parser */,
B3D1470621DD88F00078F7A9 /* codegen */,
B3D1470D21DD88F00078F7A9 /* azure-pipelines.yml */,
B3D1470E21DD88F00078F7A9 /* README.md */,
B3D1470F21DD88F00078F7A9 /* .gitignore */,
B3D1471021DD88F00078F7A9 /* lgtm.yml */,
);
name = oatpp;
path = ../lib/oatpp;
sourceTree = "<group>";
};
B3D145FA21DD88F00078F7A9 /* core */ = {
isa = PBXGroup;
children = (
B3D145FB21DD88F00078F7A9 /* Types.cpp */,
B3D145FC21DD88F00078F7A9 /* collection */,
B3D1460321DD88F00078F7A9 /* async */,
B3D1460A21DD88F00078F7A9 /* utils */,
B3D1460D21DD88F00078F7A9 /* parser */,
B3D1461021DD88F00078F7A9 /* concurrency */,
B3D1461721DD88F00078F7A9 /* macro */,
B3D1461B21DD88F00078F7A9 /* os */,
B3D1461F21DD88F00078F7A9 /* Types.hpp */,
B3D1462021DD88F00078F7A9 /* data */,
B3D1464021DD88F00078F7A9 /* base */,
);
path = core;
sourceTree = "<group>";
};
B3D145FC21DD88F00078F7A9 /* collection */ = {
isa = PBXGroup;
children = (
B3D145FD21DD88F00078F7A9 /* LinkedList.cpp */,
B3D145FE21DD88F00078F7A9 /* FastQueue.cpp */,
B3D145FF21DD88F00078F7A9 /* ListMap.cpp */,
B3D1460021DD88F00078F7A9 /* FastQueue.hpp */,
B3D1460121DD88F00078F7A9 /* ListMap.hpp */,
B3D1460221DD88F00078F7A9 /* LinkedList.hpp */,
);
path = collection;
sourceTree = "<group>";
};
B3D1460321DD88F00078F7A9 /* async */ = {
isa = PBXGroup;
children = (
B3D1460421DD88F00078F7A9 /* Executor.cpp */,
B3D1460521DD88F00078F7A9 /* Processor.cpp */,
B3D1460621DD88F00078F7A9 /* Coroutine.cpp */,
B3D1460721DD88F00078F7A9 /* Processor.hpp */,
B3D1460821DD88F00078F7A9 /* Coroutine.hpp */,
B3D1460921DD88F00078F7A9 /* Executor.hpp */,
);
path = async;
sourceTree = "<group>";
};
B3D1460A21DD88F00078F7A9 /* utils */ = {
isa = PBXGroup;
children = (
B3D1460B21DD88F00078F7A9 /* ConversionUtils.hpp */,
B3D1460C21DD88F00078F7A9 /* ConversionUtils.cpp */,
);
path = utils;
sourceTree = "<group>";
};
B3D1460D21DD88F00078F7A9 /* parser */ = {
isa = PBXGroup;
children = (
B3D1460E21DD88F00078F7A9 /* ParsingCaret.cpp */,
B3D1460F21DD88F00078F7A9 /* ParsingCaret.hpp */,
);
path = parser;
sourceTree = "<group>";
};
B3D1461021DD88F00078F7A9 /* concurrency */ = {
isa = PBXGroup;
children = (
B3D1461121DD88F00078F7A9 /* Runnable.cpp */,
B3D1461221DD88F00078F7A9 /* SpinLock.cpp */,
B3D1461321DD88F00078F7A9 /* Thread.cpp */,
B3D1461421DD88F00078F7A9 /* Runnable.hpp */,
B3D1461521DD88F00078F7A9 /* SpinLock.hpp */,
B3D1461621DD88F00078F7A9 /* Thread.hpp */,
);
path = concurrency;
sourceTree = "<group>";
};
B3D1461721DD88F00078F7A9 /* macro */ = {
isa = PBXGroup;
children = (
B3D1461821DD88F00078F7A9 /* codegen.hpp */,
B3D1461921DD88F00078F7A9 /* component.hpp */,
B3D1461A21DD88F00078F7A9 /* basic.hpp */,
);
path = macro;
sourceTree = "<group>";
};
B3D1461B21DD88F00078F7A9 /* os */ = {
isa = PBXGroup;
children = (
B3D1461C21DD88F00078F7A9 /* io */,
);
path = os;
sourceTree = "<group>";
};
B3D1461C21DD88F00078F7A9 /* io */ = {
isa = PBXGroup;
children = (
B3D1461D21DD88F00078F7A9 /* Library.hpp */,
B3D1461E21DD88F00078F7A9 /* Library.cpp */,
);
path = io;
sourceTree = "<group>";
};
B3D1462021DD88F00078F7A9 /* data */ = {
isa = PBXGroup;
children = (
B3D1462121DD88F00078F7A9 /* mapping */,
B3D1462F21DD88F00078F7A9 /* stream */,
B3D1463821DD88F00078F7A9 /* buffer */,
B3D1463D21DD88F00078F7A9 /* share */,
);
path = data;
sourceTree = "<group>";
};
B3D1462121DD88F00078F7A9 /* mapping */ = {
isa = PBXGroup;
children = (
B3D1462221DD88F00078F7A9 /* ObjectMapper.hpp */,
B3D1462321DD88F00078F7A9 /* type */,
B3D1462E21DD88F00078F7A9 /* ObjectMapper.cpp */,
);
path = mapping;
sourceTree = "<group>";
};
B3D1462321DD88F00078F7A9 /* type */ = {
isa = PBXGroup;
children = (
B3D1462421DD88F00078F7A9 /* Primitive.hpp */,
B3D1462521DD88F00078F7A9 /* Type.hpp */,
B3D1462621DD88F00078F7A9 /* Object.cpp */,
B3D1462721DD88F00078F7A9 /* List.hpp */,
B3D1462821DD88F00078F7A9 /* ListMap.cpp */,
B3D1462921DD88F00078F7A9 /* Object.hpp */,
B3D1462A21DD88F00078F7A9 /* List.cpp */,
B3D1462B21DD88F00078F7A9 /* ListMap.hpp */,
B3D1462C21DD88F00078F7A9 /* Primitive.cpp */,
B3D1462D21DD88F00078F7A9 /* Type.cpp */,
);
path = type;
sourceTree = "<group>";
};
B3D1462F21DD88F00078F7A9 /* stream */ = {
isa = PBXGroup;
children = (
B3D1463021DD88F00078F7A9 /* ChunkedBuffer.hpp */,
B3D1463121DD88F00078F7A9 /* Delegate.cpp */,
B3D1463221DD88F00078F7A9 /* StreamBufferedProxy.hpp */,
B3D1463321DD88F00078F7A9 /* Stream.hpp */,
B3D1463421DD88F00078F7A9 /* Stream.cpp */,
B3D1463521DD88F00078F7A9 /* ChunkedBuffer.cpp */,
B3D1463621DD88F00078F7A9 /* Delegate.hpp */,
B3D1463721DD88F00078F7A9 /* StreamBufferedProxy.cpp */,
);
path = stream;
sourceTree = "<group>";
};
B3D1463821DD88F00078F7A9 /* buffer */ = {
isa = PBXGroup;
children = (
B3D1463921DD88F00078F7A9 /* IOBuffer.cpp */,
B3D1463A21DD88F00078F7A9 /* FIFOBuffer.cpp */,
B3D1463B21DD88F00078F7A9 /* FIFOBuffer.hpp */,
B3D1463C21DD88F00078F7A9 /* IOBuffer.hpp */,
);
path = buffer;
sourceTree = "<group>";
};
B3D1463D21DD88F00078F7A9 /* share */ = {
isa = PBXGroup;
children = (
B3D1463E21DD88F00078F7A9 /* MemoryLabel.hpp */,
B3D1463F21DD88F00078F7A9 /* MemoryLabel.cpp */,
);
path = share;
sourceTree = "<group>";
};
B3D1464021DD88F00078F7A9 /* base */ = {
isa = PBXGroup;
children = (
B3D1464121DD88F00078F7A9 /* Controllable.cpp */,
B3D1464221DD88F00078F7A9 /* CommandLineArguments.hpp */,
B3D1464321DD88F00078F7A9 /* StrBuffer.hpp */,
B3D1464421DD88F00078F7A9 /* Environment.cpp */,
B3D1464521DD88F00078F7A9 /* memory */,
B3D1464C21DD88F00078F7A9 /* Config.hpp */,
B3D1464D21DD88F00078F7A9 /* Controllable.hpp */,
B3D1464E21DD88F00078F7A9 /* CommandLineArguments.cpp */,
B3D1464F21DD88F00078F7A9 /* StrBuffer.cpp */,
B3D1465021DD88F00078F7A9 /* Environment.hpp */,
);
path = base;
sourceTree = "<group>";
};
B3D1464521DD88F00078F7A9 /* memory */ = {
isa = PBXGroup;
children = (
B3D1464621DD88F00078F7A9 /* MemoryPool.hpp */,
B3D1464721DD88F00078F7A9 /* ObjectPool.hpp */,
B3D1464821DD88F00078F7A9 /* Allocator.hpp */,
B3D1464921DD88F00078F7A9 /* Allocator.cpp */,
B3D1464A21DD88F00078F7A9 /* MemoryPool.cpp */,
B3D1464B21DD88F00078F7A9 /* ObjectPool.cpp */,
);
path = memory;
sourceTree = "<group>";
};
B3D1465221DD88F00078F7A9 /* test */ = {
isa = PBXGroup;
children = (
B3D1465321DD88F00078F7A9 /* core */,
B3D1466921DD88F00078F7A9 /* UnitTest.hpp */,
B3D1466A21DD88F00078F7A9 /* web */,
B3D1467421DD88F00078F7A9 /* network */,
B3D1467A21DD88F00078F7A9 /* encoding */,
B3D1467F21DD88F00078F7A9 /* parser */,
B3D1468821DD88F00078F7A9 /* Checker.hpp */,
B3D1468921DD88F00078F7A9 /* AllTestsMain.cpp */,
B3D1468A21DD88F00078F7A9 /* Checker.cpp */,
B3D1468B21DD88F00078F7A9 /* UnitTest.cpp */,
);
path = test;
sourceTree = "<group>";
};
B3D1465321DD88F00078F7A9 /* core */ = {
isa = PBXGroup;
children = (
B3D1465421DD88F00078F7A9 /* data */,
B3D1465C21DD88F00078F7A9 /* base */,
);
path = core;
sourceTree = "<group>";
};
B3D1465421DD88F00078F7A9 /* data */ = {
isa = PBXGroup;
children = (
B3D1465521DD88F00078F7A9 /* mapping */,
B3D1465921DD88F00078F7A9 /* share */,
);
path = data;
sourceTree = "<group>";
};
B3D1465521DD88F00078F7A9 /* mapping */ = {
isa = PBXGroup;
children = (
B3D1465621DD88F00078F7A9 /* type */,
);
path = mapping;
sourceTree = "<group>";
};
B3D1465621DD88F00078F7A9 /* type */ = {
isa = PBXGroup;
children = (
B3D1465721DD88F00078F7A9 /* TypeTest.cpp */,
B3D1465821DD88F00078F7A9 /* TypeTest.hpp */,
);
path = type;
sourceTree = "<group>";
};
B3D1465921DD88F00078F7A9 /* share */ = {
isa = PBXGroup;
children = (
B3D1465A21DD88F00078F7A9 /* MemoryLabelTest.hpp */,
B3D1465B21DD88F00078F7A9 /* MemoryLabelTest.cpp */,
);
path = share;
sourceTree = "<group>";
};
B3D1465C21DD88F00078F7A9 /* base */ = {
isa = PBXGroup;
children = (
B3D1465D21DD88F00078F7A9 /* RegRuleTest.hpp */,
B3D1465E21DD88F00078F7A9 /* collection */,
B3D1466121DD88F00078F7A9 /* memory */,
B3D1466621DD88F00078F7A9 /* CommandLineArgumentsTest.cpp */,
B3D1466721DD88F00078F7A9 /* CommandLineArgumentsTest.hpp */,
B3D1466821DD88F00078F7A9 /* RegRuleTest.cpp */,
);
path = base;
sourceTree = "<group>";
};
B3D1465E21DD88F00078F7A9 /* collection */ = {
isa = PBXGroup;
children = (
B3D1465F21DD88F00078F7A9 /* LinkedListTest.cpp */,
B3D1466021DD88F00078F7A9 /* LinkedListTest.hpp */,
);
path = collection;
sourceTree = "<group>";
};
B3D1466121DD88F00078F7A9 /* memory */ = {
isa = PBXGroup;
children = (
B3D1466221DD88F00078F7A9 /* MemoryPoolTest.hpp */,
B3D1466321DD88F00078F7A9 /* PerfTest.hpp */,
B3D1466421DD88F00078F7A9 /* PerfTest.cpp */,
B3D1466521DD88F00078F7A9 /* MemoryPoolTest.cpp */,
);
path = memory;
sourceTree = "<group>";
};
B3D1466A21DD88F00078F7A9 /* web */ = {
isa = PBXGroup;
children = (
B3D1466B21DD88F00078F7A9 /* FullAsyncTest.hpp */,
B3D1466C21DD88F00078F7A9 /* app */,
B3D1467121DD88F00078F7A9 /* FullTest.cpp */,
B3D1467221DD88F00078F7A9 /* FullAsyncTest.cpp */,
B3D1467321DD88F00078F7A9 /* FullTest.hpp */,
);
path = web;
sourceTree = "<group>";
};
B3D1466C21DD88F00078F7A9 /* app */ = {
isa = PBXGroup;
children = (
B3D1466D21DD88F00078F7A9 /* Controller.hpp */,
B3D1466E21DD88F00078F7A9 /* ControllerAsync.hpp */,
B3D1466F21DD88F00078F7A9 /* DTOs.hpp */,
B3D1467021DD88F00078F7A9 /* Client.hpp */,
);
path = app;
sourceTree = "<group>";
};
B3D1467421DD88F00078F7A9 /* network */ = {
isa = PBXGroup;
children = (
B3D1467521DD88F00078F7A9 /* virtual_ */,
);
path = network;
sourceTree = "<group>";
};
B3D1467521DD88F00078F7A9 /* virtual_ */ = {
isa = PBXGroup;
children = (
B3D1467621DD88F00078F7A9 /* InterfaceTest.hpp */,
B3D1467721DD88F00078F7A9 /* PipeTest.cpp */,
B3D1467821DD88F00078F7A9 /* InterfaceTest.cpp */,
B3D1467921DD88F00078F7A9 /* PipeTest.hpp */,
);
path = virtual_;
sourceTree = "<group>";
};
B3D1467A21DD88F00078F7A9 /* encoding */ = {
isa = PBXGroup;
children = (
B3D1467B21DD88F00078F7A9 /* UnicodeTest.cpp */,
B3D1467C21DD88F00078F7A9 /* Base64Test.hpp */,
B3D1467D21DD88F00078F7A9 /* Base64Test.cpp */,
B3D1467E21DD88F00078F7A9 /* UnicodeTest.hpp */,
);
path = encoding;
sourceTree = "<group>";
};
B3D1467F21DD88F00078F7A9 /* parser */ = {
isa = PBXGroup;
children = (
B3D1468021DD88F00078F7A9 /* json */,
);
path = parser;
sourceTree = "<group>";
};
B3D1468021DD88F00078F7A9 /* json */ = {
isa = PBXGroup;
children = (
B3D1468121DD88F00078F7A9 /* mapping */,
);
path = json;
sourceTree = "<group>";
};
B3D1468121DD88F00078F7A9 /* mapping */ = {
isa = PBXGroup;
children = (
B3D1468221DD88F00078F7A9 /* DTOMapperPerfTest.cpp */,
B3D1468321DD88F00078F7A9 /* DeserializerTest.cpp */,
B3D1468421DD88F00078F7A9 /* DTOMapperTest.hpp */,
B3D1468521DD88F00078F7A9 /* DTOMapperTest.cpp */,
B3D1468621DD88F00078F7A9 /* DTOMapperPerfTest.hpp */,
B3D1468721DD88F00078F7A9 /* DeserializerTest.hpp */,
);
path = mapping;
sourceTree = "<group>";
};
B3D1468C21DD88F00078F7A9 /* web */ = {
isa = PBXGroup;
children = (
B3D1468D21DD88F00078F7A9 /* server */,
B3D146A021DD88F00078F7A9 /* protocol */,
B3D146C421DD88F00078F7A9 /* url */,
B3D146CC21DD88F00078F7A9 /* client */,
);
path = web;
sourceTree = "<group>";
};
B3D1468D21DD88F00078F7A9 /* server */ = {
isa = PBXGroup;
children = (
B3D1468E21DD88F00078F7A9 /* handler */,
B3D1469321DD88F00078F7A9 /* AsyncHttpConnectionHandler.cpp */,
B3D1469421DD88F00078F7A9 /* HttpRouter.hpp */,
B3D1469521DD88F00078F7A9 /* HttpProcessor.hpp */,
B3D1469621DD88F00078F7A9 /* HttpConnectionHandler.hpp */,
B3D1469721DD88F00078F7A9 /* HttpProcessor.cpp */,
B3D1469821DD88F00078F7A9 /* HttpConnectionHandler.cpp */,
B3D1469921DD88F00078F7A9 /* api */,
B3D1469E21DD88F00078F7A9 /* AsyncHttpConnectionHandler.hpp */,
B3D1469F21DD88F00078F7A9 /* HttpRouter.cpp */,
);
path = server;
sourceTree = "<group>";
};
B3D1468E21DD88F00078F7A9 /* handler */ = {
isa = PBXGroup;
children = (
B3D1468F21DD88F00078F7A9 /* Interceptor.hpp */,
B3D1469021DD88F00078F7A9 /* ErrorHandler.cpp */,
B3D1469121DD88F00078F7A9 /* Interceptor.cpp */,
B3D1469221DD88F00078F7A9 /* ErrorHandler.hpp */,
);
path = handler;
sourceTree = "<group>";
};
B3D1469921DD88F00078F7A9 /* api */ = {
isa = PBXGroup;
children = (
B3D1469A21DD88F00078F7A9 /* ApiController.hpp */,
B3D1469B21DD88F00078F7A9 /* Endpoint.cpp */,
B3D1469C21DD88F00078F7A9 /* Endpoint.hpp */,
B3D1469D21DD88F00078F7A9 /* ApiController.cpp */,
);
path = api;
sourceTree = "<group>";
};
B3D146A021DD88F00078F7A9 /* protocol */ = {
isa = PBXGroup;
children = (
B3D146A121DD88F00078F7A9 /* CommunicationError.cpp */,
B3D146A221DD88F00078F7A9 /* CommunicationError.hpp */,
B3D146A321DD88F00078F7A9 /* http */,
);
path = protocol;
sourceTree = "<group>";
};
B3D146A321DD88F00078F7A9 /* http */ = {
isa = PBXGroup;
children = (
B3D146A421DD88F00078F7A9 /* outgoing */,
B3D146B521DD88F00078F7A9 /* Http.hpp */,
B3D146B621DD88F00078F7A9 /* Http.cpp */,
B3D146B721DD88F00078F7A9 /* incoming */,
);
path = http;
sourceTree = "<group>";
};
B3D146A421DD88F00078F7A9 /* outgoing */ = {
isa = PBXGroup;
children = (
B3D146A521DD88F00078F7A9 /* CommunicationUtils.cpp */,
B3D146A621DD88F00078F7A9 /* ResponseFactory.hpp */,
B3D146A721DD88F00078F7A9 /* ChunkedBufferBody.cpp */,
B3D146A821DD88F00078F7A9 /* Body.hpp */,
B3D146A921DD88F00078F7A9 /* Request.cpp */,
B3D146AA21DD88F00078F7A9 /* Response.hpp */,
B3D146AB21DD88F00078F7A9 /* DtoBody.cpp */,
B3D146AC21DD88F00078F7A9 /* BufferBody.hpp */,
B3D146AD21DD88F00078F7A9 /* Body.cpp */,
B3D146AE21DD88F00078F7A9 /* Request.hpp */,
B3D146AF21DD88F00078F7A9 /* DtoBody.hpp */,
B3D146B021DD88F00078F7A9 /* Response.cpp */,
B3D146B121DD88F00078F7A9 /* BufferBody.cpp */,
B3D146B221DD88F00078F7A9 /* CommunicationUtils.hpp */,
B3D146B321DD88F00078F7A9 /* ResponseFactory.cpp */,
B3D146B421DD88F00078F7A9 /* ChunkedBufferBody.hpp */,
);
path = outgoing;
sourceTree = "<group>";
};
B3D146B721DD88F00078F7A9 /* incoming */ = {
isa = PBXGroup;
children = (
B3D146B821DD88F00078F7A9 /* ResponseHeadersReader.cpp */,
B3D146B921DD88F00078F7A9 /* RequestHeadersReader.hpp */,
B3D146BA21DD88F00078F7A9 /* Request.cpp */,
B3D146BB21DD88F00078F7A9 /* Response.hpp */,
B3D146BC21DD88F00078F7A9 /* SimpleBodyDecoder.hpp */,
B3D146BD21DD88F00078F7A9 /* BodyDecoder.cpp */,
B3D146BE21DD88F00078F7A9 /* Request.hpp */,
B3D146BF21DD88F00078F7A9 /* Response.cpp */,
B3D146C021DD88F00078F7A9 /* SimpleBodyDecoder.cpp */,
B3D146C121DD88F00078F7A9 /* BodyDecoder.hpp */,
B3D146C221DD88F00078F7A9 /* ResponseHeadersReader.hpp */,
B3D146C321DD88F00078F7A9 /* RequestHeadersReader.cpp */,
);
path = incoming;
sourceTree = "<group>";
};
B3D146C421DD88F00078F7A9 /* url */ = {
isa = PBXGroup;
children = (
B3D146C521DD88F00078F7A9 /* mapping */,
);
path = url;
sourceTree = "<group>";
};
B3D146C521DD88F00078F7A9 /* mapping */ = {
isa = PBXGroup;
children = (
B3D146C621DD88F00078F7A9 /* Router.cpp */,
B3D146C721DD88F00078F7A9 /* Subscriber.cpp */,
B3D146C821DD88F00078F7A9 /* Pattern.hpp */,
B3D146C921DD88F00078F7A9 /* Router.hpp */,
B3D146CA21DD88F00078F7A9 /* Subscriber.hpp */,
B3D146CB21DD88F00078F7A9 /* Pattern.cpp */,
);
path = mapping;
sourceTree = "<group>";
};
B3D146CC21DD88F00078F7A9 /* client */ = {
isa = PBXGroup;
children = (
B3D146CD21DD88F00078F7A9 /* RequestExecutor.cpp */,
B3D146CE21DD88F00078F7A9 /* HttpRequestExecutor.hpp */,
B3D146CF21DD88F00078F7A9 /* ApiClient.cpp */,
B3D146D021DD88F00078F7A9 /* ApiClient.hpp */,
B3D146D121DD88F00078F7A9 /* RequestExecutor.hpp */,
B3D146D221DD88F00078F7A9 /* HttpRequestExecutor.cpp */,
);
path = client;
sourceTree = "<group>";
};
B3D146D321DD88F00078F7A9 /* network */ = {
isa = PBXGroup;
children = (
B3D146D421DD88F00078F7A9 /* Connection.hpp */,
B3D146D521DD88F00078F7A9 /* Url.cpp */,
B3D146D621DD88F00078F7A9 /* virtual_ */,
B3D146E321DD88F00078F7A9 /* server */,
B3D146EA21DD88F00078F7A9 /* ConnectionProvider.hpp */,
B3D146EB21DD88F00078F7A9 /* Url.hpp */,
B3D146EC21DD88F00078F7A9 /* ConnectionProvider.cpp */,
B3D146ED21DD88F00078F7A9 /* Connection.cpp */,
B3D146EE21DD88F00078F7A9 /* client */,
);
path = network;
sourceTree = "<group>";
};
B3D146D621DD88F00078F7A9 /* virtual_ */ = {
isa = PBXGroup;
children = (
B3D146D721DD88F00078F7A9 /* Pipe.cpp */,
B3D146D821DD88F00078F7A9 /* Socket.cpp */,
B3D146D921DD88F00078F7A9 /* Interface.hpp */,
B3D146DA21DD88F00078F7A9 /* server */,
B3D146DD21DD88F00078F7A9 /* Socket.hpp */,
B3D146DE21DD88F00078F7A9 /* Interface.cpp */,
B3D146DF21DD88F00078F7A9 /* Pipe.hpp */,
B3D146E021DD88F00078F7A9 /* client */,
);
path = virtual_;
sourceTree = "<group>";
};
B3D146DA21DD88F00078F7A9 /* server */ = {
isa = PBXGroup;
children = (
B3D146DB21DD88F00078F7A9 /* ConnectionProvider.hpp */,
B3D146DC21DD88F00078F7A9 /* ConnectionProvider.cpp */,
);
path = server;
sourceTree = "<group>";
};
B3D146E021DD88F00078F7A9 /* client */ = {
isa = PBXGroup;
children = (
B3D146E121DD88F00078F7A9 /* ConnectionProvider.hpp */,
B3D146E221DD88F00078F7A9 /* ConnectionProvider.cpp */,
);
path = client;
sourceTree = "<group>";
};
B3D146E321DD88F00078F7A9 /* server */ = {
isa = PBXGroup;
children = (
B3D146E421DD88F00078F7A9 /* Server.hpp */,
B3D146E521DD88F00078F7A9 /* SimpleTCPConnectionProvider.hpp */,
B3D146E621DD88F00078F7A9 /* ConnectionHandler.hpp */,
B3D146E721DD88F00078F7A9 /* SimpleTCPConnectionProvider.cpp */,
B3D146E821DD88F00078F7A9 /* ConnectionHandler.cpp */,
B3D146E921DD88F00078F7A9 /* Server.cpp */,
);
path = server;
sourceTree = "<group>";
};
B3D146EE21DD88F00078F7A9 /* client */ = {
isa = PBXGroup;
children = (
B3D146EF21DD88F00078F7A9 /* SimpleTCPConnectionProvider.hpp */,
B3D146F021DD88F00078F7A9 /* SimpleTCPConnectionProvider.cpp */,
);
path = client;
sourceTree = "<group>";
};
B3D146F121DD88F00078F7A9 /* encoding */ = {
isa = PBXGroup;
children = (
B3D146F221DD88F00078F7A9 /* Unicode.hpp */,
B3D146F321DD88F00078F7A9 /* Base64.cpp */,
B3D146F421DD88F00078F7A9 /* Hex.hpp */,
B3D146F521DD88F00078F7A9 /* Hex.cpp */,
B3D146F621DD88F00078F7A9 /* Unicode.cpp */,
B3D146F721DD88F00078F7A9 /* Base64.hpp */,
);
path = encoding;
sourceTree = "<group>";
};
B3D146F821DD88F00078F7A9 /* algorithm */ = {
isa = PBXGroup;
children = (
B3D146F921DD88F00078F7A9 /* CRC.cpp */,
B3D146FA21DD88F00078F7A9 /* CRC.hpp */,
);
path = algorithm;
sourceTree = "<group>";
};
B3D146FB21DD88F00078F7A9 /* parser */ = {
isa = PBXGroup;
children = (
B3D146FC21DD88F00078F7A9 /* json */,
);
path = parser;
sourceTree = "<group>";
};
B3D146FC21DD88F00078F7A9 /* json */ = {
isa = PBXGroup;
children = (
B3D146FD21DD88F00078F7A9 /* mapping */,
B3D1470421DD88F00078F7A9 /* Utils.cpp */,
B3D1470521DD88F00078F7A9 /* Utils.hpp */,
);
path = json;
sourceTree = "<group>";
};
B3D146FD21DD88F00078F7A9 /* mapping */ = {
isa = PBXGroup;
children = (
B3D146FE21DD88F00078F7A9 /* Serializer.hpp */,
B3D146FF21DD88F00078F7A9 /* Deserializer.hpp */,
B3D1470021DD88F00078F7A9 /* ObjectMapper.hpp */,
B3D1470121DD88F00078F7A9 /* Deserializer.cpp */,
B3D1470221DD88F00078F7A9 /* ObjectMapper.cpp */,
B3D1470321DD88F00078F7A9 /* Serializer.cpp */,
);
path = mapping;
sourceTree = "<group>";
};
B3D1470621DD88F00078F7A9 /* codegen */ = {
isa = PBXGroup;
children = (
B3D1470721DD88F00078F7A9 /* codegen_define_DTO_.hpp */,
B3D1470821DD88F00078F7A9 /* codegen_undef_ApiController_.hpp */,
B3D1470921DD88F00078F7A9 /* codegen_undef_DTO_.hpp */,
B3D1470A21DD88F00078F7A9 /* codegen_undef_ApiClient_.hpp */,
B3D1470B21DD88F00078F7A9 /* codegen_define_ApiController_.hpp */,
B3D1470C21DD88F00078F7A9 /* codegen_define_ApiClient_.hpp */,
);
path = codegen;
sourceTree = "<group>";
};
B3F7A7692058233200DA8A39 = {
isa = PBXGroup;
children = (
B3D145F821DD88F00078F7A9 /* oatpp */,
B3ABA5F821C67BD500A7D5A3 /* oatpp-kafka */,
B3F7AAD52058293F00DA8A39 /* src */,
B3F7AAE72058630600DA8A39 /* test */,
B3F7A7732058233200DA8A39 /* Products */,
);
indentWidth = 2;
sourceTree = "<group>";
tabWidth = 2;
wrapsLines = 0;
};
B3F7A7732058233200DA8A39 /* Products */ = {
isa = PBXGroup;
children = (
B3F7A7722058233200DA8A39 /* kafka-integration */,
);
name = Products;
sourceTree = "<group>";
};
B3F7AAD52058293F00DA8A39 /* src */ = {
isa = PBXGroup;
children = (
B3F7AAD92058293F00DA8A39 /* controller */,
B3F7AAD62058293F00DA8A39 /* dto */,
B3F7AAD82058293F00DA8A39 /* Logger.hpp */,
B3F7AAE02058293F00DA8A39 /* AppComponent.hpp */,
B3F7AAE12058293F00DA8A39 /* App.cpp */,
);
path = src;
sourceTree = "<group>";
};
B3F7AAD62058293F00DA8A39 /* dto */ = {
isa = PBXGroup;
children = (
B37B675A20EB9DA9003A7683 /* HealthDto.hpp */,
);
path = dto;
sourceTree = "<group>";
};
B3F7AAD92058293F00DA8A39 /* controller */ = {
isa = PBXGroup;
children = (
B3F7AADA2058293F00DA8A39 /* DemoController.hpp */,
);
path = controller;
sourceTree = "<group>";
};
B3F7AAE72058630600DA8A39 /* test */ = {
isa = PBXGroup;
children = (
B3F7AAEE205863E400DA8A39 /* ConnectionHandlerLevelTest.cpp */,
B3F7AAEF205863E400DA8A39 /* ConnectionHandlerLevelTest.hpp */,
B3F7AAE82058633B00DA8A39 /* ControllerLevelTest.cpp */,
B3F7AAE92058633B00DA8A39 /* ControllerLevelTest.hpp */,
B3F7AAEB2058637100DA8A39 /* RouterLevelTest.cpp */,
B3F7AAEC2058637100DA8A39 /* RouterLevelTest.hpp */,
);
path = test;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
B3F7A7712058233200DA8A39 /* kafka-integration */ = {
isa = PBXNativeTarget;
buildConfigurationList = B3F7A7792058233300DA8A39 /* Build configuration list for PBXNativeTarget "kafka-integration" */;
buildPhases = (
B3F7A76E2058233200DA8A39 /* Sources */,
B3F7A76F2058233200DA8A39 /* Frameworks */,
B3F7A7702058233200DA8A39 /* CopyFiles */,
);
buildRules = (
);
dependencies = (
);
name = "kafka-integration";
productName = crud;
productReference = B3F7A7722058233200DA8A39 /* kafka-integration */;
productType = "com.apple.product-type.tool";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
B3F7A76A2058233200DA8A39 /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0930;
ORGANIZATIONNAME = oatpp;
TargetAttributes = {
B3F7A7712058233200DA8A39 = {
CreatedOnToolsVersion = 9.2;
ProvisioningStyle = Automatic;
};
};
};
buildConfigurationList = B3F7A76D2058233200DA8A39 /* Build configuration list for PBXProject "kafka-integration" */;
compatibilityVersion = "Xcode 8.0";
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
);
mainGroup = B3F7A7692058233200DA8A39;
productRefGroup = B3F7A7732058233200DA8A39 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
B3F7A7712058233200DA8A39 /* kafka-integration */,
);
};
/* End PBXProject section */
/* Begin PBXSourcesBuildPhase section */
B3F7A76E2058233200DA8A39 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
B3D1471D21DD88F10078F7A9 /* Library.cpp in Sources */,
B3D1474B21DD88F10078F7A9 /* ApiController.cpp in Sources */,
B3ABA67821C67BD500A7D5A3 /* V0.cpp in Sources */,
B3D1474821DD88F10078F7A9 /* HttpProcessor.cpp in Sources */,
B3D1474321DD88F10078F7A9 /* Checker.cpp in Sources */,
B3D1473121DD88F10078F7A9 /* StrBuffer.cpp in Sources */,
B3D1473A21DD88F10078F7A9 /* FullAsyncTest.cpp in Sources */,
B3D1471121DD88F10078F7A9 /* Types.cpp in Sources */,
B3F7AAEA2058633B00DA8A39 /* ControllerLevelTest.cpp in Sources */,
B3D1477021DD88F10078F7A9 /* Hex.cpp in Sources */,
B3D1475821DD88F10078F7A9 /* Request.cpp in Sources */,
B3D1477321DD88F10078F7A9 /* Deserializer.cpp in Sources */,
B3D1471E21DD88F10078F7A9 /* Object.cpp in Sources */,
B3D1474721DD88F10078F7A9 /* AsyncHttpConnectionHandler.cpp in Sources */,
B3D1476B21DD88F10078F7A9 /* Server.cpp in Sources */,
B3D1475D21DD88F10078F7A9 /* Router.cpp in Sources */,
B3D1476121DD88F10078F7A9 /* ApiClient.cpp in Sources */,
B3D1473421DD88F10078F7A9 /* LinkedListTest.cpp in Sources */,
B3D1472F21DD88F10078F7A9 /* ObjectPool.cpp in Sources */,
B3D1475321DD88F10078F7A9 /* Response.cpp in Sources */,
B3D1475F21DD88F10078F7A9 /* Pattern.cpp in Sources */,
B3D1475121DD88F10078F7A9 /* DtoBody.cpp in Sources */,
B3D1472121DD88F10078F7A9 /* Primitive.cpp in Sources */,
B3D1476521DD88F10078F7A9 /* Socket.cpp in Sources */,
B3D1472621DD88F10078F7A9 /* ChunkedBuffer.cpp in Sources */,
B3D1472A21DD88F10078F7A9 /* MemoryLabel.cpp in Sources */,
B3D1474C21DD88F10078F7A9 /* HttpRouter.cpp in Sources */,
B3D1473D21DD88F10078F7A9 /* UnicodeTest.cpp in Sources */,
B3ABA67921C67BD500A7D5A3 /* Produce.cpp in Sources */,
B3D1476A21DD88F10078F7A9 /* ConnectionHandler.cpp in Sources */,
B3F7AAED2058637100DA8A39 /* RouterLevelTest.cpp in Sources */,
B3F7AAE32058293F00DA8A39 /* App.cpp in Sources */,
B3D1475421DD88F10078F7A9 /* BufferBody.cpp in Sources */,
B3D1474121DD88F10078F7A9 /* DTOMapperTest.cpp in Sources */,
B3D1475721DD88F10078F7A9 /* ResponseHeadersReader.cpp in Sources */,
B3D1473F21DD88F10078F7A9 /* DTOMapperPerfTest.cpp in Sources */,
B3D1472221DD88F10078F7A9 /* Type.cpp in Sources */,
B3D1477221DD88F10078F7A9 /* CRC.cpp in Sources */,
B3D1472921DD88F10078F7A9 /* FIFOBuffer.cpp in Sources */,
B3D1471921DD88F10078F7A9 /* ParsingCaret.cpp in Sources */,
B3D1471421DD88F10078F7A9 /* ListMap.cpp in Sources */,
B3D1471B21DD88F10078F7A9 /* SpinLock.cpp in Sources */,
B3D1471221DD88F10078F7A9 /* LinkedList.cpp in Sources */,
B3D1474221DD88F10078F7A9 /* AllTestsMain.cpp in Sources */,
B3D1471621DD88F10078F7A9 /* Processor.cpp in Sources */,
B3D1476C21DD88F10078F7A9 /* ConnectionProvider.cpp in Sources */,
B3D1476421DD88F10078F7A9 /* Pipe.cpp in Sources */,
B3D1472521DD88F10078F7A9 /* Stream.cpp in Sources */,
B3D1471C21DD88F10078F7A9 /* Thread.cpp in Sources */,
B3D1471521DD88F10078F7A9 /* Executor.cpp in Sources */,
B3D1471F21DD88F10078F7A9 /* ListMap.cpp in Sources */,
B3D1472321DD88F10078F7A9 /* ObjectMapper.cpp in Sources */,
B3D1473C21DD88F10078F7A9 /* InterfaceTest.cpp in Sources */,
B3D1474621DD88F10078F7A9 /* Interceptor.cpp in Sources */,
B3D1475221DD88F10078F7A9 /* Body.cpp in Sources */,
B3D1476E21DD88F10078F7A9 /* SimpleTCPConnectionProvider.cpp in Sources */,
B3D1474E21DD88F10078F7A9 /* CommunicationUtils.cpp in Sources */,
B3ABA67621C67BD500A7D5A3 /* Serializer.cpp in Sources */,
B3ABA67721C67BD500A7D5A3 /* MessageSet.cpp in Sources */,
B3D1474021DD88F10078F7A9 /* DeserializerTest.cpp in Sources */,
B3D1476F21DD88F10078F7A9 /* Base64.cpp in Sources */,
B3D1474521DD88F10078F7A9 /* ErrorHandler.cpp in Sources */,
B3D1473621DD88F10078F7A9 /* MemoryPoolTest.cpp in Sources */,
B3D1476021DD88F10078F7A9 /* RequestExecutor.cpp in Sources */,
B3D1472D21DD88F10078F7A9 /* Allocator.cpp in Sources */,
B3D1472E21DD88F10078F7A9 /* MemoryPool.cpp in Sources */,
B3D1476221DD88F10078F7A9 /* HttpRequestExecutor.cpp in Sources */,
B3D1473921DD88F10078F7A9 /* FullTest.cpp in Sources */,
B3D1473721DD88F10078F7A9 /* CommandLineArgumentsTest.cpp in Sources */,
B3D1473221DD88F10078F7A9 /* TypeTest.cpp in Sources */,
B3D1475621DD88F10078F7A9 /* Http.cpp in Sources */,
B3D1475021DD88F10078F7A9 /* Request.cpp in Sources */,
B3D1475C21DD88F10078F7A9 /* RequestHeadersReader.cpp in Sources */,
B3F7AAF0205863E400DA8A39 /* ConnectionHandlerLevelTest.cpp in Sources */,
B3D1476721DD88F10078F7A9 /* Interface.cpp in Sources */,
B3D1473821DD88F10078F7A9 /* RegRuleTest.cpp in Sources */,
B3D1475521DD88F10078F7A9 /* ResponseFactory.cpp in Sources */,
B3ABA67A21C67BD500A7D5A3 /* RecordBatch.cpp in Sources */,
B3ABA67521C67BD500A7D5A3 /* ObjectMapper.cpp in Sources */,
B3D1472721DD88F10078F7A9 /* StreamBufferedProxy.cpp in Sources */,
B3D1475B21DD88F10078F7A9 /* SimpleBodyDecoder.cpp in Sources */,
B3D1472421DD88F10078F7A9 /* Delegate.cpp in Sources */,
B3D1475E21DD88F10078F7A9 /* Subscriber.cpp in Sources */,
B3D1474921DD88F10078F7A9 /* HttpConnectionHandler.cpp in Sources */,
B3D1474F21DD88F10078F7A9 /* ChunkedBufferBody.cpp in Sources */,
B3D1472021DD88F10078F7A9 /* List.cpp in Sources */,
B3D1476D21DD88F10078F7A9 /* Connection.cpp in Sources */,
B3D1473321DD88F10078F7A9 /* MemoryLabelTest.cpp in Sources */,
B3ABA67421C67BD500A7D5A3 /* Deserializer.cpp in Sources */,
B3D1471321DD88F10078F7A9 /* FastQueue.cpp in Sources */,
B3D1472B21DD88F10078F7A9 /* Controllable.cpp in Sources */,
B3D1474D21DD88F10078F7A9 /* CommunicationError.cpp in Sources */,
B3D1471A21DD88F10078F7A9 /* Runnable.cpp in Sources */,
B3D1473521DD88F10078F7A9 /* PerfTest.cpp in Sources */,
B3D1476621DD88F10078F7A9 /* ConnectionProvider.cpp in Sources */,
B3D1475A21DD88F10078F7A9 /* Response.cpp in Sources */,
B3D1477521DD88F10078F7A9 /* Serializer.cpp in Sources */,
B3D1471721DD88F10078F7A9 /* Coroutine.cpp in Sources */,
B3D1477121DD88F10078F7A9 /* Unicode.cpp in Sources */,
B3ABA67321C67BD500A7D5A3 /* Types.cpp in Sources */,
B3D1472C21DD88F10078F7A9 /* Environment.cpp in Sources */,
B3D1475921DD88F10078F7A9 /* BodyDecoder.cpp in Sources */,
B3D1471821DD88F10078F7A9 /* ConversionUtils.cpp in Sources */,
B3D1477621DD88F10078F7A9 /* Utils.cpp in Sources */,
B3D1476921DD88F10078F7A9 /* SimpleTCPConnectionProvider.cpp in Sources */,
B3D1473021DD88F10078F7A9 /* CommandLineArguments.cpp in Sources */,
B3D1473B21DD88F10078F7A9 /* PipeTest.cpp in Sources */,
B3D1476821DD88F10078F7A9 /* ConnectionProvider.cpp in Sources */,
B3D1474421DD88F10078F7A9 /* UnitTest.cpp in Sources */,
B3D1473E21DD88F10078F7A9 /* Base64Test.cpp in Sources */,
B3D1474A21DD88F10078F7A9 /* Endpoint.cpp in Sources */,
B3D1477421DD88F10078F7A9 /* ObjectMapper.cpp in Sources */,
B3D1472821DD88F10078F7A9 /* IOBuffer.cpp in Sources */,
B3D1476321DD88F10078F7A9 /* Url.cpp in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin XCBuildConfiguration section */
B3F7A7772058233300DA8A39 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "-";
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
GCC_C_LANGUAGE_STANDARD = gnu11;
GCC_DYNAMIC_NO_PIC = NO;
GCC_NO_COMMON_BLOCKS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
);
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.13;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = macosx;
};
name = Debug;
};
B3F7A7782058233300DA8A39 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "-";
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu11;
GCC_NO_COMMON_BLOCKS = YES;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.13;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = macosx;
};
name = Release;
};
B3F7A77A2058233300DA8A39 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_STYLE = Automatic;
PRODUCT_NAME = "$(TARGET_NAME)";
USER_HEADER_SEARCH_PATHS = ../lib/;
};
name = Debug;
};
B3F7A77B2058233300DA8A39 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_STYLE = Automatic;
PRODUCT_NAME = "$(TARGET_NAME)";
USER_HEADER_SEARCH_PATHS = ../lib/;
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
B3F7A76D2058233200DA8A39 /* Build configuration list for PBXProject "kafka-integration" */ = {
isa = XCConfigurationList;
buildConfigurations = (
B3F7A7772058233300DA8A39 /* Debug */,
B3F7A7782058233300DA8A39 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
B3F7A7792058233300DA8A39 /* Build configuration list for PBXNativeTarget "kafka-integration" */ = {
isa = XCConfigurationList;
buildConfigurations = (
B3F7A77A2058233300DA8A39 /* Debug */,
B3F7A77B2058233300DA8A39 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = B3F7A76A2058233200DA8A39 /* Project object */;
}
================================================
FILE: kafka/kafka-integration.xcodeproj/project.xcworkspace/contents.xcworkspacedata
================================================
<?xml version="1.0" encoding="UTF-8"?>
<Workspace
version = "1.0">
<FileRef
location = "self:/Users/leonid/Documents/Development/repos/oatpp/oatpp-examples/kafka/kafka-integration.xcodeproj">
</FileRef>
</Workspace>
================================================
FILE: kafka/kafka-integration.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>
================================================
FILE: kafka/kafka-integration.xcodeproj/xcuserdata/leonid.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist
================================================
<?xml version="1.0" encoding="UTF-8"?>
<Bucket
type = "1"
version = "2.0">
</Bucket>
================================================
FILE: kafka/kafka-integration.xcodeproj/xcuserdata/leonid.xcuserdatad/xcschemes/crud.xcscheme
================================================
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0930"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "B3F7A7712058233200DA8A39"
BuildableName = "kafka-integration"
BlueprintName = "kafka-integration"
ReferencedContainer = "container:kafka-integration.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
</Testables>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "B3F7A7712058233200DA8A39"
BuildableName = "kafka-integration"
BlueprintName = "kafka-integration"
ReferencedContainer = "container:kafka-integration.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "B3F7A7712058233200DA8A39"
BuildableName = "kafka-integration"
BlueprintName = "kafka-integration"
ReferencedContainer = "container:kafka-integration.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "B3F7A7712058233200DA8A39"
BuildableName = "kafka-integration"
BlueprintName = "kafka-integration"
ReferencedContainer = "container:kafka-integration.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
================================================
FILE: kafka/kafka-integration.xcodeproj/xcuserdata/leonid.xcuserdatad/xcschemes/xcschememanagement.plist
================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>SchemeUserState</key>
<dict>
<key>crud.xcscheme</key>
<dict>
<key>orderHint</key>
<integer>0</integer>
</dict>
</dict>
<key>SuppressBuildableAutocreation</key>
<dict>
<key>B3F7A7712058233200DA8A39</key>
<dict>
<key>primary</key>
<true/>
</dict>
</dict>
</dict>
</plist>
================================================
FILE: kafka/src/App.cpp
================================================
//
// main.cpp
// web-starter-project
//
// Created by Leonid on 2/12/18.
// Copyright © 2018 oatpp. All rights reserved.
//
//#define OATPP_USE_TARGET
//#define OATPP_TARGET_TEST
//////////////////////////////////
// App
#include "./controller/DemoController.hpp"
#include "./AppComponent.hpp"
#include "./Logger.hpp"
//////////////////////////////////
// Test
#ifdef OATPP_TARGET_TEST
#include "test/ControllerLevelTest.hpp"
#include "test/RouterLevelTest.hpp"
#include "test/ConnectionHandlerLevelTest.hpp"
#endif
//////////////////////////////////
// oatpp
#include "oatpp/network/server/Server.hpp"
//////////////////////////////////
// std
#include <iostream>
#include "oatpp-kafka/protocol/V0.hpp"
#include "oatpp-kafka/protocol/Produce.hpp"
#include "oatpp-kafka/protocol/mapping/ObjectMapper.hpp"
#include "oatpp-kafka/protocol/MessageSet.hpp"
#include "oatpp/network/client/SimpleTCPConnectionProvider.hpp"
#include "oatpp/algorithm/CRC.hpp"
#include "oatpp/encoding/Hex.hpp"
void sendMessage(oatpp::data::stream::OutputStream* stream, const oatpp::String& message) {
v_int32 size = htonl(message->getSize());
stream->write(&size, 4);
stream->write(message->getData(), message->getSize());
}
void test() {
oatpp::String str = " ";
oatpp::String strHex(8);
auto value = oatpp::algorithm::CRC32::calc(str->getData(), str->getSize());
oatpp::encoding::Hex::writeWord32(value, strHex->getData());
OATPP_LOGD("crc32", "value='%s'", strHex->c_str());
auto serializerConfig = oatpp::parser::json::mapping::Serializer::Config::createShared();
auto deserializerConfig = oatpp::parser::json::mapping::Deserializer::Config::createShared();
auto jsonMapper = oatpp::parser::json::mapping::ObjectMapper::createShared(serializerConfig, deserializerConfig);
auto cp = oatpp::network::client::SimpleTCPConnectionProvider::createShared("localhost", 9092);
auto c = cp->getConnection();
if(!c) {
OATPP_LOGD("kafka", "can't connect");
return;
}
auto mapper = oatpp::kafka::protocol::mapping::ObjectMapper::createShared();
auto stream = oatpp::data::stream::ChunkedBuffer::createShared();
/*auto request = oatpp::kafka::protocol::v0::MetadataRequest::createRequest();
request->topics->pushBack("test");
//request->topics->pushBack("demo");
mapper->write(stream, request);
sendMessage(c.get(), stream->toString());
*/
auto request = oatpp::kafka::protocol::ProduceRequest::createRequest();
request->requiredAcks = 1;
request->timeout = 10000;
request->topics = request->topics->createShared();
auto topic = oatpp::kafka::protocol::TopicData::createShared();
request->topics->pushBack(topic);
topic->topicName = "test";
topic->partitions = topic->partitions->createShared();
auto partitionData = oatpp::kafka::protocol::ProduceRequestTopicPartitionData::createShared();
topic->partitions->pushBack(partitionData);
partitionData->partition = 0;
auto messageSet = oatpp::kafka::protocol::MessageSet::createShared();
partitionData->messageSet = messageSet;
auto message = oatpp::kafka::protocol::MessageV0::createShared();
messageSet->addMessage(message);
message->crc = 0;
message->attributes = 0;
message->key = oatpp::kafka::protocol::Bytes(oatpp::base::StrBuffer::createShared("some key"));
message->value = oatpp::kafka::protocol::Bytes(oatpp::base::StrBuffer::createShared("hello from oatpp!!!"));
mapper->write(stream, request);
auto json = jsonMapper->writeToString(request);
OATPP_LOGD("kafka", "request='%s'", json->c_str());
sendMessage(c.get(), stream->toString());
auto buffer = oatpp::data::buffer::IOBuffer::createShared();
v_int64 read = c->read(buffer->getData(), buffer->getSize());
if(read == 0) {
OATPP_LOGD("kafka", "zero response");
//std::this_thread::sleep_for(std::chrono::milliseconds(1000));
} else {
oatpp::parser::ParsingCaret caret(&((p_char8)buffer->getData())[4], buffer->getSize() - 4);
//auto response = mapper->readFromCaret<oatpp::kafka::protocol::v0::MetadataResponse>(caret);
auto response = mapper->readFromCaret<oatpp::kafka::protocol::ProduceResponse>(caret);
if(response) {
auto json = jsonMapper->writeToString(response);
OATPP_LOGD("kafka", "response='%s'", json->c_str());
}
}
OATPP_LOGD("kafka", "response. size=%d", read);
}
/**
* run() method.
* 1) set Environment components.
* 2) add ApiController's endpoints to router
* 3) run server
*/
void run() {
AppComponent components; // Create scope Environment components
/* create ApiControllers and add endpoints to router */
auto router = components.httpRouter.getObject();
auto DemoController = DemoController::createShared();
DemoController->addEndpointsToRouter(router);
/* create server */
oatpp::network::server::Server server(components.serverConnectionProvider.getObject(),
components.serverConnectionHandler.getObject());
OATPP_LOGD("Server", "Running on port %s...", components.serverConnectionProvider.getObject()->getProperty("port").toString()->c_str());
server.run();
}
/**
* main
*/
int main(int argc, const char * argv[]) {
oatpp::base::Environment::setLogger(new Logger());
oatpp::base::Environment::init();
#if !defined(OATPP_USE_TARGET) | defined(OATPP_TARGET_APP)
//test();
run();
#endif
#ifdef OATPP_TARGET_TEST
OATPP_RUN_TEST(ControllerLevelTest);
OATPP_RUN_TEST(RouterLevelTest);
OATPP_RUN_TEST(ControllerLevelTest);
#endif
oatpp::base::Environment::setLogger(nullptr); ///< free Logger
/* Print how much objects were created during app running, and what have left-probably leaked */
/* Disable object counting for release builds using '-D OATPP_DISABLE_ENV_OBJECT_COUNTERS' flag for better performance */
std::cout << "\nEnvironment:\n";
std::cout << "objectsCount = " << oatpp::base::Environment::getObjectsCount() << "\n";
std::cout << "objectsCreated = " << oatpp::base::Environment::getObjectsCreated() << "\n\n";
oatpp::base::Environment::destroy();
return 0;
}
================================================
FILE: kafka/src/AppComponent.hpp
================================================
//
// AppComponent.hpp
// oatpp-web-starter
//
// Created by Leonid on 3/2/18.
// Copyright © 2018 lganzzzo. All rights reserved.
//
#ifndef AppComponent_hpp
#define AppComponent_hpp
#include "oatpp/web/client/HttpRequestExecutor.hpp"
#include "oatpp/web/server/HttpConnectionHandler.hpp"
#include "oatpp/web/server/HttpRouter.hpp"
#include "oatpp/network/client/SimpleTCPConnectionProvider.hpp"
#include "oatpp/network/server/SimpleTCPConnectionProvider.hpp"
#include "oatpp/parser/json/mapping/Serializer.hpp"
#include "oatpp/parser/json/mapping/Deserializer.hpp"
#include "oatpp/core/macro/component.hpp"
/**
* Class which creates and holds Application components and registers components in oatpp::base::Environment
* Order of components initialization is from top to bottom
*/
class AppComponent {
public:
/**
* Create ConnectionProvider component which listens on the port
*/
OATPP_CREATE_COMPONENT(std::shared_ptr<oatpp::network::ServerConnectionProvider>, serverConnectionProvider)([] {
return oatpp::network::server::SimpleTCPConnectionProvider::createShared(8000);
}());
/**
* Create Router component
*/
OATPP_CREATE_COMPONENT(std::shared_ptr<oatpp::web::server::HttpRouter>, httpRouter)([] {
return oatpp::web::server::HttpRouter::createShared();
}());
/**
* Create ConnectionHandler component which uses Router component to route requests
*/
OATPP_CREATE_COMPONENT(std::shared_ptr<oatpp::network::server::ConnectionHandler>, serverConnectionHandler)([] {
OATPP_COMPONENT(std::shared_ptr<oatpp::web::server::HttpRouter>, router); // get Router component
return oatpp::web::server::HttpConnectionHandler::createShared(router);
}());
/**
* Create ObjectMapper component to serialize/deserialize DTOs in Contoller's API
*/
OATPP_CREATE_COMPONENT(std::shared_ptr<oatpp::data::mapping::ObjectMapper>, apiObjectMapper)([] {
auto serializerConfig = oatpp::parser::json::mapping::Serializer::Config::createShared();
serializerConfig->includeNullFields = true;
auto deserializerConfig = oatpp::parser::json::mapping::Deserializer::Config::createShared();
deserializerConfig->allowUnknownFields = false;
auto objectMapper = oatpp::parser::json::mapping::ObjectMapper::createShared(serializerConfig, deserializerConfig);
return objectMapper;
}());
};
#endif /* AppComponent_hpp */
================================================
FILE: kafka/src/Logger.hpp
================================================
//
// Logger.hpp
// oatpp-web-starter
//
// Created by Leonid on 3/2/18.
// Copyright © 2018 lganzzzo. All rights reserved.
//
#ifndef Logger_hpp
#define Logger_hpp
#include "oatpp/core/concurrency/SpinLock.hpp"
#include "oatpp/core/base/Environment.hpp"
#include <iostream>
/**
* Environment logger.
* All logs from OATPP_LOGV(...), OATPP_LOGD(...), OATPP_LOGE(...) go here
* You may ignore or redirect them here
*/
class Logger : public oatpp::base::Logger {
private:
oatpp::concurrency::SpinLock::Atom m_atom;
public:
Logger()
: m_atom(false)
{}
void log(v_int32 priority, const std::string& tag, const std::string& message) override {
oatpp::concurrency::SpinLock lock(m_atom);
std::cout << tag << ":" << message << "\n";
}
};
#endif /* Logger_hpp */
================================================
FILE: kafka/src/controller/DemoController.hpp
================================================
//
// DemoController.hpp
// web-starter-project
//
// Created by Leonid on 2/12/18.
// Copyright © 2018 oatpp. All rights reserved.
//
#ifndef DemoController_hpp
#define DemoController_hpp
#include "oatpp/web/server/api/ApiController.hpp"
#include "oatpp/parser/json/mapping/ObjectMapper.hpp"
#include "oatpp/core/macro/codegen.hpp"
#include "oatpp/core/macro/component.hpp"
/**
* EXAMPLE ApiController
* Basic examples of howto create ENDPOINTs
* More details on oatpp.io
*/
class DemoController : public oatpp::web::server::api::ApiController {
protected:
DemoController(const std::shared_ptr<ObjectMapper>& objectMapper)
: oatpp::web::server::api::ApiController(objectMapper)
{}
private:
public:
/**
* Inject @objectMapper component here as default parameter
* Do not return bare Controllable* object! use shared_ptr!
*/
static std::shared_ptr<DemoController> createShared(OATPP_COMPONENT(std::shared_ptr<ObjectMapper>,
objectMapper)){
return std::shared_ptr<DemoController>(new DemoController(objectMapper));
}
/**
* Begin ENDPOINTs generation ('ApiController' codegen)
*/
#include OATPP_CODEGEN_BEGIN(ApiController)
/**
* Insert Your endpoints here !!!
*/
ENDPOINT("GET", "/", getRoot) {
return createResponse(Status::CODE_200, "hello");
}
/**
* Finish ENDPOINTs generation ('ApiController' codegen)
*/
#include OATPP_CODEGEN_END(ApiController)
};
#endif /* DemoController_hpp */
================================================
FILE: kafka/src/dto/HealthDto.hpp
================================================
//
// HealthDto.hpp
// consul-integration
//
// Created by Leonid on 7/3/18.
// Copyright © 2018 oatpp. All rights reserved.
//
#ifndef HealthDto_hpp
#define HealthDto_hpp
#include "oatpp/core/data/mapping/type/Object.hpp"
#include "oatpp/core/macro/codegen.hpp"
#include OATPP_CODEGEN_BEGIN(DTO)
/**
* Data Transfer Object. Object containing fields only.
* Used in API for serialization/deserialization and validation
*/
class HealthDto : public oatpp::data::mapping::type::Object {
DTO_INIT(HealthDto, Object)
DTO_FIELD(String, status);
};
#include OATPP_CODEGEN_END(DTO)
#endif /* HealthDto_hpp */
================================================
FILE: kafka/test/ConnectionHandlerLevelTest.cpp
================================================
//
// ConnectionHandlerLevelTest.cpp
// crud
//
// Created by Leonid on 3/13/18.
// Copyright © 2018 oatpp. All rights reserved.
//
#include "ConnectionHandlerLevelTest.hpp"
bool ConnectionHandlerLevelTest::onRun() {
// TODO test here;
return true;
}
================================================
FILE: kafka/test/ConnectionHandlerLevelTest.hpp
================================================
//
// ConnectionHandlerLevelTest.hpp
// crud
//
// Created by Leonid on 3/13/18.
// Copyright © 2018 oatpp. All rights reserved.
//
#ifndef ConnectionHandlerLevelTest_hpp
#define ConnectionHandlerLevelTest_hpp
#include "oatpp/test/UnitTest.hpp"
class ConnectionHandlerLevelTest : public oatpp::test::UnitTest {
public:
ConnectionHandlerLevelTest() : UnitTest("TEST[ConnectionHandlerLevelTest]"){}
bool onRun() override;
};
#endif /* ConnectionHandlerLevelTest_hpp */
================================================
FILE: kafka/test/ControllerLevelTest.cpp
================================================
//
// ControllerLevelTest.cpp
// crud
//
// Created by Leonid on 3/13/18.
// Copyright © 2018 oatpp. All rights reserved.
//
#include "ControllerLevelTest.hpp"
bool ControllerLevelTest::onRun() {
// TODO test here;
return true;
}
================================================
FILE: kafka/test/ControllerLevelTest.hpp
================================================
//
// ControllerLevelTest.hpp
// crud
//
// Created by Leonid on 3/13/18.
// Copyright © 2018 oatpp. All rights reserved.
//
#ifndef ControllerLevelTest_hpp
#define ControllerLevelTest_hpp
#include "oatpp/test/UnitTest.hpp"
class ControllerLevelTest : public oatpp::test::UnitTest {
public:
ControllerLevelTest() : UnitTest("TEST[ControllerLevelTest]"){}
bool onRun() override;
};
#endif /* ControllerLevelTest_hpp */
================================================
FILE: kafka/test/RouterLevelTest.cpp
================================================
//
// RouterLevelTest.cpp
// crud
//
// Created by Leonid on 3/13/18.
// Copyright © 2018 oatpp. All rights reserved.
//
#include "RouterLevelTest.hpp"
bool RouterLevelTest::onRun() {
// TODO test here;
return true;
}
================================================
FILE: kafka/test/RouterLevelTest.hpp
================================================
//
// RouterLevelTest.hpp
// crud
//
// Created by Leonid on 3/13/18.
// Copyright © 2018 oatpp. All rights reserved.
//
#ifndef RouterLevelTest_hpp
#define RouterLevelTest_hpp
#include "oatpp/test/UnitTest.hpp"
class RouterLevelTest : public oatpp::test::UnitTest {
public:
RouterLevelTest() : UnitTest("TEST[RouterLevelTest]"){}
bool onRun() override;
};
#endif /* RouterLevelTest_hpp */
================================================
FILE: tls-libressl/README.md
================================================
# TLS-LibreSSL Example
Example project of how-to use [oatpp-libressl](https://github.com/oatpp/oatpp-libressl) submodule.
# This example is moved to separate repo
[https://github.com/oatpp/example-libressl](https://github.com/oatpp/example-libressl)
gitextract_a6_8og54/
├── .gitignore
├── .gitmodules
├── ApiClient-Demo/
│ └── README.md
├── AsyncApi/
│ └── README.md
├── LICENSE
├── Media-Stream/
│ └── README.md
├── README.md
├── consul/
│ └── README.md
├── crud/
│ └── README.md
├── kafka/
│ ├── README.md
│ ├── build_app.sh
│ ├── kafka-integration.xcodeproj/
│ │ ├── project.pbxproj
│ │ ├── project.xcworkspace/
│ │ │ ├── contents.xcworkspacedata
│ │ │ ├── xcshareddata/
│ │ │ │ └── IDEWorkspaceChecks.plist
│ │ │ └── xcuserdata/
│ │ │ └── leonid.xcuserdatad/
│ │ │ └── UserInterfaceState.xcuserstate
│ │ └── xcuserdata/
│ │ └── leonid.xcuserdatad/
│ │ ├── xcdebugger/
│ │ │ └── Breakpoints_v2.xcbkptlist
│ │ └── xcschemes/
│ │ ├── crud.xcscheme
│ │ └── xcschememanagement.plist
│ ├── src/
│ │ ├── App.cpp
│ │ ├── AppComponent.hpp
│ │ ├── Logger.hpp
│ │ ├── controller/
│ │ │ └── DemoController.hpp
│ │ └── dto/
│ │ └── HealthDto.hpp
│ └── test/
│ ├── ConnectionHandlerLevelTest.cpp
│ ├── ConnectionHandlerLevelTest.hpp
│ ├── ControllerLevelTest.cpp
│ ├── ControllerLevelTest.hpp
│ ├── RouterLevelTest.cpp
│ └── RouterLevelTest.hpp
└── tls-libressl/
└── README.md
SYMBOL INDEX (19 symbols across 8 files)
FILE: kafka/src/App.cpp
function sendMessage (line 49) | void sendMessage(oatpp::data::stream::OutputStream* stream, const oatpp:...
function test (line 55) | void test() {
function run (line 149) | void run() {
function main (line 174) | int main(int argc, const char * argv[]) {
FILE: kafka/src/AppComponent.hpp
class AppComponent (line 27) | class AppComponent {
FILE: kafka/src/Logger.hpp
class Logger (line 22) | class Logger : public oatpp::base::Logger {
method Logger (line 27) | Logger()
method log (line 31) | void log(v_int32 priority, const std::string& tag, const std::string& ...
FILE: kafka/src/controller/DemoController.hpp
class DemoController (line 22) | class DemoController : public oatpp::web::server::api::ApiController {
method DemoController (line 24) | DemoController(const std::shared_ptr<ObjectMapper>& objectMapper)
method createShared (line 36) | static std::shared_ptr<DemoController> createShared(OATPP_COMPONENT(st...
method ENDPOINT (line 50) | ENDPOINT("GET", "/", getRoot) {
FILE: kafka/src/dto/HealthDto.hpp
class HealthDto (line 21) | class HealthDto : public oatpp::data::mapping::type::Object {
FILE: kafka/test/ConnectionHandlerLevelTest.hpp
class ConnectionHandlerLevelTest (line 14) | class ConnectionHandlerLevelTest : public oatpp::test::UnitTest {
method ConnectionHandlerLevelTest (line 17) | ConnectionHandlerLevelTest() : UnitTest("TEST[ConnectionHandlerLevelTe...
FILE: kafka/test/ControllerLevelTest.hpp
class ControllerLevelTest (line 14) | class ControllerLevelTest : public oatpp::test::UnitTest {
method ControllerLevelTest (line 17) | ControllerLevelTest() : UnitTest("TEST[ControllerLevelTest]"){}
FILE: kafka/test/RouterLevelTest.hpp
class RouterLevelTest (line 14) | class RouterLevelTest : public oatpp::test::UnitTest {
method RouterLevelTest (line 17) | RouterLevelTest() : UnitTest("TEST[RouterLevelTest]"){}
Condensed preview — 30 files, each showing path, character count, and a content snippet. Download the .json file or copy for the full structured content (149K chars).
[
{
"path": ".gitignore",
"chars": 270,
"preview": "# Prerequisites\n*.d\n\n# Compiled Object files\n*.slo\n*.lo\n*.o\n*.obj\n\n# Precompiled Headers\n*.gch\n*.pch\n\n# Compiled Dynamic"
},
{
"path": ".gitmodules",
"chars": 593,
"preview": "[submodule \"lib/oatpp-lib\"]\n\tpath = lib/oatpp\n\turl = https://github.com/oatpp/oatpp-lib\n[submodule \"lib/oatpp-libressl\"]"
},
{
"path": "ApiClient-Demo/README.md",
"chars": 228,
"preview": "# ApiClient-Demo Example\nExample project of how-to use oatpp ```ApiClient``` and how it works\n\n# This example is moved t"
},
{
"path": "AsyncApi/README.md",
"chars": 248,
"preview": "# AsyncApi Example\nExample project how-to use asynchronous API for handling large number of simultaneous connections\n\n# "
},
{
"path": "LICENSE",
"chars": 11357,
"preview": " Apache License\n Version 2.0, January 2004\n "
},
{
"path": "Media-Stream/README.md",
"chars": 270,
"preview": "# Media-Stream (Http-Live-Streaming) Server Example\nExample project how-to build HLS-streaming server using oat++ Async-"
},
{
"path": "README.md",
"chars": 2870,
"preview": "# oatpp-examples\nList of example projects of how to use oat++ framework\n\nMore about Oat++:\n- [Website](https://oatpp.io/"
},
{
"path": "consul/README.md",
"chars": 201,
"preview": "# Consul Example\nExample project of use oatpp-consul integration module. \n\n# This example is moved to separate repo\n[htt"
},
{
"path": "crud/README.md",
"chars": 242,
"preview": "# CRUD Example\nExample project of how-to create basic CRUD endpoints and document them with Swagger-UI and OpenApi 3.0.0"
},
{
"path": "kafka/README.md",
"chars": 289,
"preview": "# Kafka Example\nExample project of how-to use oatpp-kafka integration library. \n\n- oatpp docs [https://oatpp.io/docs/sta"
},
{
"path": "kafka/build_app.sh",
"chars": 390,
"preview": "#!/bin/sh\n\necho \"Building app. Please wait...\"\n\ng++ -std=gnu++11 \\\n-pthread \\\n`find \"../lib/oatpp-kafka/\" -type f -name "
},
{
"path": "kafka/kafka-integration.xcodeproj/project.pbxproj",
"chars": 103395,
"preview": "// !$*UTF8*$!\n{\n\tarchiveVersion = 1;\n\tclasses = {\n\t};\n\tobjectVersion = 48;\n\tobjects = {\n\n/* Begin PBXBuildFile section *"
},
{
"path": "kafka/kafka-integration.xcodeproj/project.xcworkspace/contents.xcworkspacedata",
"chars": 231,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Workspace\n version = \"1.0\">\n <FileRef\n location = \"self:/Users/leonid/D"
},
{
"path": "kafka/kafka-integration.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist",
"chars": 238,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/P"
},
{
"path": "kafka/kafka-integration.xcodeproj/xcuserdata/leonid.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist",
"chars": 91,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Bucket\n type = \"1\"\n version = \"2.0\">\n</Bucket>\n"
},
{
"path": "kafka/kafka-integration.xcodeproj/xcuserdata/leonid.xcuserdatad/xcschemes/crud.xcscheme",
"chars": 3407,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Scheme\n LastUpgradeVersion = \"0930\"\n version = \"1.3\">\n <BuildAction\n "
},
{
"path": "kafka/kafka-integration.xcodeproj/xcuserdata/leonid.xcuserdatad/xcschemes/xcschememanagement.plist",
"chars": 476,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/P"
},
{
"path": "kafka/src/App.cpp",
"chars": 6182,
"preview": "//\n// main.cpp\n// web-starter-project\n//\n// Created by Leonid on 2/12/18.\n// Copyright © 2018 oatpp. All rights rese"
},
{
"path": "kafka/src/AppComponent.hpp",
"chars": 2421,
"preview": "//\n// AppComponent.hpp\n// oatpp-web-starter\n//\n// Created by Leonid on 3/2/18.\n// Copyright © 2018 lganzzzo. All rig"
},
{
"path": "kafka/src/Logger.hpp",
"chars": 802,
"preview": "//\n// Logger.hpp\n// oatpp-web-starter\n//\n// Created by Leonid on 3/2/18.\n// Copyright © 2018 lganzzzo. All rights re"
},
{
"path": "kafka/src/controller/DemoController.hpp",
"chars": 1552,
"preview": "//\n// DemoController.hpp\n// web-starter-project\n//\n// Created by Leonid on 2/12/18.\n// Copyright © 2018 oatpp. All r"
},
{
"path": "kafka/src/dto/HealthDto.hpp",
"chars": 629,
"preview": "//\n// HealthDto.hpp\n// consul-integration\n//\n// Created by Leonid on 7/3/18.\n// Copyright © 2018 oatpp. All rights r"
},
{
"path": "kafka/test/ConnectionHandlerLevelTest.cpp",
"chars": 261,
"preview": "//\n// ConnectionHandlerLevelTest.cpp\n// crud\n//\n// Created by Leonid on 3/13/18.\n// Copyright © 2018 oatpp. All righ"
},
{
"path": "kafka/test/ConnectionHandlerLevelTest.hpp",
"chars": 485,
"preview": "//\n// ConnectionHandlerLevelTest.hpp\n// crud\n//\n// Created by Leonid on 3/13/18.\n// Copyright © 2018 oatpp. All righ"
},
{
"path": "kafka/test/ControllerLevelTest.cpp",
"chars": 240,
"preview": "//\n// ControllerLevelTest.cpp\n// crud\n//\n// Created by Leonid on 3/13/18.\n// Copyright © 2018 oatpp. All rights rese"
},
{
"path": "kafka/test/ControllerLevelTest.hpp",
"chars": 436,
"preview": "//\n// ControllerLevelTest.hpp\n// crud\n//\n// Created by Leonid on 3/13/18.\n// Copyright © 2018 oatpp. All rights rese"
},
{
"path": "kafka/test/RouterLevelTest.cpp",
"chars": 228,
"preview": "//\n// RouterLevelTest.cpp\n// crud\n//\n// Created by Leonid on 3/13/18.\n// Copyright © 2018 oatpp. All rights reserved"
},
{
"path": "kafka/test/RouterLevelTest.hpp",
"chars": 410,
"preview": "//\n// RouterLevelTest.hpp\n// crud\n//\n// Created by Leonid on 3/13/18.\n// Copyright © 2018 oatpp. All rights reserved"
},
{
"path": "tls-libressl/README.md",
"chars": 254,
"preview": "# TLS-LibreSSL Example\n\nExample project of how-to use [oatpp-libressl](https://github.com/oatpp/oatpp-libressl) submodul"
}
]
// ... and 1 more files (download for full content)
About this extraction
This page contains the full source code of the oatpp/oatpp-examples GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 30 files (135.4 KB), approximately 46.4k tokens, and a symbol index with 19 extracted functions, classes, methods, constants, and types. Use this with OpenClaw, Claude, ChatGPT, Cursor, Windsurf, or any other AI tool that accepts text input. You can copy the full output to your clipboard or download it as a .txt file.
Extracted by GitExtract — free GitHub repo to text converter for AI. Built by Nikandr Surkov.