3
將Netty ChannelBuffer轉換爲String與在ChannelBuffer上調用.toString(UTF_8)一樣簡單。如何從字符串創建ChannelBuffer?從字符串構造Netty ChannelBuffer
將Netty ChannelBuffer轉換爲String與在ChannelBuffer上調用.toString(UTF_8)一樣簡單。如何從字符串創建ChannelBuffer?從字符串構造Netty ChannelBuffer
使用ChannelBuffers.copiedBuffer(字符串,字符集)
在網狀4您可以使用Unpooled.copiedBuffer(String, Charset)