|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mortbay.cometd.AbstractTransport
public abstract class AbstractTransport
Constructor Summary | |
---|---|
AbstractTransport()
|
Method Summary | |
---|---|
org.cometd.Message |
getPollReply()
|
HttpServletResponse |
getResponse()
|
void |
setPollReply(org.cometd.Message reply)
|
void |
setResponse(HttpServletResponse response)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.mortbay.cometd.Transport |
---|
complete, isJSONCommented, resumePoll, send, setJSONCommented |
Constructor Detail |
---|
public AbstractTransport()
Method Detail |
---|
public void setResponse(HttpServletResponse response) throws java.io.IOException
setResponse
in interface Transport
java.io.IOException
public HttpServletResponse getResponse()
public org.cometd.Message getPollReply()
getPollReply
in interface Transport
public void setPollReply(org.cometd.Message reply)
setPollReply
in interface Transport
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |