Class HttpURLConnectionManager

  • All Implemented Interfaces:
    java.lang.AutoCloseable

    public class HttpURLConnectionManager
    extends HttpManager
    • Constructor Detail

      • HttpURLConnectionManager

        public HttpURLConnectionManager​(Configuration configuration,
                                        LoggerContext loggerContext,
                                        java.lang.String name,
                                        java.net.URL url,
                                        java.lang.String method,
                                        int connectTimeoutMillis,
                                        int readTimeoutMillis,
                                        Property[] headers,
                                        SslConfiguration sslConfiguration,
                                        boolean verifyHostname)
    • Method Detail

      • send

        public void send​(Layout<?> layout,
                         LogEvent event)
                  throws java.io.IOException
        Specified by:
        send in class HttpManager
        Throws:
        java.io.IOException