Uses of Class
org.apache.cxf.transports.http.configuration.ConnectionType
-
Packages that use ConnectionType Package Description 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 Modifier and Type Field Description protected ConnectionTypeHTTPClientPolicy. connectionThe connection disposition.Methods in org.apache.cxf.transports.http.configuration that return ConnectionType Modifier and Type Method Description static ConnectionTypeConnectionType. fromValue(String v)ConnectionTypeHTTPClientPolicy. getConnection()Gets the value of the connection property.static ConnectionTypeConnectionType. 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 are declared.Methods in org.apache.cxf.transports.http.configuration with parameters of type ConnectionType Modifier and Type Method Description voidHTTPClientPolicy. setConnection(ConnectionType value)Sets the value of the connection property.
-