Org.Apache.Http.ProtocolVersion: Method Members

The methods of Org.Apache.Http.ProtocolVersion are listed below. For a list of all members, see the ProtocolVersion Members list.

See Also: Inherited members from Java.Lang.Object

Public Methods

Clone() : Java.Lang.Object
Creates and returns a copy of this Object.
CompareToVersion(ProtocolVersion) : int
Compares this protocol version with another one.
override
Equals(Java.Lang.Object) : bool
Checks equality of this protocol version with an object.
ForVersion(int, int) : ProtocolVersion
Obtains a specific version of this protocol.
override
GetHashCode() : int
Obtains a hash code consistent with ProtocolVersion.Equals(Java.Lang.Object).
GreaterEquals(ProtocolVersion) : bool
Tests if this protocol version is greater or equal to the given one.
IsComparable(ProtocolVersion) : bool
Checks whether this protocol can be compared to another one.
LessEquals(ProtocolVersion) : bool
Tests if this protocol version is less or equal to the given one.