Package | Description |
---|---|
sigmlinlib |
This package defines the classes that define the main SiGML Input Library
API, including the provision of a networked SiGML signing data input service
using TCP/IP and UDP server sockets, suitable for use by an avatar based
SiGML animation module.
|
Constructor and Description |
---|
SiGMLInputServiceBase(boolean rprt,
java.lang.String rprttag,
int inport,
int stopport,
SiGMLInputServiceBase.ServiceOperations sops)
Starts a new SiGML input service, with the given reporting flag,
using the given input and termination TCP/IP port numbers,
and communicating input and other service life-cycle events to
the given handler.
|