|
|||||||||
| Home >> All >> org >> alicebot >> server >> core >> [ responder overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.alicebot.server.core.responder
Class ServiceType

java.lang.Objectorg.alicebot.server.core.responder.ServiceType
- class ServiceType
- extends java.lang.Object
| Field Summary | |
static int |
FLASH
|
static int |
HTML
|
static int |
PLAIN_TEXT
|
static int |
UNKNOWN
|
| Constructor Summary | |
(package private) |
ServiceType()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
UNKNOWN
public static final int UNKNOWN
- See Also:
- Constant Field Values
PLAIN_TEXT
public static final int PLAIN_TEXT
- See Also:
- Constant Field Values
HTML
public static final int HTML
- See Also:
- Constant Field Values
FLASH
public static final int FLASH
- See Also:
- Constant Field Values
| Constructor Detail |
ServiceType
ServiceType()
|
|||||||||
| Home >> All >> org >> alicebot >> server >> core >> [ responder overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.alicebot.server.core.responder.ServiceType