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

F

factories - Static variable in class org.apache.commons.logging.LogFactory
The previously constructed LogFactory instances, keyed by the ClassLoader with which it was created.
FACTORY_DEFAULT - Static variable in class org.apache.commons.logging.LogFactory
The fully qualified class name of the fallback LogFactory implementation class to use, if no other can be found.
FACTORY_PROPERTIES - Static variable in class org.apache.commons.logging.LogFactory
The name (commons-logging.properties) of the properties file to search for.
FACTORY_PROPERTY - Static variable in class org.apache.commons.logging.LogFactory
The name (org.apache.commons.logging.LogFactory) of the property used to identify the LogFactory implementation class name.
fatal(Object) - Method in class org.apache.commons.logging.impl.NoOpLog
Do nothing
fatal(Object, Throwable) - Method in class org.apache.commons.logging.impl.NoOpLog
Do nothing
fatal(Object) - Method in class org.apache.commons.logging.impl.SimpleLog
Log a message with org.apache.commons.logging.impl.SimpleLog.LOG_LEVEL_FATAL.
fatal(Object, Throwable) - Method in class org.apache.commons.logging.impl.SimpleLog
Logs a message with org.apache.commons.logging.impl.SimpleLog.LOG_LEVEL_FATAL.
fatal(Object) - Method in interface org.apache.commons.logging.Log
Log a message with fatal log level.
fatal(Object, Throwable) - Method in interface org.apache.commons.logging.Log
Log an error with fatal log level.
file - Variable in class org.apache.http.entity.FileEntity
 
FileEntity - Class in org.apache.http.entity
A self contained, repeatable entity that obtains its content from a file.
FileEntity(File, String) - Constructor for class org.apache.http.entity.FileEntity
 
fillBuffer() - Method in class org.apache.http.impl.io.AbstractSessionInputBuffer
 
fillBuffer() - Method in class org.apache.http.impl.io.SocketInputBuffer
 
filterHeader(int) - Method in class org.apache.http.message.BasicHeaderIterator
Checks whether a header is part of the iteration.
filterHeader(int) - Method in class org.apache.http.message.BasicListHeaderIterator
Checks whether a header is part of the iteration.
finalize() - Method in class org.apache.http.impl.conn.SingleClientConnManager
 
finalize() - Method in class org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager
 
findAttribHandler(String) - Method in class org.apache.http.impl.cookie.AbstractCookieSpec
Finds an attribute handler CookieAttributeHandler for the given attribute.
findNext(int) - Method in class org.apache.http.message.BasicHeaderIterator
Determines the index of the next header.
findNext(int) - Method in class org.apache.http.message.BasicListHeaderIterator
Determines the index of the next header.
findNext(int) - Method in class org.apache.http.message.BasicTokenIterator
Determines the next token.
findTokenEnd(int) - Method in class org.apache.http.message.BasicTokenIterator
Determines the ending position of the current token.
findTokenSeparator(int) - Method in class org.apache.http.message.BasicTokenIterator
Determines the position of the next token separator.
findTokenStart(int) - Method in class org.apache.http.message.BasicTokenIterator
Determines the starting position of the next token.
finish() - Method in class org.apache.http.impl.io.ChunkedOutputStream
Must be called to ensure the internal cache is flushed and the closing chunk is written.
firstStep(RouteInfo) - Method in class org.apache.http.conn.routing.BasicRouteDirector
Determines the first step to establish a route.
flush() - Method in interface org.apache.http.HttpClientConnection
Writes out all pending buffered data over the open connection.
flush() - Method in interface org.apache.http.HttpServerConnection
Sends all pending buffered data over this connection.
flush() - Method in class org.apache.http.impl.AbstractHttpClientConnection
 
flush() - Method in class org.apache.http.impl.AbstractHttpServerConnection
 
flush() - Method in class org.apache.http.impl.conn.AbstractClientConnAdapter
 
flush() - Method in class org.apache.http.impl.conn.LoggingSessionOutputBuffer
 
flush() - Method in class org.apache.http.impl.io.AbstractSessionOutputBuffer
 
flush() - Method in class org.apache.http.impl.io.ChunkedOutputStream
Flushes the content buffer and the underlying stream.
flush() - Method in class org.apache.http.impl.io.ContentLengthOutputStream
 
flush() - Method in class org.apache.http.impl.io.IdentityOutputStream
 
flush() - Method in interface org.apache.http.io.SessionOutputBuffer
Flushes this session buffer and forces any buffered output bytes to be written out.
flushBuffer() - Method in class org.apache.http.impl.io.AbstractSessionOutputBuffer
 
flushCache() - Method in class org.apache.http.impl.io.ChunkedOutputStream
Writes the cache out onto the underlying stream
flushCacheWithAppend(byte[], int, int) - Method in class org.apache.http.impl.io.ChunkedOutputStream
Writes the cache and bufferToAppend to the underlying stream as one large chunk
FORCED_ROUTE - Static variable in interface org.apache.http.conn.params.ConnRoutePNames
Parameter for an forced route.
format(List, String) - Static method in class org.apache.http.client.utils.URLEncodedUtils
Returns a String that is suitable for use as an application/x-www-form-urlencoded list of parameters in an HTTP PUT or HTTP POST.
formatCookieAsVer(CharArrayBuffer, Cookie, int) - Method in class org.apache.http.impl.cookie.RFC2109Spec
Return a string suitable for sending in a "Cookie" header as defined in RFC 2109 for backward compatibility with cookie version 0
formatCookieAsVer(CharArrayBuffer, Cookie, int) - Method in class org.apache.http.impl.cookie.RFC2965Spec
Adds valid Port attribute value, e.g.
formatCookies(List) - Method in interface org.apache.http.cookie.CookieSpec
Create "Cookie" headers for an array of Cookies.
formatCookies(List) - Method in class org.apache.http.impl.cookie.BestMatchSpec
 
formatCookies(List) - Method in class org.apache.http.impl.cookie.BrowserCompatSpec
 
formatCookies(List) - Method in class org.apache.http.impl.cookie.NetscapeDraftSpec
 
formatCookies(List) - Method in class org.apache.http.impl.cookie.RFC2109Spec
 
formatDate(Date) - Static method in class org.apache.http.impl.cookie.DateUtils
Formats the given date according to the RFC 1123 pattern.
formatDate(Date, String) - Static method in class org.apache.http.impl.cookie.DateUtils
Formats the given date according to the specified pattern.
formatElements(HeaderElement[], boolean, HeaderValueFormatter) - Static method in class org.apache.http.message.BasicHeaderValueFormatter
Formats an array of header elements.
formatElements(CharArrayBuffer, HeaderElement[], boolean) - Method in class org.apache.http.message.BasicHeaderValueFormatter
 
formatElements(CharArrayBuffer, HeaderElement[], boolean) - Method in interface org.apache.http.message.HeaderValueFormatter
Formats an array of header elements.
formatHeader(Header, LineFormatter) - Static method in class org.apache.http.message.BasicLineFormatter
Formats a header.
formatHeader(CharArrayBuffer, Header) - Method in class org.apache.http.message.BasicLineFormatter
 
formatHeader(CharArrayBuffer, Header) - Method in interface org.apache.http.message.LineFormatter
Formats a header.
formatHeaderElement(HeaderElement, boolean, HeaderValueFormatter) - Static method in class org.apache.http.message.BasicHeaderValueFormatter
Formats a header element.
formatHeaderElement(CharArrayBuffer, HeaderElement, boolean) - Method in class org.apache.http.message.BasicHeaderValueFormatter
 
formatHeaderElement(CharArrayBuffer, HeaderElement, boolean) - Method in interface org.apache.http.message.HeaderValueFormatter
Formats one header element.
formatNameValuePair(NameValuePair, boolean, HeaderValueFormatter) - Static method in class org.apache.http.message.BasicHeaderValueFormatter
Formats a name-value pair.
formatNameValuePair(CharArrayBuffer, NameValuePair, boolean) - Method in class org.apache.http.message.BasicHeaderValueFormatter
 
formatNameValuePair(CharArrayBuffer, NameValuePair, boolean) - Method in interface org.apache.http.message.HeaderValueFormatter
Formats one name-value pair, where the value is optional.
formatParamAsVer(CharArrayBuffer, String, String, int) - Method in class org.apache.http.impl.cookie.RFC2109Spec
Return a name/value string suitable for sending in a "Cookie" header as defined in RFC 2109 for backward compatibility with cookie version 0
formatParameters(NameValuePair[], boolean, HeaderValueFormatter) - Static method in class org.apache.http.message.BasicHeaderValueFormatter
Formats a set of parameters.
formatParameters(CharArrayBuffer, NameValuePair[], boolean) - Method in class org.apache.http.message.BasicHeaderValueFormatter
 
formatParameters(CharArrayBuffer, NameValuePair[], boolean) - Method in interface org.apache.http.message.HeaderValueFormatter
Formats the parameters of a header element.
formatProtocolVersion(ProtocolVersion, LineFormatter) - Static method in class org.apache.http.message.BasicLineFormatter
Formats a protocol version.
formatRequestLine(RequestLine, LineFormatter) - Static method in class org.apache.http.message.BasicLineFormatter
Formats a request line.
formatRequestLine(CharArrayBuffer, RequestLine) - Method in class org.apache.http.message.BasicLineFormatter
 
formatRequestLine(CharArrayBuffer, RequestLine) - Method in interface org.apache.http.message.LineFormatter
Formats a request line.
formatStatusLine(StatusLine, LineFormatter) - Static method in class org.apache.http.message.BasicLineFormatter
Formats a status line.
formatStatusLine(CharArrayBuffer, StatusLine) - Method in class org.apache.http.message.BasicLineFormatter
 
formatStatusLine(CharArrayBuffer, StatusLine) - Method in interface org.apache.http.message.LineFormatter
Formats a status line.
FormattedHeader - Interface in org.apache.http
An HTTP header which is already formatted.
forVersion(int, int) - Method in class org.apache.http.HttpVersion
Obtains a specific HTTP version.
forVersion(int, int) - Method in class org.apache.http.ProtocolVersion
Obtains a specific version of this protocol.
freeConnections - Variable in class org.apache.http.impl.conn.tsccm.ConnPoolByRoute
The list of free connections
freeEntries - Variable in class org.apache.http.impl.conn.tsccm.RouteSpecificPool
The list of free entries.
freeEntry(BasicPoolEntry, boolean, long) - Method in class org.apache.http.impl.conn.tsccm.AbstractConnPool
Returns an entry into the pool.
freeEntry(BasicPoolEntry, boolean, long) - Method in class org.apache.http.impl.conn.tsccm.ConnPoolByRoute
 
freeEntry(BasicPoolEntry) - Method in class org.apache.http.impl.conn.tsccm.RouteSpecificPool
Returns an allocated entry to this pool.
fromMap(String, Map, ClassLoader) - Static method in class org.apache.http.util.VersionInfo
Instantiates version information from properties.
A B C D E F G H I J K L M N O P Q R S T U V W X 
Skip navigation links