anon.client
Class StreamedControlChannel
java.lang.Object
anon.client.AbstractChannel
anon.client.AbstractControlChannel
anon.client.StreamedControlChannel
- Direct Known Subclasses:
- XmlControlChannel
public abstract class StreamedControlChannel
- extends AbstractControlChannel
- Author:
- Stefan Lieske
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
m_messageBuffer
private byte[] m_messageBuffer
m_currentIndex
private int m_currentIndex
m_lengthBuffer
private byte[] m_lengthBuffer
m_bIsEncrypted
private boolean m_bIsEncrypted
StreamedControlChannel
public StreamedControlChannel(int a_channelId,
Multiplexer a_multiplexer,
IServiceContainer a_serviceContainer,
boolean bEncrypted)
sendByteMessage
public int sendByteMessage(byte[] a_message)
processPacketData
protected void processPacketData(byte[] a_packetData)
- Specified by:
processPacketData
in class AbstractControlChannel
processMessage
protected abstract void processMessage(byte[] a_message)