socket.io |
DelayedInput | This sample delays the input to the SAX parser to simulate reading data from a socket where data is not always immediately available. | code | html |
DelayedInput.DelayedInputStream | Delayed input stream filter. | code | html |
KeepSocketOpen | This sample provides a solution to the problem of 1) sending multiple XML documents over a single socket connection or 2) sending other types of data after the XML document without closing the socket connection. | code | html |
KeepSocketOpen.Client | Client. | code | html |
KeepSocketOpen.Client.InputStreamReporter | This class reports the actual number of bytes read at the end of "stream". | code | html |
KeepSocketOpen.Server | Server. | code | html |