@throws IllegalStateException if I am not currently accepting input @see #isHandlingFrames() @return false on end of stream
Returns whether I am currently able to handle frames. MUST be checked before calling {@link #handleFrame(TransportFrame)}.
See Implementation