|
Configuration Platform SDK 7.6 API Reference | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Transport is StructureHandler for client-to-server way.
Method Summary | |
void |
processData(byte[] b,
int offset,
int len)
Network layer endpoint. |
void |
setConnection(com.genesyslab.platform.commons.connection.impl.ConnectionImpl connection)
Dependency injection method for ConnectionImpl. |
Methods inherited from interface com.genesyslab.platform.commons.connection.MessageStructureHandler |
onAttribute, onAttribute, onAttribute, onAttribute, onMessageEnd, onNewMessage |
Method Detail |
public void processData(byte[] b, int offset, int len) throws com.genesyslab.platform.commons.connection.impl.InvalidPacketException
b
- offset
- len
-
com.genesyslab.platform.commons.connection.impl.InvalidPacketException
public void setConnection(com.genesyslab.platform.commons.connection.impl.ConnectionImpl connection)
connection
- connection of this transport
|
Configuration Platform SDK 7.6 API Reference | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |