Class WordsSocketStreamerClient


  • public class WordsSocketStreamerClient
    extends java.lang.Object
    Example demonstrates streaming of data from external components into Ignite cache.

    WordsSocketStreamerClient is simple socket streaming client implementation that sends words to socket server based on SocketStreamer using message delimiter based protocol. Example illustrates usage of TCP socket streamer in case of non-Java clients. In this example words are zero-terminated strings.

    To start the example, you should:

    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WordsSocketStreamerClient

        public WordsSocketStreamerClient()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
                         throws java.io.IOException
        Parameters:
        args - Args.
        Throws:
        java.io.IOException