|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavapns.communication.ConnectionToAppleServer
javapns.feedback.ConnectionToFeedbackServer
public class ConnectionToFeedbackServer
Class representing a connection to a specific Feedback Server.
| Field Summary |
|---|
| Fields inherited from class javapns.communication.ConnectionToAppleServer |
|---|
KEYSTORE_TYPE_JKS, KEYSTORE_TYPE_PKCS12 |
| Constructor Summary | |
|---|---|
ConnectionToFeedbackServer(AppleFeedbackServer feedbackServer)
|
|
ConnectionToFeedbackServer(AppleNotificationServer server,
KeyStore keystore)
|
|
| Method Summary | |
|---|---|
String |
getServerHost()
|
int |
getServerPort()
|
| Methods inherited from class javapns.communication.ConnectionToAppleServer |
|---|
createSSLSocketFactory, getKeystore, getKeystoreType, getServer, getSSLSocket, getSSLSocketFactory, setKeystore |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConnectionToFeedbackServer(AppleFeedbackServer feedbackServer)
throws KeystoreException
KeystoreException
public ConnectionToFeedbackServer(AppleNotificationServer server,
KeyStore keystore)
throws KeystoreException
KeystoreException| Method Detail |
|---|
public String getServerHost()
getServerHost in class ConnectionToAppleServerpublic int getServerPort()
getServerPort in class ConnectionToAppleServer
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||