public class HTTPStatistics
extends java.lang.Object
Title: HTTP Fabric Client
Description: HTTP connection statistics.
Copyright: Copyright (c) 2016
Company: StreamScape Technologies
Constructor and Description |
---|
HTTPStatistics() |
public boolean isOpened()
public void setOpened(boolean opened)
public long getOpenTime()
public void setOpenTime(long openTime)
public boolean isConnected()
public void setConnected(boolean connected)
public long getLastServerConnectionLostTime()
public void setLastServerConnectionLostTime(long lastServerConnectionLostTime)
public long getLastServerConnectionRepairedTime()
public void setLastServerConnectionRepairedTime(long lastServerConnectionRepairedTime)
public long getLastReconnectRetries()
public void setLastReconnectRetries(long lastReconnectRetries)
public long getLastReopenTime()
public void setLastReopenTime(long lastReopenTime)
public long getReopenCount()
public void setReopenCount(long reopenCount)
public java.lang.Exception getLastReopenError()
public void setLastReopenError(java.lang.Exception lastReopenError)
public long getLastReopenFailedTime()
public void setLastReopenFailedTime(long lastReopenFailedTime)
public long getNextReopenAt()
public void setNextReopenAt(long nextReopenAt)
public HTTPRequestsStatistics getReverseRequests()
public void setReverseRequests(HTTPRequestsStatistics reverseRequests)
public HTTPRequestsStatistics getIsOpenedRequests()
public void setIsOpenedRequests(HTTPRequestsStatistics isOpenedRequests)
public HTTPRequestsStatistics getAllRequests()
public void setAllRequests(HTTPRequestsStatistics allRequests)
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.