Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 469 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 469 Bytes

SAHC4J

The goal of this project is to create a server-side Java HTTPS Connector that:

  • Secure: Low level SSL integration using JSSE
  • Scalable: Uses Java 7's NIO.2 Asynchronous Sockets API (Interface to Native IOCP)
  • Fast: Native memory operations via NIO ByteBuffer

"v1/v2" Object Oriented implementation that focuses on modularity and parsing the HTTP protocol

"Mini" simplified version attempting a simpler but less object-oriented implementation