diff options
author | Zandra Hird <[email protected]> | 2015-04-27 16:37:27 +0200 |
---|---|---|
committer | Zandra Hird <[email protected]> | 2015-04-27 16:37:27 +0200 |
commit | 861145a503c77d8144033f38d288bdda31699edd (patch) | |
tree | bb7c4578d2acea7e6f2460ae4248314d2070417d /lib/jinterface/doc | |
parent | 9d46162f7a670a4b403a82ebb5600c95bb278529 (diff) | |
parent | fd76d49c7d7bbed4775818390e47b958ee50f469 (diff) | |
download | otp-861145a503c77d8144033f38d288bdda31699edd.tar.gz otp-861145a503c77d8144033f38d288bdda31699edd.tar.bz2 otp-861145a503c77d8144033f38d288bdda31699edd.zip |
Merge branch 'x0id/jinterface_transport_factory'
* x0id/jinterface_transport_factory:
jinterface: transport factory implementation
fix typo error from recent merge
OTP-12686
Diffstat (limited to 'lib/jinterface/doc')
-rw-r--r-- | lib/jinterface/doc/src/jinterface_users_guide.xml | 8 |
1 files changed, 8 insertions, 0 deletions
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 @@ -223,6 +223,14 @@ OtpNode node = new OtpNode("gurka"); </code> </section> <section> + <title>Transport Factory</title> + <p>All necessary connections are made using methods of + <seealso marker="java/com/ericsson/otp/erlang/OtpTransportFactory">OtpTransportFactory</seealso> + interface. Default OtpTransportFactory implementation is based on standard Socket class. + User may provide custom transport factory as needed. See java doc for details.</p> + </section> + + <section> <title>Sending and Receiving Messages</title> <p>Messages sent with this package must be instances of <seealso marker="java/com/ericsson/otp/erlang/OtpErlangObject">OtpErlangObject</seealso> |