Class TcpKeepAliveSSLSocketFactory

java.lang.Object
javax.net.SocketFactory
javax.net.ssl.SSLSocketFactory
org.graylog2.shared.bindings.providers.TcpKeepAliveSSLSocketFactory

public class TcpKeepAliveSSLSocketFactory extends SSLSocketFactory
This SSLSocketFactory wrapper sets the SO_KEEPALIVE flag for every created socket. The timeouts for the socket depend on the configuration of the underlying operating system. See configure(Socket).