net.java.dev.webdav.jaxrs.xml.elements
Class TimeOut

java.lang.Object
  extended by net.java.dev.webdav.jaxrs.xml.elements.TimeOut

public final class TimeOut
extends java.lang.Object

WebDAV timeout XML Element.

Author:
Markus KARG (mkarg@users.dev.java.net)
See Also:
Chapter 14.29 "timeout XML Element" of RFC 4918 "HTTP Extensions for Web Distributed Authoring and Versioning (WebDAV)"

Field Summary
static TimeOut INFINITE
           
 
Constructor Summary
TimeOut(long seconds)
           
 
Method Summary
 long getSeconds()
           
 boolean isInfinite()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INFINITE

public static final TimeOut INFINITE
Constructor Detail

TimeOut

public TimeOut(long seconds)
Method Detail

isInfinite

public final boolean isInfinite()

getSeconds

public final long getSeconds()


Copyright © 2008-2009 The java.net WebDAV Project. All Rights Reserved.