|
xmlBlaster 2.1.0 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xmlBlaster.protocol.http.PushDataItem
public class PushDataItem
Little helper container to hold data which is pushed to browser
| Field Summary | |
|---|---|
java.lang.String |
data
|
static int |
LOGGING
To mark pushed logging/errors |
static int |
MESSAGE
To mark pushed messages |
static int |
PING
To mark pushed pings |
int |
type
messages or any other administrative pushs? |
| Constructor Summary | |
|---|---|
PushDataItem(int type,
java.lang.String data)
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int PING
public static final int MESSAGE
public static final int LOGGING
public int type
public java.lang.String data
| Constructor Detail |
|---|
public PushDataItem(int type,
java.lang.String data)
|
xmlBlaster 2.1.0 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||