netty5/transport/src
Trustin Lee e376888d48 Replace 'Stream' with 'Byte'
- In computing, 'stream' means both byte stream and message stream,
  which is confusing.
- Also, we were already mixing stream and byte in some places and
  it's better use the terms consistently.
  (e.g. inboundByteBuffer & inbound stream)
2012-06-09 21:05:59 +09:00
..
main/java/io/netty Replace 'Stream' with 'Byte' 2012-06-09 21:05:59 +09:00
test/java/io/netty/channel Replace codec embedder with EmbeddedChannel which can test any handlers 2012-06-07 19:39:37 +09:00