| Package | Description |
|---|---|
| com.caucho.amqp.common | |
| com.caucho.amqp.io | |
| com.caucho.bytecode | |
| com.caucho.config.el | |
| com.caucho.db.debug | |
| com.caucho.distcache | |
| com.caucho.el | |
| com.caucho.env.distcache | |
| com.caucho.env.log | |
| com.caucho.http.log | |
| com.caucho.java |
Java compilation and auto-compile classloader
|
| com.caucho.java.gen | |
| com.caucho.jms.message | |
| com.caucho.jsmp | |
| com.caucho.json | |
| com.caucho.jsp.el | |
| com.caucho.jsp.java | |
| com.caucho.log | |
| com.caucho.network.balance | |
| com.caucho.network.listen | |
| com.caucho.quercus.servlet | |
| com.caucho.remote.websocket | |
| com.caucho.server.distcache | |
| com.caucho.server.hmux | |
| com.caucho.server.http | |
| com.caucho.servlets.ssi | |
| com.caucho.servlets.webdav | |
| com.caucho.util |
Assorted utilities
|
| com.caucho.vfs |
Resin's Virtual File System.
|
| com.caucho.xml |
XML parsing and printing package.
|
| com.caucho.xml.stream | |
| com.caucho.xml2 | |
| com.caucho.xpath.pattern |
| Constructor and Description |
|---|
AmqpConnectionHandler(AmqpLinkFactory linkFactory,
ReadStream is,
WriteStream os) |
| Modifier and Type | Method and Description |
|---|---|
void |
AmqpFrameWriter.init(WriteStream os) |
| Constructor and Description |
|---|
AmqpConnectionWriter(WriteStream os) |
AmqpFrameWriter(WriteStream os) |
AmqpStreamWriter(WriteStream os) |
| Modifier and Type | Method and Description |
|---|---|
void |
JavaClass.write(WriteStream os)
Writes the class to the output.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
CandiExpr.print(WriteStream out,
ELContext env,
boolean escapeXml) |
void |
CandiExpr.printCreate(WriteStream os) |
| Modifier and Type | Method and Description |
|---|---|
void |
DebugStore.test(WriteStream out) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AbstractCache.loadData(long valueIndex,
long valueDataTime,
WriteStream os) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AbstractBooleanExpr.print(WriteStream out,
ELContext env,
boolean isEscaped)
Evalutes directly to the output.
|
boolean |
StringLiteral.print(WriteStream out,
ELContext env,
boolean isEscape)
Evalutes directly to the output.
|
boolean |
Expr.print(WriteStream out,
ELContext env,
boolean escapeXml)
Evaluates directly to the output.
|
boolean |
NullLiteral.print(WriteStream out,
ELContext env,
boolean isEscaped)
Evalutes directly to the output.
|
boolean |
LongLiteral.print(WriteStream out,
ELContext env,
boolean isEscaped)
Evalutes directly to the output.
|
boolean |
InterpolateExpr.print(WriteStream out,
ELContext env,
boolean escapeXml)
Prints the interpolated value directly to the output.
|
void |
CmpExpr.printCreate(WriteStream os)
Prints the code to create an LongLiteral.
|
void |
BooleanLiteral.printCreate(WriteStream os)
Prints the Java code to recreate the BooleanLiteral.
|
void |
StringLiteral.printCreate(WriteStream os)
Prints the code to create an LongLiteral.
|
void |
NeExpr.printCreate(WriteStream os)
Prints the code to create an LongLiteral.
|
void |
Expr.printCreate(WriteStream os)
Generates the code to regenerate the expression.
|
void |
MinusExpr.printCreate(WriteStream os)
Prints the Java code to recreate the UnaryExpr.
|
void |
ArrayExpr.printCreate(WriteStream os)
Prints the code to create an LongLiteral.
|
void |
AddExpr.printCreate(WriteStream os)
Prints the Java code to recreate an LongLiteral.
|
void |
ValueExpr.printCreate(WriteStream os)
Prints the code to create an IdExpr.
|
void |
BooleanExpr.printCreate(WriteStream os)
Prints the Java code to recreate a BooleanExpr
|
void |
MatchesExpr.printCreate(WriteStream os)
Prints the code to create an LongLiteral.
|
void |
MulExpr.printCreate(WriteStream os)
Prints the Java code to recreate an LongLiteral.
|
void |
PathExpr.printCreate(WriteStream os)
Prints the code to create an LongLiteral.
|
void |
GeExpr.printCreate(WriteStream os)
Prints the code to create an LongLiteral.
|
void |
ModExpr.printCreate(WriteStream os)
Prints the Java code to recreate an LongLiteral.
|
void |
ArrayResolverExpr.printCreate(WriteStream os)
Prints the code to create an LongLiteral.
|
void |
SubExpr.printCreate(WriteStream os)
Prints the Java code to recreate an LongLiteral.
|
void |
DivExpr.printCreate(WriteStream os)
Prints the Java code to recreate an LongLiteral.
|
void |
FunctionExpr.printCreate(WriteStream os)
Prints the code to create an LongLiteral.
|
void |
NullLiteral.printCreate(WriteStream os)
Prints the code to create an LongLiteral.
|
void |
LongLiteral.printCreate(WriteStream os)
Prints the code to create an LongLiteral.
|
void |
InterpolateExpr.printCreate(WriteStream os)
Prints the code to create an LongLiteral.
|
void |
StaticMethodExpr.printCreate(WriteStream os)
Prints the code to create an LongLiteral.
|
void |
MethodExpr.printCreate(WriteStream os)
Prints the code to create an LongLiteral.
|
void |
DoubleLiteral.printCreate(WriteStream os)
Prints the *.java code to create an DoubleLiteral.
|
void |
BinaryExpr.printCreate(WriteStream os)
Prints the Java code to recreate an LongLiteral.
|
void |
ConditionalExpr.printCreate(WriteStream os)
Prints the Java code to recreate the expr
|
void |
GtExpr.printCreate(WriteStream os)
Prints the code to create an LongLiteral.
|
void |
LtExpr.printCreate(WriteStream os)
Prints the code to create an LongLiteral.
|
void |
EqExpr.printCreate(WriteStream os)
Prints the code to create an LongLiteral.
|
void |
UnaryExpr.printCreate(WriteStream os)
Prints the Java code to recreate the UnaryExpr.
|
void |
IdExpr.printCreate(WriteStream os)
Prints the code to create an IdExpr.
|
void |
ConditionalNullExpr.printCreate(WriteStream os)
Prints the Java code to recreate the expr
|
void |
LeExpr.printCreate(WriteStream os)
Prints the code to create an LongLiteral.
|
static void |
Expr.printEscaped(WriteStream os,
ReadStream is)
Write to the *.java stream escaping Java reserved characters.
|
static void |
Expr.printEscapedString(WriteStream os,
java.lang.String string)
Write to the *.java stream escaping Java reserved characters.
|
static void |
Expr.toStream(WriteStream out,
java.lang.Object value)
Write to the stream.
|
static void |
Expr.toStreamEscaped(WriteStream out,
java.lang.Object value)
Write to the stream escaping XML reserved characters.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
CacheDataBacking.loadData(long valueDataId,
long valueDataTime,
WriteStream os) |
| Modifier and Type | Method and Description |
|---|---|
WriteStream |
LogSystem.openLogStream(long timestamp,
java.lang.String fullType,
java.lang.String name,
java.util.logging.Level level) |
WriteStream |
LogSystem.openLogStream(java.lang.String fullType) |
| Modifier and Type | Field and Description |
|---|---|
protected WriteStream |
AbstractErrorLog.logStream |
| Modifier and Type | Method and Description |
|---|---|
WriteStream |
AbstractErrorLog.getLogStream()
Returns the access-log's path.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractErrorLog.setLogStream(WriteStream os)
Sets the access-log's path.
|
| Modifier and Type | Method and Description |
|---|---|
WriteStream |
JavaWriter.getWriteStream()
Returns the underlying stream.
|
| Constructor and Description |
|---|
JavaWriter(WriteStream os) |
LineMapWriter(WriteStream os)
Creates the writer.
|
| Modifier and Type | Method and Description |
|---|---|
WriteStream |
JavaWriterWrapper.getWriteStream()
Returns the underlying stream.
|
| Modifier and Type | Method and Description |
|---|---|
protected WriteStream |
BytesMessageImpl.getWriteStream() |
| Modifier and Type | Method and Description |
|---|---|
void |
MessageFactory.writeHeader(WriteStream out,
Message msg) |
| Constructor and Description |
|---|
JsmpWebSocketWriter(WriteStream out) |
| Constructor and Description |
|---|
JsonOutput(WriteStream out) |
| Modifier and Type | Method and Description |
|---|---|
void |
ImplicitFieldExpr.printCreate(WriteStream os)
Prints the code to create an IdExpr.
|
void |
ImplicitObjectExpr.printCreate(WriteStream os)
Prints the code to create an IdExpr.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JspNode.printJspId(WriteStream os)
Prints the jsp:id
|
void |
JspTop.printXml(WriteStream os)
Generates the XML text representation for the tag validation.
|
void |
JsfPhaseListener.printXml(WriteStream os) |
void |
JspAttribute.printXml(WriteStream os)
Generates the XML text representation for the tag validation.
|
abstract void |
JspNode.printXml(WriteStream os)
Generates the XML text representation for the tag validation.
|
void |
JspDirectiveTaglib.printXml(WriteStream os)
Generates the XML text representation for the tag validation.
|
void |
JstlFmtMessage.printXml(WriteStream os)
Generates the XML text representation for the tag validation.
|
void |
JspDirectiveAttribute.printXml(WriteStream os)
Generates the XML text representation for the tag validation.
|
void |
JspDoBody.printXml(WriteStream os)
Generates the XML text representation for the tag validation.
|
void |
JsfFacetNode.printXml(WriteStream os)
Generates the XML text representation for the tag validation.
|
void |
JstlCoreRemove.printXml(WriteStream os)
Generates the XML text representation for the tag validation.
|
void |
JstlCoreChoose.printXml(WriteStream os)
Generates the XML text representation for the tag validation.
|
void |
JstlCoreWhen.printXml(WriteStream os)
Generates the XML text representation for the tag validation.
|
void |
JstlXmlSet.printXml(WriteStream os)
Generates the XML text representation for the tag validation.
|
void |
JspParam.printXml(WriteStream os)
Generates the XML text representation for the tag validation.
|
void |
JspPlugin.printXml(WriteStream os)
Generates the XML text representation for the tag validation.
|
void |
JspSetProperty.printXml(WriteStream os)
Generates the XML text representation for the tag validation.
|
void |
JspDirectiveVariable.printXml(WriteStream os)
Generates the XML text representation for the tag validation.
|
void |
JstlCoreSet.printXml(WriteStream os)
Generates the XML text representation for the tag validation.
|
void |
JspFallback.printXml(WriteStream os)
Generates the XML text representation for the tag validation.
|
void |
JspDirectiveTag.printXml(WriteStream os)
Generates the XML text representation for the tag validation.
|
void |
JspBody.printXml(WriteStream os)
Generates the XML text representation for the tag validation.
|
void |
GenericTag.printXml(WriteStream os)
Generates the XML text representation for the tag validation.
|
void |
JspElement.printXml(WriteStream os)
Generates the XML text representation for the tag validation.
|
void |
JspGetProperty.printXml(WriteStream os)
Generates the XML text representation for the tag validation.
|
void |
JspForward.printXml(WriteStream os)
Generates the XML text representation for the tag validation.
|
void |
JspDeclaration.printXml(WriteStream os)
Generates the XML text representation for the tag validation.
|
void |
JsfViewRoot.printXml(WriteStream os)
Generates the XML text representation for the tag validation.
|
void |
StaticText.printXml(WriteStream os)
Generates the XML text representation for the tag validation.
|
void |
JstlCoreCatch.printXml(WriteStream os)
Generates the XML text representation for the tag validation.
|
void |
JstlFmtSetBundle.printXml(WriteStream os)
Generates the XML text representation for the tag validation.
|
void |
JspOutput.printXml(WriteStream os)
Generates the XML text representation for the tag validation.
|
void |
JstlCoreForEach.printXml(WriteStream os)
Generates the XML text representation for the tag validation.
|
void |
JstlXmlWhen.printXml(WriteStream os)
Generates the XML text representation for the tag validation.
|
void |
JstlCoreOut.printXml(WriteStream os)
Generates the XML text representation for the tag validation.
|
void |
JstlCoreIf.printXml(WriteStream os)
Generates the XML text representation for the tag validation.
|
void |
JsfTagNode.printXml(WriteStream os)
Generates the XML text representation for the tag validation.
|
void |
JspXmlElement.printXml(WriteStream os)
Generates the XML text representation for the tag validation.
|
void |
JstlFmtBundle.printXml(WriteStream os)
Generates the XML text representation for the tag validation.
|
void |
JspTextNode.printXml(WriteStream os)
Generates the XML text representation for the tag validation.
|
void |
JspUseBean.printXml(WriteStream os)
Generates the XML text representation for the tag validation.
|
void |
JspParams.printXml(WriteStream os)
Generates the XML text representation for the tag validation.
|
void |
JspInvoke.printXml(WriteStream os)
Generates the XML text representation for the tag validation.
|
void |
JspInclude.printXml(WriteStream os)
Generates the XML text representation for the tag validation.
|
void |
JspExpression.printXml(WriteStream os)
Generates the XML text representation for the tag validation.
|
void |
JstlCoreOtherwise.printXml(WriteStream os)
Generates the XML text representation for the tag validation.
|
void |
JstlFmtParam.printXml(WriteStream os)
Generates the XML text representation for the tag validation.
|
void |
JspText.printXml(WriteStream os)
Generates the XML text representation for the tag validation.
|
void |
JspScriptlet.printXml(WriteStream os)
Generates the XML text representation for the tag validation.
|
void |
JspDirectivePage.printXml(WriteStream os)
Generates the XML text representation for the tag validation.
|
void |
NullTag.printXml(WriteStream os)
Generates the XML text representation for the tag validation.
|
void |
JstlXmlIf.printXml(WriteStream os)
Generates the XML text representation for the tag validation.
|
void |
JstlXmlOut.printXml(WriteStream os)
Generates the XML text representation for the tag validation.
|
void |
JspRoot.printXml(WriteStream os)
Generates the XML text representation for the tag validation.
|
void |
JspDirectiveInclude.printXml(WriteStream os)
Generates the XML text representation for the tag validation.
|
void |
JstlCoreRtWhen.printXml(WriteStream os)
Generates the XML text representation for the tag validation.
|
void |
JspNode.printXmlAttribute(WriteStream os,
java.lang.String name,
java.lang.String text)
Generates the XML text representation for the tag validation.
|
void |
JspContainerNode.printXmlChildren(WriteStream os)
Generates the XML text representation for the tag validation.
|
protected java.lang.String |
JspNode.printXmlOpen(WriteStream os,
java.lang.String ns,
java.lang.String localName) |
void |
JspNode.printXmlText(WriteStream os,
java.lang.String text)
Generates the XML text representation for the tag validation.
|
| Constructor and Description |
|---|
JspJavaWriter(WriteStream os,
JavaJspGenerator gen) |
| Modifier and Type | Method and Description |
|---|---|
static WriteStream |
EnvironmentStream.getOriginalSystemErr()
Returns the original System.out writer
|
static WriteStream |
EnvironmentStream.getOriginalSystemOut()
Returns the original System.out writer
|
WriteStream |
RotateStream.getStream()
Gets the current write stream
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractLogHandler.printMessage(WriteStream os,
java.lang.String message,
java.lang.Object[] parameters) |
void |
TimestampFilter.setStream(WriteStream stream) |
| Constructor and Description |
|---|
StreamHandler(WriteStream os) |
TimestampFilter(WriteStream out,
java.lang.String timestamp)
Create listener.
|
| Modifier and Type | Method and Description |
|---|---|
WriteStream |
ClientSocketApi.getOutputStream()
Returns the write stream.
|
WriteStream |
ClientSocket.getOutputStream()
Returns the write stream.
|
| Modifier and Type | Method and Description |
|---|---|
WriteStream |
AbstractSocketLink.getWriteStream()
Returns the connection's buffered write stream.
|
WriteStream |
SocketLinkDuplexController.getWriteStream()
Returns the write stream.
|
WriteStream |
SocketLink.getWriteStream()
Returns the connection's buffered write stream.
|
| Modifier and Type | Method and Description |
|---|---|
protected WriteStream |
ResinQuercusServlet.openWrite(HttpServletResponse response) |
| Modifier and Type | Method and Description |
|---|---|
protected WriteStream |
WebSocketContextStreamImpl.getWriteStream() |
| Constructor and Description |
|---|
WebSocketContextStreamImpl(WriteStream out) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DataStore.load(long id,
long valueDataTime,
WriteStream os)
Reads the object from the data store.
|
boolean |
CacheDataBackingImpl.loadData(long valueDataId,
long valueDataTime,
WriteStream os) |
boolean |
CacheImpl.loadData(long valueDataId,
long valueDataTime,
WriteStream os) |
| Modifier and Type | Method and Description |
|---|---|
int |
HmuxExtension.handleRequest(HmuxRequest request,
ReadStream is,
WriteStream os)
Handles a new request.
|
boolean |
HmuxDispatchRequest.handleRequest(ReadStream is,
WriteStream os)
Handles a new request.
|
abstract int |
AbstractClusterRequest.handleRequest(ReadStream is,
WriteStream os)
Handles a new request.
|
| Modifier and Type | Method and Description |
|---|---|
protected WriteStream |
HttpResponse.getRawWrite() |
WriteStream |
AbstractHttpRequest.getRawWrite() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
StubServletResponse.writeHeadersInt(WriteStream out,
int length,
boolean isHead) |
| Modifier and Type | Method and Description |
|---|---|
void |
Statement.apply(WriteStream out,
HttpServletRequest request,
HttpServletResponse response)
Executes the SSI statement.
|
void |
ElseStatement.apply(WriteStream out,
HttpServletRequest request,
HttpServletResponse response)
Executes the SSI statement.
|
void |
IfStatement.apply(WriteStream out,
HttpServletRequest request,
HttpServletResponse response)
Executes the SSI statement.
|
void |
BlockStatement.apply(WriteStream out,
HttpServletRequest request,
HttpServletResponse response)
Executes the SSI statements.
|
void |
ConfigStatement.apply(WriteStream out,
HttpServletRequest request,
HttpServletResponse response)
Executes the SSI statement.
|
void |
SetStatement.apply(WriteStream out,
HttpServletRequest request,
HttpServletResponse response)
Executes the SSI statement.
|
void |
TextStatement.apply(WriteStream out,
HttpServletRequest request,
HttpServletResponse response)
Executes the SSI statement.
|
void |
EchoStatement.apply(WriteStream out,
HttpServletRequest request,
HttpServletResponse response)
Executes the SSI statement.
|
void |
EndifStatement.apply(WriteStream out,
HttpServletRequest request,
HttpServletResponse response)
Executes the SSI statement.
|
void |
ErrorStatement.apply(WriteStream out,
HttpServletRequest request,
HttpServletResponse response)
Executes the SSI statement.
|
void |
IncludeStatement.apply(WriteStream out,
HttpServletRequest request,
HttpServletResponse response)
Executes the SSI statement.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
WebDavServlet.sendError(HttpServletResponse res,
WriteStream out,
int status,
java.lang.String statusText,
java.lang.String message) |
protected void |
WebDavServlet.startMultistatus(HttpServletResponse res,
WriteStream out) |
| Modifier and Type | Method and Description |
|---|---|
void |
QDate.printDate(WriteStream os)
Prints the date to a stream.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NullWriteStream
A WriteStream that writes to nothing.
|
| Modifier and Type | Method and Description |
|---|---|
WriteStream |
ReadStream.getSibling() |
WriteStream |
ReadWritePair.getWriteStream()
Return the write stream of the pair.
|
WriteStream |
StreamPrintWriter.getWriteStream() |
WriteStream |
EnclosedWriteStream.getWriteStream() |
WriteStream |
PathWrapper.openAppend()
Opens a resin stream for appending.
|
WriteStream |
Path.openAppend()
Opens a resin stream for appending.
|
static WriteStream |
Vfs.openAppend(java.lang.String path) |
WriteStream |
Path.openWrite()
Opens a resin WriteStream for writing.
|
WriteStream |
StringWriter.openWrite()
Opens a write stream using this StringWriter as the resulting string
|
static WriteStream |
Vfs.openWrite(CharBuffer cb)
Creates a write stream to a CharBuffer.
|
static WriteStream |
VfsStream.openWrite(java.io.OutputStream os) |
static WriteStream |
Vfs.openWrite(java.io.OutputStream os) |
static WriteStream |
Vfs.openWrite(java.lang.String path) |
static WriteStream |
Vfs.openWrite(java.io.Writer writer) |
| Modifier and Type | Method and Description |
|---|---|
void |
ReadStream.init(StreamImpl source,
WriteStream sibling)
Initializes the stream with a given source.
|
static ReadStream |
VfsStream.openRead(java.io.InputStream is,
WriteStream ws) |
static ReadStream |
Vfs.openRead(java.io.InputStream is,
WriteStream ws) |
void |
PathWrapper.openReadWrite(ReadStream is,
WriteStream os)
Opens a resin ReadWritePair for reading and writing.
|
void |
Path.openReadWrite(ReadStream is,
WriteStream os)
Opens a resin ReadWritePair for reading and writing.
|
void |
VfsWriteObject.print(WriteStream os) |
void |
ReadStream.setSibling(WriteStream sibling) |
| Constructor and Description |
|---|
ReadStream(StreamImpl source,
WriteStream sibling)
Creates a stream and initializes with a specified source.
|
ReadWritePair(ReadStream readStream,
WriteStream writeStream)
Creates a ReadWritePair
|
StreamPrintWriter(WriteStream out)
Creates a new PrintWriterImpl
|
| Modifier and Type | Method and Description |
|---|---|
void |
XmlPrinter.init(WriteStream os)
Initialize the XmlPrinter with the write stream.
|
void |
CauchoNode.print(WriteStream os)
Prints the node to a stream
|
void |
QAbstractNode.print(WriteStream out) |
void |
CauchoNode.printHtml(WriteStream os)
Prints the node as html to a stream
|
void |
QAbstractNode.printHtml(WriteStream out) |
void |
CauchoNode.printPretty(WriteStream os)
Pretty-prints the node to a stream
|
void |
QAbstractNode.printPretty(WriteStream out) |
| Modifier and Type | Method and Description |
|---|---|
void |
NamespaceWriterContext.emitDeclarations(WriteStream ws) |
static void |
Escapifier.escape(char[] buffer,
int offset,
int len,
WriteStream out) |
static void |
Escapifier.escape(java.lang.String s,
WriteStream ws) |
| Constructor and Description |
|---|
XMLStreamWriterImpl(WriteStream ws) |
XMLStreamWriterImpl(WriteStream ws,
boolean repair) |
| Modifier and Type | Method and Description |
|---|---|
void |
XmlPrinter.init(WriteStream os)
Initialize the XmlPrinter with the write stream.
|
void |
CauchoNode.print(WriteStream os)
Prints the node to a stream
|
void |
QAbstractNode.print(WriteStream out) |
void |
CauchoNode.printHtml(WriteStream os)
Prints the node as html to a stream
|
void |
QAbstractNode.printHtml(WriteStream out) |
void |
CauchoNode.printPretty(WriteStream os)
Pretty-prints the node to a stream
|
void |
QAbstractNode.printPretty(WriteStream out) |
| Modifier and Type | Method and Description |
|---|---|
void |
NamespaceNode.print(WriteStream out) |
void |
NamespaceNode.printHtml(WriteStream out) |
void |
NamespaceNode.printPretty(WriteStream out) |