de.esw.eengine.net
Class UDPChannel

java.lang.Object
  extended by de.esw.eengine.net.ChannelHelper
      extended by de.esw.eengine.net.AbstractChannel
          extended by de.esw.eengine.net.UDPChannel

public class UDPChannel
extends AbstractChannel

Since:
1.0
Version:
$Id: UDPChannel.java 113 2005-06-26 12:58:25Z markusw $
Author:
markusw

Constructor Summary
UDPChannel(int bufferSize, java.lang.String charset, java.lang.String host, int port, boolean blocking)
           
 
Method Summary
 
Methods inherited from class de.esw.eengine.net.AbstractChannel
beginMessage, dispose, receiveMessage, sendMessage
 
Methods inherited from class de.esw.eengine.net.ChannelHelper
readBoolean, readBytes, readFile, readInt, readLong, readObject, readString, writeBoolean, writeBytes, writeFile, writeInt, writeLong, writeObject, writeString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UDPChannel

public UDPChannel(int bufferSize,
                  java.lang.String charset,
                  java.lang.String host,
                  int port,
                  boolean blocking)
           throws EEngineException
Parameters:
bufferSize - Size of the communication buffer in bytes
charset - Charset to use for encoding and decoding
host - Host to connect to
port - Port to connect to
blocking - True if this Channel should be blocking
Throws:
EEngineException - Thrown on network i/o errors