org.mortbay.cometd
Class JSONPTransport

java.lang.Object
  extended by org.mortbay.cometd.AbstractTransport
      extended by org.mortbay.cometd.JSONPTransport
All Implemented Interfaces:
Transport

public class JSONPTransport
extends AbstractTransport

Author:
aabeling, gregw

Constructor Summary
JSONPTransport(boolean commented)
           
 
Method Summary
 boolean alwaysResumePoll()
           
 void complete()
           
 String getJsonp()
           
 boolean isJSONCommented()
           
 void send(Message message)
           
 void setJSONCommented(boolean commented)
           
 void setJsonp(String jsonp)
           
 String toString()
           
 
Methods inherited from class org.mortbay.cometd.AbstractTransport
getPollReply, getResponse, send, setPollReply, setResponse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JSONPTransport

public JSONPTransport(boolean commented)
Method Detail

send

public void send(Message message)
          throws IOException
Throws:
IOException

complete

public void complete()
              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 © 2009 Mort Bay Consulting. All Rights Reserved.