Uses of Class
com.yahoo.container.logging.ConnectionLogEntry.Builder
Packages that use ConnectionLogEntry.Builder
-
Uses of ConnectionLogEntry.Builder in com.yahoo.container.logging
Methods in com.yahoo.container.logging that return ConnectionLogEntry.BuilderModifier and TypeMethodDescriptionstatic ConnectionLogEntry.BuilderConnectionLogEntry.Builder.withDuration(double durationSeconds) ConnectionLogEntry.Builder.withHttpBytesReceived(long bytesReceived) ConnectionLogEntry.Builder.withHttpBytesSent(long bytesSent) ConnectionLogEntry.Builder.withHttpProtocol(String protocol) ConnectionLogEntry.Builder.withLocalAddress(String localAddress) ConnectionLogEntry.Builder.withLocalPort(int localPort) ConnectionLogEntry.Builder.withPeerAddress(String peerAddress) ConnectionLogEntry.Builder.withPeerPort(int peerPort) ConnectionLogEntry.Builder.withProxyProtocolVersion(String version) ConnectionLogEntry.Builder.withRemoteAddress(String remoteAddress) ConnectionLogEntry.Builder.withRemotePort(int remotePort) ConnectionLogEntry.Builder.withRequests(long requests) ConnectionLogEntry.Builder.withResponses(long responses) ConnectionLogEntry.Builder.withSslBytesReceived(long bytesReceived) ConnectionLogEntry.Builder.withSslBytesSent(long bytesSent) ConnectionLogEntry.Builder.withSslCipherSuite(String sslCipherSuite) ConnectionLogEntry.Builder.withSslHandshakeFailure(ConnectionLogEntry.SslHandshakeFailure sslHandshakeFailure) ConnectionLogEntry.Builder.withSslPeerFingerprint(String value) ConnectionLogEntry.Builder.withSslPeerIssuerSubject(String value) ConnectionLogEntry.Builder.withSslPeerNotAfter(Instant sslPeerNotAfter) ConnectionLogEntry.Builder.withSslPeerNotBefore(Instant sslPeerNotBefore) ConnectionLogEntry.Builder.withSslPeerSubject(String sslPeerSubject) ConnectionLogEntry.Builder.withSslProtocol(String sslProtocol) ConnectionLogEntry.Builder.withSslSessionId(String sslSessionId) ConnectionLogEntry.Builder.withSslSniServerName(String sslSniServerName) ConnectionLogEntry.Builder.withSslSubjectAlternativeNames(List<String> sslSubjectAlternativeNames)