| Modifier and Type | Method and Description |
|---|---|
Response |
AcknowledgeResponse.getResponse() |
| Constructor and Description |
|---|
AcknowledgeResponse(Response response,
ErrorInformation errorInformation) |
| Modifier and Type | Method and Description |
|---|---|
Response |
GetFactoriesResponse.getResponse() |
Response |
GetFactoryWithDataResponse.getResponse() |
Response |
GetConfigurationResponse.getResponse() |
Response |
ErrorResponse.getResponse() |
Response |
ApplyDiffResponse.getResponse() |
| Constructor and Description |
|---|
ApplyDiffResponse(Response response) |
ErrorResponse(Response response,
ErrorInformation errorInformation) |
GetConfigurationResponse(Response response,
ConfigurationInformation configuration) |
GetFactoriesResponse(Response response,
List<FactoryInformation> factories) |
GetFactoryWithDataResponse(Response response,
FactoryInformation factory) |
| Modifier and Type | Method and Description |
|---|---|
Response |
ResponseMessage.getResponse() |
| Modifier and Type | Method and Description |
|---|---|
Response |
RespondCallbacks.getResponse() |
| Constructor and Description |
|---|
RespondCallbacks(Response response,
List<CallbackResponse> callbacks,
ErrorInformation errorInformation) |
| Modifier and Type | Method and Description |
|---|---|
protected static <T extends Collection<Response>> |
Structures.decodeResponseCollection(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
CollectionAllocator<Response,T> allactor,
boolean allowNull) |
| Modifier and Type | Method and Description |
|---|---|
static Response |
Structures.decodeResponse(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
boolean allowNull) |
protected static Response |
Structures.inlindeDecodeResponse(BinaryContext _context,
org.apache.mina.core.buffer.IoBuffer _data) |
| Modifier and Type | Method and Description |
|---|---|
static List<Response> |
Structures.decodeListResponse(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
boolean allowNull) |
static Set<Response> |
Structures.decodeSetResponse(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
boolean allowNull) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Structures.encodeResponse(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
byte fieldNumber,
Response value) |
protected static void |
Structures.inlineEncodeResponse(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
Response value) |
| Modifier and Type | Method and Description |
|---|---|
protected static <T extends Collection<Response>> |
Structures.decodeResponseCollection(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
CollectionAllocator<Response,T> allactor,
boolean allowNull) |
static void |
Structures.encodeCollectionResponse(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
byte fieldNumber,
Collection<Response> values) |
protected static void |
Structures.fillResponseCollection(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
int items,
Collection<Response> values) |
| Modifier and Type | Method and Description |
|---|---|
Response |
WriteValueResult.getResponse() |
Response |
WriteAttributesResult.getResponse() |
Response |
BrowseResult.getResponse() |
| Constructor and Description |
|---|
BrowseResult(Response response,
List<BrowserEntry> browserData,
ErrorInformation errorInformation) |
WriteAttributesResult(Response response,
List<AttributeWriteResultEntry> attributeResults,
ErrorInformation errorInformation) |
WriteValueResult(Response response,
ErrorInformation errorInformation) |
| Modifier and Type | Method and Description |
|---|---|
Response |
CreateQueryFailure.getResponse() |
| Constructor and Description |
|---|
CreateQueryFailure(Response response,
ErrorInformation errorInformation) |
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.