Class XmlBasedHttpClientProvider


  • class XmlBasedHttpClientProvider
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.eclipse.jetty.util.log.Logger LOG  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.eclipse.jetty.client.HttpClient get​(WebSocketContainerScope scope)  
      private static org.eclipse.jetty.client.HttpClient newHttpClient​(java.net.URL resource)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • LOG

        public static final org.eclipse.jetty.util.log.Logger LOG
    • Constructor Detail

      • XmlBasedHttpClientProvider

        XmlBasedHttpClientProvider()
    • Method Detail

      • newHttpClient

        private static org.eclipse.jetty.client.HttpClient newHttpClient​(java.net.URL resource)