C# (CSharp) BonCodeAJP13 Пространство имен

Пространства имен

BonCodeAJP13.Properties
BonCodeAJP13.ServerPackets
BonCodeAJP13.TomcatPackets

Классы

Имя Описание
BonCodeAJP13Consts General Protocol Consts like timeout, packet length, idle time consts ... Some of these are not used currently
BonCodeAJP13HTTPAttributes attributes for which we have a binary format. Used within forward requests. If attribute is not in the list, it will be exchanged as string (attribute/value pair)
BonCodeAJP13HTTPHeaders Headers for which we have a binary format. returns only the second byte, the first byte is allways assumed to be 0xA0 If header is not in the list, it will be exchanged as string
BonCodeAJP13HTTPMethods HTTP method for which we have a binary format. Used within forward requests
BonCodeAJP13LogLevels Log Level enumarations (0-4)
BonCodeAJP13Markers packet special byte definitions, End and Start, the protocol algorithms allow us to use them inside the packet as well.
BonCodeAJP13ServerConnection BonCodeAJP13Connection implements the functionally in the server to manage one connection to Tomcat, its thread will be spawned from the CallHandler
BonCodeAJP13ServerPacketType Types of packets from server to tomcat.
BonCodeAJP13Settings General Settings that are flexible and can be assigned through config file
BonCodeAJP13TomcatHeaders BonCodeAJP13 Tomcat Send Headers HTTP binary headers. Two bytes, the first byte is allways assumed to be 0xA0. If header is not in the list, it will be exchanged as string (header/value pair)
BonCodeAJP13TomcatPacketType Types of packets from tomcat to server.