net.sf.dexterim.oscar.entity
Class Channel

java.lang.Object
  extended bynet.sf.dexterim.oscar.entity.Channel

public class Channel
extends java.lang.Object

Channels are used to transmit information with different semantics over the same TCP/IP Connection. There are currently 5 channels in use: 0x01 - New Connection Negotiation 0x02 - SNAC data 0x03 - FLAP-level Error 0x04 - Close Connection Negotiation 0x05 - Keep alive

Author:
christoph

Constructor Summary
Channel()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Channel

public Channel()


Copyright © 2003-2004 Dexter IM Team. All Rights Reserved.