|
||||||||||
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 |
getMetaConnectReply()
|
javax.servlet.http.HttpServletResponse |
getResponse()
|
void |
setMetaConnectReply(org.cometd.Message reply)
|
void |
setResponse(javax.servlet.http.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, isMetaConnectDeliveryOnly, send |
Constructor Detail |
---|
public AbstractTransport()
Method Detail |
---|
public void setResponse(javax.servlet.http.HttpServletResponse response) throws java.io.IOException
setResponse
in interface Transport
java.io.IOException
public javax.servlet.http.HttpServletResponse getResponse()
public org.cometd.Message getMetaConnectReply()
getMetaConnectReply
in interface Transport
public void setMetaConnectReply(org.cometd.Message reply)
setMetaConnectReply
in interface Transport
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |