Package org.apache.cayenne.rop
Interface ROPConnector
- All Known Implementing Classes:
HttpROPConnector
public interface ROPConnector
ROP network connectivity interface.
- Since:
- 4.0
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
Close all resources related to ROP Connector.Establishes a dedicated session with Cayenne DataChannel, returning session id.establishSharedSession
(String sharedSessionName) Creates a new session with the specified or joins an existing one.sendMessage
(byte[] message) Processes message on a remote server, returning the result of such processing.
-
Method Details
-
establishSession
Establishes a dedicated session with Cayenne DataChannel, returning session id.- Throws:
IOException
-
sendMessage
Processes message on a remote server, returning the result of such processing.- Throws:
IOException
-
close
Close all resources related to ROP Connector.- Throws:
IOException
-