Apache CXF API

Uses of Class
org.apache.cxf.transport.http.HttpURLConnectionInfo

Packages that use HttpURLConnectionInfo
org.apache.cxf.transport.http   
org.apache.cxf.transport.https   
 

Uses of HttpURLConnectionInfo in org.apache.cxf.transport.http
 

Methods in org.apache.cxf.transport.http that return HttpURLConnectionInfo
 HttpURLConnectionInfo HttpURLConnectionFactory.getConnectionInfo(HttpURLConnection connnection)
          This method returns Connection Info objects for the particular connection.
 HttpURLConnectionInfo HttpURLConnectionFactoryImpl.getConnectionInfo(HttpURLConnection connection)
          This operation returns the HttpURLConnectionInfo object that represents the HttpURLConnection.
 

Uses of HttpURLConnectionInfo in org.apache.cxf.transport.https
 

Subclasses of HttpURLConnectionInfo in org.apache.cxf.transport.https
 class HttpsURLConnectionInfo
          This class holds information about the HttpsURLConnection.
 

Methods in org.apache.cxf.transport.https that return HttpURLConnectionInfo
 HttpURLConnectionInfo HttpsURLConnectionFactory.getConnectionInfo(HttpURLConnection connection)
          This operation returns an HttpsURLConnectionInfo for the given HttpsURLConnection.
 


Apache CXF API

Apache CXF