Go to the first, previous, next, last section, table of contents.


Low-level Prolog to Java socket connection

Author(s): Jesús Correas.

Version: 1.5#118 (2000/4/19, 18:13:43 CEST)

Version of last change: 1.5#49 (2000/2/8, 16:35:38 CET)

This module defines a low level socket interface, to be used by javart and jtopl. Includes all the code related directly to the handling of sockets. This library should not be used by any user program, because is a very low-level connection to Java. Use javart (Prolog to Java low-level interface) or jtopl (Java to Prolog interface) libraries instead.

Usage and interface (javasock)

Documentation on exports (javasock)

PREDICATE: socket_connection/2:

Usage: socket_connection(+node,+stream)

PREDICATE: socket_disconnection/0:

Usage:

PREDICATE: java_fast_read/2:

Usage: java_fast_read(+type,-(term))

PREDICATE: java_fast_write/2:

Usage: java_fast_write(+type,+term)

PREDICATE: java_stream/3:

The predicate is of type dynamic.

Usage: java_stream(DataStream,EventStream,Address)


Go to the first, previous, next, last section, table of contents.