net.jxta.ext.http
Class Dispatcher
java.lang.Object
net.jxta.ext.http.Dispatcher
- public class Dispatcher
- extends Object
- Version:
- $Id: Dispatcher.java,v 1.3 2004/05/18 22:00:52 gonzo Exp $
- Author:
- james todd [gonzo at jxta dot org]
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Dispatcher
public Dispatcher(URL u)
Dispatcher
public Dispatcher(URL u,
long maxWait)
Dispatcher
public Dispatcher(URL u,
Message msg)
Dispatcher
public Dispatcher(URL u,
Message msg,
long maxWait)
getDispatchable
public static Dispatchable getDispatchable(URL u,
Message msg)
getDispatchable
public Dispatchable getDispatchable()
getMaxWait
public long getMaxWait()
dispatch
public Message dispatch()
throws IOException
- Throws:
IOException