org.mortbay.cometd
Class MultiPartTransport
java.lang.Object
org.mortbay.cometd.AbstractTransport
org.mortbay.cometd.MultiPartTransport
- All Implemented Interfaces:
- Transport
public class MultiPartTransport
- extends AbstractTransport
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MultiPartTransport
public MultiPartTransport()
setResponse
public void setResponse(HttpServletResponse response)
throws IOException
- Specified by:
setResponse
in interface Transport
- Overrides:
setResponse
in class AbstractTransport
- Throws:
IOException
send
public void send(Map reply)
throws IOException
- Throws:
IOException
send
public void send(List replies)
throws IOException
- Specified by:
send
in interface Transport
- Overrides:
send
in class AbstractTransport
- Throws:
IOException
complete
public void complete()
throws IOException
- Throws:
IOException
keepAlive
public boolean keepAlive()
throws IOException
- Throws:
IOException
Copyright © 2007 Mort Bay Consulting. All Rights Reserved.