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 

L

LangUtils - Class in org.apache.http.util
A set of utility methods to help produce consistent equals and hashCode methods.
lastIndex - Variable in class org.apache.http.message.BasicListHeaderIterator
The position of the last returned header.
lastReleaseTime - Variable in class org.apache.http.impl.conn.SingleClientConnManager
The time of the last connection release, or -1.
LaxContentLengthStrategy - Class in org.apache.http.impl.entity
The lax implementation of the content length strategy.
LaxContentLengthStrategy() - Constructor for class org.apache.http.impl.entity.LaxContentLengthStrategy
 
LAYER_PROTOCOL - Static variable in interface org.apache.http.conn.routing.HttpRouteDirector
Step: layer protocol (over tunnel).
LAYERED - Static variable in interface org.apache.http.conn.routing.RouteInfo.LayerType
 
LayeredSocketFactory - Interface in org.apache.http.conn.scheme
A SocketFactory for layered sockets (SSL/TLS).
layerProtocol(HttpContext, HttpParams) - Method in interface org.apache.http.conn.ManagedClientConnection
Layers a new protocol on top of a tunnelled connection.
layerProtocol(boolean) - Method in class org.apache.http.conn.routing.RouteTracker
Tracks layering a protocol.
layerProtocol(HttpContext, HttpParams) - Method in class org.apache.http.impl.conn.AbstractPooledConnAdapter
 
layerProtocol(HttpContext, HttpParams) - Method in class org.apache.http.impl.conn.AbstractPoolEntry
Layers a protocol on top of an established tunnel.
lcHostname - Variable in class org.apache.http.HttpHost
leasedConnections - Variable in class org.apache.http.impl.conn.tsccm.AbstractConnPool
References to issued connections.
length() - Method in class org.apache.http.util.ByteArrayBuffer
Returns the length of the buffer (byte count).
length() - Method in class org.apache.http.util.CharArrayBuffer
Returns the length of the buffer (char count).
lessEquals(ProtocolVersion) - Method in class org.apache.http.ProtocolVersion
Tests if this protocol version is less or equal to the given one.
LF - Static variable in class org.apache.http.protocol.HTTP
 
lineBuf - Variable in class org.apache.http.impl.io.AbstractMessageWriter
 
lineFormatter - Variable in class org.apache.http.impl.io.AbstractMessageWriter
 
LineFormatter - Interface in org.apache.http.message
Interface for formatting elements of the HEAD section of an HTTP message.
lineParser - Variable in class org.apache.http.impl.io.AbstractMessageParser
 
LineParser - Interface in org.apache.http.message
Interface for parsing lines in the HEAD section of an HTTP message.
loadVersionInfo(String[], ClassLoader) - Static method in class org.apache.http.util.VersionInfo
Loads version information for a list of packages.
loadVersionInfo(String, ClassLoader) - Static method in class org.apache.http.util.VersionInfo
Loads version information for a package.
LOCAL_ADDRESS - Static variable in interface org.apache.http.conn.params.ConnRoutePNames
Parameter for the local address.
log(int, Object, Throwable) - Method in class org.apache.commons.logging.impl.SimpleLog
Do the actual logging.
Log - Interface in org.apache.commons.logging
A simple logging interface abstracting logging APIs.
log4jIsAvailable - Static variable in class org.apache.commons.logging.LogSource
Deprecated.
Is log4j available (in the current classpath)
LOG_LEVEL_ALL - Static variable in class org.apache.commons.logging.impl.SimpleLog
Enable all logging levels
LOG_LEVEL_DEBUG - Static variable in class org.apache.commons.logging.impl.SimpleLog
"Debug" level logging.
LOG_LEVEL_ERROR - Static variable in class org.apache.commons.logging.impl.SimpleLog
"Error" level logging.
LOG_LEVEL_FATAL - Static variable in class org.apache.commons.logging.impl.SimpleLog
"Fatal" level logging.
LOG_LEVEL_INFO - Static variable in class org.apache.commons.logging.impl.SimpleLog
"Info" level logging.
LOG_LEVEL_OFF - Static variable in class org.apache.commons.logging.impl.SimpleLog
Enable no logging levels
LOG_LEVEL_TRACE - Static variable in class org.apache.commons.logging.impl.SimpleLog
"Trace" level logging.
LOG_LEVEL_WARN - Static variable in class org.apache.commons.logging.impl.SimpleLog
"Warn" level logging.
LOG_PROPERTY - Static variable in class org.apache.commons.logging.impl.LogFactoryImpl
The name (org.apache.commons.logging.Log) of the system property identifying our Log implementation class.
LOG_PROPERTY_OLD - Static variable in class org.apache.commons.logging.impl.LogFactoryImpl
The deprecated system property used for backwards compatibility with old versions of JCL.
LogConfigurationException - Exception in org.apache.commons.logging
An exception that is thrown only if a suitable LogFactory or Log instance cannot be created by the corresponding factory methods.
LogConfigurationException() - Constructor for exception org.apache.commons.logging.LogConfigurationException
Construct a new exception with null as its detail message.
LogConfigurationException(String) - Constructor for exception org.apache.commons.logging.LogConfigurationException
Construct a new exception with the specified detail message.
LogConfigurationException(Throwable) - Constructor for exception org.apache.commons.logging.LogConfigurationException
Construct a new exception with the specified cause and a derived detail message.
LogConfigurationException(String, Throwable) - Constructor for exception org.apache.commons.logging.LogConfigurationException
Construct a new exception with the specified detail message and cause.
logConstructor - Variable in class org.apache.commons.logging.impl.LogFactoryImpl
The one-argument constructor of the Log implementation class that will be used to create new instances.
logConstructorSignature - Variable in class org.apache.commons.logging.impl.LogFactoryImpl
The signature of the Constructor to be used.
logDiagnostic(String) - Method in class org.apache.commons.logging.impl.LogFactoryImpl
Output a diagnostic message to a user-specified destination (if the user has enabled diagnostic logging).
LogFactory - Class in org.apache.commons.logging
Factory for creating Log instances, with discovery and configuration features similar to that employed by standard Java APIs such as JAXP.
LogFactory() - Constructor for class org.apache.commons.logging.LogFactory
Protected constructor that is not available for public use.
LogFactoryImpl - Class in org.apache.commons.logging.impl
Concrete subclass of LogFactory that implements the following algorithm to dynamically select a logging implementation class to instantiate a wrapper for.
LogFactoryImpl() - Constructor for class org.apache.commons.logging.impl.LogFactoryImpl
Public no-arguments constructor required by the lookup mechanism.
LoggingSessionInputBuffer - Class in org.apache.http.impl.conn
Logs all data read to the wire LOG.
LoggingSessionInputBuffer(SessionInputBuffer, Wire) - Constructor for class org.apache.http.impl.conn.LoggingSessionInputBuffer
Create an instance that wraps the specified session input buffer.
LoggingSessionOutputBuffer - Class in org.apache.http.impl.conn
Logs all data written to the wire LOG.
LoggingSessionOutputBuffer(SessionOutputBuffer, Wire) - Constructor for class org.apache.http.impl.conn.LoggingSessionOutputBuffer
Create an instance that wraps the specified session output buffer.
logImplctor - Static variable in class org.apache.commons.logging.LogSource
Deprecated.
Constructor for current log class
logMethod - Variable in class org.apache.commons.logging.impl.LogFactoryImpl
The one-argument setLogFactory method of the selected Log method, if it exists.
logMethodSignature - Variable in class org.apache.commons.logging.impl.LogFactoryImpl
The signature of the setLogFactory method to be used.
logName - Variable in class org.apache.commons.logging.impl.SimpleLog
The name of this simple log instance
logRawDiagnostic(String) - Static method in class org.apache.commons.logging.LogFactory
Write the specified message to the internal logging destination.
logs - Static variable in class org.apache.commons.logging.LogSource
Deprecated.
 
LogSource - Class in org.apache.commons.logging
Deprecated.
Use LogFactory instead - The default factory implementation performs exactly the same algorithm as this class did
lookup(String) - Method in class org.apache.http.protocol.HttpRequestHandlerRegistry
 
lookup(String) - Method in interface org.apache.http.protocol.HttpRequestHandlerResolver
Looks up a handler matching the given request URI.
lookup(String) - Method in class org.apache.http.protocol.UriPatternMatcher
Looks up an object matching the given request URI.
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