| Package | Description |
|---|---|
| com.gurock.smartinspect.protocols | |
| com.gurock.smartinspect.protocols.cloud |
| Modifier and Type | Method and Description |
|---|---|
void |
Protocol.connect()
Connects to the protocol destination.
|
void |
Protocol.disconnect()
Disconnects from the protocol destination.
|
void |
Protocol.dispatch(ProtocolCommand command)
Dispatches a custom action to a concrete implementation of a protocol.
|
void |
Protocol.dispose()
Disconnects from the protocol destination.
|
protected void |
Protocol.handleException(String message)
Handles a protocol exception.
|
void |
Protocol.implConnect() |
void |
Protocol.implDisconnect() |
void |
Protocol.implDispatch(ProtocolCommand command) |
void |
Protocol.implWritePacket(Packet packet) |
void |
Protocol.writePacket(Packet packet)
Writes a packet to the protocol specific destination.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CloudProtocol.connect() |
void |
CloudProtocol.disconnect() |
void |
CloudProtocol.writePacket(Packet packet) |
Copyright © 2023. All rights reserved.