Uses of Enum
org.apache.cxf.transports.http.configuration.ConnectionType
Packages that use ConnectionType
-
Uses of ConnectionType in org.apache.cxf.transports.http.configuration
Fields in org.apache.cxf.transports.http.configuration declared as ConnectionTypeModifier and TypeFieldDescriptionprotected ConnectionTypeHTTPClientPolicy.connectionThe connection disposition.Methods in org.apache.cxf.transports.http.configuration that return ConnectionTypeModifier and TypeMethodDescriptionstatic ConnectionTypeHTTPClientPolicy.getConnection()Gets the value of the connection property.static ConnectionTypeReturns 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 ConnectionTypeModifier and TypeMethodDescriptionvoidHTTPClientPolicy.setConnection(ConnectionType value) Sets the value of the connection property.