Enum Protocol.TIMEOUT

java.lang.Object
java.lang.Enum<Protocol.TIMEOUT>
org.eclipse.rdf4j.http.protocol.Protocol.TIMEOUT
All Implemented Interfaces:
Serializable, Comparable<Protocol.TIMEOUT>
Enclosing class:
Protocol

@Deprecated public static enum Protocol.TIMEOUT extends Enum<Protocol.TIMEOUT>
Deprecated.
Use an enum to allow ActiveTransactionRegistry enum to access the static values. This is necessary because enum are initialize before static fields.