org.mortbay.cometd
Interface Transport
- All Known Implementing Classes:
- AbstractTransport, JSONPTransport, JSONTransport
public interface Transport
setResponse
void setResponse(HttpServletResponse response)
throws IOException
- Throws:
IOException
send
void send(dojox.cometd.Message message)
throws IOException
- Throws:
IOException
send
void send(List<dojox.cometd.Message> messages)
throws IOException
- Throws:
IOException
complete
void complete()
throws IOException
- Throws:
IOException
getPollReply
dojox.cometd.Message getPollReply()
setPollReply
void setPollReply(dojox.cometd.Message reply)
setJSONCommented
void setJSONCommented(boolean commented)
isJSONCommented
boolean isJSONCommented()
resumePoll
boolean resumePoll()
Copyright © 2008 Mort Bay Consulting. All Rights Reserved.