org.mortbay.cometd
Class MultiPartTransport

java.lang.Object
  extended by org.mortbay.cometd.AbstractTransport
      extended by org.mortbay.cometd.MultiPartTransport
All Implemented Interfaces:
Transport

public class MultiPartTransport
extends AbstractTransport


Constructor Summary
MultiPartTransport()
           
 
Method Summary
 void complete()
           
 boolean keepAlive()
           
 void send(List replies)
           
 void send(Map reply)
           
 void setResponse(HttpServletResponse response)
           
 
Methods inherited from class org.mortbay.cometd.AbstractTransport
getResponse, isPolling, preample, setPolling
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiPartTransport

public MultiPartTransport()
Method Detail

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.