public interface TopologyConnectorClientInformation
| Modifier and Type | Method and Description | 
|---|---|
| URL | getConnectorUrl()the endpoint url where this connector is connecting to | 
| String | getId()the unique id of this connector | 
| long | getLastPingSent()the unix-millis when the last heartbeat was sent | 
| String | getLastRequestEncoding()the Content-Encoding of the last request | 
| String | getLastResponseEncoding()the Content-Encoding of the last response | 
| int | getNextPingDue()the seconds until the next heartbeat is due | 
| String | getRemoteSlingId()the sling id of the remote end | 
| int | getStatusCode()return the http status code of the last post to the servlet, -1 if no post was ever done | 
| String | getStatusDetails()provides more details about connection failures | 
| boolean | isAutoStopped()SLING-3316 : whether or not this connector was auto-stopped | 
| boolean | isConnected()whether or not this connector was able to successfully connect | 
| boolean | representsLoop()whether or not the counterpart of this connector has detected a loop in the topology connectors | 
URL getConnectorUrl()
int getStatusCode()
boolean isAutoStopped()
boolean isConnected()
String getStatusDetails()
boolean representsLoop()
String getRemoteSlingId()
String getId()
String getLastRequestEncoding()
String getLastResponseEncoding()
long getLastPingSent()
int getNextPingDue()
Copyright © 2017 The Apache Software Foundation. All rights reserved.