Constant Field Values

Contents

org.astrogrid.*

  • org.astrogrid.samp.ErrInfo 
    Modifier and Type Constant Field Value
    public static final java.lang.String CODE_KEY "samp.code"
    public static final java.lang.String DEBUGTXT_KEY "samp.debugtxt"
    public static final java.lang.String ERRORTXT_KEY "samp.errortxt"
    public static final java.lang.String USERTXT_KEY "samp.usertxt"
  • org.astrogrid.samp.Message 
    Modifier and Type Constant Field Value
    public static final java.lang.String MTYPE_KEY "samp.mtype"
    public static final java.lang.String PARAMS_KEY "samp.params"
  • org.astrogrid.samp.Metadata 
    Modifier and Type Constant Field Value
    public static final java.lang.String DESCHTML_KEY "samp.description.html"
    public static final java.lang.String DESCTEXT_KEY "samp.description.text"
    public static final java.lang.String DOCURL_KEY "samp.documentation.url"
    public static final java.lang.String ICONURL_KEY "samp.icon.url"
    public static final java.lang.String NAME_KEY "samp.name"
  • org.astrogrid.samp.RegInfo 
    Modifier and Type Constant Field Value
    public static final java.lang.String HUBID_KEY "samp.hub-id"
    public static final java.lang.String PRIVATEKEY_KEY "samp.private-key"
    public static final java.lang.String SELFID_KEY "samp.self-id"
  • org.astrogrid.samp.Response 
    Modifier and Type Constant Field Value
    public static final java.lang.String ERROR_KEY "samp.error"
    public static final java.lang.String ERROR_STATUS "samp.error"
    public static final java.lang.String OK_STATUS "samp.ok"
    public static final java.lang.String RESULT_KEY "samp.result"
    public static final java.lang.String STATUS_KEY "samp.status"
    public static final java.lang.String WARNING_STATUS "samp.warning"
  • org.astrogrid.samp.SampUtils 
    Modifier and Type Constant Field Value
    public static final java.lang.String LOCALHOST_PROP "jsamp.localhost"
  • org.astrogrid.samp.ShutdownManager 
    Modifier and Type Constant Field Value
    public static final int CLIENT_SEQUENCE 100
    public static final int HUB_SEQUENCE 200
    public static final int PREPARE_SEQUENCE 0
  • org.astrogrid.samp.gui.SendActionManager 
    Modifier and Type Constant Field Value
    public static final java.lang.String BROADCAST_TARGET "All Clients"
  • org.astrogrid.samp.gui.SysTray 
    Modifier and Type Constant Field Value
    public static final java.lang.String NOTRAY_PROP "jsamp.nosystray"
  • org.astrogrid.samp.httpd.HttpServer 
    Modifier and Type Constant Field Value
    public static final java.lang.String HDR_CONTENT_TYPE "Content-Type"
    public static final int STATUS_OK 200
  • org.astrogrid.samp.httpd.UtilServer 
    Modifier and Type Constant Field Value
    public static final java.lang.String PORT_PROP "jsamp.server.port"
  • org.astrogrid.samp.hub.Hub 
    Modifier and Type Constant Field Value
    public static final java.lang.String EXTRAHUBPROFILES_PROP "jsamp.hub.profiles.extra"
    public static final java.lang.String HUBPROFILES_PROP "jsamp.hub.profiles"
  • org.astrogrid.samp.xmlrpc.LockInfo 
    Modifier and Type Constant Field Value
    public static final java.lang.String DEFAULT_VERSION_VALUE "1.3"
    public static final java.lang.String SECRET_KEY "samp.secret"
    public static final java.lang.String VERSION_KEY "samp.profile.version"
    public static final java.lang.String XMLRPCURL_KEY "samp.hub.xmlrpc.url"
  • org.astrogrid.samp.xmlrpc.StandardClientProfile 
    Modifier and Type Constant Field Value
    public static final java.lang.String LOCKFILE_NAME ".samp"
    public static final java.lang.String STDPROFILE_HUB_PREFIX "std-lockurl:"
  • org.astrogrid.samp.xmlrpc.XmlRpcKit 
    Modifier and Type Constant Field Value
    public static final java.lang.String IMPL_PROP "jsamp.xmlrpc.impl"