Modifier and Type | Method and Description |
---|---|
protected Collection<Entry> |
ConnectionImpl.convert(List<BrowserEntry> addedOrModified) |
Modifier and Type | Method and Description |
---|---|
static Entry |
Helper.convertEntry(BrowserEntry entry) |
Modifier and Type | Method and Description |
---|---|
static Entry[] |
Helper.convert(List<BrowserEntry> browserData) |
Modifier and Type | Method and Description |
---|---|
List<BrowserEntry> |
FolderDataUpdate.getAddedOrModified() |
List<BrowserEntry> |
BrowseResult.getBrowserData() |
Constructor and Description |
---|
BrowseResult(Response response,
List<BrowserEntry> browserData,
ErrorInformation errorInformation) |
FolderDataUpdate(List<String> location,
List<BrowserEntry> addedOrModified,
Set<String> removed,
boolean full) |
Modifier and Type | Method and Description |
---|---|
protected static <T extends Collection<BrowserEntry>> |
Structures.decodeBrowserEntryCollection(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
CollectionAllocator<BrowserEntry,T> allactor,
boolean allowNull) |
Modifier and Type | Method and Description |
---|---|
static BrowserEntry |
Structures.decodeBrowserEntry(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
boolean allowNull) |
protected static BrowserEntry |
Structures.inlindeDecodeBrowserEntry(BinaryContext _context,
org.apache.mina.core.buffer.IoBuffer _data) |
Modifier and Type | Method and Description |
---|---|
static List<BrowserEntry> |
Structures.decodeListBrowserEntry(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
boolean allowNull) |
static Set<BrowserEntry> |
Structures.decodeSetBrowserEntry(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
boolean allowNull) |
Modifier and Type | Method and Description |
---|---|
static void |
Structures.encodeBrowserEntry(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
byte fieldNumber,
BrowserEntry value) |
protected static void |
Structures.inlineEncodeBrowserEntry(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
BrowserEntry value) |
Modifier and Type | Method and Description |
---|---|
protected static <T extends Collection<BrowserEntry>> |
Structures.decodeBrowserEntryCollection(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
CollectionAllocator<BrowserEntry,T> allactor,
boolean allowNull) |
static void |
Structures.encodeCollectionBrowserEntry(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
byte fieldNumber,
Collection<BrowserEntry> values) |
protected static void |
Structures.fillBrowserEntryCollection(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
int items,
Collection<BrowserEntry> values) |
Modifier and Type | Method and Description |
---|---|
protected List<BrowserEntry> |
ServerConnectionImpl.convertEntries(Entry[] result) |
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.