Toggle navigation
Home
org.jboss.netty.buffer.ChannelBuffer to io.netty.buffer.ByteBuf
No. of Instances - 29
No. of Commits - 2
No. of Projects - {'graylog2-server'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: External -> External
Mapping:
Cascading Type Change (Similar)
ChannelBuffer
to
ByteBuf
ChannelBuffer
to
ByteBuf
Rename Method invocation
channelBuffer
to
byteBuf
offer
to
writeInbound
offer
to
writeInbound
write
to
writeAndFlush
offer
to
writeInbound
offer
to
writeInbound
offer
to
writeInbound
readSlice
to
readBytes
Rename Variable
buffer
to
buf
buffer
to
in
buffer
to
in
Add or Remove Method invocation
buffer.readable()
to
buffer.isReadable()
buffer.readable()
to
buffer.isReadable()
buffer.readable()
to
buffer.isReadable()
buffer.readable()
to
buffer.isReadable()
buffer.readable()
to
buffer.isReadable()