All, I have an embedded server that running a ServletContextHandler. The client and server first exchange a bunch of HTTP 1.1 based messages to negotiate an encryption key, which is subsequently used to encrypt the stream of data that is exchanged. That is, it is not the HTTP payload of subsequent messages that is encrypted, but the complete stream itself is encrypted. e.g. the protocol somehow “morphs” into something “different" using the same TCP port number. How can this be implemented?
- Customising HttpConnection.parseRequestBuffer()? - Adding a Handler before the ServletContextHandler? - Customising the HttpParser being used in HttpConnection? - Customising ServletOutputStream ? - … Thanks Karel. _______________________________________________ jetty-users mailing list [email protected] To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jetty-users
