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

A

ABBR_PLAIN_TEXT - Static variable in class com.faunos.skwish.ext.http.QueryStringConsts
Abbreviation used for denoting plain text (text/plain) as the content type.
ABBR_TEXT_HTML - Static variable in class com.faunos.skwish.ext.http.QueryStringConsts
Abbreviation used for denoting HTML (text/html) as the content type.
AbbreviatedFilepath - Class in com.faunos.util.test
Utility for creating an abbreviated string representation of a file path.
AbbreviatedFilepath(File) - Constructor for class com.faunos.util.test.AbbreviatedFilepath
Creates a new instance with default depth of 3.
AbbreviatedFilepath(File, int) - Constructor for class com.faunos.util.test.AbbreviatedFilepath
Creates a new instance with the given (depth) number of subpath tokens.
above() - Method in enum com.faunos.util.dim.line.OutCode
 
AbstractCopyOnWriteMap<K,V,M extends Map<K,V>> - Class in com.faunos.util
Base class for copy-on-write Map or SortedMap mimplementation.
AbstractCopyOnWriteMap() - Constructor for class com.faunos.util.AbstractCopyOnWriteMap
 
AbstractFileResolver - Class in com.faunos.util.boot
Centralizes the code necessary to check whether a candidate filepath meets the Constraints argument of the resolve method.
AbstractFileResolver() - Constructor for class com.faunos.util.boot.AbstractFileResolver
 
AbstractResponseFactory - Class in com.faunos.util.net.http
A skeletal implementation of a ResponseFactory that honors the server's asynchHint.
AbstractResponseFactory() - Constructor for class com.faunos.util.net.http.AbstractResponseFactory
 
AbstractTraverser<T> - Class in com.faunos.util.tree
A depth-first, tree structure traverser.
AbstractTraverser(T) - Constructor for class com.faunos.util.tree.AbstractTraverser
Creates a new instance with the given root node.
add(String) - Method in class com.faunos.util.main.Options
Adds the specified option after checking against and removing the option from the set of identifiers.
add(char) - Method in class com.faunos.util.main.Options
Adds the specified single-character option after checking against and removing the option from the set of identifiers.
addContent(List<ByteBuffer>) - Method in class com.faunos.util.net.http.NotFoundStage
Adds a plain vanilla "not-found" page.
addContent(List<ByteBuffer>) - Method in class com.faunos.util.net.http.ResponseHeaderStage
Hook exposed to subclasses for appending content to the end of the response header.
addMapping(String, ResponseFactory) - Method in class com.faunos.util.net.http.Caroon
 
addMapping(String, ResponseFactory) - Method in interface com.faunos.util.net.http.ResponseFactoryConfig
Adds the given URI path-to-factory mapping to the current mappings and returns the previous mapped factory, if any.
addMapping(String, ResponseFactory) - Method in class com.faunos.util.net.http.ResponseFactorySwitch
 
addMappings(Map<String, ResponseFactory>) - Method in class com.faunos.util.net.http.Caroon
 
addMappings(Map<String, ResponseFactory>) - Method in interface com.faunos.util.net.http.ResponseFactoryConfig
Adds the given URI path-to-factory mappings to the current mappings.
addMappings(Map<String, ResponseFactory>) - Method in class com.faunos.util.net.http.ResponseFactorySwitch
 
addScheduler(Scheduler) - Method in class com.faunos.util.cc.CompoundScheduler
Adds the given scheduler.
addScheduler(Scheduler) - Method in class com.faunos.util.cc.SchedulingService
 
addSeg(UnitDir.Seg) - Method in class com.faunos.skwish.sys.mgr.LiveSegManager
 
addToken(String) - Method in class com.faunos.util.main.Arguments
Adds the given command line token.
addUnitDirWithDeadSeg(UnitDir) - Method in class com.faunos.skwish.sys.mgr.DeadSegManager
 
allocateWorkBuffer() - Method in class com.faunos.skwish.sys.BaseSegment
Returns a work buffer for the current thread of execution.
allow - Variable in class com.faunos.util.net.http.CannedResponses
"Allow: "
allowGetHead - Variable in class com.faunos.util.net.http.CannedResponses
"Allow: GET, HEAD" + CRLF
app - Variable in class com.faunos.util.net.http.HttpServer
 
append(BaseSegment) - Method in class com.faunos.skwish.sys.BaseSegment
Appends the given segment to this segment.
append(BaseSegment, int) - Method in class com.faunos.skwish.sys.BaseSegment
Appends the given segment to this segment.
append(BaseSegment, int) - Method in class com.faunos.skwish.sys.mgr.UnitDir.Seg
 
appendAscii(CharSequence, ByteBuffer) - Method in class com.faunos.util.io.BufferUtil
 
AppendProtectedFilterSegment - Class in com.faunos.skwish.sys.filters
A filter that prevents appending entries to an underlying Segment.
AppendProtectedFilterSegment(Segment) - Constructor for class com.faunos.skwish.sys.filters.AppendProtectedFilterSegment
Creates a new instance with the underlying inner segment.
appendWithLock(UnitDir.Seg) - Method in class com.faunos.skwish.sys.mgr.UnitDir.Seg
Appends the given source segment while holding locks on both this, the destination, and source segments.
appOctet - Variable in class com.faunos.util.net.http.CannedResponses
application/octet-stream + CRLF
ARG - Static variable in class com.faunos.util.net.Validators
 
ARG - Static variable in class com.faunos.util.Validator
 
Arguments - Class in com.faunos.util.main
Support for parsing command line arguments.
Arguments() - Constructor for class com.faunos.util.main.Arguments
Default constructor.
Arguments(Options) - Constructor for class com.faunos.util.main.Arguments
Creates a new instance with the given Options.
Arguments(Collection<String>) - Constructor for class com.faunos.util.main.Arguments
Creates a new instance with the specified option identifiers.
ARTIFACTS_DIR_NAME - Static variable in class com.faunos.util.test.Helper
 
asciiBuffer(CharSequence) - Method in class com.faunos.util.io.BufferUtil
 
asciiBuffer(CharSequence, boolean) - Method in class com.faunos.util.io.BufferUtil
 
AsynchStagelet - Class in com.faunos.util.net
A skeletal implementation of an asynchronous stagelet.
AsynchStagelet(StageletStack) - Constructor for class com.faunos.util.net.AsynchStagelet
 

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