A B C D E F G H I J K L M N O P Q R S T U V W X

R

Range - Interface in com.faunos.util.dim.line
An object that represents a range of values.
RangeComparator - Class in com.faunos.util.dim.line
A simple Range comparator based on the range's low value.
RangeComparator() - Constructor for class com.faunos.util.dim.line.RangeComparator
 
Ranges - Class in com.faunos.util.dim.line
Utility for sorting and searching through Ranges.
read(ByteBuffer) - Method in class com.faunos.util.io.FilterFileChannel
 
read(ByteBuffer, long) - Method in class com.faunos.util.io.FilterFileChannel
 
read(ByteBuffer[], int, int) - Method in class com.faunos.util.io.FilterFileChannel
 
read(ByteBuffer[]) - Method in class com.faunos.util.io.FilterInputChannel
Invokes read(dsts, 0, dsts.length).
read(ByteBuffer[], int, int) - Method in class com.faunos.util.io.FilterInputChannel
 
read(ByteBuffer) - Method in class com.faunos.util.io.FilterInputChannel
 
read(ByteBuffer) - Method in class com.faunos.util.io.MemoryFileChannel
 
read(ByteBuffer[], int, int) - Method in class com.faunos.util.io.MemoryFileChannel
 
read(ByteBuffer, long) - Method in class com.faunos.util.io.MemoryFileChannel
 
read(ByteBuffer) - Method in class com.faunos.util.io.SourceChannelStack
 
read(ByteBuffer, long) - Method in class com.faunos.util.io.SubFileChannel
 
read(ByteBuffer) - Method in class com.faunos.util.io.SubFileChannel
 
read(ByteBuffer[], int, int) - Method in class com.faunos.util.io.SubFileChannel
 
read(ByteBuffer) - Method in enum com.faunos.util.io.Word
Reads width amount of bytes from the given buffer and interprets it as a signed value (big endian two's complement) and returns the result
read(ScatteringByteChannel) - Method in class com.faunos.util.net.AsynchStagelet
Not implemented.
read(ScatteringByteChannel) - Method in interface com.faunos.util.net.Handlet
Reads from the specified channel and returns the possibly new state of the instance.
read(ScatteringByteChannel) - Method in class com.faunos.util.net.http.FileChannelStagelet
Not used.
read(ScatteringByteChannel) - Method in class com.faunos.util.net.http.RequestStage
 
read(ScatteringByteChannel) - Method in class com.faunos.util.net.http.ResponseHeaderStage
Not implemented.
read(ScatteringByteChannel) - Method in class com.faunos.util.net.StageletStack
 
read(ByteBuffer) - Method in class com.faunos.util.test.DebugInputChannel
 
read(ByteBuffer[], int, int) - Method in class com.faunos.util.test.DebugInputChannel
 
readLong(ByteBuffer) - Static method in class com.faunos.util.io.VInt
 
readOffset(ByteBuffer) - Method in class com.faunos.skwish.sys.IndexMetrics
Reads and returns the offset contained in the given buffer.
readOffset(ByteBuffer, Word, long) - Static method in class com.faunos.skwish.sys.IndexMetrics
Reads and returns the offset contained in the given buffer using the specified base offset and word type.
readOffsets(long, ByteBuffer) - Method in class com.faunos.skwish.sys.Index
Reads and returns the offsets of the entry with the specified ID.
readOffsets(long, ByteBuffer, int) - Method in class com.faunos.skwish.sys.Index
Reads and returns the offsets of count entries, starting at the specified startId.
readOffsets(long, ByteBuffer, int, ByteBuffer) - Method in class com.faunos.skwish.sys.Index
 
ReadOnlyArrayList<E> - Class in com.faunos.util
A read-only list that is backed by an array.
ReadOnlyArrayList(E[]) - Constructor for class com.faunos.util.ReadOnlyArrayList
Creates a read-only view of the given array.
ReadOnlyFilterSegment - Class in com.faunos.skwish.sys.filters
A read-only view of an underlying segment.
ReadOnlyFilterSegment(Segment) - Constructor for class com.faunos.skwish.sys.filters.ReadOnlyFilterSegment
Creates and returns a read-only view of the given inner instance.
readRemaining(FileChannel, ByteBuffer, long) - Method in class com.faunos.util.io.ChannelUtil
Reads bytes from the given file channel into the specified buffer.
readRemaining(ReadableByteChannel, ByteBuffer) - Method in class com.faunos.util.io.ChannelUtil
Reads bytes from the given generic channel into the specified buffer.
readRemaining(ScatteringByteChannel, ByteBuffer[]) - Method in class com.faunos.util.io.ChannelUtil
Reads bytes from the given scattering channel into the specified buffer array.
RelativeDirectory - Class in com.faunos.util.boot
 
RelativeDirectory(Directory, String) - Constructor for class com.faunos.util.boot.RelativeDirectory
 
release() - Method in class com.faunos.util.cc.XprocLock
Releases the lock.
release() - Method in class com.faunos.util.io.FilterFileChannel.FilterFileLock
Delegates to the underlying lock.
remove(Object) - Method in class com.faunos.util.AbstractCopyOnWriteMap
 
removeMapping(String) - Method in class com.faunos.util.net.http.Caroon
 
removeMapping(String) - Method in interface com.faunos.util.net.http.ResponseFactoryConfig
Removes the mapping for specified path and returns the old mapped ResponseFactory, if any; null otherwise.
removeMapping(String) - Method in class com.faunos.util.net.http.ResponseFactorySwitch
 
removeSchedulers(Collection<Scheduler>) - Method in class com.faunos.util.cc.CompoundScheduler
Callback invoked by the schedule() method.
removeTree(File) - Static method in class com.faunos.util.io.file.DirectoryRemover
 
RequestHeader - Interface in com.faunos.util.net.http
An interface defining the attributes of the header part of an HTTP request.
RequestStage - Class in com.faunos.util.net.http
The first stage in the implementation of HTTP.
RequestStage(StageletStack, ResponseFactory) - Constructor for class com.faunos.util.net.http.RequestStage
 
RequestStage(StageletStack, ResponseFactory, long) - Constructor for class com.faunos.util.net.http.RequestStage
 
requestUriTooLong - Variable in class com.faunos.util.net.http.CannedResponses
The 414 status line.
resolve(String, FileResolver.Constraints) - Method in class com.faunos.util.boot.AbstractFileResolver
Resolves the specified filepath by invoking the filterConstraints method on the a candidate file returned by the getCandidate method.
resolve(String, FileResolver.Constraints) - Method in class com.faunos.util.boot.FileResolver
Resolves and returns a file that satisfies the specified constraints, or null, if the constraints cannot be satisfied.
resolveDirectory(String) - Method in class com.faunos.util.boot.FileResolver
 
resolveExistingDirectory(String) - Method in class com.faunos.util.boot.FileResolver
 
resolveExistingFile(String) - Method in class com.faunos.util.boot.FileResolver
 
resolveFile(String) - Method in class com.faunos.util.boot.FileResolver
 
ResponseFactory - Interface in com.faunos.util.net.http
An application-specific interface used to configure an HttpServer.
ResponseFactoryConfig - Interface in com.faunos.util.net.http
An interface for thread-safe, ResponseFactory configuration.
ResponseFactoryFilters - Class in com.faunos.util.net.http
Utility for wrapping a ResponseFactory with filters that restrict HTTP verb requests to either the implementation set, or the idempotent set (GET and HEAD), or filters that do basic exception handling.
ResponseFactoryFilters() - Constructor for class com.faunos.util.net.http.ResponseFactoryFilters
 
ResponseFactorySwitch - Class in com.faunos.util.net.http
A thread-safe, ResponseFactory configuration utility.
ResponseFactorySwitch() - Constructor for class com.faunos.util.net.http.ResponseFactorySwitch
 
responseHeaders - Variable in class com.faunos.util.net.http.ResponseHeaderStage
 
ResponseHeaderStage - Class in com.faunos.util.net.http
Writes the HTTP response headers.
ResponseHeaderStage() - Constructor for class com.faunos.util.net.http.ResponseHeaderStage
 
root - Variable in class com.faunos.util.net.http.file.FileResponseFactory
 
run() - Method in class com.faunos.util.tree.AbstractTraverser
Performs the traversal over the tree structure.

A B C D E F G H I J K L M N O P Q R S T U V W X
SourceForge.net Logo