Interface HttpDeframerHandler<T>

Type Parameters:
T - the result type of being deframed

@UnstableApi
public interface HttpDeframerHandler<T>
An HttpDeframerHandler that decodes a stream of HttpObjects to N objects.