Uses of Class
org.jwall.web.http.nio.HttpResponseChannel

Packages that use HttpResponseChannel
org.jwall.web.http   
 

Uses of HttpResponseChannel in org.jwall.web.http
 

Methods in org.jwall.web.http that return HttpResponseChannel
 HttpResponseChannel HttpResponse.getChannel()
           
 HttpResponseChannel HttpResponse.getHttpStream()
           
 

Methods in org.jwall.web.http with parameters of type HttpResponseChannel
 void HttpResponse.setChannel(HttpResponseChannel ch)
           
 

Constructors in org.jwall.web.http with parameters of type HttpResponseChannel
HttpResponse(String resHeader, byte[] responseData, HttpResponseChannel ch)
           
 



Copyright © 2012 jwall.org. All Rights Reserved.