Package de.mid.innovator.net
Class InoNetSendImpl
- java.lang.Object
-
- de.mid.innovator.net.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
-
-
-
Method Detail
-
send
public static void send(InoTelegram tel, java.nio.channels.SocketChannel ch) throws java.io.IOException
Sends telegram to channel- Parameters:
tel
- telegramch
- channel- Throws:
java.io.IOException
-
-