| Constructor and Description |
|---|
POPRemoteCaller() |
POPRemoteCaller(java.net.InetAddress remote,
java.lang.String protocol,
java.lang.String network,
boolean secure) |
POPRemoteCaller(java.net.InetAddress remote,
java.lang.String protocol,
java.lang.String network,
boolean secure,
java.lang.String fingerprint) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
deserialize(POPBuffer buffer)
Deserialize an object from the buffer
|
boolean |
equals(java.lang.Object obj) |
POPAccessPoint |
getBrokerAP() |
java.lang.String |
getFingerprint()
The fingerprint of the certificate used by the client, if available
|
java.lang.String |
getNetwork()
The network assigned to a certificate, if available
|
java.lang.String |
getProtocol()
The protocol used for this connection
|
java.net.InetAddress |
getRemote()
The address the connection is coming from
|
int |
hashCode() |
boolean |
isLocalHost()
If the call come from a localhost object
|
boolean |
isSecure()
Is
getProtocol() secure or not. |
boolean |
isUsingConfidenceLink()
`true' if the connection was created using a confidence link
|
boolean |
serialize(POPBuffer buffer)
Serialize an object into the buffer
|
void |
setBrokerAP(POPAccessPoint ap) |
java.lang.String |
toString() |
public POPRemoteCaller()
public POPRemoteCaller(java.net.InetAddress remote,
java.lang.String protocol,
java.lang.String network,
boolean secure,
java.lang.String fingerprint)
public POPRemoteCaller(java.net.InetAddress remote,
java.lang.String protocol,
java.lang.String network,
boolean secure)
public java.net.InetAddress getRemote()
public java.lang.String getProtocol()
public boolean isSecure()
getProtocol() secure or not.public java.lang.String getFingerprint()
public java.lang.String getNetwork()
public boolean isUsingConfidenceLink()
public boolean isLocalHost()
public java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic boolean serialize(POPBuffer buffer)
IPOPBasepublic boolean deserialize(POPBuffer buffer)
IPOPBasedeserialize in interface IPOPBasebuffer - The buffer to deserialize frompublic void setBrokerAP(POPAccessPoint ap)
public POPAccessPoint getBrokerAP()