Uses of Class
com.biglybt.core.tracker.server.impl.tcp.TRTrackerServerTCP
-
-
Uses of TRTrackerServerTCP in com.biglybt.core.tracker.server.impl
Constructors in com.biglybt.core.tracker.server.impl with parameters of type TRTrackerServerTCP Constructor Description NonBlockingProcessor(TRTrackerServerTCP _server, java.nio.channels.SocketChannel _socket)
-
Uses of TRTrackerServerTCP in com.biglybt.core.tracker.server.impl.tcp
Fields in com.biglybt.core.tracker.server.impl.tcp declared as TRTrackerServerTCP Modifier and Type Field Description private TRTrackerServerTCP
TRTrackerServerProcessorTCP. server
Methods in com.biglybt.core.tracker.server.impl.tcp that return TRTrackerServerTCP Modifier and Type Method Description protected TRTrackerServerTCP
TRTrackerServerProcessorTCP. getServer()
Constructors in com.biglybt.core.tracker.server.impl.tcp with parameters of type TRTrackerServerTCP Constructor Description TRTrackerServerProcessorTCP(TRTrackerServerTCP _server)
-
Uses of TRTrackerServerTCP in com.biglybt.core.tracker.server.impl.tcp.blocking
Subclasses of TRTrackerServerTCP in com.biglybt.core.tracker.server.impl.tcp.blocking Modifier and Type Class Description class
TRBlockingServer
Constructors in com.biglybt.core.tracker.server.impl.tcp.blocking with parameters of type TRTrackerServerTCP Constructor Description TRBlockingServerProcessor(TRTrackerServerTCP _server, java.net.Socket _socket)
-
Uses of TRTrackerServerTCP in com.biglybt.core.tracker.server.impl.tcp.nonblocking
Subclasses of TRTrackerServerTCP in com.biglybt.core.tracker.server.impl.tcp.nonblocking Modifier and Type Class Description class
TRNonBlockingServer
Methods in com.biglybt.core.tracker.server.impl.tcp.nonblocking with parameters of type TRTrackerServerTCP Modifier and Type Method Description TRNonBlockingServerProcessor
TRNonBlockingServerProcessorFactory. create(TRTrackerServerTCP _server, java.nio.channels.SocketChannel _socket)
Constructors in com.biglybt.core.tracker.server.impl.tcp.nonblocking with parameters of type TRTrackerServerTCP Constructor Description TRNonBlockingServerProcessor(TRTrackerServerTCP _server, java.nio.channels.SocketChannel _socket)
-