public final class SyncRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SyncRequest.ModTime
The file name and mod time.
|
| Modifier and Type | Field and Description |
|---|---|
String |
dir
The directory to synchronize.
|
List<SyncRequest.ModTime> |
files
The list of files the client has.
|
String |
instance
The server instance name.
|
| Constructor and Description |
|---|
SyncRequest() |
public String instance
public String dir
public List<SyncRequest.ModTime> files
Copyright © 2019. All rights reserved.