Package | Description |
---|---|
com.caucho.filters | |
com.caucho.jsp | |
com.caucho.quercus.env | |
com.caucho.server.fastcgi | |
com.caucho.server.hmux | |
com.caucho.server.http | |
com.caucho.server.webapp | |
com.caucho.vfs |
Resin's Virtual File System.
|
com.caucho.vfs.i18n |
Modifier and Type | Class and Description |
---|---|
class |
FilterWrapperResponseStream |
Modifier and Type | Class and Description |
---|---|
class |
BodyResponseStream |
Modifier and Type | Class and Description |
---|---|
class |
BinaryBuilderValue
Represents a 8-bit PHP 6 style binary builder (unicode.semantics = on)
|
class |
BinaryValue
Represents an 8-bit binary php-6 value.
|
class |
CompiledConstStringValue
Represents a StringValue that is never modified.
|
class |
ConstStringValue
Represents a StringValue that is never modified.
|
class |
LargeStringBuilderValue
Represents a 8-bit PHP 5 style binary builder (unicode.semantics = off),
used for large data like file reads.
|
class |
StringBuilderValue
Represents a PHP 5 style string builder (unicode.semantics = off)
|
class |
StringValue
Represents a Quercus string value.
|
class |
UnicodeBuilderValue
Represents a PHP string value.
|
class |
UnicodeValue
Represents a 16-bit unicode string value.
|
class |
UnicodeValueImpl
Represents a unicode string value.
|
class |
UnsetBinaryValue |
class |
UnsetStringValue |
class |
UnsetUnicodeValue |
Modifier and Type | Class and Description |
---|---|
class |
FastCgiResponseStream |
Modifier and Type | Class and Description |
---|---|
class |
HmuxResponseStream |
Modifier and Type | Class and Description |
---|---|
class |
AbstractResponseStream
API for handling the PrintWriter/ServletOutputStream
|
class |
HttpResponseStream |
class |
ResponseStream |
class |
StreamWrapperResponseStream |
class |
StubResponseStream
API for handling the PrintWriter/ServletOutputStream
|
class |
ToByteResponseStream
Handles the dual char/byte buffering for the response stream.
|
class |
ToCharResponseStream |
class |
WrapperResponseStream |
Modifier and Type | Class and Description |
---|---|
class |
IncludeResponseStream2 |
Modifier and Type | Class and Description |
---|---|
class |
NullWriteStream
A WriteStream that writes to nothing.
|
class |
OutputStreamWithBuffer
An OutputStream with an accessible buffer.
|
class |
WriteStream
A fast bufferered output stream supporting both character
and byte data.
|
Modifier and Type | Method and Description |
---|---|
void |
UTF16Writer.write(ByteAppendable os,
char ch)
Writes the character using the correct encoding.
|
void |
JAVAWriter.write(ByteAppendable os,
char ch)
Writes a character to the output stream with the correct encoding.
|
void |
WindowsHackWriter.write(ByteAppendable os,
char ch)
Writes a character to the output stream with the correct encoding.
|
abstract void |
EncodingWriter.write(ByteAppendable os,
char ch)
Writes the next character using the correct encoding.
|
void |
UTF8Writer.write(ByteAppendable os,
char ch)
Writes a character to the output stream with the correct encoding.
|
void |
ISO8859_1Writer.write(ByteAppendable os,
char ch)
Writes a character to the output stream with the correct encoding.
|
void |
JDKWriter.write(ByteAppendable os,
char ch)
JDKWriter is only a factory.
|