Uses of Enum Class
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 ConnectionTypeGets the enum associated to the value passed as parameter.HTTPClientPolicy.getConnection()The connection disposition.static ConnectionTypeReturns the enum constant of this class with the specified name.static ConnectionType[]ConnectionType.values()Returns an array containing the constants of this enum class, 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.