org.jpop.net
Class ProtocolPrefixes

java.lang.Object
  extended byorg.jpop.net.ProtocolPrefixes

public class ProtocolPrefixes
extends java.lang.Object

Prefixes for the protocol requests

Version:
1.0
Author:
dsm

Field Summary
static java.lang.String ALL_DOC
          Document types
static java.lang.String CLOSE_REQ
          Messages the server will respond to
static java.lang.String DOC_DOC
          Document types
static java.lang.String ERROR_E
          Message delimiters
static java.lang.String ERROR_MESG
          Prepended to the response string to indicate the nature of the message
static java.lang.String ERROR_S
          Message delimiters
static java.lang.String HELP_DOC
          Document types
static java.lang.String HELP_REQ
          Messages the server will respond to
static java.lang.String HELP_TRANS_E
          Message delimiters
static java.lang.String HELP_TRANS_S
          Message delimiters
static java.lang.String INFO_REQ
          Messages the server will respond to
static java.lang.String LICENSE_REQ
          Messages the server will respond to
static java.lang.String LICENSE_TRANS_E
          Message delimiters
static java.lang.String LICENSE_TRANS_S
          Message delimiters
static java.lang.String LIST_REQ
          Messages the server will respond to
static java.lang.String LIST_TRANS_E
          Message delimiters
static java.lang.String LIST_TRANS_S
          Message delimiters
static java.lang.String NOOP_REQ
          Messages the server will respond to
static java.lang.String OPEN_REQ
          Messages the server will respond to
static java.lang.String OPEN_TRANS_E
          Message delimiters
static java.lang.String OPEN_TRANS_S
          Message delimiters
static java.lang.String REF_DOC
          Document types
static java.lang.String REPEAT_REQ
          Messages the server will respond to
static java.lang.String SERVER_MESG
          Prepended to the response string to indicate the nature of the message
static java.lang.String TEACH_DOC
          Document types
static java.lang.String TEXT_MESG
          Prepended to the response string to indicate the nature of the message
static java.lang.String VERSION_REQ
          Messages the server will respond to
static java.lang.String WARNING_E
          Message delimiters
static java.lang.String WARNING_MESG
          Prepended to the response string to indicate the nature of the message
static java.lang.String WARNING_S
          Message delimiters
 
Constructor Summary
ProtocolPrefixes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WARNING_MESG

public static final java.lang.String WARNING_MESG
Prepended to the response string to indicate the nature of the message

See Also:
Constant Field Values

ERROR_MESG

public static final java.lang.String ERROR_MESG
Prepended to the response string to indicate the nature of the message

See Also:
Constant Field Values

TEXT_MESG

public static final java.lang.String TEXT_MESG
Prepended to the response string to indicate the nature of the message

See Also:
Constant Field Values

SERVER_MESG

public static final java.lang.String SERVER_MESG
Prepended to the response string to indicate the nature of the message

See Also:
Constant Field Values

OPEN_REQ

public static final java.lang.String OPEN_REQ
Messages the server will respond to

See Also:
Constant Field Values

LIST_REQ

public static final java.lang.String LIST_REQ
Messages the server will respond to

See Also:
Constant Field Values

HELP_REQ

public static final java.lang.String HELP_REQ
Messages the server will respond to

See Also:
Constant Field Values

VERSION_REQ

public static final java.lang.String VERSION_REQ
Messages the server will respond to

See Also:
Constant Field Values

INFO_REQ

public static final java.lang.String INFO_REQ
Messages the server will respond to

See Also:
Constant Field Values

REPEAT_REQ

public static final java.lang.String REPEAT_REQ
Messages the server will respond to

See Also:
Constant Field Values

CLOSE_REQ

public static final java.lang.String CLOSE_REQ
Messages the server will respond to

See Also:
Constant Field Values

LICENSE_REQ

public static final java.lang.String LICENSE_REQ
Messages the server will respond to

See Also:
Constant Field Values

NOOP_REQ

public static final java.lang.String NOOP_REQ
Messages the server will respond to

See Also:
Constant Field Values

OPEN_TRANS_S

public static final java.lang.String OPEN_TRANS_S
Message delimiters

See Also:
Constant Field Values

OPEN_TRANS_E

public static final java.lang.String OPEN_TRANS_E
Message delimiters

See Also:
Constant Field Values

LIST_TRANS_S

public static final java.lang.String LIST_TRANS_S
Message delimiters

See Also:
Constant Field Values

LIST_TRANS_E

public static final java.lang.String LIST_TRANS_E
Message delimiters

See Also:
Constant Field Values

HELP_TRANS_S

public static final java.lang.String HELP_TRANS_S
Message delimiters

See Also:
Constant Field Values

HELP_TRANS_E

public static final java.lang.String HELP_TRANS_E
Message delimiters

See Also:
Constant Field Values

LICENSE_TRANS_S

public static final java.lang.String LICENSE_TRANS_S
Message delimiters

See Also:
Constant Field Values

LICENSE_TRANS_E

public static final java.lang.String LICENSE_TRANS_E
Message delimiters

See Also:
Constant Field Values

WARNING_S

public static final java.lang.String WARNING_S
Message delimiters

See Also:
Constant Field Values

WARNING_E

public static final java.lang.String WARNING_E
Message delimiters

See Also:
Constant Field Values

ERROR_S

public static final java.lang.String ERROR_S
Message delimiters

See Also:
Constant Field Values

ERROR_E

public static final java.lang.String ERROR_E
Message delimiters

See Also:
Constant Field Values

HELP_DOC

public static final java.lang.String HELP_DOC
Document types

See Also:
Constant Field Values

DOC_DOC

public static final java.lang.String DOC_DOC
Document types

See Also:
Constant Field Values

TEACH_DOC

public static final java.lang.String TEACH_DOC
Document types

See Also:
Constant Field Values

REF_DOC

public static final java.lang.String REF_DOC
Document types

See Also:
Constant Field Values

ALL_DOC

public static final java.lang.String ALL_DOC
Document types

See Also:
Constant Field Values
Constructor Detail

ProtocolPrefixes

public ProtocolPrefixes()