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


Low-level Prolog to Java socket connection

Author(s): Jesús Correas.

This module defines a low level socket interface, to be used by javart and jtopl.

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:

No further documentation available for this predicate.

PREDICATE: java_fast_write/2:

Usage 1: java_fast_write(+type,+term)

Usage 2: 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.