org.mortbay.cometd
Class JSONTransport

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

public class JSONTransport
extends AbstractTransport


Field Summary
protected  String _contentType
           
protected  String _end
           
protected  String _start
           
 
Constructor Summary
JSONTransport(boolean commented)
           
 
Method Summary
 boolean alwaysResumePoll()
           
 void complete()
           
 boolean isJSONCommented()
           
 void send(Message message)
           
 void setJSONCommented(boolean commented)
           
 
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, toString, wait, wait, wait
 

Field Detail

_contentType

protected String _contentType

_start

protected String _start

_end

protected String _end
Constructor Detail

JSONTransport

public JSONTransport(boolean commented)
Method Detail

isJSONCommented

public boolean isJSONCommented()
Returns:
the commented

setJSONCommented

public void setJSONCommented(boolean commented)
Parameters:
commented - the commented to set

send

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

complete

public void complete()
              throws IOException
Throws:
IOException

alwaysResumePoll

public boolean alwaysResumePoll()


Copyright © 2008 Mort Bay Consulting. All Rights Reserved.