Package | Description |
---|---|
com.caucho.env.vfs | |
com.caucho.log | |
com.caucho.quercus.env | |
com.caucho.quercus.script | |
com.caucho.server.hmux | |
com.caucho.server.http | |
com.caucho.server.httpproxy | |
com.caucho.vfs |
Resin's Virtual File System.
|
com.caucho.vfs.remote |
Modifier and Type | Method and Description |
---|---|
StreamImpl |
RepositoryPath.openReadImpl() |
Modifier and Type | Class and Description |
---|---|
class |
EnvironmentStream
A stream that varies depending on the environment class loader.
|
class |
RotateStream
Automatically-rotating streams.
|
class |
TimestampFilter
Automatically-rotating streams.
|
Modifier and Type | Class and Description |
---|---|
class |
BinaryBuilderStream
Stream for appending to binary builder.
|
Modifier and Type | Class and Description |
---|---|
class |
EncoderStream |
Modifier and Type | Method and Description |
---|---|
StreamImpl |
HmuxPath.openReadImpl()
Returns a read stream for a GET request.
|
StreamImpl |
HmuxPath.openReadWriteImpl()
Returns a read/write pair for a POST request.
|
Modifier and Type | Class and Description |
---|---|
class |
ContentLengthStream
Filter so POST readers can only read data up to the content length
|
class |
RawInputStream
Filter so POST readers can only read data up to the content length
|
Modifier and Type | Class and Description |
---|---|
class |
HttpProxyStreamImpl
System for messaging proxy
|
class |
MessageStreamImpl
System for messaging proxy
|
class |
MessageStreamImpl2
System for messaging proxy
|
Modifier and Type | Class and Description |
---|---|
class |
Crc64Stream |
class |
DatagramStream
Specialized stream to handle sockets.
|
class |
DatastoreReadStream
Stream encapsulating FileInputStream
|
class |
DatastoreWriteStream
Stream encapsulating FileOutputStream
|
class |
FileReadStream
Stream encapsulating FileInputStream
|
class |
FileWriteStream
Stream encapsulating FileOutputStream
|
class |
HttpStreamWrapper
Facade to HttpStream to properly handle the close.
|
class |
InputStreamStream |
class |
Jar.ZipStreamImpl
StreamImpl to read from a ZIP file.
|
class |
JniFileStream
Stream using with JNI.
|
class |
JniStream
Stream using with JNI.
|
class |
MemoryPath.MemoryStream |
class |
MemoryStream |
class |
MultipartStream |
class |
PipeStream
Stream allowing two threads to read and write to each other.
|
class |
ReaderStream |
class |
ReaderWriterStream |
class |
SocketChannelStream
Specialized stream to handle sockets.
|
class |
SocketStream
Specialized stream to handle sockets.
|
class |
StderrStream
Stream encapsulating System.err.
|
class |
StdoutStream
Stream encapsulating System.out.
|
class |
StreamFilter |
class |
StringReader
A stream reading data from a string.
|
class |
StringStream |
class |
StringWriter |
class |
TempCharStream |
class |
TempReadStream |
class |
TempStream |
class |
VfsStream
Stream encapsulating InputStream/OutputStream.
|
class |
WriterStreamImpl
Handles a stream which outputs to a writer.
|
Modifier and Type | Field and Description |
---|---|
protected StreamImpl |
StreamFilter.next |
Modifier and Type | Method and Description |
---|---|
StreamImpl |
ReadStream.getSource()
Returns the underlying source for the stream.
|
StreamImpl |
WriteStream.getSource()
Returns the underlying source for the stream.
|
abstract StreamImpl |
QSocket.getStream()
Returns a stream impl for the socket encapsulating the
input and output stream.
|
StreamImpl |
QSocketWrapper.getStream()
Returns the socket's input stream.
|
StreamImpl |
QSocketChannelWrapper.getStream()
Returns the socket's input stream.
|
StreamImpl |
JniSocketImpl.getStream()
Returns a stream impl for the socket encapsulating the
input and output stream.
|
StreamImpl |
JniFilePathImpl.openAppendImpl()
Returns the stream implementation for an append stream.
|
StreamImpl |
PathWrapper.openAppendImpl() |
StreamImpl |
ConstPath.openAppendImpl() |
StreamImpl |
Path.openAppendImpl() |
StreamImpl |
MemoryPath.openAppendImpl() |
StreamImpl |
MergePath.openAppendImpl()
Opens the best path for appending.
|
StreamImpl |
FilePath.openAppendImpl() |
StreamImpl |
GoogleStorePath.openAppendImpl() |
StreamImpl |
JniFilePathImpl.openReadImpl()
Returns the stream implementation for a read stream.
|
StreamImpl |
PathWrapper.openReadImpl() |
StreamImpl |
JarPath.openReadImpl() |
StreamImpl |
ConstPath.openReadImpl() |
StreamImpl |
Path.openReadImpl() |
StreamImpl |
StringPath.openReadImpl() |
StreamImpl |
HttpPath.openReadImpl()
Returns a read stream for a GET request.
|
StreamImpl |
TcpPath.openReadImpl() |
StreamImpl |
MemoryPath.openReadImpl() |
StreamImpl |
ClasspathPath.openReadImpl()
Returns a read stream for a GET request.
|
StreamImpl |
MergePath.openReadImpl()
Opens the best path for reading.
|
StreamImpl |
HttpsPath.openReadImpl()
Returns a read stream for a GET request.
|
StreamImpl |
NotFoundPath.openReadImpl()
Throws a FileNotFoundException for any read.
|
StreamImpl |
DatastorePath.openReadImpl()
Returns the stream implementation for a read stream.
|
StreamImpl |
FilePath.openReadImpl()
Returns the stream implementation for a read stream.
|
StreamImpl |
GooglePath.openReadImpl()
Returns the stream implementation for a read stream.
|
StreamImpl |
PathWrapper.openReadWriteImpl() |
StreamImpl |
ConstPath.openReadWriteImpl() |
StreamImpl |
Path.openReadWriteImpl() |
StreamImpl |
HttpPath.openReadWriteImpl()
Returns a read/write pair for a POST request.
|
StreamImpl |
TcpPath.openReadWriteImpl() |
StreamImpl |
MergePath.openReadWriteImpl()
Opens the best path for reading and writing.
|
StreamImpl |
HttpsPath.openReadWriteImpl()
Returns a read/write pair for a POST request.
|
StreamImpl |
FilePath.openReadWriteImpl() |
StreamImpl |
JniFilePathImpl.openWriteImpl()
Returns the stream implementation for a write stream.
|
StreamImpl |
PathWrapper.openWriteImpl() |
StreamImpl |
ConstPath.openWriteImpl() |
StreamImpl |
Path.openWriteImpl() |
StreamImpl |
MemoryPath.openWriteImpl() |
StreamImpl |
MergePath.openWriteImpl()
Opens the best path for writing.
|
StreamImpl |
DatastorePath.openWriteImpl() |
StreamImpl |
FilePath.openWriteImpl() |
StreamImpl |
MailtoPath.openWriteImpl()
Implementation to open a WriteStream.
|
StreamImpl |
GoogleStorePath.openWriteImpl() |
StreamImpl |
GoogleBlobStorePath.openWriteImpl() |
Modifier and Type | Method and Description |
---|---|
void |
Crc64Stream.init(StreamImpl next)
Initialize the filter with a new stream.
|
void |
WriteStream.init(StreamImpl source)
Initializes the stream with a given source.
|
void |
StreamFilter.init(StreamImpl next) |
void |
ReadStream.init(StreamImpl source,
WriteStream sibling)
Initializes the stream with a given source.
|
void |
ReadStream.setSource(StreamImpl source) |
void |
WriteStream.writeStream(StreamImpl source)
Writes the contents of a JDK stream.
|
Constructor and Description |
---|
ConstPath(Path root,
StreamImpl stream) |
Crc64Stream(StreamImpl next) |
ReadStream(StreamImpl source)
Creates a stream and initializes with a specified source.
|
ReadStream(StreamImpl source,
WriteStream sibling)
Creates a stream and initializes with a specified source.
|
StreamImplInputStream(StreamImpl stream) |
StreamImplOutputStream(StreamImpl stream) |
WriteStream(StreamImpl source)
Creates a stream and initializes with a specified source.
|
Modifier and Type | Method and Description |
---|---|
StreamImpl |
RemotePath.openReadImpl()
Opens a read stream.
|