Uses of Class
org.apache.catalina.connector.CoyoteWriter
-
Packages that use CoyoteWriter Package Description com.sun.enterprise.web.connector.coyote org.apache.catalina.connector -
-
Uses of CoyoteWriter in com.sun.enterprise.web.connector.coyote
Methods in com.sun.enterprise.web.connector.coyote that return CoyoteWriter Modifier and Type Method Description protected CoyoteWriterPECoyoteResponse. createWriter(OutputBuffer outbuf) -
Uses of CoyoteWriter in org.apache.catalina.connector
Fields in org.apache.catalina.connector declared as CoyoteWriter Modifier and Type Field Description protected CoyoteWriterResponse. writerThe associated writer.Methods in org.apache.catalina.connector that return CoyoteWriter Modifier and Type Method Description protected CoyoteWriterResponse. createWriter(OutputBuffer outbuf)Create an instance of CoyoteWriter
-