Package | Description |
---|---|
com.devexperts.mars.common |
This package contains a MARS data model and public API.
|
com.devexperts.mars.common.net |
This package contains a MARS network layer with TCP/IP connector which uses standard Java sockets.
|
Modifier and Type | Method and Description |
---|---|
MARS |
MARSNode.getMars()
Returns
MARS instance of this node. |
Constructor and Description |
---|
MARSAgent(MARS mars)
Creates new agent and attaches it to specified MARS instance.
|
MARSNode(MARS mars,
String name)
Creates new node for specified
MARS instance and name. |
Constructor and Description |
---|
MARSConnectionAdapter(MARS mars,
MARSAgent agent,
int read_buffer_limit,
InputStream in,
OutputStream out)
Creates new MARS connection adapter with specified parameters.
|
MARSConnector(MARS mars,
boolean receive,
boolean send)
Creates new MARS connector for specified
MARS instance and communication link direction. |
Copyright © 2014 Devexperts. All Rights Reserved.