Class SpdyHttpResponseStreamIdHandler

All Implemented Interfaces:
ChannelHandler, ChannelInboundHandler, ChannelOutboundHandler

public class SpdyHttpResponseStreamIdHandler extends MessageToMessageCodec<Object,HttpMessage>
MessageToMessageCodec that takes care of adding the right SpdyHttpHeaders.Names.STREAM_ID to the HttpMessage if one is not present. This makes it possible to just re-use plan handlers current used for HTTP.