org.mashupbots.socko.webserver
Handler used with SPDY that performs protocol negotiation.
Once Jetty's NextProtoNego returns the selected protocol, we setup the pipeline accordingly.
NextProtoNego
Code ported from post form Jos Dirksen and Netty SpdyOrHttpChooser class
Web Server
Logger name is inferred from the class name.
Handler used with SPDY that performs protocol negotiation.
Once Jetty's
NextProtoNego
returns the selected protocol, we setup the pipeline accordingly.Code ported from post form Jos Dirksen and Netty SpdyOrHttpChooser class