Uses of Class
org.kendar.sync.lib.network.TcpConnection
Packages that use TcpConnection
-
Uses of TcpConnection in org.kendar.sync.client
Methods in org.kendar.sync.client that return TcpConnectionModifier and TypeMethodDescriptionprotected TcpConnectionBaseSyncClientProcess.getTcpConnection(TcpConnection connection, CommandLineArgs args, int i, int maxPacketSize) Methods in org.kendar.sync.client with parameters of type TcpConnectionModifier and TypeMethodDescriptionprotected TcpConnectionBaseSyncClientProcess.getTcpConnection(TcpConnection connection, CommandLineArgs args, int i, int maxPacketSize) voidSyncClientBackup.performBackup(TcpConnection connection, CommandLineArgs args, int maxConnections, int maxPacketSize, boolean ignoreSystemFiles, boolean ignoreHiddenFiles, List<String> patternsToIgnore) Performs a backup operation.voidSyncClientRestore.performRestore(TcpConnection connection, CommandLineArgs args, int maxConnections, int maxPacketSize, boolean ignoreSystemFiles, boolean ignoreHiddenFiles, List<String> patternsToIgnore) Performs a restore operation.voidSyncClientSync.performSync(TcpConnection connection, CommandLineArgs args, int maxConnections, int maxPacketSize, boolean ignoreSystemFiles, boolean ignoreHiddenFiles, List<String> patternsToIgnore) protected voidBaseSyncClientProcess.transferFile(FileInfo file, CommandLineArgs args, TcpConnection connection) Transfers a single file using a dedicated connection.Method parameters in org.kendar.sync.client with type arguments of type TcpConnectionModifier and TypeMethodDescriptionprotected voidBaseSyncClientProcess.performSingleFileRestore(CommandLineArgs args, ConcurrentLinkedQueue<TcpConnection> connections, ConcurrentHashMap<String, FileInfo> mapToTransfer, Semaphore semaphore, CountDownLatch completionLatch) Constructors in org.kendar.sync.client with parameters of type TcpConnection