Errai 3.0.1-SNAPSHOT

org.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()

Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.