开发者

How to set the send and receive buffer size of a Java nio socket

开发者 https://www.devze.com 2023-04-02 17:49 出处:网络
Is there any way to set the 开发者_开发问答send buffer and recieve buffer of a sock channel in Java Nio? Thanks.socketChannel.socket().setSendBufferSize() etc.

Is there any way to set the 开发者_开发问答send buffer and recieve buffer of a sock channel in Java Nio? Thanks.


socketChannel.socket().setSendBufferSize() etc.

0

精彩评论

暂无评论...
验证码 换一张
取 消