Package org.johnnei.javatorrent.network.socket
-
Interface Summary Interface Description ISocket<I extends SelectableChannel & ReadableByteChannel,O extends SelectableChannel & WritableByteChannel> A facade to allow multiple channel implementations on the same type. -
Class Summary Class Description NioTcpSocket Default TCP Socket implementation which uses NIO as the underlying platform.