|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectanon.client.AbstractChannel
anon.client.AbstractControlChannel
anon.client.StreamedControlChannel
anon.client.XmlControlChannel
public abstract class XmlControlChannel
| Field Summary |
|---|
| Fields inherited from class anon.client.AbstractChannel |
|---|
m_parentMultiplexer |
| Constructor Summary | |
|---|---|
XmlControlChannel(int a_channelId,
Multiplexer a_multiplexer,
IServiceContainer a_serviceContainer,
boolean bEncrypted)
|
|
| Method Summary | |
|---|---|
protected void |
processMessage(byte[] a_message)
|
protected abstract void |
processXmlMessage(org.w3c.dom.Document a_document)
|
int |
sendXmlMessage(org.w3c.dom.Document docMsg)
|
| Methods inherited from class anon.client.StreamedControlChannel |
|---|
processPacketData, sendByteMessage |
| Methods inherited from class anon.client.AbstractControlChannel |
|---|
getServiceContainer, processReceivedPacket, sendRawMessage |
| Methods inherited from class anon.client.AbstractChannel |
|---|
createEmptyMixPacket, deleteChannel, isClosed, multiplexerClosed, sendPacket |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XmlControlChannel(int a_channelId,
Multiplexer a_multiplexer,
IServiceContainer a_serviceContainer,
boolean bEncrypted)
| Method Detail |
|---|
public int sendXmlMessage(org.w3c.dom.Document docMsg)
protected void processMessage(byte[] a_message)
processMessage in class StreamedControlChannelprotected abstract void processXmlMessage(org.w3c.dom.Document a_document)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||