org.richfaces.application.push
Interface Request


public interface Request

Author:
Nick Belaevski

Method Summary
 void flushMessages()
           
 Session getSession()
           
 boolean isPolling()
           
 boolean isSuspended()
           
 void resume()
           
 void suspend()
           
 

Method Detail

flushMessages

void flushMessages()
                   throws java.io.IOException
Throws:
java.io.IOException

suspend

void suspend()
             throws java.io.IOException
Throws:
java.io.IOException

resume

void resume()
            throws java.io.IOException
Throws:
java.io.IOException

getSession

Session getSession()

isSuspended

boolean isSuspended()

isPolling

boolean isPolling()


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