Uses of Class
com.oracle.bmc.healthchecks.model.TcpConnection
-
Packages that use TcpConnection Package Description com.oracle.bmc.healthchecks.model -
-
Uses of TcpConnection in com.oracle.bmc.healthchecks.model
Methods in com.oracle.bmc.healthchecks.model that return TcpConnection Modifier and Type Method Description TcpConnection
TcpConnection.Builder. build()
TcpConnection
HttpProbeResultSummary. getConnection()
Methods in com.oracle.bmc.healthchecks.model with parameters of type TcpConnection Modifier and Type Method Description HttpProbeResultSummary.Builder
HttpProbeResultSummary.Builder. connection(TcpConnection connection)
TcpConnection.Builder
TcpConnection.Builder. copy(TcpConnection model)
Constructors in com.oracle.bmc.healthchecks.model with parameters of type TcpConnection Constructor Description HttpProbeResultSummary(String key, String probeConfigurationId, Double startTime, String target, String vantagePointName, Boolean isTimedOut, Boolean isHealthy, HttpProbeResultSummary.ErrorCategory errorCategory, String errorMessage, HttpProbeProtocol protocol, TcpConnection connection, DNS dns, Integer statusCode, Double domainLookupStart, Double domainLookupEnd, Double connectStart, Double secureConnectionStart, Double connectEnd, Double fetchStart, Double requestStart, Double responseStart, Double responseEnd, Double duration, Integer encodedBodySize)
Deprecated.
-