Class InoNetSendImpl


  • public class InoNetSendImpl
    extends java.lang.Object
    Helping class for sending data over channel
    Author:
    nagl
    • Constructor Summary

      Constructors 
      Constructor Description
      InoNetSendImpl()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void send​(InoTelegram tel, java.nio.channels.SocketChannel ch)
      Sends telegram to channel
      • Methods inherited from class java.lang.Object

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

      • InoNetSendImpl

        public InoNetSendImpl()
    • Method Detail

      • send

        public static void send​(InoTelegram tel,
                                java.nio.channels.SocketChannel ch)
                         throws java.io.IOException
        Sends telegram to channel
        Parameters:
        tel - telegram
        ch - channel
        Throws:
        java.io.IOException