From fd76d49c7d7bbed4775818390e47b958ee50f469 Mon Sep 17 00:00:00 2001 From: Dmitriy Kargapolov Date: Sat, 31 Jan 2015 23:18:23 -0500 Subject: jinterface: transport factory implementation Transport factory basic implementation added. This makes possible creating connections between nodes using ssh channels for example. Default transport factory based on standart Socket/ServerSocket classes is provided. Modifications are backward compatible. --- lib/jinterface/doc/src/jinterface_users_guide.xml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'lib/jinterface/doc/src/jinterface_users_guide.xml') diff --git a/lib/jinterface/doc/src/jinterface_users_guide.xml b/lib/jinterface/doc/src/jinterface_users_guide.xml index 5dfe5c0c6d..238f90ce38 100644 --- a/lib/jinterface/doc/src/jinterface_users_guide.xml +++ b/lib/jinterface/doc/src/jinterface_users_guide.xml @@ -222,6 +222,14 @@ OtpNode node = new OtpNode("gurka"); a connection may be broken however.

+
+ Transport Factory +

All necessary connections are made using methods of + OtpTransportFactory + interface. Default OtpTransportFactory implementation is based on standard Socket class. + User may provide custom transport factory as needed. See java doc for details.

+
+
Sending and Receiving Messages

Messages sent with this package must be instances of -- cgit v1.2.3