class H2::Client::Celluloid::Reader

Public Instance Methods

read(client, maxlen = DEFAULT_MAXLEN) click to toggle source
# File lib/h2/client/celluloid.rb, line 11
def read client, maxlen = DEFAULT_MAXLEN
  client._read maxlen
end