提交 2c3ff37f 编写于 作者: Y YunaiV

美滋滋

标记这个类,看完了
上级 1f13da57
......@@ -18,12 +18,15 @@ package com.alibaba.dubbo.remoting.buffer;
import java.nio.ByteBuffer;
/**
* 通道 Buffer 工厂接口
*/
public interface ChannelBufferFactory {
ChannelBuffer getBuffer(int capacity);
ChannelBuffer getBuffer(byte[] array, int offset, int length);
ChannelBuffer getBuffer(ByteBuffer nioBuffer);
ChannelBuffer getBuffer(ByteBuffer nioBuffer); // java.nio.ByteBuffer
}
}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册