Constant Field Values
Contents
io.dropwizard.*
-
io.dropwizard.auth.oauth.OAuthCredentialAuthFilter<P extends Principal> Modifier and Type Constant Field Value public static final StringOAUTH_ACCESS_TOKEN_PARAM"access_token"
-
io.dropwizard.client.proxy.AuthConfiguration Modifier and Type Constant Field Value public static final StringBASIC_AUTH_SCHEME"Basic"public static final StringNT_CREDS"NT"public static final StringNTLM_AUTH_SCHEME"NTLM"public static final StringUSERNAME_PASSWORD_CREDS"UsernamePassword"
-
io.dropwizard.hibernate.HibernateBundle<T> Modifier and Type Constant Field Value public static final StringDEFAULT_NAME"hibernate"
-
io.dropwizard.jersey.filter.AllowedMethodsFilter Modifier and Type Constant Field Value public static final StringALLOWED_METHODS_PARAM"allowedMethods"
-
io.dropwizard.jetty.NetUtil Modifier and Type Constant Field Value public static final intDEFAULT_TCP_BACKLOG_LINUX128public static final intDEFAULT_TCP_BACKLOG_WINDOWS200public static final StringTCP_BACKLOG_SETTING_LOCATION"/proc/sys/net/core/somaxconn"
-
io.dropwizard.validation.InterpolationHelper Modifier and Type Constant Field Value public static final charBEGIN_TERM123public static final charEL_DESIGNATOR36public static final charEND_TERM125public static final charESCAPE_CHARACTER92
-
io.dropwizard.views.ViewRenderExceptionMapper Modifier and Type Constant Field Value public static final StringTEMPLATE_ERROR_MSG"<html><head><title>Template Error</title></head><body><h1>Template Error</h1><p>Something went wrong rendering the page</p></body></html>"