Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

TQLEngine used Java's Non-blocking I/O (NIO) APIs at is core to provide access to low-level I/O operations of modern Operating Systems. TQLEngine greatly simplifies and streamlines network programming such as TCP and UDP socket server development. TQLEngine has been designed carefully with the experiences earned from the implementation of a lot of basic protocols such as HTTP, WebSocket. As a result, TQLEngine has succeeded to find a way to add new protocol support in as easier fashion and at the same time does not compromise on performance, stability, and flexibility.

 Image Added

Protocol Handlers is one of the key extension point of the TQLEngine using  new-pipeline-handler.

...