public class InputConnectionsService
extends sigmlinlib.SiGMLInputServiceBase
Input connections handling service, supported by
a StreamOfStreamsHandler supplied at construction time.
This is a concrete subclass of SiGMLInputServiceBase.
It processes each client connection by passing its input stream to
the supporting stream-of-streams handler, returning to the caller
only when the handler's processing of the given stream is complete.
| Constructor and Description |
|---|
InputConnectionsService(boolean rprt,
java.lang.String tag,
int inport,
int stopport,
StreamOfStreamsHandler soshdlr)
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.
|
public InputConnectionsService(boolean rprt,
java.lang.String tag,
int inport,
int stopport,
StreamOfStreamsHandler soshdlr)
throws java.io.IOException
java.io.IOException