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 |
---|---|
void |
MARSListener.marsChanged(MARSAgent agent)
|
Modifier and Type | Method and Description |
---|---|
void |
MARSConnectionAdapter.marsChanged(MARSAgent agent) |
Constructor and Description |
---|
MARSConnectionAdapter(MARS mars,
MARSAgent agent,
int read_buffer_limit,
InputStream in,
OutputStream out)
Creates new MARS connection adapter with specified parameters.
|
Copyright © 2014 Devexperts. All Rights Reserved.