org.atmosphere.jboss.websockets.oio
Interface HttpRequestBridge


public interface HttpRequestBridge

This is an abstraction of an http request so that this code can be re-used in different HTTP Engines (i.e. servlet). Instances of this class usually delegate to the underyling container's implementation of an http request.

Version:
$Revision: 1 $
Author:
Bill Burke

Method Summary
 String getHeader(String name)
           
 InputStream getInputStream()
           
 String getRequestURI()
           
 

Method Detail

getHeader

String getHeader(String name)

getRequestURI

String getRequestURI()

getInputStream

InputStream getInputStream()


Copyright © 2013. All Rights Reserved.