Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 520 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 520 Bytes

httptunnel

A HTTP Tunnel for Netty - allows tunnelling of TCP traffic over the HTTP protocol.

Build Status

Works by opening 2 HTTP from the client to server, one for pushing data as it becomes available, and another for long-polling. Can be dropped in to Netty 3.4.x and using transparently as a transport.

Sequence diagram