Uses of Class
org.apache.catalina.connector.OutputBuffer
-
Packages that use OutputBuffer Package Description com.sun.enterprise.web.connector.coyote org.apache.catalina.connector -
-
Uses of OutputBuffer in com.sun.enterprise.web.connector.coyote
Methods in com.sun.enterprise.web.connector.coyote with parameters of type OutputBuffer Modifier and Type Method Description protected CoyoteWriterPECoyoteResponse. createWriter(OutputBuffer outbuf) -
Uses of OutputBuffer in org.apache.catalina.connector
Fields in org.apache.catalina.connector declared as OutputBuffer Modifier and Type Field Description protected OutputBufferCoyoteOutputStream. obprotected OutputBufferCoyoteWriter. obprotected OutputBufferResponse. outputBufferThe associated output buffer.Methods in org.apache.catalina.connector with parameters of type OutputBuffer Modifier and Type Method Description protected CoyoteWriterResponse. createWriter(OutputBuffer outbuf)Create an instance of CoyoteWriterConstructors in org.apache.catalina.connector with parameters of type OutputBuffer Constructor Description CoyoteOutputStream(OutputBuffer ob)CoyoteWriter(OutputBuffer ob)
-