public static interface SiGMLInputServiceBase.ServiceOperations
Modifier and Type | Method and Description |
---|---|
void |
beginService()
Performs any actions needed to start the input service.
|
void |
endService()
Performs any actions needed to finish the input service.
|
void |
processNextClientConnection(java.net.Socket ccsock)
Performs the actions needed to service the next client connection,
to which access is given by the given socket.
|
void beginService()
void processNextClientConnection(java.net.Socket ccsock) throws java.io.IOException
java.io.IOException
void endService()