com.jabberwookie.ns.jabber
Class Chunk.Type

java.lang.Object
  |
  +--com.jabberwookie.ns.jabber.Chunk.Type
Enclosing class:
Chunk

public static class Chunk.Type
extends java.lang.Object


Field Summary
static int IQ
           
static int MESSAGE
           
static int PRESENCE
           
 
Constructor Summary
Chunk.Type()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MESSAGE

public static final int MESSAGE
See Also:
Constant Field Values

PRESENCE

public static final int PRESENCE
See Also:
Constant Field Values

IQ

public static final int IQ
See Also:
Constant Field Values
Constructor Detail

Chunk.Type

public Chunk.Type()