Class SpdyOrHttpChooser

java.lang.Object
org.jboss.netty.handler.codec.spdy.SpdyOrHttpChooser
All Implemented Interfaces:
ChannelHandler, ChannelUpstreamHandler

public abstract class SpdyOrHttpChooser extends Object implements ChannelUpstreamHandler
ChannelUpstreamHandler which is responsible to setup the ChannelPipeline either for HTTP or SPDY. This offers an easy way for users to support both at the same time while not care to much about the low-level details.