Class InoNetSendImpl
java.lang.Object
de.mid.innovator.net.InoNetSendImpl
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidsend(InoTelegram tel, SocketChannel ch, InoSocket socket, SelectionKey key) Sends telegram to channel
-
Constructor Details
-
InoNetSendImpl
public InoNetSendImpl()
-
-
Method Details
-
send
public static void send(InoTelegram tel, SocketChannel ch, InoSocket socket, SelectionKey key) throws IOException Sends telegram to channel- Parameters:
tel- telegramch- channelsocket- socketkey- for non-blocking IO- Throws:
IOException
-