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

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

Uses of HttpResponse in php.java.bridge.http
 

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

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