close |
Allows you to close an already open connection;
if no connection is open will simply default the
state. |
connect |
Generally only utilized for APNS; however,
assists in maintaining the connection state. |
isConnected |
Allows you to see if you are already connected. |
send |
Allows you to pass in a message to send. This
will send the message to the corresponding system.
Note that the send method for APNS will lazily connect
if you are not already connected. |
setOptions |
Allows you to set options in bulk for the
adapters. |