Uses of Class
org.torproject.descriptor.Method
Package | Description |
---|---|
org.torproject.descriptor |
Interfaces and essential classes for obtaining and processing Tor
descriptors.
|
-
Uses of Method in org.torproject.descriptor
Methods in org.torproject.descriptor that return Method Modifier and Type Method Description Method
WebServerAccessLog.Line. getMethod()
Returns the HTTP method, e.g., GET.static Method
Method. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Method[]
Method. values()
Returns an array containing the constants of this enum type, in the order they are declared.