|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ReadStream in com.caucho.ejb.burlap |
|---|
| Constructors in com.caucho.ejb.burlap with parameters of type ReadStream | |
|---|---|
BurlapWriter(ReadStream is,
java.io.OutputStream os)
Creates a new Burlap output stream, initialized with an underlying output stream. |
|
| Uses of ReadStream in com.caucho.el |
|---|
| Methods in com.caucho.el with parameters of type ReadStream | |
|---|---|
static void |
Expr.printEscaped(WriteStream os,
ReadStream is)
Write to the *.java stream escaping Java reserved characters. |
| Uses of ReadStream in com.caucho.hemp.servlet |
|---|
| Methods in com.caucho.hemp.servlet with parameters of type ReadStream | |
|---|---|
boolean |
ServerBrokerStream.serviceRead(ReadStream is,
TcpDuplexController controller)
|
| Uses of ReadStream in com.caucho.jms.message |
|---|
| Methods in com.caucho.jms.message that return ReadStream | |
|---|---|
protected ReadStream |
BytesMessageImpl.getReadStream()
|
| Uses of ReadStream in com.caucho.quercus |
|---|
| Methods in com.caucho.quercus with parameters of type ReadStream | |
|---|---|
QuercusPage |
Quercus.parse(ReadStream is)
Parses a quercus program. |
| Uses of ReadStream in com.caucho.quercus.lib.dom |
|---|
| Methods in com.caucho.quercus.lib.dom with parameters of type ReadStream | |
|---|---|
void |
DOMImplementation.parseHTMLDocument(org.w3c.dom.Document document,
ReadStream is,
java.lang.String path)
|
void |
DOMImplementation.parseXMLDocument(org.w3c.dom.Document document,
ReadStream is,
java.lang.String path)
|
| Uses of ReadStream in com.caucho.quercus.lib.file |
|---|
| Methods in com.caucho.quercus.lib.file with parameters of type ReadStream | |
|---|---|
void |
AbstractBinaryInput.init(ReadStream is)
|
void |
ReadStreamInput.init(ReadStream is)
|
void |
AbstractBinaryInputOutput.init(ReadStream is,
WriteStream os)
|
| Constructors in com.caucho.quercus.lib.file with parameters of type ReadStream | |
|---|---|
AbstractBinaryInput(Env env,
ReadStream is)
|
|
AbstractBinaryInputOutput(Env env,
ReadStream is,
WriteStream os)
|
|
ReadStreamInput(Env env,
LineReader lineReader,
ReadStream is)
|
|
| Uses of ReadStream in com.caucho.quercus.parser |
|---|
| Methods in com.caucho.quercus.parser with parameters of type ReadStream | |
|---|---|
static QuercusProgram |
QuercusParser.parse(Quercus quercus,
Path path,
ReadStream is)
|
static QuercusProgram |
QuercusParser.parse(Quercus quercus,
ReadStream is)
|
| Constructors in com.caucho.quercus.parser with parameters of type ReadStream | |
|---|---|
QuercusParser(Quercus quercus,
Path sourceFile,
ReadStream is)
|
|
| Uses of ReadStream in com.caucho.quercus.resources |
|---|
| Methods in com.caucho.quercus.resources with parameters of type ReadStream | |
|---|---|
protected void |
StreamReadWrite.init(ReadStream is,
WriteStream os)
|
| Constructors in com.caucho.quercus.resources with parameters of type ReadStream | |
|---|---|
StreamReadWrite(Env env,
ReadStream is,
WriteStream os)
|
|
| Uses of ReadStream in com.caucho.server.admin |
|---|
| Methods in com.caucho.server.admin with parameters of type ReadStream | |
|---|---|
protected void |
PingThread.pingFailedOnce(Path url,
int count,
ReadStream is)
Called if the ping fails once. |
| Uses of ReadStream in com.caucho.server.cluster |
|---|
| Methods in com.caucho.server.cluster that return ReadStream | |
|---|---|
ReadStream |
ClusterStream.getReadStream()
Returns the input stream. |
| Uses of ReadStream in com.caucho.server.connection |
|---|
| Fields in com.caucho.server.connection declared as ReadStream | |
|---|---|
protected ReadStream |
AbstractHttpRequest._rawRead
|
protected ReadStream |
AbstractHttpRequest._readStream
|
| Methods in com.caucho.server.connection that return ReadStream | |
|---|---|
ReadStream |
AbstractHttpRequest.getRawInput()
Returns the raw input stream. |
ReadStream |
Connection.getReadStream()
Returns the connection's buffered read stream. |
ReadStream |
TcpDuplexController.getReadStream()
Returns the read stream. |
ReadStream |
RequestAdapter.getStream()
Returns the underlying read stream. |
ReadStream |
CauchoRequest.getStream()
|
ReadStream |
AbstractHttpRequest.getStream()
Returns the requests underlying read stream, e.g. |
ReadStream |
AbstractHttpRequest.getStream(boolean isReader)
Returns the requests underlying read stream, e.g. |
| Methods in com.caucho.server.connection with parameters of type ReadStream | |
|---|---|
boolean |
StubServletRequest.initStream(ReadStream rawStream,
ReadStream realStream)
|
protected abstract boolean |
AbstractHttpRequest.initStream(ReadStream readStream,
ReadStream rawStream)
Initialize the read stream from the raw stream. |
boolean |
TcpDuplexHandler.serviceRead(ReadStream is,
TcpDuplexController controller)
services a read packet |
| Uses of ReadStream in com.caucho.server.hmux |
|---|
| Methods in com.caucho.server.hmux with parameters of type ReadStream | |
|---|---|
int |
HmuxExtension.handleRequest(HmuxRequest request,
ReadStream is,
WriteStream os)
Handles a new request. |
int |
HmuxClusterRequest.handleRequest(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. |
protected boolean |
HmuxRequest.initStream(ReadStream readStream,
ReadStream rawStream)
Initialize the read stream from the raw stream. |
| Uses of ReadStream in com.caucho.server.http |
|---|
| Methods in com.caucho.server.http that return ReadStream | |
|---|---|
ReadStream |
HttpRequest.getRawInput()
Returns the raw input stream. |
| Methods in com.caucho.server.http with parameters of type ReadStream | |
|---|---|
boolean |
HttpRequest.initStream(ReadStream readStream,
ReadStream rawRead)
Returns a stream for reading POST data. |
| Uses of ReadStream in com.caucho.transaction.xalog |
|---|
| Methods in com.caucho.transaction.xalog with parameters of type ReadStream | |
|---|---|
void |
XALogStream.readRecord(ReadStream is,
int code)
Reads a record. |
void |
XALogStream.readXid(ReadStream is,
XidImpl xid)
Reads a record. |
| Uses of ReadStream in com.caucho.util |
|---|
| Methods in com.caucho.util that return ReadStream | |
|---|---|
ReadStream |
ByteBuffer.createReadStream()
|
| Uses of ReadStream in com.caucho.vfs |
|---|
| Methods in com.caucho.vfs that return ReadStream | |
|---|---|
ReadStream |
ReadWritePair.getReadStream()
Return the read stream of the pair. |
ReadStream |
ReadStream.StreamReader.getStream()
|
static ReadStream |
ReaderStream.open(java.io.Reader reader)
|
static ReadStream |
StringReader.open(java.lang.String string)
Creates a new ReadStream reading bytes from the given string. |
static ReadStream |
StringStream.open(java.lang.String string)
|
ReadStream |
TempStream.openRead()
Opens a read stream to the buffer. |
ReadStream |
Path.openRead()
Opens a resin ReadStream for reading. |
ReadStream |
TempOutputStream.openRead()
Opens a read stream to the buffer. |
ReadStream |
MultipartStream.openRead()
Opens the next part of the multipart/mime stream for reading. |
static ReadStream |
VfsStream.openRead(java.io.InputStream is)
Opens a read stream based on a java.io.InputStream. |
static ReadStream |
Vfs.openRead(java.io.InputStream is)
Creates new ReadStream from an InputStream |
static ReadStream |
VfsStream.openRead(java.io.InputStream is,
WriteStream ws)
|
static ReadStream |
Vfs.openRead(java.io.InputStream is,
WriteStream ws)
|
static ReadStream |
Vfs.openRead(java.io.Reader reader)
Creates a ReadStream from a Reader |
static ReadStream |
Vfs.openRead(java.lang.String path)
Create a ReadStream from a string. |
ReadStream |
TempStream.openReadAndSaveBuffer()
Opens a read stream to the buffer. |
ReadStream |
MemoryStream.openReadAndSaveBuffer()
|
static ReadStream |
Vfs.openString(java.lang.String string)
|
| Methods in com.caucho.vfs with parameters of type ReadStream | |
|---|---|
static TempBuffer |
TempBuffer.copyFromStream(ReadStream is)
|
void |
BufferedReaderAdapter.init(ReadStream rs)
|
void |
MultipartStream.init(ReadStream is,
java.lang.String headerBoundary)
Initialize the multipart stream with a given boundary. |
void |
TempStream.openRead(ReadStream rs)
Opens a read stream to the buffer. |
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. |
| Constructors in com.caucho.vfs with parameters of type ReadStream | |
|---|---|
BufferedReaderAdapter(ReadStream rs)
|
|
MultipartStream(ReadStream is,
java.lang.String boundary)
|
|
ReadWritePair(ReadStream readStream,
WriteStream writeStream)
Creates a ReadWritePair |
|
| Uses of ReadStream in com.caucho.web.webmail |
|---|
| Methods in com.caucho.web.webmail that return ReadStream | |
|---|---|
ReadStream |
MboxStream.openRead()
Opens the next message of the mbox stream for reading. |
| Methods in com.caucho.web.webmail with parameters of type ReadStream | |
|---|---|
void |
MboxStream.init(ReadStream is)
Initialize the multipart stream with a given boundary. |
| Constructors in com.caucho.web.webmail with parameters of type ReadStream | |
|---|---|
MboxStream(ReadStream is)
|
|
| Uses of ReadStream in com.caucho.xml.readers |
|---|
| Fields in com.caucho.xml.readers declared as ReadStream | |
|---|---|
protected ReadStream |
XmlReader._is
|
| Methods in com.caucho.xml.readers that return ReadStream | |
|---|---|
ReadStream |
MacroReader.getReadStream()
|
ReadStream |
XmlReader.getReadStream()
Returns the read stream. |
| Methods in com.caucho.xml.readers with parameters of type ReadStream | |
|---|---|
void |
XmlReader.init(XmlParser parser,
ReadStream is)
Initialize a reader at the start of parsing. |
| Constructors in com.caucho.xml.readers with parameters of type ReadStream | |
|---|---|
Utf16Reader(XmlParser parser,
ReadStream is)
Create a new reader with the given read stream. |
|
Utf8Reader(XmlParser parser,
ReadStream is)
Create a new reader with the given read stream. |
|
XmlReader(XmlParser parser,
ReadStream is)
Create a new reader with the given read stream. |
|
| Uses of ReadStream in com.caucho.xml.stream |
|---|
| Constructors in com.caucho.xml.stream with parameters of type ReadStream | |
|---|---|
XMLStreamReaderImpl(ReadStream is)
|
|
| Uses of ReadStream in com.caucho.xml2.readers |
|---|
| Fields in com.caucho.xml2.readers declared as ReadStream | |
|---|---|
protected ReadStream |
XmlReader._is
|
| Methods in com.caucho.xml2.readers that return ReadStream | |
|---|---|
ReadStream |
MacroReader.getReadStream()
|
ReadStream |
XmlReader.getReadStream()
Returns the read stream. |
| Methods in com.caucho.xml2.readers with parameters of type ReadStream | |
|---|---|
void |
XmlReader.init(XmlParser parser,
ReadStream is)
Initialize a reader at the start of parsing. |
| Constructors in com.caucho.xml2.readers with parameters of type ReadStream | |
|---|---|
Utf16Reader(XmlParser parser,
ReadStream is)
Create a new reader with the given read stream. |
|
Utf8Reader(XmlParser parser,
ReadStream is)
Create a new reader with the given read stream. |
|
XmlReader(XmlParser parser,
ReadStream is)
Create a new reader with the given read stream. |
|
| Uses of ReadStream in com.caucho.xmpp |
|---|
| Methods in com.caucho.xmpp with parameters of type ReadStream | |
|---|---|
boolean |
XmppBrokerStream.serviceRead(ReadStream is,
TcpDuplexController controller)
|
| Uses of ReadStream in com.caucho.xsl |
|---|
| Methods in com.caucho.xsl with parameters of type ReadStream | |
|---|---|
protected org.w3c.dom.Document |
Xsl.parseXSL(ReadStream rs)
Parses the XSL into a DOM document. |
protected org.w3c.dom.Document |
StyleScript.parseXSL(ReadStream rs)
Parses the XSL into a DOM document. |
protected abstract org.w3c.dom.Document |
AbstractStylesheetFactory.parseXSL(ReadStream rs)
Parses the XSL into a DOM document. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||