Uses of Class
php.java.bridge.http.HttpRequest

Packages that use HttpRequest
php.java.bridge.http Internal fast socket and pipe context runners for VM Bridge J2EE backends. 
 

Uses of HttpRequest in php.java.bridge.http
 

Methods in php.java.bridge.http with parameters of type HttpRequest
static IContextFactory RemoteHttpContextFactory.addNew(HttpRequest req, HttpResponse res, IContextFactoryVisitor impl)
          Create and add a new ContextFactory.
 

Constructors in php.java.bridge.http with parameters of type HttpRequest
RemoteHttpContextFactory(HttpRequest req, HttpResponse res)