Constant Field Values

Contents

org.swisspush.*

  • org.swisspush.gateleen.core.event.EventBusHandler 
    Modifier and Type Constant Field Value
    public static final int ACCEPTED 202
    public static final java.lang.String APPLICATION_JSON "application/json"
    public static final int BAD_REQUEST 400
    public static final java.lang.String CONTENT_TYPE "content-type"
    public static final int GATEWAY_TIMEOUT 504
    public static final java.lang.String HEADERS "headers"
    public static final java.lang.String METHOD "method"
    public static final java.lang.String PAYLOAD "payload"
    public static final java.lang.String SYNC "x-sync"
    public static final java.lang.String TEXT "text/"
    public static final int TIMEOUT 20000
    public static final java.lang.String URI "uri"
  • org.swisspush.gateleen.core.http.FastFaiHttpClientResponse 
    Modifier and Type Constant Field Value
    public static final java.lang.String msg "Do override this method to mock expected behaviour."
  • org.swisspush.gateleen.core.http.FastFailHttpClientRequest 
    Modifier and Type Constant Field Value
    public static final java.lang.String msg "Do override this method to mock expected behaviour."
  • org.swisspush.gateleen.core.http.FastFailHttpServerRequest 
    Modifier and Type Constant Field Value
    public static final java.lang.String msg "Mock: Override this method to mock your expected behaviour."
  • org.swisspush.gateleen.core.http.FastFailHttpServerResponse 
    Modifier and Type Constant Field Value
    public static final java.lang.String msg "Do override this method to mock expected behaviour."
  • org.swisspush.gateleen.core.lock.impl.RedisBasedLock 
    Modifier and Type Constant Field Value
    public static final java.lang.String STORAGE_PREFIX "gateleen.core-lock:"
  • org.swisspush.gateleen.core.logging.RequestLogger 
    Modifier and Type Constant Field Value
    public static final java.lang.String BODY "body"
    public static final java.lang.String ERROR "error"
    public static final java.lang.String MESSAGE "message"
    public static final java.lang.String OK "ok"
    public static final java.lang.String REQUEST_HEADERS "request_headers"
    public static final java.lang.String REQUEST_METHOD "request_method"
    public static final java.lang.String REQUEST_STATUS "request_status"
    public static final java.lang.String REQUEST_URI "request_uri"
    public static final java.lang.String RESPONSE_HEADERS "response_headers"
    public static final java.lang.String STATUS "status"
  • org.swisspush.gateleen.core.util.Address 
    Modifier and Type Constant Field Value
    public static final java.lang.String RULE_UPDATE_ADDRESS "gateleen.routing-rules-updated"
  • org.swisspush.gateleen.core.util.RedisUtils 
    Modifier and Type Constant Field Value
    public static final java.lang.String REPLY_MESSAGE "message"
    public static final java.lang.String REPLY_STATUS "status"
    public static final java.lang.String REPLY_VALUE "value"
    public static final java.lang.String STATUS_OK "ok"
  • org.swisspush.gateleen.core.util.RoleExtractor 
    Modifier and Type Constant Field Value
    public static final java.lang.String groupHeader "x-rp-grp"
    public static final java.lang.String roleHeader "x-roles"