RichFaces Core API 4.1.0-SNAPSHOT

org.richfaces.application.push
Interface Request


public interface Request

Author:
Nick Belaevski

Method Summary
 Session getSession()
           
 boolean isPolling()
           
 void postMessages()
           
 void resume()
           
 void suspend()
           
 

Method Detail

suspend

void suspend()

resume

void resume()

getSession

Session getSession()

isPolling

boolean isPolling()

postMessages

void postMessages()

RichFaces Core API 4.1.0-SNAPSHOT

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.