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