Package | Description |
---|---|
com.devexperts.connector |
This package contains a TCP/IP connector which uses standard Java sockets.
|
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 |
---|---|
protected abstract ConnectionAdapter |
Connector.createConnectionAdapter(Socket socket)
|
Modifier and Type | Method and Description |
---|---|
void |
ConnectionAdapterListener.adapterClosed(ConnectionAdapter adapter)
Invoked to notify that specified
ConnectionAdapter was closed. |
void |
ConnectionAdapterListener.dataAvailable(ConnectionAdapter adapter)
Invoked to notify that specified
ConnectionAdapter has data available for writing. |
Modifier and Type | Class and Description |
---|---|
class |
MARSConnectionAdapter
Adapts single network connection to
MARS instance. |
Modifier and Type | Method and Description |
---|---|
protected ConnectionAdapter |
MARSConnector.createConnectionAdapter(Socket socket) |
Copyright © 2002–2025 Devexperts LLC. All rights reserved.