Class HttpConnectionPool.ClientConnectionHolder

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected boolean clearFlags​(int flags)  
      void done​(boolean close)  
      org.wildfly.httpclient.common.PoolAuthenticationContext getAuthenticationContext()  
      io.undertow.client.ClientConnection getConnection()  
      java.net.URI getUri()  
      protected boolean hasFlags​(int flags)  
      void sendRequest​(io.undertow.client.ClientRequest request, io.undertow.client.ClientCallback<io.undertow.client.ClientExchange> callback)  
      protected void setFlags​(int flags)  
      protected boolean setFlagsIfCleared​(int flags, int clearedFlags)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait