Constant Field Values
Contents
com.eatthepath.*
-
com.eatthepath.pushy.apns.ApnsClientBuilder Modifier and Type Constant Field Value public static final intALTERNATE_APNS_PORT2197public static final intDEFAULT_APNS_PORT443public static final intDEFAULT_PING_IDLE_TIME_MILLIS60000public static final StringDEVELOPMENT_APNS_HOST"api.sandbox.push.apple.com"public static final StringPRODUCTION_APNS_HOST"api.push.apple.com"
-
com.eatthepath.pushy.apns.auth.ApnsSigningKey Modifier and Type Constant Field Value public static final StringAPNS_SIGNATURE_ALGORITHM"SHA256withECDSA" -
com.eatthepath.pushy.apns.auth.ApnsVerificationKey Modifier and Type Constant Field Value public static final StringAPNS_SIGNATURE_ALGORITHM"SHA256withECDSA"
-
com.eatthepath.pushy.apns.server.BenchmarkApnsServerBuilder Modifier and Type Constant Field Value public static final intDEFAULT_MAX_CONCURRENT_STREAMS1500 -
com.eatthepath.pushy.apns.server.MockApnsServerBuilder Modifier and Type Constant Field Value public static final intDEFAULT_MAX_CONCURRENT_STREAMS1500
-
com.eatthepath.pushy.apns.util.ApnsPayloadBuilder Modifier and Type Constant Field Value public static final intDEFAULT_MAXIMUM_PAYLOAD_SIZE4096public static final StringDEFAULT_SOUND_FILENAME"default"