Constructor and Description |
---|
AmqpConnectionHandler(AmqpLinkFactory linkFactory,
ReadStream is,
WriteStream os) |
Modifier and Type | Method and Description |
---|---|
void |
AmqpFrameReader.init(ReadStream is) |
Constructor and Description |
---|
AmqpConnectionReader(ReadStream is,
AmqpFrameHandler handler) |
AmqpFrameReader(ReadStream is) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
AbstractWebSocketProtocol.readHeader(ReadStream is)
Validate the header.
|
Modifier and Type | Method and Description |
---|---|
static void |
Expr.printEscaped(WriteStream os,
ReadStream is)
Write to the *.java stream escaping Java reserved characters.
|
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
HttpStatusHealthCheckImpl.readResponse(ReadStream is) |
Modifier and Type | Method and Description |
---|---|
protected ReadStream |
BytesMessageImpl.getReadStream() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
StompCommand.skipToEnd(ReadStream is) |
Modifier and Type | Method and Description |
---|---|
ReadStream |
ClientSocketApi.getInputStream()
Returns the input stream.
|
ReadStream |
ClientSocket.getInputStream()
Returns the input stream.
|
Modifier and Type | Method and Description |
---|---|
ReadStream |
SocketLink.getReadStream()
Returns the connection's buffered read stream.
|
ReadStream |
SocketLinkDuplexController.getReadStream()
Returns the read stream.
|
ReadStream |
AbstractSocketLink.getReadStream()
Returns the connection's buffered read stream.
|
Modifier and Type | Method and Description |
---|---|
void |
Quercus.execute(ReadStream stream) |
QuercusPage |
QuercusContext.parse(ReadStream is)
Parses a quercus program.
|
Modifier and Type | Method and Description |
---|---|
int |
StringValue.appendReadAll(ReadStream is,
long length)
Append from an input stream, reading from the input stream until
end of file or the length is reached.
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractBinaryInput.init(ReadStream is) |
void |
ReadStreamInput.init(ReadStream is) |
void |
BufferedBinaryInputOutput.init(ReadStream is,
WriteStream os) |
static ArrayValue |
IniParser.parse(Env env,
ReadStream is,
boolean isProcessSections) |
Constructor and Description |
---|
AbstractBinaryInput(Env env,
ReadStream is) |
ReadStreamInput(Env env,
LineReader lineReader,
ReadStream is) |
Modifier and Type | Method and Description |
---|---|
static QuercusProgram |
QuercusParser.parse(QuercusContext quercus,
Path path,
ReadStream is) |
static QuercusProgram |
QuercusParser.parse(QuercusContext quercus,
ReadStream is) |
Constructor and Description |
---|
QuercusParser(QuercusContext quercus,
Path sourceFile,
ReadStream is) |
Modifier and Type | Method and Description |
---|---|
protected void |
StreamReadWrite.init(ReadStream is,
WriteStream os) |
Constructor and Description |
---|
StreamReadWrite(Env env,
ReadStream is,
WriteStream os) |
Modifier and Type | Method and Description |
---|---|
static ReadStream |
EncoderStream.open(java.io.Reader reader,
java.lang.String charset) |
Modifier and Type | Method and Description |
---|---|
protected void |
WebSocketClient.parseHeaders(ReadStream in) |
Modifier and Type | Method and Description |
---|---|
ReadStream |
FastCgiRequest.getRawInput()
Returns the raw input stream.
|
Modifier and Type | Method and Description |
---|---|
boolean |
FastCgiRequest.initStream(ReadStream readStream,
ReadStream rawRead)
Returns a stream for reading POST data.
|
Modifier and Type | Method and Description |
---|---|
int |
HmuxExtension.handleRequest(HmuxRequest request,
ReadStream is,
WriteStream os)
Handles a new request.
|
abstract int |
AbstractClusterRequest.handleRequest(ReadStream is,
WriteStream os)
Handles a new request.
|
boolean |
HmuxDispatchRequest.handleRequest(ReadStream is,
WriteStream os)
Handles a new request.
|
boolean |
HmuxRequest.initStream(ReadStream readStream,
ReadStream rawStream)
Initialize the read stream from the raw stream.
|
Modifier and Type | Method and Description |
---|---|
ReadStream |
HttpRequest.getRawInput()
Returns the raw input stream.
|
ReadStream |
AbstractHttpRequest.getRawInput()
Returns the raw input stream.
|
ReadStream |
AbstractHttpRequest.getRawRead() |
ReadStream |
AbstractHttpRequest.getReadStream() |
ReadStream |
RequestAdapter.getStream()
Returns the underlying read stream.
|
ReadStream |
AbstractHttpRequest.getStream()
Returns the requests underlying read stream, e.g.
|
ReadStream |
CauchoRequest.getStream() |
ReadStream |
HttpServletRequestImpl.getStream() |
ReadStream |
StubServletRequest.getStream() |
ReadStream |
CauchoRequestWrapper.getStream() |
ReadStream |
CauchoDispatchRequest.getStream() |
ReadStream |
AbstractHttpRequest.getStream(boolean isReader)
Returns the requests underlying read stream, e.g.
|
ReadStream |
HttpServletRequestImpl.getStream(boolean isFlush) |
ReadStream |
AbstractCauchoRequest.getStream(boolean isFlush) |
Modifier and Type | Method and Description |
---|---|
boolean |
HttpRequest.initStream(ReadStream readStream,
ReadStream rawRead)
Returns a stream for reading POST data.
|
protected abstract boolean |
AbstractHttpRequest.initStream(ReadStream readStream,
ReadStream rawStream)
Initialize the read stream from the raw stream.
|
boolean |
StubServletRequest.initStream(ReadStream rawStream,
ReadStream realStream) |
Modifier and Type | Method and Description |
---|---|
ReadStream |
HttpProxyRequest.getReadStream() |
Modifier and Type | Method and Description |
---|---|
int |
HttpProxyExtension.handleRequest(HmuxRequest request,
ReadStream is,
WriteStream os) |
Constructor and Description |
---|
HttpProxyClientReader(HttpProxyClient client,
ReadStream is) |
HttpProxyConnection(TcpSocketLink link,
ReadStream is,
WriteStream os) |
Modifier and Type | Method and Description |
---|---|
void |
HmuxProxyReader.readResponse(ServletResponse response,
ReadStream rs,
byte[] buf)
Handle the request.
|
Modifier and Type | Method and Description |
---|---|
void |
XALogStream.readRecord(ReadStream is,
int code)
Reads a record.
|
void |
XALogStream.readXid(ReadStream is,
XidImpl xid)
Reads a record.
|
Modifier and Type | Method and Description |
---|---|
ReadStream |
ByteBuffer.createReadStream() |
Modifier and Type | Method and Description |
---|---|
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 |
Path.openRead()
Opens a resin ReadStream for reading.
|
ReadStream |
TempStream.openRead()
Opens a read stream to the buffer.
|
ReadStream |
MultipartStream.openRead()
Opens the next part of the multipart/mime stream for reading.
|
ReadStream |
TempOutputStream.openRead()
Opens a read stream to the buffer.
|
ReadStream |
TempStreamApi.openRead() |
static ReadStream |
Vfs.openRead(java.io.InputStream is)
Creates new ReadStream from an InputStream
|
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,
WriteStream ws) |
static ReadStream |
VfsStream.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) |
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
BufferedReaderAdapter(ReadStream rs) |
MultipartStream(ReadStream is,
java.lang.String boundary) |
ReadWritePair(ReadStream readStream,
WriteStream writeStream)
Creates a ReadWritePair
|
Modifier and Type | Field and Description |
---|---|
protected ReadStream |
XmlReader._is |
Modifier and Type | Method and Description |
---|---|
ReadStream |
MacroReader.getReadStream() |
ReadStream |
XmlReader.getReadStream()
Returns the read stream.
|
Modifier and Type | Method and Description |
---|---|
void |
XmlReader.init(XmlParser parser,
ReadStream is)
Initialize a reader at the start of parsing.
|
Constructor and Description |
---|
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.
|
Constructor and Description |
---|
XMLStreamReaderImpl(ReadStream is) |
Modifier and Type | Field and Description |
---|---|
protected ReadStream |
XmlReader._is |
Modifier and Type | Method and Description |
---|---|
ReadStream |
MacroReader.getReadStream() |
ReadStream |
XmlReader.getReadStream()
Returns the read stream.
|
Modifier and Type | Method and Description |
---|---|
void |
XmlReader.init(XmlParser parser,
ReadStream is)
Initialize a reader at the start of parsing.
|
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
protected org.w3c.dom.Document |
Xsl.parseXSL(ReadStream rs)
Parses the XSL into a DOM document.
|