org.mortbay.cometd
Class JSONPTransport
java.lang.Object
org.mortbay.cometd.AbstractTransport
org.mortbay.cometd.JSONPTransport
- All Implemented Interfaces:
- Transport
public class JSONPTransport
- extends AbstractTransport
- Author:
- aabeling, gregw
JSONPTransport
public JSONPTransport()
JSONPTransport
public JSONPTransport(boolean commented)
send
public void send(JSON.Literal reply)
throws IOException
- Throws:
IOException
send
public void send(Map<String,Object> reply)
throws IOException
- Throws:
IOException
complete
public void complete()
throws IOException
- Throws:
IOException
keepAlive
public boolean keepAlive()
throws IOException
- Throws:
IOException
alwaysResumePoll
public boolean alwaysResumePoll()
getJsonp
public String getJsonp()
setJsonp
public void setJsonp(String jsonp)
toString
public String toString()
- Overrides:
toString
in class Object
isJSONCommented
public boolean isJSONCommented()
- Returns:
- the commented
setJSONCommented
public void setJSONCommented(boolean commented)
- Parameters:
commented
- the commented to set
Copyright © 2007 Mort Bay Consulting. All Rights Reserved.