Apache CXF API

Uses of Class
org.apache.cxf.transports.http.configuration.ConnectionType

Packages that use ConnectionType
org.apache.cxf.transports.http.configuration   
 

Uses of ConnectionType in org.apache.cxf.transports.http.configuration
 

Fields in org.apache.cxf.transports.http.configuration declared as ConnectionType
protected  ConnectionType HTTPClientPolicy.connection
           
 

Methods in org.apache.cxf.transports.http.configuration that return ConnectionType
static ConnectionType ConnectionType.fromValue(String v)
           
 ConnectionType HTTPClientPolicy.getConnection()
          Gets the value of the connection property.
static ConnectionType ConnectionType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ConnectionType[] ConnectionType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.apache.cxf.transports.http.configuration with parameters of type ConnectionType
 void HTTPClientPolicy.setConnection(ConnectionType value)
          Sets the value of the connection property.
 


Apache CXF API

Apache CXF