|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ApnsEnvironment | |
---|---|
com.relayrides.pushy.apns | Contains classes and interfaces for interacting with the Apple Push Notification service (APNs). |
Uses of ApnsEnvironment in com.relayrides.pushy.apns |
---|
Methods in com.relayrides.pushy.apns that return ApnsEnvironment | |
---|---|
static ApnsEnvironment |
ApnsEnvironment.getProductionEnvironment()
Returns an APNs environment for connecting to Apple's production servers. |
static ApnsEnvironment |
ApnsEnvironment.getSandboxEnvironment()
Returns an APNs environment for connecting to Apple's sandbox servers. |
Constructors in com.relayrides.pushy.apns with parameters of type ApnsEnvironment | |
---|---|
ApnsConnection(ApnsEnvironment environment,
SSLContext sslContext,
NioEventLoopGroup eventLoopGroup,
ApnsConnectionListener<T> listener)
Constructs a new APNs connection. |
|
PushManagerFactory(ApnsEnvironment environment,
SSLContext sslContext)
Constructs a new factory that will construct PushManager s that operate in the given environment with the
given credentials. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |