|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface SiGMLInputServiceBase.ServiceOperations
The pluggable set of operations that determine how the input service thread processes the sequence of client connections to the input service.
Method Summary | |
---|---|
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. |
Method Detail |
---|
void beginService()
void processNextClientConnection(java.net.Socket ccsock) throws java.io.IOException
java.io.IOException
void endService()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |