Uses of Class
net.rfc3507.client.ICAPRequest.Mode
-
Packages that use ICAPRequest.Mode Package Description net.rfc3507.client -
-
Uses of ICAPRequest.Mode in net.rfc3507.client
Methods in net.rfc3507.client that return ICAPRequest.Mode Modifier and Type Method Description ICAPRequest.Mode
ICAPRequest. getMode()
static ICAPRequest.Mode
ICAPRequest.Mode. valueOf(String name)
Returns the enum constant of this type with the specified name.static ICAPRequest.Mode[]
ICAPRequest.Mode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.rfc3507.client with parameters of type ICAPRequest.Mode Constructor Description ICAPRequest(String service, ICAPRequest.Mode mode)
-