Uses of Interface
com.weicoder.common.interfaces.Callback
-
Packages that use Callback Package Description com.weicoder.common.socket -
-
Uses of Callback in com.weicoder.common.socket
Methods in com.weicoder.common.socket with parameters of type Callback Modifier and Type Method Description static voidTcpServers. aio(int port, Callback<byte[],byte[]> call)aio绑定监听端口static voidTcpServers. bio(int port, Callback<byte[],byte[]> call)bio绑定监听端口static voidTcpServers. nio(int port, Callback<byte[],byte[]> call)nio绑定监听端口
-