Thanks to visit codestin.com
Credit goes to github.com

Skip to content

amannm/iocp-https-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

minimal HTTPS server utilizing IOCP via NIO.2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages