@param bytes input bytes for consumption
@param offset the offset within bytes where input begins
@param size the number of bytes available for input
@return the number of bytes consumed
@throws TransportException if the input is invalid, if the transport is already in an error state,
or if the input is empty (unless the remote connection is already closed)
@deprecated use {@link #getInputBuffer()} and {@link #processInput()} instead.
Processes the provided input.
@param bytes input bytes for consumption @param offset the offset within bytes where input begins @param size the number of bytes available for input
@return the number of bytes consumed @throws TransportException if the input is invalid, if the transport is already in an error state, or if the input is empty (unless the remote connection is already closed) @deprecated use {@link #getInputBuffer()} and {@link #processInput()} instead.