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 

A

AbstractCaverphone - Class in tech.gusavila92.apache.commons.codec.language
Encodes a string into a Caverphone value.
AbstractCaverphone() - Constructor for class tech.gusavila92.apache.commons.codec.language.AbstractCaverphone
Creates an instance of the Caverphone encoder
AbstractConnPool<T,C,E extends PoolEntry<T,C>> - Class in tech.gusavila92.apache.http.pool
Abstract synchronous (blocking) pool of connections.
AbstractConnPool(ConnFactory<T, C>, int, int) - Constructor for class tech.gusavila92.apache.http.pool.AbstractConnPool
 
AbstractHttpEntity - Class in tech.gusavila92.apache.http.entity
Abstract base class for entities.
AbstractHttpEntity() - Constructor for class tech.gusavila92.apache.http.entity.AbstractHttpEntity
Protected default constructor.
AbstractHttpMessage - Class in tech.gusavila92.apache.http.message
Basic implementation of HttpMessage.
AbstractHttpMessage(HttpParams) - Constructor for class tech.gusavila92.apache.http.message.AbstractHttpMessage
AbstractHttpMessage() - Constructor for class tech.gusavila92.apache.http.message.AbstractHttpMessage
 
AbstractHttpParams - Class in tech.gusavila92.apache.http.params
Deprecated.
(4.3) use configuration classes provided 'tech.gusavila92.apache.http.config' and 'tech.gusavila92.apache.http.client.config'
AbstractHttpParams() - Constructor for class tech.gusavila92.apache.http.params.AbstractHttpParams
Deprecated.
Instantiates parameters.
AbstractMessageParser<T extends HttpMessage> - Class in tech.gusavila92.apache.http.impl.io
Abstract base class for HTTP message parsers that obtain input from an instance of SessionInputBuffer.
AbstractMessageParser(SessionInputBuffer, LineParser, HttpParams) - Constructor for class tech.gusavila92.apache.http.impl.io.AbstractMessageParser
AbstractMessageParser(SessionInputBuffer, LineParser, MessageConstraints) - Constructor for class tech.gusavila92.apache.http.impl.io.AbstractMessageParser
Creates new instance of AbstractMessageParser.
AbstractMessageWriter<T extends HttpMessage> - Class in tech.gusavila92.apache.http.impl.io
Abstract base class for HTTP message writers that serialize output to an instance of SessionOutputBuffer.
AbstractMessageWriter(SessionOutputBuffer, LineFormatter, HttpParams) - Constructor for class tech.gusavila92.apache.http.impl.io.AbstractMessageWriter
AbstractMessageWriter(SessionOutputBuffer, LineFormatter) - Constructor for class tech.gusavila92.apache.http.impl.io.AbstractMessageWriter
Creates an instance of AbstractMessageWriter.
ACCEPT - Static variable in class tech.gusavila92.apache.http.HttpHeaders
RFC 2616 (HTTP/1.1) Section 14.1
ACCEPT_CHARSET - Static variable in class tech.gusavila92.apache.http.HttpHeaders
RFC 2616 (HTTP/1.1) Section 14.2
ACCEPT_ENCODING - Static variable in class tech.gusavila92.apache.http.HttpHeaders
RFC 2616 (HTTP/1.1) Section 14.3
ACCEPT_LANGUAGE - Static variable in class tech.gusavila92.apache.http.HttpHeaders
RFC 2616 (HTTP/1.1) Section 14.4
ACCEPT_RANGES - Static variable in class tech.gusavila92.apache.http.HttpHeaders
RFC 2616 (HTTP/1.1) Section 14.5
adapt(HttpContext) - Static method in class tech.gusavila92.apache.http.protocol.HttpCoreContext
 
add(HttpRequestInterceptor) - Method in class tech.gusavila92.apache.http.protocol.HttpProcessorBuilder
 
add(HttpResponseInterceptor) - Method in class tech.gusavila92.apache.http.protocol.HttpProcessorBuilder
 
addAll(HttpRequestInterceptor...) - Method in class tech.gusavila92.apache.http.protocol.HttpProcessorBuilder
 
addAll(HttpResponseInterceptor...) - Method in class tech.gusavila92.apache.http.protocol.HttpProcessorBuilder
 
addAllFirst(HttpRequestInterceptor...) - Method in class tech.gusavila92.apache.http.protocol.HttpProcessorBuilder
 
addAllFirst(HttpResponseInterceptor...) - Method in class tech.gusavila92.apache.http.protocol.HttpProcessorBuilder
 
addAllLast(HttpRequestInterceptor...) - Method in class tech.gusavila92.apache.http.protocol.HttpProcessorBuilder
 
addAllLast(HttpResponseInterceptor...) - Method in class tech.gusavila92.apache.http.protocol.HttpProcessorBuilder
 
addFirst(HttpRequestInterceptor) - Method in class tech.gusavila92.apache.http.protocol.HttpProcessorBuilder
 
addFirst(HttpResponseInterceptor) - Method in class tech.gusavila92.apache.http.protocol.HttpProcessorBuilder
 
addHeader(Header) - Method in interface tech.gusavila92.apache.http.HttpMessage
Adds a header to this message.
addHeader(String, String) - Method in interface tech.gusavila92.apache.http.HttpMessage
Adds a header to this message.
addHeader(Header) - Method in class tech.gusavila92.apache.http.message.AbstractHttpMessage
 
addHeader(String, String) - Method in class tech.gusavila92.apache.http.message.AbstractHttpMessage
 
addHeader(Header) - Method in class tech.gusavila92.apache.http.message.HeaderGroup
Adds the given header to the group.
addHeader(String, String) - Method in class tech.gusavila92.websocketclient.WebSocketClient
Adds a new header to the set of headers that will be send into the handshake This header will be added to the set of headers: Host, Upgrade, Connection, Sec-WebSocket-Key, Sec-WebSocket-Version
addInterceptorFirst(HttpResponseInterceptor) - Method in class tech.gusavila92.apache.http.impl.bootstrap.ServerBootstrap
Adds this protocol interceptor to the head of the protocol processing list.
addInterceptorFirst(HttpRequestInterceptor) - Method in class tech.gusavila92.apache.http.impl.bootstrap.ServerBootstrap
Adds this protocol interceptor to the head of the protocol processing list.
addInterceptorLast(HttpResponseInterceptor) - Method in class tech.gusavila92.apache.http.impl.bootstrap.ServerBootstrap
Adds this protocol interceptor to the tail of the protocol processing list.
addInterceptorLast(HttpRequestInterceptor) - Method in class tech.gusavila92.apache.http.impl.bootstrap.ServerBootstrap
Adds this protocol interceptor to the tail of the protocol processing list.
addLast(HttpRequestInterceptor) - Method in class tech.gusavila92.apache.http.protocol.HttpProcessorBuilder
 
addLast(HttpResponseInterceptor) - Method in class tech.gusavila92.apache.http.protocol.HttpProcessorBuilder
 
addRequestInterceptor(HttpRequestInterceptor) - Method in interface tech.gusavila92.apache.http.protocol.HttpRequestInterceptorList
Deprecated.
Appends a request interceptor to this list.
addRequestInterceptor(HttpRequestInterceptor, int) - Method in interface tech.gusavila92.apache.http.protocol.HttpRequestInterceptorList
Deprecated.
Inserts a request interceptor at the specified index.
addResponseInterceptor(HttpResponseInterceptor) - Method in interface tech.gusavila92.apache.http.protocol.HttpResponseInterceptorList
Deprecated.
Appends a response interceptor to this list.
addResponseInterceptor(HttpResponseInterceptor, int) - Method in interface tech.gusavila92.apache.http.protocol.HttpResponseInterceptorList
Deprecated.
Inserts a response interceptor at the specified index.
address - Variable in class tech.gusavila92.apache.http.HttpHost
 
AGE - Static variable in class tech.gusavila92.apache.http.HttpHeaders
RFC 2616 (HTTP/1.1) Section 14.6
ALL - Static variable in class tech.gusavila92.apache.commons.codec.language.bm.Rule
 
ALL_STRINGS_RMATCHER - Static variable in class tech.gusavila92.apache.commons.codec.language.bm.Rule
 
allHeaders - Variable in class tech.gusavila92.apache.http.message.BasicHeaderIterator
An array of headers to iterate over.
allHeaders - Variable in class tech.gusavila92.apache.http.message.BasicListHeaderIterator
A list of headers to iterate over.
ALLOW - Static variable in class tech.gusavila92.apache.http.HttpHeaders
RFC 1945 (HTTP/1.0) Section 10.1, RFC 2616 (HTTP/1.1) Section 14.7
ANY - Static variable in class tech.gusavila92.apache.commons.codec.language.bm.Languages
 
ANY_LANGUAGE - Static variable in class tech.gusavila92.apache.commons.codec.language.bm.Languages
Any/all languages.
append(CharSequence) - Method in class tech.gusavila92.apache.commons.codec.language.bm.Rule.Phoneme
 
append(char) - Method in class tech.gusavila92.apache.commons.codec.language.DoubleMetaphone.DoubleMetaphoneResult
 
append(char, char) - Method in class tech.gusavila92.apache.commons.codec.language.DoubleMetaphone.DoubleMetaphoneResult
 
append(String) - Method in class tech.gusavila92.apache.commons.codec.language.DoubleMetaphone.DoubleMetaphoneResult
 
append(String, String) - Method in class tech.gusavila92.apache.commons.codec.language.DoubleMetaphone.DoubleMetaphoneResult
 
append(byte[], int, int) - Method in class tech.gusavila92.apache.http.util.ByteArrayBuffer
Appends len bytes to this buffer from the given source array starting at index off.
append(int) - Method in class tech.gusavila92.apache.http.util.ByteArrayBuffer
Appends b byte to this buffer.
append(char[], int, int) - Method in class tech.gusavila92.apache.http.util.ByteArrayBuffer
Appends len chars to this buffer from the given source array starting at index off.
append(CharArrayBuffer, int, int) - Method in class tech.gusavila92.apache.http.util.ByteArrayBuffer
Appends len chars to this buffer from the given source char array buffer starting at index off.
append(char[], int, int) - Method in class tech.gusavila92.apache.http.util.CharArrayBuffer
Appends len chars to this buffer from the given source array starting at index off.
append(String) - Method in class tech.gusavila92.apache.http.util.CharArrayBuffer
Appends chars of the given string to this buffer.
append(CharArrayBuffer, int, int) - Method in class tech.gusavila92.apache.http.util.CharArrayBuffer
Appends len chars to this buffer from the given source buffer starting at index off.
append(CharArrayBuffer) - Method in class tech.gusavila92.apache.http.util.CharArrayBuffer
Appends all chars to this buffer from the given source buffer starting at index 0.
append(char) - Method in class tech.gusavila92.apache.http.util.CharArrayBuffer
Appends ch char to this buffer.
append(byte[], int, int) - Method in class tech.gusavila92.apache.http.util.CharArrayBuffer
Appends len bytes to this buffer from the given source array starting at index off.
append(ByteArrayBuffer, int, int) - Method in class tech.gusavila92.apache.http.util.CharArrayBuffer
Appends len bytes to this buffer from the given source array starting at index off.
append(Object) - Method in class tech.gusavila92.apache.http.util.CharArrayBuffer
Appends chars of the textual representation of the given object to this buffer.
appendAlternate(char) - Method in class tech.gusavila92.apache.commons.codec.language.DoubleMetaphone.DoubleMetaphoneResult
 
appendAlternate(String) - Method in class tech.gusavila92.apache.commons.codec.language.DoubleMetaphone.DoubleMetaphoneResult
 
appendPrimary(char) - Method in class tech.gusavila92.apache.commons.codec.language.DoubleMetaphone.DoubleMetaphoneResult
 
appendPrimary(String) - Method in class tech.gusavila92.apache.commons.codec.language.DoubleMetaphone.DoubleMetaphoneResult
 
appendProtocolVersion(CharArrayBuffer, ProtocolVersion) - Method in class tech.gusavila92.apache.http.message.BasicLineFormatter
 
appendProtocolVersion(CharArrayBuffer, ProtocolVersion) - Method in interface tech.gusavila92.apache.http.message.LineFormatter
Formats a protocol version.
APPLICATION_ATOM_XML - Static variable in class tech.gusavila92.apache.http.entity.ContentType
 
APPLICATION_FORM_URLENCODED - Static variable in class tech.gusavila92.apache.http.entity.ContentType
 
APPLICATION_JSON - Static variable in class tech.gusavila92.apache.http.entity.ContentType
 
APPLICATION_OCTET_STREAM - Static variable in class tech.gusavila92.apache.http.entity.ContentType
 
APPLICATION_SVG_XML - Static variable in class tech.gusavila92.apache.http.entity.ContentType
 
APPLICATION_XHTML_XML - Static variable in class tech.gusavila92.apache.http.entity.ContentType
 
APPLICATION_XML - Static variable in class tech.gusavila92.apache.http.entity.ContentType
 
apr1Crypt(byte[]) - Static method in class tech.gusavila92.apache.commons.codec.digest.Md5Crypt
apr1Crypt(byte[], String) - Static method in class tech.gusavila92.apache.commons.codec.digest.Md5Crypt
apr1Crypt(String) - Static method in class tech.gusavila92.apache.commons.codec.digest.Md5Crypt
apr1Crypt(String, String) - Static method in class tech.gusavila92.apache.commons.codec.digest.Md5Crypt
Generates an Apache htpasswd compatible "$apr1$" MD5 based hash value.
Args - Class in tech.gusavila92.apache.http.util
 
Args() - Constructor for class tech.gusavila92.apache.http.util.Args
 
ASCII - Static variable in class tech.gusavila92.apache.http.Consts
 
ASCII - Static variable in class tech.gusavila92.apache.http.protocol.HTTP
Deprecated.
(4.2)
Asserts - Class in tech.gusavila92.apache.http.util
 
Asserts() - Constructor for class tech.gusavila92.apache.http.util.Asserts
 
atEnd() - Method in class tech.gusavila92.apache.http.message.ParserCursor
 
AUTHORIZATION - Static variable in class tech.gusavila92.apache.http.HttpHeaders
RFC 1945 (HTTP/1.0) Section 10.2, RFC 2616 (HTTP/1.1) Section 14.8
available() - Method in class tech.gusavila92.apache.commons.codec.binary.BaseNCodecInputStream
available() - Method in class tech.gusavila92.apache.http.impl.io.ChunkedInputStream
 
available() - Method in class tech.gusavila92.apache.http.impl.io.ContentLengthInputStream
 
available() - Method in class tech.gusavila92.apache.http.impl.io.EmptyInputStream
 
available() - Method in class tech.gusavila92.apache.http.impl.io.IdentityInputStream
 
available() - Method in class tech.gusavila92.apache.http.impl.io.SessionInputBufferImpl
 
available() - Method in class tech.gusavila92.apache.http.impl.io.SessionOutputBufferImpl
 
available() - Method in interface tech.gusavila92.apache.http.io.BufferInfo
Returns available space in the buffer.
awaitInput(int) - Method in class tech.gusavila92.apache.http.impl.BHttpConnectionBase
 
awaitTermination(long, TimeUnit) - Method in class tech.gusavila92.apache.http.impl.bootstrap.HttpServer
 

B

Base32 - Class in tech.gusavila92.apache.commons.codec.binary
Provides Base32 encoding and decoding as defined by RFC 4648.
Base32() - Constructor for class tech.gusavila92.apache.commons.codec.binary.Base32
Creates a Base32 codec used for decoding and encoding.
Base32(byte) - Constructor for class tech.gusavila92.apache.commons.codec.binary.Base32
Creates a Base32 codec used for decoding and encoding.
Base32(boolean) - Constructor for class tech.gusavila92.apache.commons.codec.binary.Base32
Creates a Base32 codec used for decoding and encoding.
Base32(boolean, byte) - Constructor for class tech.gusavila92.apache.commons.codec.binary.Base32
Creates a Base32 codec used for decoding and encoding.
Base32(int) - Constructor for class tech.gusavila92.apache.commons.codec.binary.Base32
Creates a Base32 codec used for decoding and encoding.
Base32(int, byte[]) - Constructor for class tech.gusavila92.apache.commons.codec.binary.Base32
Creates a Base32 codec used for decoding and encoding.
Base32(int, byte[], boolean) - Constructor for class tech.gusavila92.apache.commons.codec.binary.Base32
Creates a Base32 / Base32 Hex codec used for decoding and encoding.
Base32(int, byte[], boolean, byte) - Constructor for class tech.gusavila92.apache.commons.codec.binary.Base32
Creates a Base32 / Base32 Hex codec used for decoding and encoding.
Base32InputStream - Class in tech.gusavila92.apache.commons.codec.binary
Provides Base32 encoding and decoding in a streaming fashion (unlimited size).
Base32InputStream(InputStream) - Constructor for class tech.gusavila92.apache.commons.codec.binary.Base32InputStream
Creates a Base32InputStream such that all data read is Base32-decoded from the original provided InputStream.
Base32InputStream(InputStream, boolean) - Constructor for class tech.gusavila92.apache.commons.codec.binary.Base32InputStream
Creates a Base32InputStream such that all data read is either Base32-encoded or Base32-decoded from the original provided InputStream.
Base32InputStream(InputStream, boolean, int, byte[]) - Constructor for class tech.gusavila92.apache.commons.codec.binary.Base32InputStream
Creates a Base32InputStream such that all data read is either Base32-encoded or Base32-decoded from the original provided InputStream.
Base32OutputStream - Class in tech.gusavila92.apache.commons.codec.binary
Provides Base32 encoding and decoding in a streaming fashion (unlimited size).
Base32OutputStream(OutputStream) - Constructor for class tech.gusavila92.apache.commons.codec.binary.Base32OutputStream
Creates a Base32OutputStream such that all data written is Base32-encoded to the original provided OutputStream.
Base32OutputStream(OutputStream, boolean) - Constructor for class tech.gusavila92.apache.commons.codec.binary.Base32OutputStream
Creates a Base32OutputStream such that all data written is either Base32-encoded or Base32-decoded to the original provided OutputStream.
Base32OutputStream(OutputStream, boolean, int, byte[]) - Constructor for class tech.gusavila92.apache.commons.codec.binary.Base32OutputStream
Creates a Base32OutputStream such that all data written is either Base32-encoded or Base32-decoded to the original provided OutputStream.
Base64 - Class in tech.gusavila92.apache.commons.codec.binary
Provides Base64 encoding and decoding as defined by RFC 2045.
Base64() - Constructor for class tech.gusavila92.apache.commons.codec.binary.Base64
Creates a Base64 codec used for decoding (all modes) and encoding in URL-unsafe mode.
Base64(boolean) - Constructor for class tech.gusavila92.apache.commons.codec.binary.Base64
Creates a Base64 codec used for decoding (all modes) and encoding in the given URL-safe mode.
Base64(int) - Constructor for class tech.gusavila92.apache.commons.codec.binary.Base64
Creates a Base64 codec used for decoding (all modes) and encoding in URL-unsafe mode.
Base64(int, byte[]) - Constructor for class tech.gusavila92.apache.commons.codec.binary.Base64
Creates a Base64 codec used for decoding (all modes) and encoding in URL-unsafe mode.
Base64(int, byte[], boolean) - Constructor for class tech.gusavila92.apache.commons.codec.binary.Base64
Creates a Base64 codec used for decoding (all modes) and encoding in URL-unsafe mode.
Base64InputStream - Class in tech.gusavila92.apache.commons.codec.binary
Provides Base64 encoding and decoding in a streaming fashion (unlimited size).
Base64InputStream(InputStream) - Constructor for class tech.gusavila92.apache.commons.codec.binary.Base64InputStream
Creates a Base64InputStream such that all data read is Base64-decoded from the original provided InputStream.
Base64InputStream(InputStream, boolean) - Constructor for class tech.gusavila92.apache.commons.codec.binary.Base64InputStream
Creates a Base64InputStream such that all data read is either Base64-encoded or Base64-decoded from the original provided InputStream.
Base64InputStream(InputStream, boolean, int, byte[]) - Constructor for class tech.gusavila92.apache.commons.codec.binary.Base64InputStream
Creates a Base64InputStream such that all data read is either Base64-encoded or Base64-decoded from the original provided InputStream.
Base64OutputStream - Class in tech.gusavila92.apache.commons.codec.binary
Provides Base64 encoding and decoding in a streaming fashion (unlimited size).
Base64OutputStream(OutputStream) - Constructor for class tech.gusavila92.apache.commons.codec.binary.Base64OutputStream
Creates a Base64OutputStream such that all data written is Base64-encoded to the original provided OutputStream.
Base64OutputStream(OutputStream, boolean) - Constructor for class tech.gusavila92.apache.commons.codec.binary.Base64OutputStream
Creates a Base64OutputStream such that all data written is either Base64-encoded or Base64-decoded to the original provided OutputStream.
Base64OutputStream(OutputStream, boolean, int, byte[]) - Constructor for class tech.gusavila92.apache.commons.codec.binary.Base64OutputStream
Creates a Base64OutputStream such that all data written is either Base64-encoded or Base64-decoded to the original provided OutputStream.
BaseNCodec - Class in tech.gusavila92.apache.commons.codec.binary
Abstract superclass for Base-N encoders and decoders.
BaseNCodec(int, int, int, int) - Constructor for class tech.gusavila92.apache.commons.codec.binary.BaseNCodec
Note lineLength is rounded down to the nearest multiple of BaseNCodec.encodedBlockSize If chunkSeparatorLength is zero, then chunking is disabled.
BaseNCodec(int, int, int, int, byte) - Constructor for class tech.gusavila92.apache.commons.codec.binary.BaseNCodec
Note lineLength is rounded down to the nearest multiple of BaseNCodec.encodedBlockSize If chunkSeparatorLength is zero, then chunking is disabled.
BaseNCodecInputStream - Class in tech.gusavila92.apache.commons.codec.binary
Abstract superclass for Base-N input streams.
BaseNCodecInputStream(InputStream, BaseNCodec, boolean) - Constructor for class tech.gusavila92.apache.commons.codec.binary.BaseNCodecInputStream
 
BaseNCodecOutputStream - Class in tech.gusavila92.apache.commons.codec.binary
Abstract superclass for Base-N output streams.
BaseNCodecOutputStream(OutputStream, BaseNCodec, boolean) - Constructor for class tech.gusavila92.apache.commons.codec.binary.BaseNCodecOutputStream
 
BasicConnFactory - Class in tech.gusavila92.apache.http.impl.pool
A very basic ConnFactory implementation that creates HttpClientConnection instances given a HttpHost instance.
BasicConnFactory(SSLSocketFactory, HttpParams) - Constructor for class tech.gusavila92.apache.http.impl.pool.BasicConnFactory
BasicConnFactory(HttpParams) - Constructor for class tech.gusavila92.apache.http.impl.pool.BasicConnFactory
BasicConnFactory(SocketFactory, SSLSocketFactory, int, SocketConfig, ConnectionConfig) - Constructor for class tech.gusavila92.apache.http.impl.pool.BasicConnFactory
 
BasicConnFactory(int, SocketConfig, ConnectionConfig) - Constructor for class tech.gusavila92.apache.http.impl.pool.BasicConnFactory
 
BasicConnFactory(SocketConfig, ConnectionConfig) - Constructor for class tech.gusavila92.apache.http.impl.pool.BasicConnFactory
 
BasicConnFactory() - Constructor for class tech.gusavila92.apache.http.impl.pool.BasicConnFactory
 
BasicConnPool - Class in tech.gusavila92.apache.http.impl.pool
A very basic ConnPool implementation that represents a pool of blocking HttpClientConnection connections identified by an HttpHost instance.
BasicConnPool(ConnFactory<HttpHost, HttpClientConnection>) - Constructor for class tech.gusavila92.apache.http.impl.pool.BasicConnPool
 
BasicConnPool(HttpParams) - Constructor for class tech.gusavila92.apache.http.impl.pool.BasicConnPool
BasicConnPool(SocketConfig, ConnectionConfig) - Constructor for class tech.gusavila92.apache.http.impl.pool.BasicConnPool
 
BasicConnPool() - Constructor for class tech.gusavila92.apache.http.impl.pool.BasicConnPool
 
BasicFuture<T> - Class in tech.gusavila92.apache.http.concurrent
Basic implementation of the Future interface.
BasicFuture(FutureCallback<T>) - Constructor for class tech.gusavila92.apache.http.concurrent.BasicFuture
 
BasicHeader - Class in tech.gusavila92.apache.http.message
Basic implementation of Header.
BasicHeader(String, String) - Constructor for class tech.gusavila92.apache.http.message.BasicHeader
Constructor with name and value
BasicHeaderElement - Class in tech.gusavila92.apache.http.message
Basic implementation of HeaderElement
BasicHeaderElement(String, String, NameValuePair[]) - Constructor for class tech.gusavila92.apache.http.message.BasicHeaderElement
Constructor with name, value and parameters.
BasicHeaderElement(String, String) - Constructor for class tech.gusavila92.apache.http.message.BasicHeaderElement
Constructor with name and value.
BasicHeaderElementIterator - Class in tech.gusavila92.apache.http.message
Basic implementation of a HeaderElementIterator.
BasicHeaderElementIterator(HeaderIterator, HeaderValueParser) - Constructor for class tech.gusavila92.apache.http.message.BasicHeaderElementIterator
Creates a new instance of BasicHeaderElementIterator
BasicHeaderElementIterator(HeaderIterator) - Constructor for class tech.gusavila92.apache.http.message.BasicHeaderElementIterator
 
BasicHeaderIterator - Class in tech.gusavila92.apache.http.message
Basic implementation of a HeaderIterator.
BasicHeaderIterator(Header[], String) - Constructor for class tech.gusavila92.apache.http.message.BasicHeaderIterator
Creates a new header iterator.
BasicHeaderValueFormatter - Class in tech.gusavila92.apache.http.message
Basic implementation for formatting header value elements.
BasicHeaderValueFormatter() - Constructor for class tech.gusavila92.apache.http.message.BasicHeaderValueFormatter
 
BasicHeaderValueParser - Class in tech.gusavila92.apache.http.message
Basic implementation for parsing header values into elements.
BasicHeaderValueParser() - Constructor for class tech.gusavila92.apache.http.message.BasicHeaderValueParser
 
BasicHttpContext - Class in tech.gusavila92.apache.http.protocol
Default implementation of HttpContext.
BasicHttpContext() - Constructor for class tech.gusavila92.apache.http.protocol.BasicHttpContext
 
BasicHttpContext(HttpContext) - Constructor for class tech.gusavila92.apache.http.protocol.BasicHttpContext
 
BasicHttpEntity - Class in tech.gusavila92.apache.http.entity
A generic streamed, non-repeatable entity that obtains its content from an InputStream.
BasicHttpEntity() - Constructor for class tech.gusavila92.apache.http.entity.BasicHttpEntity
Creates a new basic entity.
BasicHttpEntityEnclosingRequest - Class in tech.gusavila92.apache.http.message
Basic implementation of HttpEntityEnclosingRequest.
BasicHttpEntityEnclosingRequest(String, String) - Constructor for class tech.gusavila92.apache.http.message.BasicHttpEntityEnclosingRequest
 
BasicHttpEntityEnclosingRequest(String, String, ProtocolVersion) - Constructor for class tech.gusavila92.apache.http.message.BasicHttpEntityEnclosingRequest
 
BasicHttpEntityEnclosingRequest(RequestLine) - Constructor for class tech.gusavila92.apache.http.message.BasicHttpEntityEnclosingRequest
 
BasicHttpParams - Class in tech.gusavila92.apache.http.params
Deprecated.
(4.3) use configuration classes provided 'tech.gusavila92.apache.http.config' and 'tech.gusavila92.apache.http.client.config'
BasicHttpParams() - Constructor for class tech.gusavila92.apache.http.params.BasicHttpParams
Deprecated.
 
BasicHttpRequest - Class in tech.gusavila92.apache.http.message
Basic implementation of HttpRequest.
BasicHttpRequest(String, String) - Constructor for class tech.gusavila92.apache.http.message.BasicHttpRequest
Creates an instance of this class using the given request method and URI.
BasicHttpRequest(String, String, ProtocolVersion) - Constructor for class tech.gusavila92.apache.http.message.BasicHttpRequest
Creates an instance of this class using the given request method, URI and the HTTP protocol version.
BasicHttpRequest(RequestLine) - Constructor for class tech.gusavila92.apache.http.message.BasicHttpRequest
Creates an instance of this class using the given request line.
BasicHttpResponse - Class in tech.gusavila92.apache.http.message
Basic implementation of HttpResponse.
BasicHttpResponse(StatusLine, ReasonPhraseCatalog, Locale) - Constructor for class tech.gusavila92.apache.http.message.BasicHttpResponse
Creates a new response.
BasicHttpResponse(StatusLine) - Constructor for class tech.gusavila92.apache.http.message.BasicHttpResponse
Creates a response from a status line.
BasicHttpResponse(ProtocolVersion, int, String) - Constructor for class tech.gusavila92.apache.http.message.BasicHttpResponse
Creates a response from elements of a status line.
BasicLineFormatter - Class in tech.gusavila92.apache.http.message
Interface for formatting elements of the HEAD section of an HTTP message.
BasicLineFormatter() - Constructor for class tech.gusavila92.apache.http.message.BasicLineFormatter
 
BasicLineParser - Class in tech.gusavila92.apache.http.message
Basic parser for lines in the head section of an HTTP message.
BasicLineParser(ProtocolVersion) - Constructor for class tech.gusavila92.apache.http.message.BasicLineParser
Creates a new line parser for the given HTTP-like protocol.
BasicLineParser() - Constructor for class tech.gusavila92.apache.http.message.BasicLineParser
Creates a new line parser for HTTP.
BasicListHeaderIterator - Class in tech.gusavila92.apache.http.message
Implementation of a HeaderIterator based on a List.
BasicListHeaderIterator(List<Header>, String) - Constructor for class tech.gusavila92.apache.http.message.BasicListHeaderIterator
Creates a new header iterator.
BasicNameValuePair - Class in tech.gusavila92.apache.http.message
Basic implementation of NameValuePair.
BasicNameValuePair(String, String) - Constructor for class tech.gusavila92.apache.http.message.BasicNameValuePair
Default Constructor taking a name and a value.
BasicPoolEntry - Class in tech.gusavila92.apache.http.impl.pool
A very basic PoolEntry implementation that represents an entry in a pool of blocking HttpClientConnections identified by an HttpHost instance.
BasicPoolEntry(String, HttpHost, HttpClientConnection) - Constructor for class tech.gusavila92.apache.http.impl.pool.BasicPoolEntry
 
BasicRequestLine - Class in tech.gusavila92.apache.http.message
Basic implementation of RequestLine.
BasicRequestLine(String, String, ProtocolVersion) - Constructor for class tech.gusavila92.apache.http.message.BasicRequestLine
 
BasicStatusLine - Class in tech.gusavila92.apache.http.message
Basic implementation of StatusLine
BasicStatusLine(ProtocolVersion, int, String) - Constructor for class tech.gusavila92.apache.http.message.BasicStatusLine
Creates a new status line with the given version, status, and reason.
BasicTokenIterator - Class in tech.gusavila92.apache.http.message
Basic implementation of a TokenIterator.
BasicTokenIterator(HeaderIterator) - Constructor for class tech.gusavila92.apache.http.message.BasicTokenIterator
Creates a new instance of BasicTokenIterator.
BCodec - Class in tech.gusavila92.apache.commons.codec.net
Identical to the Base64 encoding defined by RFC 1521 and allows a character set to be specified.
BCodec() - Constructor for class tech.gusavila92.apache.commons.codec.net.BCodec
Default constructor.
BCodec(Charset) - Constructor for class tech.gusavila92.apache.commons.codec.net.BCodec
Constructor which allows for the selection of a default charset
BCodec(String) - Constructor for class tech.gusavila92.apache.commons.codec.net.BCodec
Constructor which allows for the selection of a default charset
BeiderMorseEncoder - Class in tech.gusavila92.apache.commons.codec.language.bm
Encodes strings into their Beider-Morse phonetic encoding.
BeiderMorseEncoder() - Constructor for class tech.gusavila92.apache.commons.codec.language.bm.BeiderMorseEncoder
 
BHttpConnectionBase - Class in tech.gusavila92.apache.http.impl
This class serves as a base for all HttpConnection implementations and provides functionality common to both client and server HTTP connections.
BHttpConnectionBase(int, int, CharsetDecoder, CharsetEncoder, MessageConstraints, ContentLengthStrategy, ContentLengthStrategy) - Constructor for class tech.gusavila92.apache.http.impl.BHttpConnectionBase
Creates new instance of BHttpConnectionBase.
BinaryCodec - Class in tech.gusavila92.apache.commons.codec.binary
Converts between byte arrays and strings of "0"s and "1"s.
BinaryCodec() - Constructor for class tech.gusavila92.apache.commons.codec.binary.BinaryCodec
 
BinaryDecoder - Interface in tech.gusavila92.apache.commons.codec
Defines common decoding methods for byte array decoders.
BinaryEncoder - Interface in tech.gusavila92.apache.commons.codec
Defines common encoding methods for byte array encoders.
bind(Socket) - Method in class tech.gusavila92.apache.http.impl.BHttpConnectionBase
Binds this connection to the given Socket.
bind(Socket) - Method in class tech.gusavila92.apache.http.impl.DefaultBHttpClientConnection
 
bind(Socket) - Method in class tech.gusavila92.apache.http.impl.DefaultBHttpServerConnection
 
bind(InputStream) - Method in class tech.gusavila92.apache.http.impl.io.SessionInputBufferImpl
 
bind(OutputStream) - Method in class tech.gusavila92.apache.http.impl.io.SessionOutputBufferImpl
 
bootstrap() - Static method in class tech.gusavila92.apache.http.impl.bootstrap.ServerBootstrap
 
buffer() - Method in class tech.gusavila92.apache.http.util.ByteArrayBuffer
Returns reference to the underlying byte array.
buffer() - Method in class tech.gusavila92.apache.http.util.CharArrayBuffer
Returns reference to the underlying char array.
BufferedHeader - Class in tech.gusavila92.apache.http.message
This class represents a raw HTTP header whose content is parsed 'on demand' only when the header value needs to be consumed.
BufferedHeader(CharArrayBuffer) - Constructor for class tech.gusavila92.apache.http.message.BufferedHeader
Creates a new header from a buffer.
BufferedHttpEntity - Class in tech.gusavila92.apache.http.entity
A wrapping entity that buffers it content if necessary.
BufferedHttpEntity(HttpEntity) - Constructor for class tech.gusavila92.apache.http.entity.BufferedHttpEntity
Creates a new buffered entity wrapper.
BufferInfo - Interface in tech.gusavila92.apache.http.io
Basic buffer properties.
build() - Method in class tech.gusavila92.apache.http.config.ConnectionConfig.Builder
 
build() - Method in class tech.gusavila92.apache.http.config.MessageConstraints.Builder
 
build() - Method in class tech.gusavila92.apache.http.config.RegistryBuilder
 
build() - Method in class tech.gusavila92.apache.http.config.SocketConfig.Builder
 
build() - Method in class tech.gusavila92.apache.http.protocol.HttpProcessorBuilder
 
build() - Method in class tech.gusavila92.apache.http.ssl.SSLContextBuilder
 
ByteArrayBuffer - Class in tech.gusavila92.apache.http.util
A resizable byte array.
ByteArrayBuffer(int) - Constructor for class tech.gusavila92.apache.http.util.ByteArrayBuffer
Creates an instance of ByteArrayBuffer with the given initial capacity.
ByteArrayEntity - Class in tech.gusavila92.apache.http.entity
A self contained, repeatable entity that obtains its content from a byte array.
ByteArrayEntity(byte[], ContentType) - Constructor for class tech.gusavila92.apache.http.entity.ByteArrayEntity
 
ByteArrayEntity(byte[], int, int, ContentType) - Constructor for class tech.gusavila92.apache.http.entity.ByteArrayEntity
 
ByteArrayEntity(byte[]) - Constructor for class tech.gusavila92.apache.http.entity.ByteArrayEntity
 
ByteArrayEntity(byte[], int, int) - Constructor for class tech.gusavila92.apache.http.entity.ByteArrayEntity
 
byteAt(int) - Method in class tech.gusavila92.apache.http.util.ByteArrayBuffer
Returns the byte value in this buffer at the specified index.

C

CACHE_CONTROL - Static variable in class tech.gusavila92.apache.http.HttpHeaders
RFC 2616 (HTTP/1.1) Section 14.9
cancel(boolean) - Method in class tech.gusavila92.apache.http.concurrent.BasicFuture
 
cancel() - Method in class tech.gusavila92.apache.http.concurrent.BasicFuture
 
cancel() - Method in interface tech.gusavila92.apache.http.concurrent.Cancellable
 
Cancellable - Interface in tech.gusavila92.apache.http.concurrent
A Cancellable represents a process or an operation that can be canceled.
cancelled() - Method in interface tech.gusavila92.apache.http.concurrent.FutureCallback
 
canResponseHaveBody(HttpRequest, HttpResponse) - Method in class tech.gusavila92.apache.http.protocol.HttpRequestExecutor
Decide whether a response comes with an entity.
capacity() - Method in class tech.gusavila92.apache.http.impl.io.SessionInputBufferImpl
 
capacity() - Method in class tech.gusavila92.apache.http.impl.io.SessionOutputBufferImpl
 
capacity() - Method in interface tech.gusavila92.apache.http.io.BufferInfo
Returns total capacity of the buffer
capacity() - Method in class tech.gusavila92.apache.http.util.ByteArrayBuffer
Returns the current capacity.
capacity() - Method in class tech.gusavila92.apache.http.util.CharArrayBuffer
Returns the current capacity.
Caverphone - Class in tech.gusavila92.apache.commons.codec.language
Deprecated.
1.5 Replaced by Caverphone2, will be removed in 2.0.
Caverphone() - Constructor for class tech.gusavila92.apache.commons.codec.language.Caverphone
Deprecated.
Creates an instance of the Caverphone encoder
caverphone(String) - Method in class tech.gusavila92.apache.commons.codec.language.Caverphone
Deprecated.
Encodes the given String into a Caverphone value.
Caverphone1 - Class in tech.gusavila92.apache.commons.codec.language
Encodes a string into a Caverphone 1.0 value.
Caverphone1() - Constructor for class tech.gusavila92.apache.commons.codec.language.Caverphone1
 
Caverphone2 - Class in tech.gusavila92.apache.commons.codec.language
Encodes a string into a Caverphone 2.0 value.
Caverphone2() - Constructor for class tech.gusavila92.apache.commons.codec.language.Caverphone2
 
CharArrayBuffer - Class in tech.gusavila92.apache.http.util
A resizable char array.
CharArrayBuffer(int) - Constructor for class tech.gusavila92.apache.http.util.CharArrayBuffer
Creates an instance of CharArrayBuffer with the given initial capacity.
charAt(String, int) - Method in class tech.gusavila92.apache.commons.codec.language.DoubleMetaphone
 
charAt(int) - Method in class tech.gusavila92.apache.http.util.CharArrayBuffer
Returns the char value in this buffer at the specified index.
CharEncoding - Class in tech.gusavila92.apache.commons.codec
Character encoding names required of every implementation of the Java platform.
CharEncoding() - Constructor for class tech.gusavila92.apache.commons.codec.CharEncoding
 
CharSequenceUtils - Class in tech.gusavila92.apache.commons.codec.binary
Operations on CharSequence that are null safe.
CharSequenceUtils() - Constructor for class tech.gusavila92.apache.commons.codec.binary.CharSequenceUtils
 
charset - Variable in class tech.gusavila92.apache.commons.codec.net.URLCodec
Deprecated.
TODO: This field will be changed to a private final Charset in 2.0.
CHARSET_PARAM - Static variable in class tech.gusavila92.apache.http.protocol.HTTP
Deprecated.
(4.2)
Charsets - Class in tech.gusavila92.apache.commons.codec
Charsets required of every implementation of the Java platform.
Charsets() - Constructor for class tech.gusavila92.apache.commons.codec.Charsets
 
CharsetUtils - Class in tech.gusavila92.apache.http.util
 
CharsetUtils() - Constructor for class tech.gusavila92.apache.http.util.CharsetUtils
 
check(boolean, String) - Static method in class tech.gusavila92.apache.http.util.Args
 
check(boolean, String, Object...) - Static method in class tech.gusavila92.apache.http.util.Args
 
check(boolean, String, Object) - Static method in class tech.gusavila92.apache.http.util.Args
 
check(boolean, String) - Static method in class tech.gusavila92.apache.http.util.Asserts
 
check(boolean, String, Object...) - Static method in class tech.gusavila92.apache.http.util.Asserts
 
check(boolean, String, Object) - Static method in class tech.gusavila92.apache.http.util.Asserts
 
chooseAlias(Map<String, PrivateKeyDetails>, Socket) - Method in interface tech.gusavila92.apache.http.ssl.PrivateKeyStrategy
Determines what key material to use for SSL authentication.
CHUNK_CODING - Static variable in class tech.gusavila92.apache.http.protocol.HTTP
Transfer encoding definitions
chunked - Variable in class tech.gusavila92.apache.http.entity.AbstractHttpEntity
 
CHUNKED - Static variable in interface tech.gusavila92.apache.http.entity.ContentLengthStrategy
 
ChunkedInputStream - Class in tech.gusavila92.apache.http.impl.io
Implements chunked transfer coding.
ChunkedInputStream(SessionInputBuffer, MessageConstraints) - Constructor for class tech.gusavila92.apache.http.impl.io.ChunkedInputStream
Wraps session input stream and reads chunk coded input.
ChunkedInputStream(SessionInputBuffer) - Constructor for class tech.gusavila92.apache.http.impl.io.ChunkedInputStream
Wraps session input stream and reads chunk coded input.
ChunkedOutputStream - Class in tech.gusavila92.apache.http.impl.io
Implements chunked transfer coding.
ChunkedOutputStream(SessionOutputBuffer, int) - Constructor for class tech.gusavila92.apache.http.impl.io.ChunkedOutputStream
ChunkedOutputStream(SessionOutputBuffer) - Constructor for class tech.gusavila92.apache.http.impl.io.ChunkedOutputStream
ChunkedOutputStream(int, SessionOutputBuffer) - Constructor for class tech.gusavila92.apache.http.impl.io.ChunkedOutputStream
Wraps a session output buffer and chunk-encodes the output.
clear() - Method in class tech.gusavila92.apache.http.impl.io.SessionInputBufferImpl
 
clear() - Method in class tech.gusavila92.apache.http.message.HeaderGroup
Removes any contained headers.
clear() - Method in class tech.gusavila92.apache.http.params.BasicHttpParams
Deprecated.
Removes all parameters from this collection.
clear() - Method in class tech.gusavila92.apache.http.protocol.BasicHttpContext
 
clear() - Method in class tech.gusavila92.apache.http.util.ByteArrayBuffer
Clears content of the buffer.
clear() - Method in class tech.gusavila92.apache.http.util.CharArrayBuffer
Clears content of the buffer.
clearRequestInterceptors() - Method in interface tech.gusavila92.apache.http.protocol.HttpRequestInterceptorList
Deprecated.
Removes all request interceptors from this list.
clearResponseInterceptors() - Method in interface tech.gusavila92.apache.http.protocol.HttpResponseInterceptorList
Deprecated.
Removes all response interceptors from this list.
clone() - Method in class tech.gusavila92.apache.http.config.ConnectionConfig
 
clone() - Method in class tech.gusavila92.apache.http.config.MessageConstraints
 
clone() - Method in class tech.gusavila92.apache.http.config.SocketConfig
 
clone() - Method in class tech.gusavila92.apache.http.entity.ByteArrayEntity
 
clone() - Method in class tech.gusavila92.apache.http.entity.FileEntity
 
clone() - Method in class tech.gusavila92.apache.http.entity.StringEntity
 
clone() - Method in class tech.gusavila92.apache.http.HttpHost
 
clone() - Method in class tech.gusavila92.apache.http.message.BasicHeader
 
clone() - Method in class tech.gusavila92.apache.http.message.BasicHeaderElement
 
clone() - Method in class tech.gusavila92.apache.http.message.BasicNameValuePair
 
clone() - Method in class tech.gusavila92.apache.http.message.BasicRequestLine
 
clone() - Method in class tech.gusavila92.apache.http.message.BasicStatusLine
 
clone() - Method in class tech.gusavila92.apache.http.message.BufferedHeader
 
clone() - Method in class tech.gusavila92.apache.http.message.HeaderGroup
 
clone() - Method in class tech.gusavila92.apache.http.params.BasicHttpParams
Deprecated.
Clones the instance.
clone() - Method in class tech.gusavila92.apache.http.ProtocolVersion
 
close() - Method in class tech.gusavila92.apache.commons.codec.binary.BaseNCodecOutputStream
Closes this output stream and releases any system resources associated with the stream.
close() - Method in interface tech.gusavila92.apache.http.HttpConnection
Closes this connection gracefully.
close() - Method in class tech.gusavila92.apache.http.impl.BHttpConnectionBase
 
close() - Method in class tech.gusavila92.apache.http.impl.io.ChunkedInputStream
Upon close, this reads the remainder of the chunked message, leaving the underlying socket at a position to start reading the next response without scanning.
close() - Method in class tech.gusavila92.apache.http.impl.io.ChunkedOutputStream
Finishes writing to the underlying stream, but does NOT close the underlying stream.
close() - Method in class tech.gusavila92.apache.http.impl.io.ContentLengthInputStream
Reads until the end of the known length of content.
close() - Method in class tech.gusavila92.apache.http.impl.io.ContentLengthOutputStream
Does not close the underlying socket output.
close() - Method in class tech.gusavila92.apache.http.impl.io.EmptyInputStream
 
close() - Method in class tech.gusavila92.apache.http.impl.io.IdentityInputStream
 
close() - Method in class tech.gusavila92.apache.http.impl.io.IdentityOutputStream
Does not close the underlying socket output.
close() - Method in class tech.gusavila92.apache.http.impl.pool.BasicPoolEntry
 
close() - Method in class tech.gusavila92.apache.http.pool.PoolEntry
Invalidates the pool entry and closes the pooled connection associated with it.
close() - Method in class tech.gusavila92.websocketclient.WebSocketClient
Closes the WebSocket connection
closeExpired() - Method in class tech.gusavila92.apache.http.pool.AbstractConnPool
Closes expired connections and evicts them from the pool.
closeIdle(long, TimeUnit) - Method in class tech.gusavila92.apache.http.pool.AbstractConnPool
Closes connections that have been idle longer than the given period of time and evicts them from the pool.
ColognePhonetic - Class in tech.gusavila92.apache.commons.codec.language
Encodes a string into a Cologne Phonetic value.
ColognePhonetic() - Constructor for class tech.gusavila92.apache.commons.codec.language.ColognePhonetic
 
colognePhonetic(String) - Method in class tech.gusavila92.apache.commons.codec.language.ColognePhonetic
Implements the Kölner Phonetik algorithm.
COMPARATOR - Static variable in class tech.gusavila92.apache.commons.codec.language.bm.Rule.Phoneme
 
compare(Object, Object) - Method in class tech.gusavila92.apache.commons.codec.StringEncoderComparator
Compares two strings based not on the strings themselves, but on an encoding of the two strings using the StringEncoder this Comparator was created with.
compareToVersion(ProtocolVersion) - Method in class tech.gusavila92.apache.http.ProtocolVersion
Compares this protocol version with another one.
completed(T) - Method in class tech.gusavila92.apache.http.concurrent.BasicFuture
 
completed(T) - Method in interface tech.gusavila92.apache.http.concurrent.FutureCallback
 
CONN_CLOSE - Static variable in class tech.gusavila92.apache.http.protocol.HTTP
HTTP connection control
CONN_DIRECTIVE - Static variable in class tech.gusavila92.apache.http.protocol.HTTP
 
CONN_KEEP_ALIVE - Static variable in class tech.gusavila92.apache.http.protocol.HTTP
 
connect() - Method in class tech.gusavila92.websocketclient.WebSocketClient
Starts a new connection to the WebSocket server
CONNECTION - Static variable in class tech.gusavila92.apache.http.HttpHeaders
RFC 2616 (HTTP/1.1) Section 14.10
CONNECTION_TIMEOUT - Static variable in interface tech.gusavila92.apache.http.params.CoreConnectionPNames
Deprecated.
Determines the timeout in milliseconds until a connection is established.
ConnectionClosedException - Exception in tech.gusavila92.apache.http
Signals that the connection has been closed unexpectedly.
ConnectionClosedException(String) - Constructor for exception tech.gusavila92.apache.http.ConnectionClosedException
Creates a new ConnectionClosedException with the specified detail message.
ConnectionConfig - Class in tech.gusavila92.apache.http.config
HTTP connection configuration.
ConnectionConfig.Builder - Class in tech.gusavila92.apache.http.config
 
ConnectionReuseStrategy - Interface in tech.gusavila92.apache.http
Interface for deciding whether a connection can be re-used for subsequent requests and should be kept alive.
ConnFactory<T,C> - Interface in tech.gusavila92.apache.http.pool
Factory for poolable blocking connections.
ConnPool<T,E> - Interface in tech.gusavila92.apache.http.pool
ConnPool represents a shared pool connections can be leased from and released back to.
ConnPoolControl<T> - Interface in tech.gusavila92.apache.http.pool
Interface to control runtime properties of a ConnPool such as maximum total number of connections or maximum connections per route allowed.
ConnSupport - Class in tech.gusavila92.apache.http.impl
Connection support methods.
ConnSupport() - Constructor for class tech.gusavila92.apache.http.impl.ConnSupport
 
Consts - Class in tech.gusavila92.apache.http
Commons constants.
consume(HttpEntity) - Static method in class tech.gusavila92.apache.http.util.EntityUtils
Ensures that the entity content is fully consumed and the content stream, if exists, is closed.
consumeContent() - Method in class tech.gusavila92.apache.http.entity.AbstractHttpEntity
Deprecated.
(4.1) Either use HttpEntity.getContent() and call InputStream.close() on that; otherwise call HttpEntity.writeTo(java.io.OutputStream) which is required to free the resources.
consumeContent() - Method in class tech.gusavila92.apache.http.entity.HttpEntityWrapper
Deprecated.
(4.1) Either use HttpEntityWrapper.getContent() and call InputStream.close() on that; otherwise call HttpEntityWrapper.writeTo(OutputStream) which is required to free the resources.
consumeContent() - Method in interface tech.gusavila92.apache.http.HttpEntity
Deprecated.
consumeQuietly(HttpEntity) - Static method in class tech.gusavila92.apache.http.util.EntityUtils
Ensures that the entity content is fully consumed and the content stream, if exists, is closed.
contains(String) - Method in class tech.gusavila92.apache.commons.codec.language.bm.Languages.LanguageSet
 
contains(String) - Method in class tech.gusavila92.apache.commons.codec.language.bm.Languages.SomeLanguages
 
contains(String, int, int, String...) - Static method in class tech.gusavila92.apache.commons.codec.language.DoubleMetaphone
 
containsAlphabetOrPad(byte[]) - Method in class tech.gusavila92.apache.commons.codec.binary.BaseNCodec
Tests a given byte array to see if it contains any characters within the alphabet or PAD.
containsBlanks(CharSequence) - Static method in class tech.gusavila92.apache.http.util.TextUtils
 
containsHeader(String) - Method in interface tech.gusavila92.apache.http.HttpMessage
Checks if a certain header is present in this message.
containsHeader(String) - Method in class tech.gusavila92.apache.http.message.AbstractHttpMessage
 
containsHeader(String) - Method in class tech.gusavila92.apache.http.message.HeaderGroup
Tests if headers with the given name are contained within this group.
containsNoBlanks(T, String) - Static method in class tech.gusavila92.apache.http.util.Args
 
content - Variable in class tech.gusavila92.apache.http.entity.ByteArrayEntity
Deprecated.
(4.2)
content - Variable in class tech.gusavila92.apache.http.entity.StringEntity
 
CONTENT_ENCODING - Static variable in class tech.gusavila92.apache.http.HttpHeaders
RFC 1945 (HTTP/1.0) Section 10.3, RFC 2616 (HTTP/1.1) Section 14.11
CONTENT_ENCODING - Static variable in class tech.gusavila92.apache.http.protocol.HTTP
 
CONTENT_LANGUAGE - Static variable in class tech.gusavila92.apache.http.HttpHeaders
RFC 2616 (HTTP/1.1) Section 14.12
CONTENT_LEN - Static variable in class tech.gusavila92.apache.http.protocol.HTTP
 
CONTENT_LENGTH - Static variable in class tech.gusavila92.apache.http.HttpHeaders
RFC 1945 (HTTP/1.0) Section 10.4, RFC 2616 (HTTP/1.1) Section 14.13
CONTENT_LOCATION - Static variable in class tech.gusavila92.apache.http.HttpHeaders
RFC 2616 (HTTP/1.1) Section 14.14
CONTENT_MD5 - Static variable in class tech.gusavila92.apache.http.HttpHeaders
RFC 2616 (HTTP/1.1) Section 14.15
CONTENT_RANGE - Static variable in class tech.gusavila92.apache.http.HttpHeaders
RFC 2616 (HTTP/1.1) Section 14.16
CONTENT_TYPE - Static variable in class tech.gusavila92.apache.http.HttpHeaders
RFC 1945 (HTTP/1.0) Section 10.5, RFC 2616 (HTTP/1.1) Section 14.17
CONTENT_TYPE - Static variable in class tech.gusavila92.apache.http.protocol.HTTP
 
contentEncoding - Variable in class tech.gusavila92.apache.http.entity.AbstractHttpEntity
 
ContentLengthInputStream - Class in tech.gusavila92.apache.http.impl.io
Input stream that cuts off after a defined number of bytes.
ContentLengthInputStream(SessionInputBuffer, long) - Constructor for class tech.gusavila92.apache.http.impl.io.ContentLengthInputStream
Wraps a session input buffer and cuts off output after a defined number of bytes.
ContentLengthOutputStream - Class in tech.gusavila92.apache.http.impl.io
Output stream that cuts off after a defined number of bytes.
ContentLengthOutputStream(SessionOutputBuffer, long) - Constructor for class tech.gusavila92.apache.http.impl.io.ContentLengthOutputStream
Wraps a session output buffer and cuts off output after a defined number of bytes.
ContentLengthStrategy - Interface in tech.gusavila92.apache.http.entity
Represents a strategy to determine length of the enclosed content entity based on properties of the HTTP message.
ContentProducer - Interface in tech.gusavila92.apache.http.entity
An abstract entity content producer.
ContentTooLongException - Exception in tech.gusavila92.apache.http
Signals that HTTP entity content is too long.
ContentTooLongException(String) - Constructor for exception tech.gusavila92.apache.http.ContentTooLongException
Creates a new ContentTooLongException with the specified detail message.
contentType - Variable in class tech.gusavila92.apache.http.entity.AbstractHttpEntity
 
ContentType - Class in tech.gusavila92.apache.http.entity
Content type information consisting of a MIME type and an optional charset.
Contract - Annotation Type in tech.gusavila92.apache.http.annotation
This annotation defines behavioral contract enforced at runtime by instances of annotated classes.
copy(ConnectionConfig) - Static method in class tech.gusavila92.apache.http.config.ConnectionConfig
 
copy(MessageConstraints) - Static method in class tech.gusavila92.apache.http.config.MessageConstraints
 
copy(SocketConfig) - Static method in class tech.gusavila92.apache.http.config.SocketConfig
 
copy() - Method in class tech.gusavila92.apache.http.message.HeaderGroup
Returns a copy of this object
copy() - Method in class tech.gusavila92.apache.http.params.BasicHttpParams
Deprecated.
Creates a copy of these parameters.
copy() - Method in interface tech.gusavila92.apache.http.params.HttpParams
Deprecated.
Creates a copy of these parameters.
copyContent(CharArrayBuffer, ParserCursor, BitSet, StringBuilder) - Method in class tech.gusavila92.apache.http.message.TokenParser
Transfers content into the destination buffer until a whitespace character or any of the given delimiters is encountered.
copyParams(HttpParams) - Method in class tech.gusavila92.apache.http.params.BasicHttpParams
Deprecated.
Copies the locally defined parameters to the argument parameters.
copyQuotedContent(CharArrayBuffer, ParserCursor, StringBuilder) - Method in class tech.gusavila92.apache.http.message.TokenParser
Transfers content enclosed with quote marks into the destination buffer.
copyUnquotedContent(CharArrayBuffer, ParserCursor, BitSet, StringBuilder) - Method in class tech.gusavila92.apache.http.message.TokenParser
Transfers content into the destination buffer until a whitespace character, a quote, or any of the given delimiters is encountered.
CoreConnectionPNames - Interface in tech.gusavila92.apache.http.params
Deprecated.
(4.3) use configuration classes provided 'tech.gusavila92.apache.http.config' and 'tech.gusavila92.apache.http.client.config'
CoreProtocolPNames - Interface in tech.gusavila92.apache.http.params
Deprecated.
(4.3) use configuration classes provided 'tech.gusavila92.apache.http.config' and 'tech.gusavila92.apache.http.client.config'
CR - Static variable in class tech.gusavila92.apache.http.Consts
 
CR - Static variable in class tech.gusavila92.apache.http.message.TokenParser
US-ASCII CR, carriage return (13)
CR - Static variable in class tech.gusavila92.apache.http.protocol.HTTP
 
create() - Static method in class tech.gusavila92.apache.http.config.RegistryBuilder
 
create(String, Charset) - Static method in class tech.gusavila92.apache.http.entity.ContentType
Creates a new instance of ContentType.
create(String) - Static method in class tech.gusavila92.apache.http.entity.ContentType
Creates a new instance of ContentType without a charset.
create(String, String) - Static method in class tech.gusavila92.apache.http.entity.ContentType
Creates a new instance of ContentType.
create(String, NameValuePair...) - Static method in class tech.gusavila92.apache.http.entity.ContentType
Creates a new instance of ContentType with the given parameters.
create(String) - Static method in class tech.gusavila92.apache.http.HttpHost
Creates HttpHost instance from string.
create() - Method in class tech.gusavila92.apache.http.impl.bootstrap.ServerBootstrap
 
create(SessionInputBuffer, MessageConstraints) - Method in class tech.gusavila92.apache.http.impl.io.DefaultHttpRequestParserFactory
 
create(SessionOutputBuffer) - Method in class tech.gusavila92.apache.http.impl.io.DefaultHttpRequestWriterFactory
 
create(SessionInputBuffer, MessageConstraints) - Method in class tech.gusavila92.apache.http.impl.io.DefaultHttpResponseParserFactory
 
create(SessionOutputBuffer) - Method in class tech.gusavila92.apache.http.impl.io.DefaultHttpResponseWriterFactory
 
create(Socket, HttpParams) - Method in class tech.gusavila92.apache.http.impl.pool.BasicConnFactory
Deprecated.
(4.3) no longer used.
create(HttpHost) - Method in class tech.gusavila92.apache.http.impl.pool.BasicConnFactory
 
create(SessionInputBuffer, MessageConstraints) - Method in interface tech.gusavila92.apache.http.io.HttpMessageParserFactory
 
create(SessionOutputBuffer) - Method in interface tech.gusavila92.apache.http.io.HttpMessageWriterFactory
 
create(T) - Method in interface tech.gusavila92.apache.http.pool.ConnFactory
 
create() - Static method in class tech.gusavila92.apache.http.protocol.HttpCoreContext
 
create() - Static method in class tech.gusavila92.apache.http.protocol.HttpProcessorBuilder
 
create() - Static method in class tech.gusavila92.apache.http.ssl.SSLContextBuilder
 
createConnection(Socket) - Method in interface tech.gusavila92.apache.http.HttpConnectionFactory
 
createConnection(Socket) - Method in class tech.gusavila92.apache.http.impl.DefaultBHttpClientConnectionFactory
 
createConnection(Socket) - Method in class tech.gusavila92.apache.http.impl.DefaultBHttpServerConnectionFactory
 
createDecoder(ConnectionConfig) - Static method in class tech.gusavila92.apache.http.impl.ConnSupport
 
createDefault() - Static method in class tech.gusavila92.apache.http.ssl.SSLContexts
Creates default factory based on the standard JSSE trust material (cacerts file in the security properties directory).
createEncoder(ConnectionConfig) - Static method in class tech.gusavila92.apache.http.impl.ConnSupport
 
createEntry(HttpHost, HttpClientConnection) - Method in class tech.gusavila92.apache.http.impl.pool.BasicConnPool
 
createEntry(T, C) - Method in class tech.gusavila92.apache.http.pool.AbstractConnPool
Creates a new entry for the given connection with the given route.
createHeaderElement(String, String, NameValuePair[]) - Method in class tech.gusavila92.apache.http.message.BasicHeaderValueParser
Creates a header element.
createInputStream(long, SessionInputBuffer) - Method in class tech.gusavila92.apache.http.impl.BHttpConnectionBase
 
createNameValuePair(String, String) - Method in class tech.gusavila92.apache.http.message.BasicHeaderValueParser
Creates a name-value pair.
createOutputStream(long, SessionOutputBuffer) - Method in class tech.gusavila92.apache.http.impl.BHttpConnectionBase
 
createProtocolVersion(int, int) - Method in class tech.gusavila92.apache.http.message.BasicLineParser
Creates a protocol version.
createRequestLine(String, String, ProtocolVersion) - Method in class tech.gusavila92.apache.http.message.BasicLineParser
Instantiates a new request line.
createStatusLine(ProtocolVersion, int, String) - Method in class tech.gusavila92.apache.http.message.BasicLineParser
Instantiates a new status line.
createSystemDefault() - Static method in class tech.gusavila92.apache.http.ssl.SSLContexts
Creates default SSL context based on system properties.
createToken(String, int, int) - Method in class tech.gusavila92.apache.http.message.BasicTokenIterator
Creates a new token to be returned.
createTokenIterator(HeaderIterator) - Method in class tech.gusavila92.apache.http.impl.DefaultConnectionReuseStrategy
Creates a token iterator from a header iterator.
Crypt - Class in tech.gusavila92.apache.commons.codec.digest
GNU libc crypt(3) compatible hash method.
Crypt() - Constructor for class tech.gusavila92.apache.commons.codec.digest.Crypt
 
crypt(byte[]) - Static method in class tech.gusavila92.apache.commons.codec.digest.Crypt
Encrypts a password in a crypt(3) compatible way.
crypt(byte[], String) - Static method in class tech.gusavila92.apache.commons.codec.digest.Crypt
Encrypts a password in a crypt(3) compatible way.
crypt(String) - Static method in class tech.gusavila92.apache.commons.codec.digest.Crypt
Calculates the digest using the strongest crypt(3) algorithm.
crypt(String, String) - Static method in class tech.gusavila92.apache.commons.codec.digest.Crypt
Encrypts a password in a crypt(3) compatible way.
crypt(byte[]) - Static method in class tech.gusavila92.apache.commons.codec.digest.UnixCrypt
Generates a crypt(3) compatible hash using the DES algorithm.
crypt(byte[], String) - Static method in class tech.gusavila92.apache.commons.codec.digest.UnixCrypt
Generates a crypt(3) compatible hash using the DES algorithm.
crypt(String) - Static method in class tech.gusavila92.apache.commons.codec.digest.UnixCrypt
Generates a crypt(3) compatible hash using the DES algorithm.
crypt(String, String) - Static method in class tech.gusavila92.apache.commons.codec.digest.UnixCrypt
Generates a crypt(3) compatible hash using the DES algorithm.
currentHeader - Variable in class tech.gusavila92.apache.http.message.BasicTokenIterator
The value of the current header.
currentIndex - Variable in class tech.gusavila92.apache.http.message.BasicHeaderIterator
The position of the next header in allHeaders.
currentIndex - Variable in class tech.gusavila92.apache.http.message.BasicListHeaderIterator
The position of the next header in allHeaders.
currentToken - Variable in class tech.gusavila92.apache.http.message.BasicTokenIterator
The token to be returned by the next call to BasicTokenIterator.nextToken().
custom() - Static method in class tech.gusavila92.apache.http.config.ConnectionConfig
 
custom() - Static method in class tech.gusavila92.apache.http.config.MessageConstraints
 
custom() - Static method in class tech.gusavila92.apache.http.config.SocketConfig
 
custom() - Static method in class tech.gusavila92.apache.http.ssl.SSLContexts
Creates custom SSL context.

D

DaitchMokotoffSoundex - Class in tech.gusavila92.apache.commons.codec.language
Encodes a string into a Daitch-Mokotoff Soundex value.
DaitchMokotoffSoundex() - Constructor for class tech.gusavila92.apache.commons.codec.language.DaitchMokotoffSoundex
Creates a new instance with ASCII-folding enabled.
DaitchMokotoffSoundex(boolean) - Constructor for class tech.gusavila92.apache.commons.codec.language.DaitchMokotoffSoundex
Creates a new instance.
DATE - Static variable in class tech.gusavila92.apache.http.HttpHeaders
RFC 1945 (HTTP/1.0) Section 10.6, RFC 2616 (HTTP/1.1) Section 14.18
DATE_HEADER - Static variable in class tech.gusavila92.apache.http.protocol.HTTP
 
DAV - Static variable in class tech.gusavila92.apache.http.HttpHeaders
RFC 2518 (WevDAV) Section 9.1
decode(Object) - Method in class tech.gusavila92.apache.commons.codec.binary.BaseNCodec
Decodes an Object using the Base-N algorithm.
decode(String) - Method in class tech.gusavila92.apache.commons.codec.binary.BaseNCodec
Decodes a String containing characters in the Base-N alphabet.
decode(byte[]) - Method in class tech.gusavila92.apache.commons.codec.binary.BaseNCodec
Decodes a byte[] containing characters in the Base-N alphabet.
decode(Object) - Method in class tech.gusavila92.apache.commons.codec.binary.BinaryCodec
Decodes a byte array where each byte represents an ASCII '0' or '1'.
decode(byte[]) - Method in class tech.gusavila92.apache.commons.codec.binary.BinaryCodec
Decodes a byte array where each byte represents an ASCII '0' or '1'.
decode(byte[]) - Method in class tech.gusavila92.apache.commons.codec.binary.Hex
Converts an array of character bytes representing hexadecimal values into an array of bytes of those same values.
decode(Object) - Method in class tech.gusavila92.apache.commons.codec.binary.Hex
Converts a String or an array of character bytes representing hexadecimal values into an array of bytes of those same values.
decode(byte[]) - Method in interface tech.gusavila92.apache.commons.codec.BinaryDecoder
Decodes a byte array and returns the results as a byte array.
decode(Object) - Method in interface tech.gusavila92.apache.commons.codec.Decoder
Decodes an "encoded" Object and returns a "decoded" Object.
decode(String) - Method in class tech.gusavila92.apache.commons.codec.net.BCodec
Decodes a Base64 string into its original form.
decode(Object) - Method in class tech.gusavila92.apache.commons.codec.net.BCodec
Decodes a Base64 object into its original form.
decode(String) - Method in class tech.gusavila92.apache.commons.codec.net.QCodec
Decodes a quoted-printable string into its original form.
decode(Object) - Method in class tech.gusavila92.apache.commons.codec.net.QCodec
Decodes a quoted-printable object into its original form.
decode(byte[]) - Method in class tech.gusavila92.apache.commons.codec.net.QuotedPrintableCodec
Decodes an array of quoted-printable characters into an array of original bytes.
decode(String, Charset) - Method in class tech.gusavila92.apache.commons.codec.net.QuotedPrintableCodec
Decodes a quoted-printable string into its original form using the specified string charset.
decode(String, String) - Method in class tech.gusavila92.apache.commons.codec.net.QuotedPrintableCodec
Decodes a quoted-printable string into its original form using the specified string charset.
decode(String) - Method in class tech.gusavila92.apache.commons.codec.net.QuotedPrintableCodec
Decodes a quoted-printable string into its original form using the default string charset.
decode(Object) - Method in class tech.gusavila92.apache.commons.codec.net.QuotedPrintableCodec
Decodes a quoted-printable object into its original form.
decode(byte[]) - Method in class tech.gusavila92.apache.commons.codec.net.URLCodec
Decodes an array of URL safe 7-bit characters into an array of original bytes.
decode(String, String) - Method in class tech.gusavila92.apache.commons.codec.net.URLCodec
Decodes a URL safe string into its original form using the specified encoding.
decode(String) - Method in class tech.gusavila92.apache.commons.codec.net.URLCodec
Decodes a URL safe string into its original form using the default string charset.
decode(Object) - Method in class tech.gusavila92.apache.commons.codec.net.URLCodec
Decodes a URL safe object into its original form.
decode(String) - Method in interface tech.gusavila92.apache.commons.codec.StringDecoder
Decodes a String and returns a String.
decodeBase64(String) - Static method in class tech.gusavila92.apache.commons.codec.binary.Base64
Decodes a Base64 String into octets.
decodeBase64(byte[]) - Static method in class tech.gusavila92.apache.commons.codec.binary.Base64
Decodes Base64 data into octets.
decodeHex(char[]) - Static method in class tech.gusavila92.apache.commons.codec.binary.Hex
Converts an array of characters representing hexadecimal values into an array of bytes of those same values.
decodeInteger(byte[]) - Static method in class tech.gusavila92.apache.commons.codec.binary.Base64
Decodes a byte64-encoded integer according to crypto standards such as W3C's XML-Signature.
decodeQuotedPrintable(byte[]) - Static method in class tech.gusavila92.apache.commons.codec.net.QuotedPrintableCodec
Decodes an array quoted-printable characters into an array of original bytes.
Decoder - Interface in tech.gusavila92.apache.commons.codec
Provides the highest level of abstraction for Decoders.
DecoderException - Exception in tech.gusavila92.apache.commons.codec
Thrown when there is a failure condition during the decoding process.
DecoderException() - Constructor for exception tech.gusavila92.apache.commons.codec.DecoderException
Constructs a new exception with null as its detail message.
DecoderException(String) - Constructor for exception tech.gusavila92.apache.commons.codec.DecoderException
Constructs a new exception with the specified detail message.
DecoderException(String, Throwable) - Constructor for exception tech.gusavila92.apache.commons.codec.DecoderException
Constructs a new exception with the specified detail message and cause.
DecoderException(Throwable) - Constructor for exception tech.gusavila92.apache.commons.codec.DecoderException
Constructs a new exception with the specified cause and a detail message of (cause==null ?
decodeUrl(byte[]) - Static method in class tech.gusavila92.apache.commons.codec.net.URLCodec
Decodes an array of URL safe 7-bit characters into an array of original bytes.
DEF_CONTENT_CHARSET - Static variable in class tech.gusavila92.apache.http.protocol.HTTP
 
DEF_PROTOCOL_CHARSET - Static variable in class tech.gusavila92.apache.http.protocol.HTTP
 
DEFAULT - Static variable in class tech.gusavila92.apache.http.config.ConnectionConfig
 
DEFAULT - Static variable in class tech.gusavila92.apache.http.config.MessageConstraints
 
DEFAULT - Static variable in class tech.gusavila92.apache.http.config.SocketConfig
 
DEFAULT - Static variable in class tech.gusavila92.apache.http.message.BasicHeaderValueFormatter
Deprecated.
DEFAULT - Static variable in class tech.gusavila92.apache.http.message.BasicHeaderValueParser
Deprecated.
DEFAULT - Static variable in class tech.gusavila92.apache.http.message.BasicLineFormatter
Deprecated.
DEFAULT - Static variable in class tech.gusavila92.apache.http.message.BasicLineParser
Deprecated.
DEFAULT_BINARY - Static variable in class tech.gusavila92.apache.http.entity.ContentType
 
DEFAULT_CHARSET - Static variable in class tech.gusavila92.apache.commons.codec.binary.Hex
Default charset name is Charsets.UTF_8
DEFAULT_CHARSET_NAME - Static variable in class tech.gusavila92.apache.commons.codec.binary.Hex
Default charset name is CharEncoding.UTF_8
DEFAULT_CONTENT_CHARSET - Static variable in class tech.gusavila92.apache.http.protocol.HTTP
Deprecated.
(4.2)
DEFAULT_CONTENT_TYPE - Static variable in class tech.gusavila92.apache.http.protocol.HTTP
Deprecated.
(4.2)
DEFAULT_PROTOCOL_CHARSET - Static variable in class tech.gusavila92.apache.http.protocol.HTTP
Deprecated.
(4.2)
DEFAULT_SCHEME_NAME - Static variable in class tech.gusavila92.apache.http.HttpHost
The default scheme is "http".
DEFAULT_TEXT - Static variable in class tech.gusavila92.apache.http.entity.ContentType
 
DEFAULT_WAIT_FOR_CONTINUE - Static variable in class tech.gusavila92.apache.http.protocol.HttpRequestExecutor
 
DefaultBHttpClientConnection - Class in tech.gusavila92.apache.http.impl
Default implementation of HttpClientConnection.
DefaultBHttpClientConnection(int, int, CharsetDecoder, CharsetEncoder, MessageConstraints, ContentLengthStrategy, ContentLengthStrategy, HttpMessageWriterFactory<HttpRequest>, HttpMessageParserFactory<HttpResponse>) - Constructor for class tech.gusavila92.apache.http.impl.DefaultBHttpClientConnection
Creates new instance of DefaultBHttpClientConnection.
DefaultBHttpClientConnection(int, CharsetDecoder, CharsetEncoder, MessageConstraints) - Constructor for class tech.gusavila92.apache.http.impl.DefaultBHttpClientConnection
 
DefaultBHttpClientConnection(int) - Constructor for class tech.gusavila92.apache.http.impl.DefaultBHttpClientConnection
 
DefaultBHttpClientConnectionFactory - Class in tech.gusavila92.apache.http.impl
Default factory for HttpClientConnections.
DefaultBHttpClientConnectionFactory(ConnectionConfig, ContentLengthStrategy, ContentLengthStrategy, HttpMessageWriterFactory<HttpRequest>, HttpMessageParserFactory<HttpResponse>) - Constructor for class tech.gusavila92.apache.http.impl.DefaultBHttpClientConnectionFactory
 
DefaultBHttpClientConnectionFactory(ConnectionConfig, HttpMessageWriterFactory<HttpRequest>, HttpMessageParserFactory<HttpResponse>) - Constructor for class tech.gusavila92.apache.http.impl.DefaultBHttpClientConnectionFactory
 
DefaultBHttpClientConnectionFactory(ConnectionConfig) - Constructor for class tech.gusavila92.apache.http.impl.DefaultBHttpClientConnectionFactory
 
DefaultBHttpClientConnectionFactory() - Constructor for class tech.gusavila92.apache.http.impl.DefaultBHttpClientConnectionFactory
 
DefaultBHttpServerConnection - Class in tech.gusavila92.apache.http.impl
Default implementation of HttpServerConnection.
DefaultBHttpServerConnection(int, int, CharsetDecoder, CharsetEncoder, MessageConstraints, ContentLengthStrategy, ContentLengthStrategy, HttpMessageParserFactory<HttpRequest>, HttpMessageWriterFactory<HttpResponse>) - Constructor for class tech.gusavila92.apache.http.impl.DefaultBHttpServerConnection
Creates new instance of DefaultBHttpServerConnection.
DefaultBHttpServerConnection(int, CharsetDecoder, CharsetEncoder, MessageConstraints) - Constructor for class tech.gusavila92.apache.http.impl.DefaultBHttpServerConnection
 
DefaultBHttpServerConnection(int) - Constructor for class tech.gusavila92.apache.http.impl.DefaultBHttpServerConnection
 
DefaultBHttpServerConnectionFactory - Class in tech.gusavila92.apache.http.impl
Default factory for HttpServerConnections.
DefaultBHttpServerConnectionFactory(ConnectionConfig, ContentLengthStrategy, ContentLengthStrategy, HttpMessageParserFactory<HttpRequest>, HttpMessageWriterFactory<HttpResponse>) - Constructor for class tech.gusavila92.apache.http.impl.DefaultBHttpServerConnectionFactory
 
DefaultBHttpServerConnectionFactory(ConnectionConfig, HttpMessageParserFactory<HttpRequest>, HttpMessageWriterFactory<HttpResponse>) - Constructor for class tech.gusavila92.apache.http.impl.DefaultBHttpServerConnectionFactory
 
DefaultBHttpServerConnectionFactory(ConnectionConfig) - Constructor for class tech.gusavila92.apache.http.impl.DefaultBHttpServerConnectionFactory
 
DefaultBHttpServerConnectionFactory() - Constructor for class tech.gusavila92.apache.http.impl.DefaultBHttpServerConnectionFactory
 
DefaultConnectionReuseStrategy - Class in tech.gusavila92.apache.http.impl
Default implementation of a strategy deciding about connection re-use.
DefaultConnectionReuseStrategy() - Constructor for class tech.gusavila92.apache.http.impl.DefaultConnectionReuseStrategy
 
DefaultHttpRequestFactory - Class in tech.gusavila92.apache.http.impl
Default factory for creating HttpRequest objects.
DefaultHttpRequestFactory() - Constructor for class tech.gusavila92.apache.http.impl.DefaultHttpRequestFactory
 
DefaultHttpRequestParser - Class in tech.gusavila92.apache.http.impl.io
HTTP request parser that obtain its input from an instance of SessionInputBuffer.
DefaultHttpRequestParser(SessionInputBuffer, LineParser, HttpRequestFactory, HttpParams) - Constructor for class tech.gusavila92.apache.http.impl.io.DefaultHttpRequestParser
DefaultHttpRequestParser(SessionInputBuffer, LineParser, HttpRequestFactory, MessageConstraints) - Constructor for class tech.gusavila92.apache.http.impl.io.DefaultHttpRequestParser
Creates new instance of DefaultHttpRequestParser.
DefaultHttpRequestParser(SessionInputBuffer, MessageConstraints) - Constructor for class tech.gusavila92.apache.http.impl.io.DefaultHttpRequestParser
 
DefaultHttpRequestParser(SessionInputBuffer) - Constructor for class tech.gusavila92.apache.http.impl.io.DefaultHttpRequestParser
 
DefaultHttpRequestParserFactory - Class in tech.gusavila92.apache.http.impl.io
Default factory for request message parsers.
DefaultHttpRequestParserFactory(LineParser, HttpRequestFactory) - Constructor for class tech.gusavila92.apache.http.impl.io.DefaultHttpRequestParserFactory
 
DefaultHttpRequestParserFactory() - Constructor for class tech.gusavila92.apache.http.impl.io.DefaultHttpRequestParserFactory
 
DefaultHttpRequestWriter - Class in tech.gusavila92.apache.http.impl.io
HTTP request writer that serializes its output to an instance of SessionOutputBuffer.
DefaultHttpRequestWriter(SessionOutputBuffer, LineFormatter) - Constructor for class tech.gusavila92.apache.http.impl.io.DefaultHttpRequestWriter
Creates an instance of DefaultHttpRequestWriter.
DefaultHttpRequestWriter(SessionOutputBuffer) - Constructor for class tech.gusavila92.apache.http.impl.io.DefaultHttpRequestWriter
 
DefaultHttpRequestWriterFactory - Class in tech.gusavila92.apache.http.impl.io
Default factory for request message writers.
DefaultHttpRequestWriterFactory(LineFormatter) - Constructor for class tech.gusavila92.apache.http.impl.io.DefaultHttpRequestWriterFactory
 
DefaultHttpRequestWriterFactory() - Constructor for class tech.gusavila92.apache.http.impl.io.DefaultHttpRequestWriterFactory
 
DefaultHttpResponseFactory - Class in tech.gusavila92.apache.http.impl
Default factory for creating HttpResponse objects.
DefaultHttpResponseFactory(ReasonPhraseCatalog) - Constructor for class tech.gusavila92.apache.http.impl.DefaultHttpResponseFactory
Creates a new response factory with the given catalog.
DefaultHttpResponseFactory() - Constructor for class tech.gusavila92.apache.http.impl.DefaultHttpResponseFactory
Creates a new response factory with the default catalog.
DefaultHttpResponseParser - Class in tech.gusavila92.apache.http.impl.io
HTTP response parser that obtain its input from an instance of SessionInputBuffer.
DefaultHttpResponseParser(SessionInputBuffer, LineParser, HttpResponseFactory, HttpParams) - Constructor for class tech.gusavila92.apache.http.impl.io.DefaultHttpResponseParser
DefaultHttpResponseParser(SessionInputBuffer, LineParser, HttpResponseFactory, MessageConstraints) - Constructor for class tech.gusavila92.apache.http.impl.io.DefaultHttpResponseParser
Creates new instance of DefaultHttpResponseParser.
DefaultHttpResponseParser(SessionInputBuffer, MessageConstraints) - Constructor for class tech.gusavila92.apache.http.impl.io.DefaultHttpResponseParser
 
DefaultHttpResponseParser(SessionInputBuffer) - Constructor for class tech.gusavila92.apache.http.impl.io.DefaultHttpResponseParser
 
DefaultHttpResponseParserFactory - Class in tech.gusavila92.apache.http.impl.io
Default factory for response message parsers.
DefaultHttpResponseParserFactory(LineParser, HttpResponseFactory) - Constructor for class tech.gusavila92.apache.http.impl.io.DefaultHttpResponseParserFactory
 
DefaultHttpResponseParserFactory() - Constructor for class tech.gusavila92.apache.http.impl.io.DefaultHttpResponseParserFactory
 
DefaultHttpResponseWriter - Class in tech.gusavila92.apache.http.impl.io
HTTP response writer that serializes its output to an instance of SessionOutputBuffer.
DefaultHttpResponseWriter(SessionOutputBuffer, LineFormatter) - Constructor for class tech.gusavila92.apache.http.impl.io.DefaultHttpResponseWriter
Creates an instance of DefaultHttpResponseWriter.
DefaultHttpResponseWriter(SessionOutputBuffer) - Constructor for class tech.gusavila92.apache.http.impl.io.DefaultHttpResponseWriter
 
DefaultHttpResponseWriterFactory - Class in tech.gusavila92.apache.http.impl.io
Default factory for response message writers.
DefaultHttpResponseWriterFactory(LineFormatter) - Constructor for class tech.gusavila92.apache.http.impl.io.DefaultHttpResponseWriterFactory
 
DefaultHttpResponseWriterFactory() - Constructor for class tech.gusavila92.apache.http.impl.io.DefaultHttpResponseWriterFactory
 
DEPTH - Static variable in class tech.gusavila92.apache.http.HttpHeaders
RFC 2518 (WevDAV) Section 9.2
DESTINATION - Static variable in class tech.gusavila92.apache.http.HttpHeaders
RFC 2518 (WevDAV) Section 9.3
determineLength(HttpMessage) - Method in interface tech.gusavila92.apache.http.entity.ContentLengthStrategy
Returns length of the given message in bytes.
determineLength(HttpMessage) - Method in class tech.gusavila92.apache.http.impl.entity.DisallowIdentityContentLengthStrategy
 
determineLength(HttpMessage) - Method in class tech.gusavila92.apache.http.impl.entity.LaxContentLengthStrategy
 
determineLength(HttpMessage) - Method in class tech.gusavila92.apache.http.impl.entity.StrictContentLengthStrategy
 
determineLocale(HttpContext) - Method in class tech.gusavila92.apache.http.impl.DefaultHttpResponseFactory
Determines the locale of the response.
difference(String, String) - Method in class tech.gusavila92.apache.commons.codec.language.RefinedSoundex
Returns the number of characters in the two encoded Strings that are the same.
difference(String, String) - Method in class tech.gusavila92.apache.commons.codec.language.Soundex
Encodes the Strings and returns the number of characters in the two encoded Strings that are the same.
DigestUtils - Class in tech.gusavila92.apache.commons.codec.digest
Operations to simplify common MessageDigest tasks.
DigestUtils() - Constructor for class tech.gusavila92.apache.commons.codec.digest.DigestUtils
 
disableAutomaticReconnection() - Method in class tech.gusavila92.websocketclient.WebSocketClient
Indicates that a connection must not be reopened automatically due to an IOException
DisallowIdentityContentLengthStrategy - Class in tech.gusavila92.apache.http.impl.entity
Decorator for ContentLengthStrategy implementations that disallows the use of identity transfer encoding.
DisallowIdentityContentLengthStrategy(ContentLengthStrategy) - Constructor for class tech.gusavila92.apache.http.impl.entity.DisallowIdentityContentLengthStrategy
 
doDecoding(byte[]) - Method in class tech.gusavila92.apache.commons.codec.net.BCodec
 
doDecoding(byte[]) - Method in class tech.gusavila92.apache.commons.codec.net.QCodec
 
doEncoding(byte[]) - Method in class tech.gusavila92.apache.commons.codec.net.BCodec
 
doEncoding(byte[]) - Method in class tech.gusavila92.apache.commons.codec.net.QCodec
 
doFlush() - Method in class tech.gusavila92.apache.http.impl.BHttpConnectionBase
 
doFormatHeader(CharArrayBuffer, Header) - Method in class tech.gusavila92.apache.http.message.BasicLineFormatter
Actually formats a header.
doFormatRequestLine(CharArrayBuffer, RequestLine) - Method in class tech.gusavila92.apache.http.message.BasicLineFormatter
Actually formats a request line.
doFormatStatusLine(CharArrayBuffer, StatusLine) - Method in class tech.gusavila92.apache.http.message.BasicLineFormatter
Actually formats a status line.
doFormatValue(CharArrayBuffer, String, boolean) - Method in class tech.gusavila92.apache.http.message.BasicHeaderValueFormatter
Actually formats the value of a name-value pair.
doReceiveResponse(HttpRequest, HttpClientConnection, HttpContext) - Method in class tech.gusavila92.apache.http.protocol.HttpRequestExecutor
Waits for and receives a response.
doSendRequest(HttpRequest, HttpClientConnection, HttpContext) - Method in class tech.gusavila92.apache.http.protocol.HttpRequestExecutor
Send the given request over the given connection.
doService(HttpRequest, HttpResponse, HttpContext) - Method in class tech.gusavila92.apache.http.protocol.HttpService
The default implementation of this method attempts to resolve an HttpRequestHandler for the request URI of the given request and, if found, executes its HttpRequestHandler.handle(HttpRequest, HttpResponse, HttpContext) method.
DoubleMetaphone - Class in tech.gusavila92.apache.commons.codec.language
Encodes a string into a double metaphone value.
DoubleMetaphone() - Constructor for class tech.gusavila92.apache.commons.codec.language.DoubleMetaphone
Creates an instance of this DoubleMetaphone encoder
doubleMetaphone(String) - Method in class tech.gusavila92.apache.commons.codec.language.DoubleMetaphone
Encode a value with Double Metaphone.
doubleMetaphone(String, boolean) - Method in class tech.gusavila92.apache.commons.codec.language.DoubleMetaphone
Encode a value with Double Metaphone, optionally using the alternate encoding.
DoubleMetaphone.DoubleMetaphoneResult - Class in tech.gusavila92.apache.commons.codec.language
Inner class for storing results, since there is the optional alternate encoding.
DoubleMetaphoneResult(int) - Constructor for class tech.gusavila92.apache.commons.codec.language.DoubleMetaphone.DoubleMetaphoneResult
 
DQUOTE - Static variable in class tech.gusavila92.apache.http.message.TokenParser
Double quote

E

EmptyInputStream - Class in tech.gusavila92.apache.http.impl.io
 
enableAutomaticReconnection(long) - Method in class tech.gusavila92.websocketclient.WebSocketClient
Indicates that a connection must be reopened automatically due to an IOException.
encode(Object) - Method in class tech.gusavila92.apache.commons.codec.binary.BaseNCodec
Encodes an Object using the Base-N algorithm.
encode(byte[]) - Method in class tech.gusavila92.apache.commons.codec.binary.BaseNCodec
Encodes a byte[] containing binary data, into a byte[] containing characters in the alphabet.
encode(byte[]) - Method in class tech.gusavila92.apache.commons.codec.binary.BinaryCodec
Converts an array of raw binary data into an array of ASCII 0 and 1 characters.
encode(Object) - Method in class tech.gusavila92.apache.commons.codec.binary.BinaryCodec
Converts an array of raw binary data into an array of ASCII 0 and 1 chars.
encode(byte[]) - Method in class tech.gusavila92.apache.commons.codec.binary.Hex
Converts an array of bytes into an array of bytes for the characters representing the hexadecimal values of each byte in order.
encode(Object) - Method in class tech.gusavila92.apache.commons.codec.binary.Hex
Converts a String or an array of bytes into an array of characters representing the hexadecimal values of each byte in order.
encode(byte[]) - Method in interface tech.gusavila92.apache.commons.codec.BinaryEncoder
Encodes a byte array and return the encoded data as a byte array.
encode(Object) - Method in interface tech.gusavila92.apache.commons.codec.Encoder
Encodes an "Object" and returns the encoded content as an Object.
encode(Object) - Method in class tech.gusavila92.apache.commons.codec.language.AbstractCaverphone
Encodes an Object using the caverphone algorithm.
encode(Object) - Method in class tech.gusavila92.apache.commons.codec.language.bm.BeiderMorseEncoder
 
encode(String) - Method in class tech.gusavila92.apache.commons.codec.language.bm.BeiderMorseEncoder
 
encode(String) - Method in class tech.gusavila92.apache.commons.codec.language.bm.PhoneticEngine
Encodes a string to its phonetic representation.
encode(String, Languages.LanguageSet) - Method in class tech.gusavila92.apache.commons.codec.language.bm.PhoneticEngine
Encodes an input string into an output phonetic representation, given a set of possible origin languages.
encode(Object) - Method in class tech.gusavila92.apache.commons.codec.language.Caverphone
Deprecated.
Encodes an Object using the caverphone algorithm.
encode(String) - Method in class tech.gusavila92.apache.commons.codec.language.Caverphone
Deprecated.
Encodes a String using the Caverphone algorithm.
encode(String) - Method in class tech.gusavila92.apache.commons.codec.language.Caverphone1
Encodes the given String into a Caverphone value.
encode(String) - Method in class tech.gusavila92.apache.commons.codec.language.Caverphone2
Encodes the given String into a Caverphone 2.0 value.
encode(Object) - Method in class tech.gusavila92.apache.commons.codec.language.ColognePhonetic
 
encode(String) - Method in class tech.gusavila92.apache.commons.codec.language.ColognePhonetic
 
encode(Object) - Method in class tech.gusavila92.apache.commons.codec.language.DaitchMokotoffSoundex
Encodes an Object using the Daitch-Mokotoff soundex algorithm without branching.
encode(String) - Method in class tech.gusavila92.apache.commons.codec.language.DaitchMokotoffSoundex
Encodes a String using the Daitch-Mokotoff soundex algorithm without branching.
encode(Object) - Method in class tech.gusavila92.apache.commons.codec.language.DoubleMetaphone
Encode the value using DoubleMetaphone.
encode(String) - Method in class tech.gusavila92.apache.commons.codec.language.DoubleMetaphone
Encode the value using DoubleMetaphone.
encode(Object) - Method in class tech.gusavila92.apache.commons.codec.language.MatchRatingApproachEncoder
Encodes an Object using the Match Rating Approach algorithm.
encode(String) - Method in class tech.gusavila92.apache.commons.codec.language.MatchRatingApproachEncoder
Encodes a String using the Match Rating Approach (MRA) algorithm.
encode(Object) - Method in class tech.gusavila92.apache.commons.codec.language.Metaphone
Encodes an Object using the metaphone algorithm.
encode(String) - Method in class tech.gusavila92.apache.commons.codec.language.Metaphone
Encodes a String using the Metaphone algorithm.
encode(Object) - Method in class tech.gusavila92.apache.commons.codec.language.Nysiis
Encodes an Object using the NYSIIS algorithm.
encode(String) - Method in class tech.gusavila92.apache.commons.codec.language.Nysiis
Encodes a String using the NYSIIS algorithm.
encode(Object) - Method in class tech.gusavila92.apache.commons.codec.language.RefinedSoundex
Encodes an Object using the refined soundex algorithm.
encode(String) - Method in class tech.gusavila92.apache.commons.codec.language.RefinedSoundex
Encodes a String using the refined soundex algorithm.
encode(Object) - Method in class tech.gusavila92.apache.commons.codec.language.Soundex
Encodes an Object using the soundex algorithm.
encode(String) - Method in class tech.gusavila92.apache.commons.codec.language.Soundex
Encodes a String using the soundex algorithm.
encode(String, Charset) - Method in class tech.gusavila92.apache.commons.codec.net.BCodec
Encodes a string into its Base64 form using the specified charset.
encode(String, String) - Method in class tech.gusavila92.apache.commons.codec.net.BCodec
Encodes a string into its Base64 form using the specified charset.
encode(String) - Method in class tech.gusavila92.apache.commons.codec.net.BCodec
Encodes a string into its Base64 form using the default charset.
encode(Object) - Method in class tech.gusavila92.apache.commons.codec.net.BCodec
Encodes an object into its Base64 form using the default charset.
encode(String, Charset) - Method in class tech.gusavila92.apache.commons.codec.net.QCodec
Encodes a string into its quoted-printable form using the specified charset.
encode(String, String) - Method in class tech.gusavila92.apache.commons.codec.net.QCodec
Encodes a string into its quoted-printable form using the specified charset.
encode(String) - Method in class tech.gusavila92.apache.commons.codec.net.QCodec
Encodes a string into its quoted-printable form using the default charset.
encode(Object) - Method in class tech.gusavila92.apache.commons.codec.net.QCodec
Encodes an object into its quoted-printable form using the default charset.
encode(byte[]) - Method in class tech.gusavila92.apache.commons.codec.net.QuotedPrintableCodec
Encodes an array of bytes into an array of quoted-printable 7-bit characters.
encode(String) - Method in class tech.gusavila92.apache.commons.codec.net.QuotedPrintableCodec
Encodes a string into its quoted-printable form using the default string charset.
encode(Object) - Method in class tech.gusavila92.apache.commons.codec.net.QuotedPrintableCodec
Encodes an object into its quoted-printable safe form.
encode(String, Charset) - Method in class tech.gusavila92.apache.commons.codec.net.QuotedPrintableCodec
Encodes a string into its quoted-printable form using the specified charset.
encode(String, String) - Method in class tech.gusavila92.apache.commons.codec.net.QuotedPrintableCodec
Encodes a string into its quoted-printable form using the specified charset.
encode(byte[]) - Method in class tech.gusavila92.apache.commons.codec.net.URLCodec
Encodes an array of bytes into an array of URL safe 7-bit characters.
encode(String, String) - Method in class tech.gusavila92.apache.commons.codec.net.URLCodec
Encodes a string into its URL safe form using the specified string charset.
encode(String) - Method in class tech.gusavila92.apache.commons.codec.net.URLCodec
Encodes a string into its URL safe form using the default string charset.
encode(Object) - Method in class tech.gusavila92.apache.commons.codec.net.URLCodec
Encodes an object into its URL safe form.
encode(String) - Method in interface tech.gusavila92.apache.commons.codec.StringEncoder
Encodes a String and returns a String.
encodeAsString(byte[]) - Method in class tech.gusavila92.apache.commons.codec.binary.BaseNCodec
Encodes a byte[] containing binary data, into a String containing characters in the appropriate alphabet.
encodeBase64(byte[]) - Static method in class tech.gusavila92.apache.commons.codec.binary.Base64
Encodes binary data using the base64 algorithm but does not chunk the output.
encodeBase64(byte[], boolean) - Static method in class tech.gusavila92.apache.commons.codec.binary.Base64
Encodes binary data using the base64 algorithm, optionally chunking the output into 76 character blocks.
encodeBase64(byte[], boolean, boolean) - Static method in class tech.gusavila92.apache.commons.codec.binary.Base64
Encodes binary data using the base64 algorithm, optionally chunking the output into 76 character blocks.
encodeBase64(byte[], boolean, boolean, int) - Static method in class tech.gusavila92.apache.commons.codec.binary.Base64
Encodes binary data using the base64 algorithm, optionally chunking the output into 76 character blocks.
encodeBase64Chunked(byte[]) - Static method in class tech.gusavila92.apache.commons.codec.binary.Base64
Encodes binary data using the base64 algorithm and chunks the encoded output into 76 character blocks
encodeBase64String(byte[]) - Static method in class tech.gusavila92.apache.commons.codec.binary.Base64
Encodes binary data using the base64 algorithm but does not chunk the output.
encodeBase64URLSafe(byte[]) - Static method in class tech.gusavila92.apache.commons.codec.binary.Base64
Encodes binary data using a URL-safe variation of the base64 algorithm but does not chunk the output.
encodeBase64URLSafeString(byte[]) - Static method in class tech.gusavila92.apache.commons.codec.binary.Base64
Encodes binary data using a URL-safe variation of the base64 algorithm but does not chunk the output.
encodeHex(byte[]) - Static method in class tech.gusavila92.apache.commons.codec.binary.Hex
Converts an array of bytes into an array of characters representing the hexadecimal values of each byte in order.
encodeHex(byte[], boolean) - Static method in class tech.gusavila92.apache.commons.codec.binary.Hex
Converts an array of bytes into an array of characters representing the hexadecimal values of each byte in order.
encodeHex(byte[], char[]) - Static method in class tech.gusavila92.apache.commons.codec.binary.Hex
Converts an array of bytes into an array of characters representing the hexadecimal values of each byte in order.
encodeHexString(byte[]) - Static method in class tech.gusavila92.apache.commons.codec.binary.Hex
Converts an array of bytes into a String representing the hexadecimal values of each byte in order.
encodeInteger(BigInteger) - Static method in class tech.gusavila92.apache.commons.codec.binary.Base64
Encodes to a byte64-encoded integer according to crypto standards such as W3C's XML-Signature.
encodeQuotedPrintable(BitSet, byte[]) - Static method in class tech.gusavila92.apache.commons.codec.net.QuotedPrintableCodec
Encodes an array of bytes into an array of quoted-printable 7-bit characters.
encodeQuotedPrintable(BitSet, byte[], boolean) - Static method in class tech.gusavila92.apache.commons.codec.net.QuotedPrintableCodec
Encodes an array of bytes into an array of quoted-printable 7-bit characters.
Encoder - Interface in tech.gusavila92.apache.commons.codec
Provides the highest level of abstraction for Encoders.
EncoderException - Exception in tech.gusavila92.apache.commons.codec
Thrown when there is a failure condition during the encoding process.
EncoderException() - Constructor for exception tech.gusavila92.apache.commons.codec.EncoderException
Constructs a new exception with null as its detail message.
EncoderException(String) - Constructor for exception tech.gusavila92.apache.commons.codec.EncoderException
Constructs a new exception with the specified detail message.
EncoderException(String, Throwable) - Constructor for exception tech.gusavila92.apache.commons.codec.EncoderException
Constructs a new exception with the specified detail message and cause.
EncoderException(Throwable) - Constructor for exception tech.gusavila92.apache.commons.codec.EncoderException
Constructs a new exception with the specified cause and a detail message of (cause==null ?
encodeToString(byte[]) - Method in class tech.gusavila92.apache.commons.codec.binary.BaseNCodec
Encodes a byte[] containing binary data, into a String containing characters in the Base-N alphabet.
encodeUrl(BitSet, byte[]) - Static method in class tech.gusavila92.apache.commons.codec.net.URLCodec
Encodes an array of bytes into an array of URL safe 7-bit characters.
EncodingUtils - Class in tech.gusavila92.apache.http.util
The home for utility methods that handle various encoding tasks.
EnglishReasonPhraseCatalog - Class in tech.gusavila92.apache.http.impl
English reason phrases for HTTP status codes.
EnglishReasonPhraseCatalog() - Constructor for class tech.gusavila92.apache.http.impl.EnglishReasonPhraseCatalog
Restricted default constructor, for derived classes.
ensureBufferSize(int, BaseNCodec.Context) - Method in class tech.gusavila92.apache.commons.codec.binary.BaseNCodec
Ensure that the buffer has room for size bytes
ensureCapacity(int) - Method in class tech.gusavila92.apache.http.util.ByteArrayBuffer
Ensures that the capacity is at least equal to the specified minimum.
ensureCapacity(int) - Method in class tech.gusavila92.apache.http.util.CharArrayBuffer
Ensures that the capacity is at least equal to the specified minimum.
ensureOpen() - Method in class tech.gusavila92.apache.http.impl.BHttpConnectionBase
 
EntityTemplate - Class in tech.gusavila92.apache.http.entity
Entity that delegates the process of content generation to a ContentProducer.
EntityTemplate(ContentProducer) - Constructor for class tech.gusavila92.apache.http.entity.EntityTemplate
 
EntityUtils - Class in tech.gusavila92.apache.http.util
Static helpers for dealing with HttpEntitys.
enumAvailable(PoolEntryCallback<T, C>) - Method in class tech.gusavila92.apache.http.pool.AbstractConnPool
Enumerates all available connections.
enumLeased(PoolEntryCallback<T, C>) - Method in class tech.gusavila92.apache.http.pool.AbstractConnPool
Enumerates all leased connections.
EofSensor - Interface in tech.gusavila92.apache.http.io
Deprecated.
(4.3) no longer used.
equals(CharSequence, CharSequence) - Static method in class tech.gusavila92.apache.commons.codec.binary.StringUtils
Compares two CharSequences, returning true if they represent equal sequences of characters.
equals(Object) - Method in class tech.gusavila92.apache.http.HttpHost
 
equals(Object) - Method in class tech.gusavila92.apache.http.message.BasicHeaderElement
 
equals(Object) - Method in class tech.gusavila92.apache.http.message.BasicNameValuePair
 
equals(Object) - Method in class tech.gusavila92.apache.http.ProtocolVersion
Checks equality of this protocol version with an object.
equals(Object, Object) - Static method in class tech.gusavila92.apache.http.util.LangUtils
Check if two objects are equal.
equals(Object[], Object[]) - Static method in class tech.gusavila92.apache.http.util.LangUtils
Check if two object arrays are equal.
ESCAPE - Static variable in class tech.gusavila92.apache.http.message.TokenParser
Backward slash / escape character
ESCAPE_CHAR - Static variable in class tech.gusavila92.apache.commons.codec.net.URLCodec
Release 1.5 made this field final.
estimateElementsLen(HeaderElement[]) - Method in class tech.gusavila92.apache.http.message.BasicHeaderValueFormatter
Estimates the length of formatted header elements.
estimateHeaderElementLen(HeaderElement) - Method in class tech.gusavila92.apache.http.message.BasicHeaderValueFormatter
Estimates the length of a formatted header element.
estimateNameValuePairLen(NameValuePair) - Method in class tech.gusavila92.apache.http.message.BasicHeaderValueFormatter
Estimates the length of a formatted name-value pair.
estimateParametersLen(NameValuePair[]) - Method in class tech.gusavila92.apache.http.message.BasicHeaderValueFormatter
Estimates the length of formatted parameters.
estimateProtocolVersionLen(ProtocolVersion) - Method in class tech.gusavila92.apache.http.message.BasicLineFormatter
Guesses the length of a formatted protocol version.
ETAG - Static variable in class tech.gusavila92.apache.http.HttpHeaders
RFC 2616 (HTTP/1.1) Section 14.19
ExceptionLogger - Interface in tech.gusavila92.apache.http
 
execute(HttpRequest, HttpClientConnection, HttpContext) - Method in class tech.gusavila92.apache.http.protocol.HttpRequestExecutor
Sends the request and obtain a response.
EXPECT - Static variable in class tech.gusavila92.apache.http.HttpHeaders
RFC 2616 (HTTP/1.1) Section 14.20
EXPECT_CONTINUE - Static variable in class tech.gusavila92.apache.http.protocol.HTTP
HTTP expectations
EXPECT_DIRECTIVE - Static variable in class tech.gusavila92.apache.http.protocol.HTTP
 
expectContinue() - Method in interface tech.gusavila92.apache.http.HttpEntityEnclosingRequest
Tells if this request should use the expect-continue handshake.
expectContinue() - Method in class tech.gusavila92.apache.http.message.BasicHttpEntityEnclosingRequest
 
Experimental - Annotation Type in tech.gusavila92.apache.http.annotation
The field or method to which this annotation is applied is marked as experimental.
EXPIRES - Static variable in class tech.gusavila92.apache.http.HttpHeaders
RFC 1945 (HTTP/1.0) Section 10.7, RFC 2616 (HTTP/1.1) Section 14.21

F

failed(Exception) - Method in class tech.gusavila92.apache.http.concurrent.BasicFuture
 
failed(Exception) - Method in interface tech.gusavila92.apache.http.concurrent.FutureCallback
 
file - Variable in class tech.gusavila92.apache.http.entity.FileEntity
 
FileEntity - Class in tech.gusavila92.apache.http.entity
A self contained, repeatable entity that obtains its content from a file.
FileEntity(File, String) - Constructor for class tech.gusavila92.apache.http.entity.FileEntity
FileEntity(File, ContentType) - Constructor for class tech.gusavila92.apache.http.entity.FileEntity
 
FileEntity(File) - Constructor for class tech.gusavila92.apache.http.entity.FileEntity
 
fillBuffer() - Method in class tech.gusavila92.apache.http.impl.io.SessionInputBufferImpl
 
filterHeader(int) - Method in class tech.gusavila92.apache.http.message.BasicHeaderIterator
Checks whether a header is part of the iteration.
filterHeader(int) - Method in class tech.gusavila92.apache.http.message.BasicListHeaderIterator
Checks whether a header is part of the iteration.
findNext(int) - Method in class tech.gusavila92.apache.http.message.BasicHeaderIterator
Determines the index of the next header.
findNext(int) - Method in class tech.gusavila92.apache.http.message.BasicListHeaderIterator
Determines the index of the next header.
findNext(int) - Method in class tech.gusavila92.apache.http.message.BasicTokenIterator
Determines the next token.
findTokenEnd(int) - Method in class tech.gusavila92.apache.http.message.BasicTokenIterator
Determines the ending position of the current token.
findTokenSeparator(int) - Method in class tech.gusavila92.apache.http.message.BasicTokenIterator
Determines the position of the next token separator.
findTokenStart(int) - Method in class tech.gusavila92.apache.http.message.BasicTokenIterator
Determines the starting position of the next token.
finish() - Method in class tech.gusavila92.apache.http.impl.io.ChunkedOutputStream
Must be called to ensure the internal cache is flushed and the closing chunk is written.
flush() - Method in class tech.gusavila92.apache.commons.codec.binary.BaseNCodecOutputStream
Flushes this output stream and forces any buffered output bytes to be written out to the stream.
flush() - Method in interface tech.gusavila92.apache.http.HttpClientConnection
Writes out all pending buffered data over the open connection.
flush() - Method in interface tech.gusavila92.apache.http.HttpServerConnection
Sends all pending buffered data over this connection.
flush() - Method in class tech.gusavila92.apache.http.impl.DefaultBHttpClientConnection
 
flush() - Method in class tech.gusavila92.apache.http.impl.DefaultBHttpServerConnection
 
flush() - Method in class tech.gusavila92.apache.http.impl.io.ChunkedOutputStream
Flushes the content buffer and the underlying stream.
flush() - Method in class tech.gusavila92.apache.http.impl.io.ContentLengthOutputStream
 
flush() - Method in class tech.gusavila92.apache.http.impl.io.IdentityOutputStream
 
flush() - Method in class tech.gusavila92.apache.http.impl.io.SessionOutputBufferImpl
 
flush() - Method in interface tech.gusavila92.apache.http.io.SessionOutputBuffer
Flushes this session buffer and forces any buffered output bytes to be written out.
flushCache() - Method in class tech.gusavila92.apache.http.impl.io.ChunkedOutputStream
Writes the cache out onto the underlying stream
flushCacheWithAppend(byte[], int, int) - Method in class tech.gusavila92.apache.http.impl.io.ChunkedOutputStream
Writes the cache and bufferToAppend to the underlying stream as one large chunk
formatAddress(StringBuilder, SocketAddress) - Static method in class tech.gusavila92.apache.http.util.NetUtils
 
formatElements(HeaderElement[], boolean, HeaderValueFormatter) - Static method in class tech.gusavila92.apache.http.message.BasicHeaderValueFormatter
Formats an array of header elements.
formatElements(CharArrayBuffer, HeaderElement[], boolean) - Method in class tech.gusavila92.apache.http.message.BasicHeaderValueFormatter
 
formatElements(CharArrayBuffer, HeaderElement[], boolean) - Method in interface tech.gusavila92.apache.http.message.HeaderValueFormatter
Formats an array of header elements.
formatHeader(Header, LineFormatter) - Static method in class tech.gusavila92.apache.http.message.BasicLineFormatter
Formats a header.
formatHeader(CharArrayBuffer, Header) - Method in class tech.gusavila92.apache.http.message.BasicLineFormatter
 
formatHeader(CharArrayBuffer, Header) - Method in interface tech.gusavila92.apache.http.message.LineFormatter
Formats a header.
formatHeaderElement(HeaderElement, boolean, HeaderValueFormatter) - Static method in class tech.gusavila92.apache.http.message.BasicHeaderValueFormatter
Formats a header element.
formatHeaderElement(CharArrayBuffer, HeaderElement, boolean) - Method in class tech.gusavila92.apache.http.message.BasicHeaderValueFormatter
 
formatHeaderElement(CharArrayBuffer, HeaderElement, boolean) - Method in interface tech.gusavila92.apache.http.message.HeaderValueFormatter
Formats one header element.
formatNameValuePair(NameValuePair, boolean, HeaderValueFormatter) - Static method in class tech.gusavila92.apache.http.message.BasicHeaderValueFormatter
Formats a name-value pair.
formatNameValuePair(CharArrayBuffer, NameValuePair, boolean) - Method in class tech.gusavila92.apache.http.message.BasicHeaderValueFormatter
 
formatNameValuePair(CharArrayBuffer, NameValuePair, boolean) - Method in interface tech.gusavila92.apache.http.message.HeaderValueFormatter
Formats one name-value pair, where the value is optional.
formatParameters(NameValuePair[], boolean, HeaderValueFormatter) - Static method in class tech.gusavila92.apache.http.message.BasicHeaderValueFormatter
Formats a set of parameters.
formatParameters(CharArrayBuffer, NameValuePair[], boolean) - Method in class tech.gusavila92.apache.http.message.BasicHeaderValueFormatter
 
formatParameters(CharArrayBuffer, NameValuePair[], boolean) - Method in interface tech.gusavila92.apache.http.message.HeaderValueFormatter
Formats the parameters of a header element.
formatProtocolVersion(ProtocolVersion, LineFormatter) - Static method in class tech.gusavila92.apache.http.message.BasicLineFormatter
Formats a protocol version.
formatRequestLine(RequestLine, LineFormatter) - Static method in class tech.gusavila92.apache.http.message.BasicLineFormatter
Formats a request line.
formatRequestLine(CharArrayBuffer, RequestLine) - Method in class tech.gusavila92.apache.http.message.BasicLineFormatter
 
formatRequestLine(CharArrayBuffer, RequestLine) - Method in interface tech.gusavila92.apache.http.message.LineFormatter
Formats a request line.
formatStatusLine(StatusLine, LineFormatter) - Static method in class tech.gusavila92.apache.http.message.BasicLineFormatter
Formats a status line.
formatStatusLine(CharArrayBuffer, StatusLine) - Method in class tech.gusavila92.apache.http.message.BasicLineFormatter
 
formatStatusLine(CharArrayBuffer, StatusLine) - Method in interface tech.gusavila92.apache.http.message.LineFormatter
Formats a status line.
FormattedHeader - Interface in tech.gusavila92.apache.http
An HTTP header which is already formatted.
forVersion(int, int) - Method in class tech.gusavila92.apache.http.HttpVersion
Obtains a specific HTTP version.
forVersion(int, int) - Method in class tech.gusavila92.apache.http.ProtocolVersion
Obtains a specific version of this protocol.
from(Set<String>) - Static method in class tech.gusavila92.apache.commons.codec.language.bm.Languages.LanguageSet
 
FROM - Static variable in class tech.gusavila92.apache.http.HttpHeaders
RFC 1945 (HTTP/1.0) Section 10.8, RFC 2616 (HTTP/1.1) Section 14.22
fromAscii(char[]) - Static method in class tech.gusavila92.apache.commons.codec.binary.BinaryCodec
Decodes a char array where each char represents an ASCII '0' or '1'.
fromAscii(byte[]) - Static method in class tech.gusavila92.apache.commons.codec.binary.BinaryCodec
Decodes a byte array where each byte represents an ASCII '0' or '1'.
fromByteArray(byte[]) - Static method in class tech.gusavila92.websocketclient.common.Utils
Converts the byte array passed as parameter to an integer
fromMap(String, Map<?, ?>, ClassLoader) - Static method in class tech.gusavila92.apache.http.util.VersionInfo
Instantiates version information from properties.
FutureCallback<T> - Interface in tech.gusavila92.apache.http.concurrent
A callback interface that gets invoked upon completion of a Future.

G

get() - Method in class tech.gusavila92.apache.http.concurrent.BasicFuture
 
get(long, TimeUnit) - Method in class tech.gusavila92.apache.http.concurrent.BasicFuture
 
get(HttpEntity) - Static method in class tech.gusavila92.apache.http.entity.ContentType
Extracts Content-Type value from HttpEntity exactly as specified by the Content-Type header of the entity.
get(String) - Static method in class tech.gusavila92.apache.http.util.CharsetUtils
 
getAddress() - Method in class tech.gusavila92.apache.http.HttpHost
Returns the inet address if explicitly set by a constructor, null otherwise.
getAllHeaders() - Method in interface tech.gusavila92.apache.http.HttpMessage
Returns all the headers of this message.
getAllHeaders() - Method in class tech.gusavila92.apache.http.message.AbstractHttpMessage
 
getAllHeaders() - Method in class tech.gusavila92.apache.http.message.HeaderGroup
Gets all of the headers contained within this group.
getAlternate() - Method in class tech.gusavila92.apache.commons.codec.language.DoubleMetaphone.DoubleMetaphoneResult
 
getAny() - Method in class tech.gusavila92.apache.commons.codec.language.bm.Languages.LanguageSet
 
getAny() - Method in class tech.gusavila92.apache.commons.codec.language.bm.Languages.SomeLanguages
 
getAsciiBytes(String) - Static method in class tech.gusavila92.apache.http.util.EncodingUtils
Converts the specified string to byte array of ASCII characters.
getAsciiString(byte[], int, int) - Static method in class tech.gusavila92.apache.http.util.EncodingUtils
Converts the byte array of ASCII characters to a string.
getAsciiString(byte[]) - Static method in class tech.gusavila92.apache.http.util.EncodingUtils
Converts the byte array of ASCII characters to a string.
getAttribute(String) - Method in class tech.gusavila92.apache.http.protocol.BasicHttpContext
 
getAttribute(String) - Method in interface tech.gusavila92.apache.http.protocol.HttpContext
Obtains attribute with the given name.
getAttribute(String) - Method in class tech.gusavila92.apache.http.protocol.HttpCoreContext
 
getAttribute(String, Class<T>) - Method in class tech.gusavila92.apache.http.protocol.HttpCoreContext
 
getAvailable() - Method in class tech.gusavila92.apache.http.pool.PoolStats
Gets the number idle persistent connections.
getBacklogSize() - Method in class tech.gusavila92.apache.http.config.SocketConfig
Determines the maximum queue length for incoming connection indications (a request to connect) also known as server socket backlog.
getBooleanParameter(String, boolean) - Method in class tech.gusavila92.apache.http.params.AbstractHttpParams
Deprecated.
 
getBooleanParameter(String, boolean) - Method in interface tech.gusavila92.apache.http.params.HttpParams
Deprecated.
Returns a Boolean parameter value with the given name.
getBuffer() - Method in interface tech.gusavila92.apache.http.FormattedHeader
Obtains the buffer with the formatted header.
getBuffer() - Method in class tech.gusavila92.apache.http.message.BufferedHeader
 
getBufferSize() - Method in class tech.gusavila92.apache.http.config.ConnectionConfig
 
getByMimeType(String) - Static method in class tech.gusavila92.apache.http.entity.ContentType
Returns Content-Type for the given MIME type.
getBytes(String, String) - Static method in class tech.gusavila92.apache.http.util.EncodingUtils
Converts the specified string to a byte array.
getBytesIso8859_1(String) - Static method in class tech.gusavila92.apache.commons.codec.binary.StringUtils
Encodes the given string into a sequence of bytes using the ISO-8859-1 charset, storing the result into a new byte array.
getBytesTransferred() - Method in class tech.gusavila92.apache.http.impl.io.HttpTransportMetricsImpl
 
getBytesTransferred() - Method in interface tech.gusavila92.apache.http.io.HttpTransportMetrics
Returns the number of bytes transferred.
getBytesUnchecked(String, String) - Static method in class tech.gusavila92.apache.commons.codec.binary.StringUtils
Encodes the given string into a sequence of bytes using the named charset, storing the result into a new byte array.
getBytesUsAscii(String) - Static method in class tech.gusavila92.apache.commons.codec.binary.StringUtils
Encodes the given string into a sequence of bytes using the US-ASCII charset, storing the result into a new byte array.
getBytesUtf16(String) - Static method in class tech.gusavila92.apache.commons.codec.binary.StringUtils
Encodes the given string into a sequence of bytes using the UTF-16 charset, storing the result into a new byte array.
getBytesUtf16Be(String) - Static method in class tech.gusavila92.apache.commons.codec.binary.StringUtils
Encodes the given string into a sequence of bytes using the UTF-16BE charset, storing the result into a new byte array.
getBytesUtf16Le(String) - Static method in class tech.gusavila92.apache.commons.codec.binary.StringUtils
Encodes the given string into a sequence of bytes using the UTF-16LE charset, storing the result into a new byte array.
getBytesUtf8(String) - Static method in class tech.gusavila92.apache.commons.codec.binary.StringUtils
Encodes the given string into a sequence of bytes using the UTF-8 charset, storing the result into a new byte array.
getCertChain() - Method in class tech.gusavila92.apache.http.ssl.PrivateKeyDetails
 
getCharset() - Method in class tech.gusavila92.apache.commons.codec.binary.Hex
Gets the charset.
getCharset() - Method in class tech.gusavila92.apache.commons.codec.net.BCodec
Gets the default charset name used for string decoding and encoding.
getCharset() - Method in class tech.gusavila92.apache.commons.codec.net.QCodec
Gets the default charset name used for string decoding and encoding.
getCharset() - Method in class tech.gusavila92.apache.commons.codec.net.QuotedPrintableCodec
Gets the default charset name used for string decoding and encoding.
getCharset() - Method in class tech.gusavila92.apache.http.config.ConnectionConfig
 
getCharset() - Method in class tech.gusavila92.apache.http.entity.ContentType
 
getCharsetName() - Method in class tech.gusavila92.apache.commons.codec.binary.Hex
Gets the charset name.
getClassloader() - Method in class tech.gusavila92.apache.http.util.VersionInfo
Obtains the classloader used to read the version information.
getCondensedHeader(String) - Method in class tech.gusavila92.apache.http.message.HeaderGroup
Gets a header representing all of the header values with the given name.
getConnection() - Method in class tech.gusavila92.apache.http.pool.PoolEntry
 
getConnection(Class<T>) - Method in class tech.gusavila92.apache.http.protocol.HttpCoreContext
 
getConnection() - Method in class tech.gusavila92.apache.http.protocol.HttpCoreContext
 
getConnectionConfig(HttpParams) - Static method in class tech.gusavila92.apache.http.params.HttpParamConfig
Deprecated.
 
getContent() - Method in class tech.gusavila92.apache.http.entity.BasicHttpEntity
Obtains the content, once only.
getContent() - Method in class tech.gusavila92.apache.http.entity.BufferedHttpEntity
 
getContent() - Method in class tech.gusavila92.apache.http.entity.ByteArrayEntity
 
getContent() - Method in class tech.gusavila92.apache.http.entity.EntityTemplate
 
getContent() - Method in class tech.gusavila92.apache.http.entity.FileEntity
 
getContent() - Method in class tech.gusavila92.apache.http.entity.HttpEntityWrapper
 
getContent() - Method in class tech.gusavila92.apache.http.entity.InputStreamEntity
 
getContent() - Method in class tech.gusavila92.apache.http.entity.SerializableEntity
 
getContent() - Method in class tech.gusavila92.apache.http.entity.StringEntity
 
getContent() - Method in interface tech.gusavila92.apache.http.HttpEntity
Returns a content stream of the entity.
getContentCharSet(HttpEntity) - Static method in class tech.gusavila92.apache.http.util.EntityUtils
Deprecated.
getContentEncoding() - Method in class tech.gusavila92.apache.http.entity.AbstractHttpEntity
Obtains the Content-Encoding header.
getContentEncoding() - Method in class tech.gusavila92.apache.http.entity.HttpEntityWrapper
 
getContentEncoding() - Method in interface tech.gusavila92.apache.http.HttpEntity
Obtains the Content-Encoding header, if known.
getContentLength() - Method in class tech.gusavila92.apache.http.entity.BasicHttpEntity
 
getContentLength() - Method in class tech.gusavila92.apache.http.entity.BufferedHttpEntity
 
getContentLength() - Method in class tech.gusavila92.apache.http.entity.ByteArrayEntity
 
getContentLength() - Method in class tech.gusavila92.apache.http.entity.EntityTemplate
 
getContentLength() - Method in class tech.gusavila92.apache.http.entity.FileEntity
 
getContentLength() - Method in class tech.gusavila92.apache.http.entity.HttpEntityWrapper
 
getContentLength() - Method in class tech.gusavila92.apache.http.entity.InputStreamEntity
 
getContentLength() - Method in class tech.gusavila92.apache.http.entity.SerializableEntity
 
getContentLength() - Method in class tech.gusavila92.apache.http.entity.StringEntity
 
getContentLength() - Method in interface tech.gusavila92.apache.http.HttpEntity
Tells the length of the content, if known.
getContentMimeType(HttpEntity) - Static method in class tech.gusavila92.apache.http.util.EntityUtils
Deprecated.
getContentType() - Method in class tech.gusavila92.apache.http.entity.AbstractHttpEntity
Obtains the Content-Type header.
getContentType() - Method in class tech.gusavila92.apache.http.entity.HttpEntityWrapper
 
getContentType() - Method in interface tech.gusavila92.apache.http.HttpEntity
Obtains the Content-Type header, if known.
getCreated() - Method in class tech.gusavila92.apache.http.pool.PoolEntry
 
getCurrentDate() - Method in class tech.gusavila92.apache.http.protocol.HttpDateGenerator
 
getData() - Method in class tech.gusavila92.websocketclient.model.Payload
Returns the data
getDefaultBufferSize() - Method in class tech.gusavila92.apache.commons.codec.binary.BaseNCodec
Get the default buffer size.
getDefaultCharset() - Method in class tech.gusavila92.apache.commons.codec.net.BCodec
Gets the default charset name used for string decoding and encoding.
getDefaultCharset() - Method in class tech.gusavila92.apache.commons.codec.net.QCodec
Gets the default charset name used for string decoding and encoding.
getDefaultCharset() - Method in class tech.gusavila92.apache.commons.codec.net.QuotedPrintableCodec
Gets the default charset name used for string decoding and encoding.
getDefaultCharset() - Method in class tech.gusavila92.apache.commons.codec.net.URLCodec
The default charset used for string decoding and encoding.
getDefaultMaxPerRoute() - Method in class tech.gusavila92.apache.http.pool.AbstractConnPool
 
getDefaultMaxPerRoute() - Method in interface tech.gusavila92.apache.http.pool.ConnPoolControl
 
getDigest(String) - Static method in class tech.gusavila92.apache.commons.codec.digest.DigestUtils
Returns a MessageDigest for the given algorithm.
getDoubleParameter(String, double) - Method in class tech.gusavila92.apache.http.params.AbstractHttpParams
Deprecated.
 
getDoubleParameter(String, double) - Method in interface tech.gusavila92.apache.http.params.HttpParams
Deprecated.
Returns a Double parameter value with the given name.
getElements() - Method in interface tech.gusavila92.apache.http.Header
Parses the value.
getElements() - Method in class tech.gusavila92.apache.http.message.BasicHeader
 
getElements() - Method in class tech.gusavila92.apache.http.message.BufferedHeader
 
getEncodedLength(byte[]) - Method in class tech.gusavila92.apache.commons.codec.binary.BaseNCodec
Calculates the amount of space needed to encode the supplied array.
getEncoding() - Method in class tech.gusavila92.apache.commons.codec.net.BCodec
 
getEncoding() - Method in class tech.gusavila92.apache.commons.codec.net.QCodec
 
getEncoding() - Method in class tech.gusavila92.apache.commons.codec.net.URLCodec
Deprecated.
Use URLCodec.getDefaultCharset(), will be removed in 2.0.
getEntity() - Method in interface tech.gusavila92.apache.http.HttpEntityEnclosingRequest
Returns the entity associated with this request.
getEntity() - Method in interface tech.gusavila92.apache.http.HttpResponse
Obtains the message entity of this response, if any.
getEntity() - Method in class tech.gusavila92.apache.http.message.BasicHttpEntityEnclosingRequest
 
getEntity() - Method in class tech.gusavila92.apache.http.message.BasicHttpResponse
 
getExpiry() - Method in class tech.gusavila92.apache.http.pool.PoolEntry
 
getFirstHeader(String) - Method in interface tech.gusavila92.apache.http.HttpMessage
Returns the first header with a specified name of this message.
getFirstHeader(String) - Method in class tech.gusavila92.apache.http.message.AbstractHttpMessage
 
getFirstHeader(String) - Method in class tech.gusavila92.apache.http.message.HeaderGroup
Gets the first header with the given name.
getFooters() - Method in class tech.gusavila92.apache.http.impl.io.ChunkedInputStream
 
getFragmentSizeHint() - Method in class tech.gusavila92.apache.http.config.ConnectionConfig
 
getHeaders(String) - Method in interface tech.gusavila92.apache.http.HttpMessage
Returns all the headers with a specified name of this message.
getHeaders(String) - Method in class tech.gusavila92.apache.http.message.AbstractHttpMessage
 
getHeaders(String) - Method in class tech.gusavila92.apache.http.message.HeaderGroup
Gets all of the headers with the given name.
getHmacMd5(byte[]) - Static method in class tech.gusavila92.apache.commons.codec.digest.HmacUtils
Returns an initialized Mac for the HmacMD5 algorithm.
getHmacSha1(byte[]) - Static method in class tech.gusavila92.apache.commons.codec.digest.HmacUtils
Returns an initialized Mac for the HmacSHA1 algorithm.
getHmacSha256(byte[]) - Static method in class tech.gusavila92.apache.commons.codec.digest.HmacUtils
Returns an initialized Mac for the HmacSHA256 algorithm.
getHmacSha384(byte[]) - Static method in class tech.gusavila92.apache.commons.codec.digest.HmacUtils
Returns an initialized Mac for the HmacSHA384 algorithm.
getHmacSha512(byte[]) - Static method in class tech.gusavila92.apache.commons.codec.digest.HmacUtils
Returns an initialized Mac for the HmacSHA512 algorithm.
getHostName() - Method in class tech.gusavila92.apache.http.HttpHost
Returns the host name.
getId() - Method in class tech.gusavila92.apache.http.pool.PoolEntry
 
getInetAddress() - Method in class tech.gusavila92.apache.http.impl.bootstrap.HttpServer
 
getInitializedMac(HmacAlgorithms, byte[]) - Static method in class tech.gusavila92.apache.commons.codec.digest.HmacUtils
Returns an initialized Mac for the given algorithm.
getInitializedMac(String, byte[]) - Static method in class tech.gusavila92.apache.commons.codec.digest.HmacUtils
Returns an initialized Mac for the given algorithm.
getInstance(NameType) - Static method in class tech.gusavila92.apache.commons.codec.language.bm.Languages
 
getInstance(String) - Static method in class tech.gusavila92.apache.commons.codec.language.bm.Languages
 
getInstance(NameType, RuleType, Languages.LanguageSet) - Static method in class tech.gusavila92.apache.commons.codec.language.bm.Rule
Gets rules for a combination of name type, rule type and languages.
getInstance(NameType, RuleType, String) - Static method in class tech.gusavila92.apache.commons.codec.language.bm.Rule
Gets rules for a combination of name type, rule type and a single language.
getInstanceMap(NameType, RuleType, Languages.LanguageSet) - Static method in class tech.gusavila92.apache.commons.codec.language.bm.Rule
Gets rules for a combination of name type, rule type and languages.
getInstanceMap(NameType, RuleType, String) - Static method in class tech.gusavila92.apache.commons.codec.language.bm.Rule
Gets rules for a combination of name type, rule type and a single language.
getIntParameter(String, int) - Method in class tech.gusavila92.apache.http.params.AbstractHttpParams
Deprecated.
 
getIntParameter(String, int) - Method in interface tech.gusavila92.apache.http.params.HttpParams
Deprecated.
Returns an Integer parameter value with the given name.
getLang() - Method in class tech.gusavila92.apache.commons.codec.language.bm.PhoneticEngine
Gets the Lang language guessing rules being used.
getLanguages() - Method in class tech.gusavila92.apache.commons.codec.language.bm.Languages
 
getLanguages() - Method in class tech.gusavila92.apache.commons.codec.language.bm.Languages.SomeLanguages
 
getLanguages() - Method in class tech.gusavila92.apache.commons.codec.language.bm.Rule.Phoneme
 
getLastHeader(String) - Method in interface tech.gusavila92.apache.http.HttpMessage
Returns the last header with a specified name of this message.
getLastHeader(String) - Method in class tech.gusavila92.apache.http.message.AbstractHttpMessage
 
getLastHeader(String) - Method in class tech.gusavila92.apache.http.message.HeaderGroup
Gets the last header with the given name.
getLContext() - Method in class tech.gusavila92.apache.commons.codec.language.bm.Rule
Gets the left context.
getLeased() - Method in class tech.gusavila92.apache.http.pool.PoolStats
Gets the number of persistent connections tracked by the connection manager currently being used to execute requests.
getLenient(HttpEntity) - Static method in class tech.gusavila92.apache.http.entity.ContentType
Extracts Content-Type value from HttpEntity.
getLenientOrDefault(HttpEntity) - Static method in class tech.gusavila92.apache.http.entity.ContentType
Extracts Content-Type value from HttpEntity or returns the default value ContentType.DEFAULT_TEXT if not explicitly specified or incorrect (could not be parsed).
getLocalAddress() - Method in interface tech.gusavila92.apache.http.HttpInetConnection
 
getLocalAddress() - Method in class tech.gusavila92.apache.http.impl.BHttpConnectionBase
 
getLocale() - Method in interface tech.gusavila92.apache.http.HttpResponse
Obtains the locale of this response.
getLocale() - Method in class tech.gusavila92.apache.http.message.BasicHttpResponse
 
getLocalPort() - Method in interface tech.gusavila92.apache.http.HttpInetConnection
 
getLocalPort() - Method in class tech.gusavila92.apache.http.impl.BHttpConnectionBase
 
getLocalPort() - Method in class tech.gusavila92.apache.http.impl.bootstrap.HttpServer
 
getLongParameter(String, long) - Method in class tech.gusavila92.apache.http.params.AbstractHttpParams
Deprecated.
 
getLongParameter(String, long) - Method in interface tech.gusavila92.apache.http.params.HttpParams
Deprecated.
Returns a Long parameter value with the given name.
getLowerBound() - Method in class tech.gusavila92.apache.http.message.ParserCursor
 
getMajor() - Method in class tech.gusavila92.apache.http.ProtocolVersion
Returns the major version number of the protocol.
getMalformedInputAction() - Method in class tech.gusavila92.apache.http.config.ConnectionConfig
 
getMax() - Method in class tech.gusavila92.apache.http.pool.PoolStats
Gets the maximum number of allowed persistent connections.
getMaxCodeLen() - Method in class tech.gusavila92.apache.commons.codec.language.DoubleMetaphone
Returns the maxCodeLen.
getMaxCodeLen() - Method in class tech.gusavila92.apache.commons.codec.language.Metaphone
Returns the maxCodeLen.
getMaxHeaderCount() - Method in class tech.gusavila92.apache.http.config.MessageConstraints
 
getMaxLength() - Method in class tech.gusavila92.apache.commons.codec.language.Soundex
Deprecated.
This feature is not needed since the encoding size must be constant. Will be removed in 2.0.
getMaxLineLength() - Method in class tech.gusavila92.apache.http.config.MessageConstraints
 
getMaxPerRoute(T) - Method in class tech.gusavila92.apache.http.pool.AbstractConnPool
 
getMaxPerRoute(T) - Method in interface tech.gusavila92.apache.http.pool.ConnPoolControl
 
getMaxPhonemes() - Method in class tech.gusavila92.apache.commons.codec.language.bm.PhoneticEngine
Gets the maximum number of phonemes the engine will calculate for a given input.
getMaxTotal() - Method in class tech.gusavila92.apache.http.pool.AbstractConnPool
 
getMaxTotal() - Method in interface tech.gusavila92.apache.http.pool.ConnPoolControl
 
getMd2Digest() - Static method in class tech.gusavila92.apache.commons.codec.digest.DigestUtils
Returns an MD2 MessageDigest.
getMd5Digest() - Static method in class tech.gusavila92.apache.commons.codec.digest.DigestUtils
Returns an MD5 MessageDigest.
getMessage() - Method in exception tech.gusavila92.apache.http.MessageConstraintException
 
getMessageConstraints() - Method in class tech.gusavila92.apache.http.config.ConnectionConfig
 
getMessageConstraints(HttpParams) - Static method in class tech.gusavila92.apache.http.params.HttpParamConfig
Deprecated.
 
getMethod() - Method in class tech.gusavila92.apache.http.message.BasicRequestLine
 
getMethod() - Method in interface tech.gusavila92.apache.http.RequestLine
 
getMetric(String) - Method in interface tech.gusavila92.apache.http.HttpConnectionMetrics
Return the value for the specified metric.
getMetric(String) - Method in class tech.gusavila92.apache.http.impl.HttpConnectionMetricsImpl
 
getMetrics() - Method in interface tech.gusavila92.apache.http.HttpConnection
Returns a collection of connection metrics.
getMetrics() - Method in class tech.gusavila92.apache.http.impl.BHttpConnectionBase
 
getMetrics() - Method in class tech.gusavila92.apache.http.impl.io.SessionInputBufferImpl
 
getMetrics() - Method in class tech.gusavila92.apache.http.impl.io.SessionOutputBufferImpl
 
getMetrics() - Method in interface tech.gusavila92.apache.http.io.SessionInputBuffer
Returns HttpTransportMetrics for this session buffer.
getMetrics() - Method in interface tech.gusavila92.apache.http.io.SessionOutputBuffer
Returns HttpTransportMetrics for this session buffer.
getMimeType() - Method in class tech.gusavila92.apache.http.entity.ContentType
 
getMinor() - Method in class tech.gusavila92.apache.http.ProtocolVersion
Returns the minor version number of the HTTP protocol.
getModule() - Method in class tech.gusavila92.apache.http.util.VersionInfo
Obtains the name of the versioned module or informal unit.
getName() - Method in enum tech.gusavila92.apache.commons.codec.language.bm.NameType
Gets the short version of the name type.
getName() - Method in enum tech.gusavila92.apache.commons.codec.language.bm.RuleType
Gets the rule name.
getName() - Method in interface tech.gusavila92.apache.http.Header
Get the name of the Header.
getName() - Method in interface tech.gusavila92.apache.http.HeaderElement
Returns header element name.
getName() - Method in class tech.gusavila92.apache.http.message.BasicHeader
 
getName() - Method in class tech.gusavila92.apache.http.message.BasicHeaderElement
 
getName() - Method in class tech.gusavila92.apache.http.message.BasicNameValuePair
 
getName() - Method in class tech.gusavila92.apache.http.message.BufferedHeader
 
getName() - Method in interface tech.gusavila92.apache.http.NameValuePair
 
getNames() - Method in class tech.gusavila92.apache.http.params.AbstractHttpParams
Deprecated.
Returns the current set of names; in the case of stacked parameters, returns the names from all the participating HttpParams instances.
getNames() - Method in class tech.gusavila92.apache.http.params.BasicHttpParams
Deprecated.
Returns the current set of names.
getNames() - Method in interface tech.gusavila92.apache.http.params.HttpParamsNames
Deprecated.
Returns the current set of names; in the case of stacked parameters, returns the names from all the participating HttpParams instances.
getNameType() - Method in class tech.gusavila92.apache.commons.codec.language.bm.BeiderMorseEncoder
Gets the name type currently in operation.
getNameType() - Method in class tech.gusavila92.apache.commons.codec.language.bm.PhoneticEngine
Gets the NameType being used.
getObjects() - Method in class tech.gusavila92.apache.http.protocol.UriPatternMatcher
Deprecated.
(4.1) do not use
getOpcode() - Method in class tech.gusavila92.websocketclient.model.Payload
Returns the opcode
getOrDefault(HttpEntity) - Static method in class tech.gusavila92.apache.http.entity.ContentType
Extracts Content-Type value from HttpEntity or returns the default value ContentType.DEFAULT_TEXT if not explicitly specified.
getPackage() - Method in class tech.gusavila92.apache.http.util.VersionInfo
Obtains the package name.
getParameter(String) - Method in class tech.gusavila92.apache.http.entity.ContentType
 
getParameter(int) - Method in interface tech.gusavila92.apache.http.HeaderElement
Returns parameter with the given index.
getParameter(int) - Method in class tech.gusavila92.apache.http.message.BasicHeaderElement
 
getParameter(String) - Method in class tech.gusavila92.apache.http.params.BasicHttpParams
Deprecated.
 
getParameter(String) - Method in interface tech.gusavila92.apache.http.params.HttpParams
Deprecated.
Obtains the value of the given parameter.
getParameterByName(String) - Method in interface tech.gusavila92.apache.http.HeaderElement
Returns the first parameter with the given name.
getParameterByName(String) - Method in class tech.gusavila92.apache.http.message.BasicHeaderElement
 
getParameterCount() - Method in interface tech.gusavila92.apache.http.HeaderElement
Returns the total count of parameters.
getParameterCount() - Method in class tech.gusavila92.apache.http.message.BasicHeaderElement
 
getParameters() - Method in interface tech.gusavila92.apache.http.HeaderElement
Returns an array of name / value pairs.
getParameters() - Method in class tech.gusavila92.apache.http.message.BasicHeaderElement
 
getParams() - Method in interface tech.gusavila92.apache.http.HttpMessage
Deprecated.
(4.3) use configuration classes provided 'tech.gusavila92.apache.http.config' and 'tech.gusavila92.apache.http.client.config'
getParams() - Method in class tech.gusavila92.apache.http.message.AbstractHttpMessage
Deprecated.
(4.3) use constructor parameters of configuration API provided by HttpClient
getParams() - Method in class tech.gusavila92.apache.http.protocol.HttpService
Deprecated.
(4.3) no longer used.
getPattern() - Method in class tech.gusavila92.apache.commons.codec.language.bm.Rule
Gets the pattern.
getPending() - Method in class tech.gusavila92.apache.http.pool.PoolStats
Gets the number of connection requests being blocked awaiting a free connection.
getPhoneme() - Method in class tech.gusavila92.apache.commons.codec.language.bm.Rule
Gets the phoneme.
getPhonemes() - Method in class tech.gusavila92.apache.commons.codec.language.bm.Rule.Phoneme
 
getPhonemes() - Method in interface tech.gusavila92.apache.commons.codec.language.bm.Rule.PhonemeExpr
 
getPhonemes() - Method in class tech.gusavila92.apache.commons.codec.language.bm.Rule.PhonemeList
 
getPhonemeText() - Method in class tech.gusavila92.apache.commons.codec.language.bm.Rule.Phoneme
 
getPort() - Method in class tech.gusavila92.apache.http.HttpHost
Returns the port.
getPos() - Method in class tech.gusavila92.apache.http.message.ParserCursor
 
getPrimary() - Method in class tech.gusavila92.apache.commons.codec.language.DoubleMetaphone.DoubleMetaphoneResult
 
getProtocol() - Method in class tech.gusavila92.apache.http.ProtocolVersion
Returns the name of the protocol.
getProtocolVersion() - Method in interface tech.gusavila92.apache.http.HttpMessage
Returns the protocol version this message is compatible with.
getProtocolVersion() - Method in class tech.gusavila92.apache.http.message.BasicHttpRequest
Returns the HTTP protocol version to be used for this request.
getProtocolVersion() - Method in class tech.gusavila92.apache.http.message.BasicHttpResponse
 
getProtocolVersion() - Method in class tech.gusavila92.apache.http.message.BasicRequestLine
 
getProtocolVersion() - Method in class tech.gusavila92.apache.http.message.BasicStatusLine
 
getProtocolVersion() - Method in interface tech.gusavila92.apache.http.RequestLine
 
getProtocolVersion() - Method in interface tech.gusavila92.apache.http.StatusLine
 
getRContext() - Method in class tech.gusavila92.apache.commons.codec.language.bm.Rule
Gets the right context.
getRcvBufSize() - Method in class tech.gusavila92.apache.http.config.SocketConfig
Determines the default value of the SocketOptions.SO_RCVBUF parameter for newly created sockets.
getReason(int, Locale) - Method in class tech.gusavila92.apache.http.impl.EnglishReasonPhraseCatalog
Obtains the reason phrase for a status code.
getReason(int) - Method in class tech.gusavila92.apache.http.message.BasicHttpResponse
Looks up a reason phrase.
getReason(int, Locale) - Method in interface tech.gusavila92.apache.http.ReasonPhraseCatalog
Obtains the reason phrase for a status code.
getReasonPhrase() - Method in class tech.gusavila92.apache.http.message.BasicStatusLine
 
getReasonPhrase() - Method in interface tech.gusavila92.apache.http.StatusLine
 
getReceivedBytesCount() - Method in interface tech.gusavila92.apache.http.HttpConnectionMetrics
Returns the number of bytes transferred over the connection, 0 if not available.
getReceivedBytesCount() - Method in class tech.gusavila92.apache.http.impl.HttpConnectionMetricsImpl
 
getRelease() - Method in class tech.gusavila92.apache.http.util.VersionInfo
Obtains the release of the versioned module or informal unit.
getRemoteAddress() - Method in interface tech.gusavila92.apache.http.HttpInetConnection
 
getRemoteAddress() - Method in class tech.gusavila92.apache.http.impl.BHttpConnectionBase
 
getRemotePort() - Method in interface tech.gusavila92.apache.http.HttpInetConnection
 
getRemotePort() - Method in class tech.gusavila92.apache.http.impl.BHttpConnectionBase
 
getRequest() - Method in class tech.gusavila92.apache.http.protocol.HttpCoreContext
 
getRequestCount() - Method in interface tech.gusavila92.apache.http.HttpConnectionMetrics
Returns the number of requests transferred over the connection, 0 if not available.
getRequestCount() - Method in class tech.gusavila92.apache.http.impl.HttpConnectionMetricsImpl
 
getRequestInterceptor(int) - Method in interface tech.gusavila92.apache.http.protocol.HttpRequestInterceptorList
Deprecated.
Obtains a request interceptor from this list.
getRequestInterceptorCount() - Method in interface tech.gusavila92.apache.http.protocol.HttpRequestInterceptorList
Deprecated.
Obtains the current size of this list.
getRequestLine() - Method in interface tech.gusavila92.apache.http.HttpRequest
Returns the request line of this request.
getRequestLine() - Method in class tech.gusavila92.apache.http.message.BasicHttpRequest
Returns the request line of this request.
getRequestPath(HttpRequest) - Method in class tech.gusavila92.apache.http.protocol.UriHttpRequestHandlerMapper
Extracts request path from the given HttpRequest
getResponse() - Method in class tech.gusavila92.apache.http.protocol.HttpCoreContext
 
getResponseCount() - Method in interface tech.gusavila92.apache.http.HttpConnectionMetrics
Returns the number of responses transferred over the connection, 0 if not available.
getResponseCount() - Method in class tech.gusavila92.apache.http.impl.HttpConnectionMetricsImpl
 
getResponseInterceptor(int) - Method in interface tech.gusavila92.apache.http.protocol.HttpResponseInterceptorList
Deprecated.
Obtains a response interceptor from this list.
getResponseInterceptorCount() - Method in interface tech.gusavila92.apache.http.protocol.HttpResponseInterceptorList
Deprecated.
Obtains the current size of this list.
getRoute() - Method in class tech.gusavila92.apache.http.pool.PoolEntry
 
getRoutes() - Method in class tech.gusavila92.apache.http.pool.AbstractConnPool
Returns snapshot of all knows routes
getRuleType() - Method in class tech.gusavila92.apache.commons.codec.language.bm.BeiderMorseEncoder
Gets the rule type currently in operation.
getRuleType() - Method in class tech.gusavila92.apache.commons.codec.language.bm.PhoneticEngine
Gets the RuleType being used.
getSchemeName() - Method in class tech.gusavila92.apache.http.HttpHost
Returns the scheme name.
getSentBytesCount() - Method in interface tech.gusavila92.apache.http.HttpConnectionMetrics
Returns the number of bytes transferred over the connection, 0 if not available.
getSentBytesCount() - Method in class tech.gusavila92.apache.http.impl.HttpConnectionMetricsImpl
 
getSessionInputBuffer() - Method in class tech.gusavila92.apache.http.impl.BHttpConnectionBase
 
getSessionOutputBuffer() - Method in class tech.gusavila92.apache.http.impl.BHttpConnectionBase
 
getSha1Digest() - Static method in class tech.gusavila92.apache.commons.codec.digest.DigestUtils
Returns an SHA-1 digest.
getSha256Digest() - Static method in class tech.gusavila92.apache.commons.codec.digest.DigestUtils
Returns an SHA-256 digest.
getSha384Digest() - Static method in class tech.gusavila92.apache.commons.codec.digest.DigestUtils
Returns an SHA-384 digest.
getSha512Digest() - Static method in class tech.gusavila92.apache.commons.codec.digest.DigestUtils
Returns an SHA-512 digest.
getShaDigest() - Static method in class tech.gusavila92.apache.commons.codec.digest.DigestUtils
getSndBufSize() - Method in class tech.gusavila92.apache.http.config.SocketConfig
Determines the default value of the SocketOptions.SO_SNDBUF parameter for newly created sockets.
getSocket() - Method in class tech.gusavila92.apache.http.impl.BHttpConnectionBase
 
getSocketConfig(HttpParams) - Static method in class tech.gusavila92.apache.http.params.HttpParamConfig
Deprecated.
 
getSocketInputStream(Socket) - Method in class tech.gusavila92.apache.http.impl.BHttpConnectionBase
 
getSocketOutputStream(Socket) - Method in class tech.gusavila92.apache.http.impl.BHttpConnectionBase
 
getSocketTimeout() - Method in interface tech.gusavila92.apache.http.HttpConnection
Returns the socket timeout value.
getSocketTimeout() - Method in class tech.gusavila92.apache.http.impl.BHttpConnectionBase
 
getSoLinger() - Method in class tech.gusavila92.apache.http.config.SocketConfig
Determines the default value of the SocketOptions.SO_LINGER parameter for newly created sockets.
getSoTimeout() - Method in class tech.gusavila92.apache.http.config.SocketConfig
Determines the default socket timeout value for non-blocking I/O operations.
getState() - Method in class tech.gusavila92.apache.http.pool.PoolEntry
 
getStats(T) - Method in class tech.gusavila92.apache.http.pool.AbstractConnPool
 
getStats(T) - Method in interface tech.gusavila92.apache.http.pool.ConnPoolControl
 
getStatusCode() - Method in class tech.gusavila92.apache.http.message.BasicStatusLine
 
getStatusCode() - Method in interface tech.gusavila92.apache.http.StatusLine
 
getStatusLine() - Method in interface tech.gusavila92.apache.http.HttpResponse
Obtains the status line of this response.
getStatusLine() - Method in class tech.gusavila92.apache.http.message.BasicHttpResponse
 
getString(byte[], int, int, String) - Static method in class tech.gusavila92.apache.http.util.EncodingUtils
Converts the byte array of HTTP content characters to a string.
getString(byte[], String) - Static method in class tech.gusavila92.apache.http.util.EncodingUtils
Converts the byte array of HTTP content characters to a string.
getTargetHost() - Method in class tech.gusavila92.apache.http.protocol.HttpCoreContext
 
getTimestamp() - Method in class tech.gusavila92.apache.http.util.VersionInfo
Obtains the timestamp of the versioned module or informal unit.
getTotalStats() - Method in class tech.gusavila92.apache.http.pool.AbstractConnPool
 
getTotalStats() - Method in interface tech.gusavila92.apache.http.pool.ConnPoolControl
 
getType() - Method in class tech.gusavila92.apache.http.ssl.PrivateKeyDetails
 
getUnmappableInputAction() - Method in class tech.gusavila92.apache.http.config.ConnectionConfig
 
getUpdated() - Method in class tech.gusavila92.apache.http.pool.PoolEntry
 
getUpperBound() - Method in class tech.gusavila92.apache.http.message.ParserCursor
 
getUri() - Method in class tech.gusavila92.apache.http.message.BasicRequestLine
 
getUri() - Method in interface tech.gusavila92.apache.http.RequestLine
 
getUserAgent(String, String, Class<?>) - Static method in class tech.gusavila92.apache.http.util.VersionInfo
Sets the user agent to "<name>/<release> (Java/<java.version>)".
getValidateAfterInactivity() - Method in class tech.gusavila92.apache.http.pool.AbstractConnPool
 
getValidityDeadline() - Method in class tech.gusavila92.apache.http.pool.PoolEntry
 
getValidUnit() - Method in class tech.gusavila92.apache.http.pool.PoolEntry
getValue() - Method in interface tech.gusavila92.apache.http.Header
Get the value of the Header.
getValue() - Method in interface tech.gusavila92.apache.http.HeaderElement
Returns header element value.
getValue() - Method in class tech.gusavila92.apache.http.message.BasicHeader
 
getValue() - Method in class tech.gusavila92.apache.http.message.BasicHeaderElement
 
getValue() - Method in class tech.gusavila92.apache.http.message.BasicNameValuePair
 
getValue() - Method in class tech.gusavila92.apache.http.message.BufferedHeader
 
getValue() - Method in interface tech.gusavila92.apache.http.NameValuePair
 
getValuePos() - Method in interface tech.gusavila92.apache.http.FormattedHeader
Obtains the start of the header value in the buffer.
getValuePos() - Method in class tech.gusavila92.apache.http.message.BufferedHeader
 
GMT - Static variable in class tech.gusavila92.apache.http.protocol.HttpDateGenerator
The time zone to use in the date header.
greaterEquals(ProtocolVersion) - Method in class tech.gusavila92.apache.http.ProtocolVersion
Tests if this protocol version is greater or equal to the given one.
guessLanguage(String) - Method in class tech.gusavila92.apache.commons.codec.language.bm.Lang
Guesses the language of a word.
guessLanguages(String) - Method in class tech.gusavila92.apache.commons.codec.language.bm.Lang
Guesses the languages of a word.

H

handle(HttpRequest, HttpResponse, HttpContext) - Method in interface tech.gusavila92.apache.http.protocol.HttpRequestHandler
Handles the request and produces a response to be sent back to the client.
handleException(HttpException, HttpResponse) - Method in class tech.gusavila92.apache.http.protocol.HttpService
Handles the given exception and generates an HTTP response to be sent back to the client to inform about the exceptional condition encountered in the course of the request processing.
handleRequest(HttpServerConnection, HttpContext) - Method in class tech.gusavila92.apache.http.protocol.HttpService
Handles receives one HTTP request over the given connection within the given execution context and sends a response back to the client.
hasBufferedData() - Method in class tech.gusavila92.apache.http.impl.io.SessionInputBufferImpl
 
HASH_OFFSET - Static variable in class tech.gusavila92.apache.http.util.LangUtils
 
HASH_SEED - Static variable in class tech.gusavila92.apache.http.util.LangUtils
 
hashCode() - Method in class tech.gusavila92.apache.http.HttpHost
 
hashCode() - Method in class tech.gusavila92.apache.http.message.BasicHeaderElement
 
hashCode() - Method in class tech.gusavila92.apache.http.message.BasicNameValuePair
 
hashCode() - Method in class tech.gusavila92.apache.http.ProtocolVersion
Obtains a hash code consistent with ProtocolVersion.equals(java.lang.Object).
hashCode(int, int) - Static method in class tech.gusavila92.apache.http.util.LangUtils
 
hashCode(int, boolean) - Static method in class tech.gusavila92.apache.http.util.LangUtils
 
hashCode(int, Object) - Static method in class tech.gusavila92.apache.http.util.LangUtils
 
hasNext() - Method in interface tech.gusavila92.apache.http.HeaderElementIterator
Indicates whether there is another header element in this iteration.
hasNext() - Method in interface tech.gusavila92.apache.http.HeaderIterator
Indicates whether there is another header in this iteration.
hasNext() - Method in class tech.gusavila92.apache.http.message.BasicHeaderElementIterator
 
hasNext() - Method in class tech.gusavila92.apache.http.message.BasicHeaderIterator
 
hasNext() - Method in class tech.gusavila92.apache.http.message.BasicListHeaderIterator
 
hasNext() - Method in class tech.gusavila92.apache.http.message.BasicTokenIterator
 
hasNext() - Method in interface tech.gusavila92.apache.http.TokenIterator
Indicates whether there is another token in this iteration.
hasProtocolVersion(CharArrayBuffer, ParserCursor) - Method in class tech.gusavila92.apache.http.message.BasicLineParser
 
hasProtocolVersion(CharArrayBuffer, ParserCursor) - Method in interface tech.gusavila92.apache.http.message.LineParser
Checks whether there likely is a protocol version in a line.
Header - Interface in tech.gusavila92.apache.http
Represents an HTTP header field.
HeaderElement - Interface in tech.gusavila92.apache.http
One element of an HTTP header value consisting of a name / value pair and a number of optional name / value parameters.
HeaderElementIterator - Interface in tech.gusavila92.apache.http
A type-safe iterator for HeaderElement objects.
headergroup - Variable in class tech.gusavila92.apache.http.message.AbstractHttpMessage
 
HeaderGroup - Class in tech.gusavila92.apache.http.message
A class for combining a set of headers.
HeaderGroup() - Constructor for class tech.gusavila92.apache.http.message.HeaderGroup
Constructor for HeaderGroup.
headerIt - Variable in class tech.gusavila92.apache.http.message.BasicTokenIterator
The iterator from which to obtain the next header.
HeaderIterator - Interface in tech.gusavila92.apache.http
A type-safe iterator for Header objects.
headerIterator() - Method in interface tech.gusavila92.apache.http.HttpMessage
Returns an iterator of all the headers.
headerIterator(String) - Method in interface tech.gusavila92.apache.http.HttpMessage
Returns an iterator of the headers with a given name.
headerIterator() - Method in class tech.gusavila92.apache.http.message.AbstractHttpMessage
 
headerIterator(String) - Method in class tech.gusavila92.apache.http.message.AbstractHttpMessage
 
headerName - Variable in class tech.gusavila92.apache.http.message.BasicHeaderIterator
The header name to filter by.
headerName - Variable in class tech.gusavila92.apache.http.message.BasicListHeaderIterator
The header name to filter by.
HeaderValueFormatter - Interface in tech.gusavila92.apache.http.message
Interface for formatting elements of a header value.
HeaderValueParser - Interface in tech.gusavila92.apache.http.message
Interface for parsing header values into elements.
Hex - Class in tech.gusavila92.apache.commons.codec.binary
Converts hexadecimal Strings.
Hex() - Constructor for class tech.gusavila92.apache.commons.codec.binary.Hex
Creates a new codec with the default charset name Hex.DEFAULT_CHARSET
Hex(Charset) - Constructor for class tech.gusavila92.apache.commons.codec.binary.Hex
Creates a new codec with the given Charset.
Hex(String) - Constructor for class tech.gusavila92.apache.commons.codec.binary.Hex
Creates a new codec with the given charset name.
HmacAlgorithms - Enum in tech.gusavila92.apache.commons.codec.digest
Standard HmacUtils algorithm names from the Java Cryptography Architecture Standard Algorithm Name Documentation.
hmacMd5(byte[], byte[]) - Static method in class tech.gusavila92.apache.commons.codec.digest.HmacUtils
Returns a HmacMD5 Message Authentication Code (MAC) for the given key and value.
hmacMd5(byte[], InputStream) - Static method in class tech.gusavila92.apache.commons.codec.digest.HmacUtils
Returns a HmacMD5 Message Authentication Code (MAC) for the given key and value.
hmacMd5(String, String) - Static method in class tech.gusavila92.apache.commons.codec.digest.HmacUtils
Returns a HmacMD5 Message Authentication Code (MAC) for the given key and value.
hmacMd5Hex(byte[], byte[]) - Static method in class tech.gusavila92.apache.commons.codec.digest.HmacUtils
Returns a HmacMD5 Message Authentication Code (MAC) as a hex string (lowercase) for the given key and value.
hmacMd5Hex(byte[], InputStream) - Static method in class tech.gusavila92.apache.commons.codec.digest.HmacUtils
Returns a HmacMD5 Message Authentication Code (MAC) as a hex string (lowercase) for the given key and value.
hmacMd5Hex(String, String) - Static method in class tech.gusavila92.apache.commons.codec.digest.HmacUtils
Returns a HmacMD5 Message Authentication Code (MAC) as a hex string (lowercase) for the given key and value.
hmacSha1(byte[], byte[]) - Static method in class tech.gusavila92.apache.commons.codec.digest.HmacUtils
Returns a HmacSHA1 Message Authentication Code (MAC) for the given key and value.
hmacSha1(byte[], InputStream) - Static method in class tech.gusavila92.apache.commons.codec.digest.HmacUtils
Returns a HmacSHA1 Message Authentication Code (MAC) for the given key and value.
hmacSha1(String, String) - Static method in class tech.gusavila92.apache.commons.codec.digest.HmacUtils
Returns a HmacSHA1 Message Authentication Code (MAC) for the given key and value.
hmacSha1Hex(byte[], byte[]) - Static method in class tech.gusavila92.apache.commons.codec.digest.HmacUtils
Returns a HmacSHA1 Message Authentication Code (MAC) as hex string (lowercase) for the given key and value.
hmacSha1Hex(byte[], InputStream) - Static method in class tech.gusavila92.apache.commons.codec.digest.HmacUtils
Returns a HmacSHA1 Message Authentication Code (MAC) as hex string (lowercase) for the given key and value.
hmacSha1Hex(String, String) - Static method in class tech.gusavila92.apache.commons.codec.digest.HmacUtils
Returns a HmacSHA1 Message Authentication Code (MAC) as hex string (lowercase) for the given key and value.
hmacSha256(byte[], byte[]) - Static method in class tech.gusavila92.apache.commons.codec.digest.HmacUtils
Returns a HmacSHA256 Message Authentication Code (MAC) for the given key and value.
hmacSha256(byte[], InputStream) - Static method in class tech.gusavila92.apache.commons.codec.digest.HmacUtils
Returns a HmacSHA256 Message Authentication Code (MAC) for the given key and value.
hmacSha256(String, String) - Static method in class tech.gusavila92.apache.commons.codec.digest.HmacUtils
Returns a HmacSHA256 Message Authentication Code (MAC) for the given key and value.
hmacSha256Hex(byte[], byte[]) - Static method in class tech.gusavila92.apache.commons.codec.digest.HmacUtils
Returns a HmacSHA256 Message Authentication Code (MAC) as hex string (lowercase) for the given key and value.
hmacSha256Hex(byte[], InputStream) - Static method in class tech.gusavila92.apache.commons.codec.digest.HmacUtils
Returns a HmacSHA256 Message Authentication Code (MAC) as hex string (lowercase) for the given key and value.
hmacSha256Hex(String, String) - Static method in class tech.gusavila92.apache.commons.codec.digest.HmacUtils
Returns a HmacSHA256 Message Authentication Code (MAC) as hex string (lowercase) for the given key and value.
hmacSha384(byte[], byte[]) - Static method in class tech.gusavila92.apache.commons.codec.digest.HmacUtils
Returns a HmacSHA384 Message Authentication Code (MAC) for the given key and value.
hmacSha384(byte[], InputStream) - Static method in class tech.gusavila92.apache.commons.codec.digest.HmacUtils
Returns a HmacSHA384 Message Authentication Code (MAC) for the given key and value.
hmacSha384(String, String) - Static method in class tech.gusavila92.apache.commons.codec.digest.HmacUtils
Returns a HmacSHA384 Message Authentication Code (MAC) for the given key and value.
hmacSha384Hex(byte[], byte[]) - Static method in class tech.gusavila92.apache.commons.codec.digest.HmacUtils
Returns a HmacSHA384 Message Authentication Code (MAC) as hex string (lowercase) for the given key and value.
hmacSha384Hex(byte[], InputStream) - Static method in class tech.gusavila92.apache.commons.codec.digest.HmacUtils
Returns a HmacSHA384 Message Authentication Code (MAC) as hex string (lowercase) for the given key and value.
hmacSha384Hex(String, String) - Static method in class tech.gusavila92.apache.commons.codec.digest.HmacUtils
Returns a HmacSHA384 Message Authentication Code (MAC) as hex string (lowercase) for the given key and value.
hmacSha512(byte[], byte[]) - Static method in class tech.gusavila92.apache.commons.codec.digest.HmacUtils
Returns a HmacSHA512 Message Authentication Code (MAC) for the given key and value.
hmacSha512(byte[], InputStream) - Static method in class tech.gusavila92.apache.commons.codec.digest.HmacUtils
Returns a HmacSHA512 Message Authentication Code (MAC) for the given key and value.
hmacSha512(String, String) - Static method in class tech.gusavila92.apache.commons.codec.digest.HmacUtils
Returns a HmacSHA512 Message Authentication Code (MAC) for the given key and value.
hmacSha512Hex(byte[], byte[]) - Static method in class tech.gusavila92.apache.commons.codec.digest.HmacUtils
Returns a HmacSHA512 Message Authentication Code (MAC) as hex string (lowercase) for the given key and value.
hmacSha512Hex(byte[], InputStream) - Static method in class tech.gusavila92.apache.commons.codec.digest.HmacUtils
Returns a HmacSHA512 Message Authentication Code (MAC) as hex string (lowercase) for the given key and value.
hmacSha512Hex(String, String) - Static method in class tech.gusavila92.apache.commons.codec.digest.HmacUtils
Returns a HmacSHA512 Message Authentication Code (MAC) as hex string (lowercase) for the given key and value.
HmacUtils - Class in tech.gusavila92.apache.commons.codec.digest
Simplifies common Mac tasks.
HmacUtils() - Constructor for class tech.gusavila92.apache.commons.codec.digest.HmacUtils
 
HOST - Static variable in class tech.gusavila92.apache.http.HttpHeaders
RFC 2616 (HTTP/1.1) Section 14.23
hostname - Variable in class tech.gusavila92.apache.http.HttpHost
The host to use.
HT - Static variable in class tech.gusavila92.apache.http.Consts
 
HT - Static variable in class tech.gusavila92.apache.http.message.TokenParser
US-ASCII HT, horizontal-tab (9)
HT - Static variable in class tech.gusavila92.apache.http.protocol.HTTP
 
HTTP - Static variable in class tech.gusavila92.apache.http.HttpVersion
The protocol name.
HTTP - Class in tech.gusavila92.apache.http.protocol
Constants and static helpers related to the HTTP protocol.
HTTP_0_9 - Static variable in class tech.gusavila92.apache.http.HttpVersion
HTTP protocol version 0.9
HTTP_1_0 - Static variable in class tech.gusavila92.apache.http.HttpVersion
HTTP protocol version 1.0
HTTP_1_1 - Static variable in class tech.gusavila92.apache.http.HttpVersion
HTTP protocol version 1.1
HTTP_CONNECTION - Static variable in class tech.gusavila92.apache.http.protocol.HttpCoreContext
Attribute name of a HttpConnection object that represents the actual HTTP connection.
HTTP_CONTENT_CHARSET - Static variable in interface tech.gusavila92.apache.http.params.CoreProtocolPNames
Deprecated.
Defines the charset to be used per default for encoding content body.
HTTP_ELEMENT_CHARSET - Static variable in interface tech.gusavila92.apache.http.params.CoreProtocolPNames
Deprecated.
Defines the charset to be used for encoding HTTP protocol elements.
HTTP_MALFORMED_INPUT_ACTION - Static variable in interface tech.gusavila92.apache.http.params.CoreProtocolPNames
Deprecated.
Defines the action to perform upon receiving a malformed input.
HTTP_REQ_SENT - Static variable in class tech.gusavila92.apache.http.protocol.HttpCoreContext
Attribute name of a Boolean object that represents the the flag indicating whether the actual request has been fully transmitted to the target host.
HTTP_REQUEST - Static variable in class tech.gusavila92.apache.http.protocol.HttpCoreContext
Attribute name of a HttpRequest object that represents the actual HTTP request.
HTTP_RESPONSE - Static variable in class tech.gusavila92.apache.http.protocol.HttpCoreContext
Attribute name of a HttpResponse object that represents the actual HTTP response.
HTTP_SEPARATORS - Static variable in class tech.gusavila92.apache.http.message.BasicTokenIterator
The HTTP separator characters.
HTTP_TARGET_HOST - Static variable in class tech.gusavila92.apache.http.protocol.HttpCoreContext
Attribute name of a HttpHost object that represents the connection target.
HTTP_UNMAPPABLE_INPUT_ACTION - Static variable in interface tech.gusavila92.apache.http.params.CoreProtocolPNames
Deprecated.
Defines the action to perform upon receiving an unmappable input.
HttpClientConnection - Interface in tech.gusavila92.apache.http
A client-side HTTP connection, which can be used for sending requests and receiving responses.
HttpConnection - Interface in tech.gusavila92.apache.http
A generic HTTP connection, useful on client and server side.
HttpConnectionFactory<T extends HttpConnection> - Interface in tech.gusavila92.apache.http
Factory for HttpConnection instances.
HttpConnectionMetrics - Interface in tech.gusavila92.apache.http
The point of access to the statistics of an HttpConnection.
HttpConnectionMetricsImpl - Class in tech.gusavila92.apache.http.impl
Default implementation of the HttpConnectionMetrics interface.
HttpConnectionMetricsImpl(HttpTransportMetrics, HttpTransportMetrics) - Constructor for class tech.gusavila92.apache.http.impl.HttpConnectionMetricsImpl
 
HttpContext - Interface in tech.gusavila92.apache.http.protocol
HttpContext represents execution state of an HTTP process.
HttpCoreContext - Class in tech.gusavila92.apache.http.protocol
Implementation of HttpContext that provides convenience setters for user assignable attributes and getter for readable attributes.
HttpCoreContext(HttpContext) - Constructor for class tech.gusavila92.apache.http.protocol.HttpCoreContext
 
HttpCoreContext() - Constructor for class tech.gusavila92.apache.http.protocol.HttpCoreContext
 
HttpDateGenerator - Class in tech.gusavila92.apache.http.protocol
Generates a date in the format required by the HTTP protocol.
HttpDateGenerator() - Constructor for class tech.gusavila92.apache.http.protocol.HttpDateGenerator
 
HttpEntity - Interface in tech.gusavila92.apache.http
An entity that can be sent or received with an HTTP message.
HttpEntityEnclosingRequest - Interface in tech.gusavila92.apache.http
A request with an entity.
HttpEntityWrapper - Class in tech.gusavila92.apache.http.entity
Base class for wrapping entities.
HttpEntityWrapper(HttpEntity) - Constructor for class tech.gusavila92.apache.http.entity.HttpEntityWrapper
Creates a new entity wrapper.
HttpException - Exception in tech.gusavila92.apache.http
Signals that an HTTP exception has occurred.
HttpException() - Constructor for exception tech.gusavila92.apache.http.HttpException
Creates a new HttpException with a null detail message.
HttpException(String) - Constructor for exception tech.gusavila92.apache.http.HttpException
Creates a new HttpException with the specified detail message.
HttpException(String, Throwable) - Constructor for exception tech.gusavila92.apache.http.HttpException
Creates a new HttpException with the specified detail message and cause.
HttpExpectationVerifier - Interface in tech.gusavila92.apache.http.protocol
Defines an interface to verify whether an incoming HTTP request meets the target server's expectations.
HttpHeaders - Class in tech.gusavila92.apache.http
Constants enumerating the HTTP headers.
HttpHost - Class in tech.gusavila92.apache.http
Holds all of the variables needed to describe an HTTP connection to a host.
HttpHost(String, int, String) - Constructor for class tech.gusavila92.apache.http.HttpHost
Creates HttpHost instance with the given scheme, hostname and port.
HttpHost(String, int) - Constructor for class tech.gusavila92.apache.http.HttpHost
Creates HttpHost instance with the default scheme and the given hostname and port.
HttpHost(String) - Constructor for class tech.gusavila92.apache.http.HttpHost
Creates HttpHost instance with the default scheme and port and the given hostname.
HttpHost(InetAddress, int, String) - Constructor for class tech.gusavila92.apache.http.HttpHost
Creates HttpHost instance with the given scheme, inet address and port.
HttpHost(InetAddress, String, int, String) - Constructor for class tech.gusavila92.apache.http.HttpHost
Creates a new HttpHost, specifying all values.
HttpHost(InetAddress, int) - Constructor for class tech.gusavila92.apache.http.HttpHost
Creates HttpHost instance with the default scheme and the given inet address and port.
HttpHost(InetAddress) - Constructor for class tech.gusavila92.apache.http.HttpHost
Creates HttpHost instance with the default scheme and port and the given inet address.
HttpHost(HttpHost) - Constructor for class tech.gusavila92.apache.http.HttpHost
Copy constructor for HttpHost.
HttpInetConnection - Interface in tech.gusavila92.apache.http
An HTTP connection over the Internet Protocol (IP).
HttpMessage - Interface in tech.gusavila92.apache.http
HTTP messages consist of requests from client to server and responses from server to client.
HttpMessageParser<T extends HttpMessage> - Interface in tech.gusavila92.apache.http.io
Abstract message parser intended to build HTTP messages from an arbitrary data source.
HttpMessageParserFactory<T extends HttpMessage> - Interface in tech.gusavila92.apache.http.io
Factory for HttpMessageParser instances.
HttpMessageWriter<T extends HttpMessage> - Interface in tech.gusavila92.apache.http.io
Abstract message writer intended to serialize HTTP messages to an arbitrary data sink.
HttpMessageWriterFactory<T extends HttpMessage> - Interface in tech.gusavila92.apache.http.io
Factory for HttpMessageWriter instances.
HttpParamConfig - Class in tech.gusavila92.apache.http.params
Deprecated.
(4.3) provided for compatibility with HttpParams. Do not use.
HttpParams - Interface in tech.gusavila92.apache.http.params
Deprecated.
(4.3) use configuration classes provided 'tech.gusavila92.apache.http.config' and 'tech.gusavila92.apache.http.client.config'
HttpParamsNames - Interface in tech.gusavila92.apache.http.params
Deprecated.
(4.3) use configuration classes provided 'tech.gusavila92.apache.http.config' and 'tech.gusavila92.apache.http.client.config'
HttpProcessor - Interface in tech.gusavila92.apache.http.protocol
HTTP protocol processor is a collection of protocol interceptors that implements the 'Chain of Responsibility' pattern, where each individual protocol interceptor is expected to work on a particular aspect of the HTTP protocol the interceptor is responsible for.
HttpProcessorBuilder - Class in tech.gusavila92.apache.http.protocol
Builder for HttpProcessor instances.
HttpRequest - Interface in tech.gusavila92.apache.http
A request message from a client to a server includes, within the first line of that message, the method to be applied to the resource, the identifier of the resource, and the protocol version in use.
HttpRequestExecutor - Class in tech.gusavila92.apache.http.protocol
HttpRequestExecutor is a client side HTTP protocol handler based on the blocking (classic) I/O model.
HttpRequestExecutor(int) - Constructor for class tech.gusavila92.apache.http.protocol.HttpRequestExecutor
Creates new instance of HttpRequestExecutor.
HttpRequestExecutor() - Constructor for class tech.gusavila92.apache.http.protocol.HttpRequestExecutor
 
HttpRequestFactory - Interface in tech.gusavila92.apache.http
A factory for HttpRequest objects.
HttpRequestHandler - Interface in tech.gusavila92.apache.http.protocol
HttpRequestHandler represents a routine for processing of a specific group of HTTP requests.
HttpRequestHandlerMapper - Interface in tech.gusavila92.apache.http.protocol
HttpRequestHandlerMapper can be used to resolve an instance of HttpRequestHandler matching a particular HttpRequest.
HttpRequestHandlerResolver - Interface in tech.gusavila92.apache.http.protocol
Deprecated.
HttpRequestInterceptor - Interface in tech.gusavila92.apache.http
HTTP protocol interceptor is a routine that implements a specific aspect of the HTTP protocol.
HttpRequestInterceptorList - Interface in tech.gusavila92.apache.http.protocol
Deprecated.
(4.3)
HttpResponse - Interface in tech.gusavila92.apache.http
After receiving and interpreting a request message, a server responds with an HTTP response message.
HttpResponseFactory - Interface in tech.gusavila92.apache.http
A factory for HttpResponse objects.
HttpResponseInterceptor - Interface in tech.gusavila92.apache.http
HTTP protocol interceptor is a routine that implements a specific aspect of the HTTP protocol.
HttpResponseInterceptorList - Interface in tech.gusavila92.apache.http.protocol
Deprecated.
(4.3)
HttpServer - Class in tech.gusavila92.apache.http.impl.bootstrap
 
HttpServerConnection - Interface in tech.gusavila92.apache.http
A server-side HTTP connection, which can be used for receiving requests and sending responses.
HttpService - Class in tech.gusavila92.apache.http.protocol
HttpService is a server side HTTP protocol handler based on the classic (blocking) I/O model.
HttpService(HttpProcessor, ConnectionReuseStrategy, HttpResponseFactory, HttpRequestHandlerResolver, HttpExpectationVerifier, HttpParams) - Constructor for class tech.gusavila92.apache.http.protocol.HttpService
HttpService(HttpProcessor, ConnectionReuseStrategy, HttpResponseFactory, HttpRequestHandlerResolver, HttpParams) - Constructor for class tech.gusavila92.apache.http.protocol.HttpService
HttpService(HttpProcessor, ConnectionReuseStrategy, HttpResponseFactory) - Constructor for class tech.gusavila92.apache.http.protocol.HttpService
HttpService(HttpProcessor, ConnectionReuseStrategy, HttpResponseFactory, HttpRequestHandlerMapper, HttpExpectationVerifier) - Constructor for class tech.gusavila92.apache.http.protocol.HttpService
Create a new HTTP service.
HttpService(HttpProcessor, ConnectionReuseStrategy, HttpResponseFactory, HttpRequestHandlerMapper) - Constructor for class tech.gusavila92.apache.http.protocol.HttpService
Create a new HTTP service.
HttpService(HttpProcessor, HttpRequestHandlerMapper) - Constructor for class tech.gusavila92.apache.http.protocol.HttpService
Create a new HTTP service.
HttpStatus - Interface in tech.gusavila92.apache.http
Constants enumerating the HTTP status codes.
HttpTransportMetrics - Interface in tech.gusavila92.apache.http.io
The point of access to the statistics of SessionInputBuffer or SessionOutputBuffer.
HttpTransportMetricsImpl - Class in tech.gusavila92.apache.http.impl.io
Default implementation of HttpTransportMetrics.
HttpTransportMetricsImpl() - Constructor for class tech.gusavila92.apache.http.impl.io.HttpTransportMetricsImpl
 
HttpVersion - Class in tech.gusavila92.apache.http
Represents an HTTP version.
HttpVersion(int, int) - Constructor for class tech.gusavila92.apache.http.HttpVersion
Create an HTTP protocol version designator.

I

IDENTITY - Static variable in interface tech.gusavila92.apache.http.entity.ContentLengthStrategy
 
IDENTITY_CODING - Static variable in class tech.gusavila92.apache.http.protocol.HTTP
 
IdentityInputStream - Class in tech.gusavila92.apache.http.impl.io
Input stream that reads data without any transformation.
IdentityInputStream(SessionInputBuffer) - Constructor for class tech.gusavila92.apache.http.impl.io.IdentityInputStream
Wraps session input stream and reads input until the the end of stream.
IdentityOutputStream - Class in tech.gusavila92.apache.http.impl.io
Output stream that writes data without any transformation.
IdentityOutputStream(SessionOutputBuffer) - Constructor for class tech.gusavila92.apache.http.impl.io.IdentityOutputStream
 
IF - Static variable in class tech.gusavila92.apache.http.HttpHeaders
RFC 2518 (WevDAV) Section 9.4
IF_MATCH - Static variable in class tech.gusavila92.apache.http.HttpHeaders
RFC 2616 (HTTP/1.1) Section 14.24
IF_MODIFIED_SINCE - Static variable in class tech.gusavila92.apache.http.HttpHeaders
RFC 1945 (HTTP/1.0) Section 10.9, RFC 2616 (HTTP/1.1) Section 14.25
IF_NONE_MATCH - Static variable in class tech.gusavila92.apache.http.HttpHeaders
RFC 2616 (HTTP/1.1) Section 14.26
IF_RANGE - Static variable in class tech.gusavila92.apache.http.HttpHeaders
RFC 2616 (HTTP/1.1) Section 14.27
IF_UNMODIFIED_SINCE - Static variable in class tech.gusavila92.apache.http.HttpHeaders
RFC 2616 (HTTP/1.1) Section 14.28
IllegalSchemeException - Exception in tech.gusavila92.websocketclient.exceptions
Exception which indicates that the received schema is invalid
IllegalSchemeException(String) - Constructor for exception tech.gusavila92.websocketclient.exceptions.IllegalSchemeException
 
ImmutableHttpProcessor - Class in tech.gusavila92.apache.http.protocol
Immutable HttpProcessor.
ImmutableHttpProcessor(HttpRequestInterceptor[], HttpResponseInterceptor[]) - Constructor for class tech.gusavila92.apache.http.protocol.ImmutableHttpProcessor
 
ImmutableHttpProcessor(List<HttpRequestInterceptor>, List<HttpResponseInterceptor>) - Constructor for class tech.gusavila92.apache.http.protocol.ImmutableHttpProcessor
 
ImmutableHttpProcessor(HttpRequestInterceptorList, HttpResponseInterceptorList) - Constructor for class tech.gusavila92.apache.http.protocol.ImmutableHttpProcessor
Deprecated.
(4.3) do not use.
ImmutableHttpProcessor(HttpRequestInterceptor...) - Constructor for class tech.gusavila92.apache.http.protocol.ImmutableHttpProcessor
 
ImmutableHttpProcessor(HttpResponseInterceptor...) - Constructor for class tech.gusavila92.apache.http.protocol.ImmutableHttpProcessor
 
incrementBytesTransferred(long) - Method in class tech.gusavila92.apache.http.impl.io.HttpTransportMetricsImpl
 
incrementRequestCount() - Method in class tech.gusavila92.apache.http.impl.BHttpConnectionBase
 
incrementRequestCount() - Method in class tech.gusavila92.apache.http.impl.HttpConnectionMetricsImpl
 
incrementResponseCount() - Method in class tech.gusavila92.apache.http.impl.BHttpConnectionBase
 
incrementResponseCount() - Method in class tech.gusavila92.apache.http.impl.HttpConnectionMetricsImpl
 
indexOf(byte, int, int) - Method in class tech.gusavila92.apache.http.util.ByteArrayBuffer
Returns the index within this buffer of the first occurrence of the specified byte, starting the search at the specified beginIndex and finishing at endIndex.
indexOf(byte) - Method in class tech.gusavila92.apache.http.util.ByteArrayBuffer
Returns the index within this buffer of the first occurrence of the specified byte, starting the search at 0 and finishing at ByteArrayBuffer.length().
indexOf(int, int, int) - Method in class tech.gusavila92.apache.http.util.CharArrayBuffer
Returns the index within this buffer of the first occurrence of the specified character, starting the search at the specified beginIndex and finishing at endIndex.
indexOf(int) - Method in class tech.gusavila92.apache.http.util.CharArrayBuffer
Returns the index within this buffer of the first occurrence of the specified character, starting the search at 0 and finishing at CharArrayBuffer.length().
INIT_BITSET(int...) - Static method in class tech.gusavila92.apache.http.message.TokenParser
 
initBuffer(CharArrayBuffer) - Method in class tech.gusavila92.apache.http.message.BasicLineFormatter
Obtains a buffer for formatting.
initialize(SSLServerSocket) - Method in interface tech.gusavila92.apache.http.impl.bootstrap.SSLServerSetupHandler
 
initSSLContext(SSLContext, Collection<KeyManager>, Collection<TrustManager>, SecureRandom) - Method in class tech.gusavila92.apache.http.ssl.SSLContextBuilder
 
InputStreamEntity - Class in tech.gusavila92.apache.http.entity
A streamed, non-repeatable entity that obtains its content from an InputStream.
InputStreamEntity(InputStream) - Constructor for class tech.gusavila92.apache.http.entity.InputStreamEntity
Creates an entity with an unknown length.
InputStreamEntity(InputStream, long) - Constructor for class tech.gusavila92.apache.http.entity.InputStreamEntity
Creates an entity with a specified content length.
InputStreamEntity(InputStream, ContentType) - Constructor for class tech.gusavila92.apache.http.entity.InputStreamEntity
Creates an entity with a content type and unknown length.
InputStreamEntity(InputStream, long, ContentType) - Constructor for class tech.gusavila92.apache.http.entity.InputStreamEntity
 
instance(NameType) - Static method in class tech.gusavila92.apache.commons.codec.language.bm.Lang
Gets a Lang instance for one of the supported NameTypes.
INSTANCE - Static variable in class tech.gusavila92.apache.http.impl.DefaultBHttpClientConnectionFactory
 
INSTANCE - Static variable in class tech.gusavila92.apache.http.impl.DefaultBHttpServerConnectionFactory
 
INSTANCE - Static variable in class tech.gusavila92.apache.http.impl.DefaultConnectionReuseStrategy
 
INSTANCE - Static variable in class tech.gusavila92.apache.http.impl.DefaultHttpRequestFactory
 
INSTANCE - Static variable in class tech.gusavila92.apache.http.impl.DefaultHttpResponseFactory
 
INSTANCE - Static variable in class tech.gusavila92.apache.http.impl.EnglishReasonPhraseCatalog
The default instance of this catalog.
INSTANCE - Static variable in class tech.gusavila92.apache.http.impl.entity.DisallowIdentityContentLengthStrategy
 
INSTANCE - Static variable in class tech.gusavila92.apache.http.impl.entity.LaxContentLengthStrategy
 
INSTANCE - Static variable in class tech.gusavila92.apache.http.impl.entity.StrictContentLengthStrategy
 
INSTANCE - Static variable in class tech.gusavila92.apache.http.impl.io.DefaultHttpRequestParserFactory
 
INSTANCE - Static variable in class tech.gusavila92.apache.http.impl.io.DefaultHttpRequestWriterFactory
 
INSTANCE - Static variable in class tech.gusavila92.apache.http.impl.io.DefaultHttpResponseParserFactory
 
INSTANCE - Static variable in class tech.gusavila92.apache.http.impl.io.DefaultHttpResponseWriterFactory
 
INSTANCE - Static variable in class tech.gusavila92.apache.http.impl.io.EmptyInputStream
 
INSTANCE - Static variable in class tech.gusavila92.apache.http.impl.NoConnectionReuseStrategy
 
INSTANCE - Static variable in class tech.gusavila92.apache.http.message.BasicHeaderValueFormatter
 
INSTANCE - Static variable in class tech.gusavila92.apache.http.message.BasicHeaderValueParser
 
INSTANCE - Static variable in class tech.gusavila92.apache.http.message.BasicLineFormatter
 
INSTANCE - Static variable in class tech.gusavila92.apache.http.message.BasicLineParser
 
INSTANCE - Static variable in class tech.gusavila92.apache.http.message.TokenParser
 
InvalidServerHandshakeException - Exception in tech.gusavila92.websocketclient.exceptions
Exception which indicates that the handshake received from the server is invalid
InvalidServerHandshakeException(String) - Constructor for exception tech.gusavila92.websocketclient.exceptions.InvalidServerHandshakeException
 
isArrayByteBase64(byte[]) - Static method in class tech.gusavila92.apache.commons.codec.binary.Base64
Deprecated.
1.5 Use Base64.isBase64(byte[]), will be removed in 2.0.
isBase64(byte) - Static method in class tech.gusavila92.apache.commons.codec.binary.Base64
Returns whether or not the octet is in the base 64 alphabet.
isBase64(String) - Static method in class tech.gusavila92.apache.commons.codec.binary.Base64
Tests a given String to see if it contains only valid characters within the Base64 alphabet.
isBase64(byte[]) - Static method in class tech.gusavila92.apache.commons.codec.binary.Base64
Tests a given byte array to see if it contains only valid characters within the Base64 alphabet.
isBlank(CharSequence) - Static method in class tech.gusavila92.apache.http.util.TextUtils
Returns true if the parameter is null or contains only whitespace
isBound() - Method in class tech.gusavila92.apache.http.impl.io.SessionInputBufferImpl
 
isBound() - Method in class tech.gusavila92.apache.http.impl.io.SessionOutputBufferImpl
 
isCancelled() - Method in class tech.gusavila92.apache.http.concurrent.BasicFuture
 
isCaverphoneEqual(String, String) - Method in class tech.gusavila92.apache.commons.codec.language.Caverphone
Deprecated.
Tests if the caverphones of two strings are identical.
isChunked() - Method in class tech.gusavila92.apache.http.entity.AbstractHttpEntity
Obtains the 'chunked' flag.
isChunked() - Method in class tech.gusavila92.apache.http.entity.BufferedHttpEntity
Tells that this entity does not have to be chunked.
isChunked() - Method in class tech.gusavila92.apache.http.entity.HttpEntityWrapper
 
isChunked() - Method in interface tech.gusavila92.apache.http.HttpEntity
Tells about chunked encoding for this entity.
isClosed() - Method in class tech.gusavila92.apache.http.impl.pool.BasicPoolEntry
 
isClosed() - Method in class tech.gusavila92.apache.http.pool.PoolEntry
Returns true if the pool entry has been invalidated.
isComparable(ProtocolVersion) - Method in class tech.gusavila92.apache.http.ProtocolVersion
Checks whether this protocol can be compared to another one.
isComplete() - Method in class tech.gusavila92.apache.commons.codec.language.DoubleMetaphone.DoubleMetaphoneResult
 
isConcat() - Method in class tech.gusavila92.apache.commons.codec.language.bm.BeiderMorseEncoder
Discovers if multiple possible encodings are concatenated.
isConcat() - Method in class tech.gusavila92.apache.commons.codec.language.bm.PhoneticEngine
Gets if multiple phonetic encodings are concatenated or if just the first one is kept.
isDataAvailable(int) - Method in class tech.gusavila92.apache.http.impl.io.SessionInputBufferImpl
 
isDataAvailable(int) - Method in interface tech.gusavila92.apache.http.io.SessionInputBuffer
Deprecated.
(4.3) do not use. This function should be provided at the connection level
isDone() - Method in class tech.gusavila92.apache.http.concurrent.BasicFuture
 
isDoubleMetaphoneEqual(String, String) - Method in class tech.gusavila92.apache.commons.codec.language.DoubleMetaphone
Check if the Double Metaphone values of two String values are equal.
isDoubleMetaphoneEqual(String, String, boolean) - Method in class tech.gusavila92.apache.commons.codec.language.DoubleMetaphone
Check if the Double Metaphone values of two String values are equal, optionally using the alternate value.
isEmpty() - Method in class tech.gusavila92.apache.commons.codec.language.bm.Languages.LanguageSet
 
isEmpty() - Method in class tech.gusavila92.apache.commons.codec.language.bm.Languages.SomeLanguages
 
isEmpty() - Method in class tech.gusavila92.apache.http.util.ByteArrayBuffer
Returns true if this buffer is empty, that is, its ByteArrayBuffer.length() is equal to 0.
isEmpty() - Method in class tech.gusavila92.apache.http.util.CharArrayBuffer
Returns true if this buffer is empty, that is, its CharArrayBuffer.length() is equal to 0.
isEmpty(CharSequence) - Static method in class tech.gusavila92.apache.http.util.TextUtils
Returns true if the parameter is null or of zero length
isEncodeBlanks() - Method in class tech.gusavila92.apache.commons.codec.net.QCodec
Tests if optional transformation of SPACE characters is to be used
isEncodeEqual(String, String) - Method in class tech.gusavila92.apache.commons.codec.language.AbstractCaverphone
Tests if the encodings of two strings are equal.
isEncodeEqual(String, String) - Method in class tech.gusavila92.apache.commons.codec.language.ColognePhonetic
 
isEncodeEquals(String, String) - Method in class tech.gusavila92.apache.commons.codec.language.MatchRatingApproachEncoder
Determines if two names are homophonous via Match Rating Approach (MRA) algorithm.
isEof() - Method in interface tech.gusavila92.apache.http.io.EofSensor
Deprecated.
 
isExpired(long) - Method in class tech.gusavila92.apache.http.pool.PoolEntry
 
isFull() - Method in class tech.gusavila92.apache.http.util.ByteArrayBuffer
Returns true if this buffer is full, that is, its ByteArrayBuffer.length() is equal to its ByteArrayBuffer.capacity().
isFull() - Method in class tech.gusavila92.apache.http.util.CharArrayBuffer
Returns true if this buffer is full, that is, its CharArrayBuffer.length() is equal to its CharArrayBuffer.capacity().
isHttpSeparator(char) - Method in class tech.gusavila92.apache.http.message.BasicTokenIterator
Checks whether a character is an HTTP separator.
isInAlphabet(byte) - Method in class tech.gusavila92.apache.commons.codec.binary.Base32
Returns whether or not the octet is in the Base32 alphabet.
isInAlphabet(byte) - Method in class tech.gusavila92.apache.commons.codec.binary.Base64
Returns whether or not the octet is in the Base64 alphabet.
isInAlphabet(byte) - Method in class tech.gusavila92.apache.commons.codec.binary.BaseNCodec
Returns whether or not the octet is in the current alphabet.
isInAlphabet(byte[], boolean) - Method in class tech.gusavila92.apache.commons.codec.binary.BaseNCodec
Tests a given byte array to see if it contains only valid characters within the alphabet.
isInAlphabet(String) - Method in class tech.gusavila92.apache.commons.codec.binary.BaseNCodec
Tests a given String to see if it contains only valid characters within the alphabet.
isMatch(CharSequence) - Method in interface tech.gusavila92.apache.commons.codec.language.bm.Rule.RPattern
 
isMetaphoneEqual(String, String) - Method in class tech.gusavila92.apache.commons.codec.language.Metaphone
Tests is the metaphones of two strings are identical.
ISO_8859_1 - Static variable in class tech.gusavila92.apache.commons.codec.CharEncoding
CharEncodingISO Latin Alphabet No. 1, a.k.a.
ISO_8859_1 - Static variable in class tech.gusavila92.apache.commons.codec.Charsets
Deprecated.
Use Java 7's StandardCharsets
ISO_8859_1 - Static variable in class tech.gusavila92.apache.http.Consts
 
ISO_8859_1 - Static variable in class tech.gusavila92.apache.http.protocol.HTTP
Deprecated.
(4.2)
isOpen() - Method in interface tech.gusavila92.apache.http.HttpConnection
Checks if this connection is open.
isOpen() - Method in class tech.gusavila92.apache.http.impl.BHttpConnectionBase
 
isParameterFalse(String) - Method in class tech.gusavila92.apache.http.params.AbstractHttpParams
Deprecated.
 
isParameterFalse(String) - Method in interface tech.gusavila92.apache.http.params.HttpParams
Deprecated.
Checks if a boolean parameter is not set or false.
isParameterSet(String) - Method in class tech.gusavila92.apache.http.params.BasicHttpParams
Deprecated.
Is the parameter set?
isParameterSetLocally(String) - Method in class tech.gusavila92.apache.http.params.BasicHttpParams
Deprecated.
Is the parameter set in this object?
isParameterTrue(String) - Method in class tech.gusavila92.apache.http.params.AbstractHttpParams
Deprecated.
 
isParameterTrue(String) - Method in interface tech.gusavila92.apache.http.params.HttpParams
Deprecated.
Checks if a boolean parameter is set to true.
isRepeatable() - Method in class tech.gusavila92.apache.http.entity.BasicHttpEntity
Tells that this entity is not repeatable.
isRepeatable() - Method in class tech.gusavila92.apache.http.entity.BufferedHttpEntity
Tells that this entity is repeatable.
isRepeatable() - Method in class tech.gusavila92.apache.http.entity.ByteArrayEntity
 
isRepeatable() - Method in class tech.gusavila92.apache.http.entity.EntityTemplate
 
isRepeatable() - Method in class tech.gusavila92.apache.http.entity.FileEntity
 
isRepeatable() - Method in class tech.gusavila92.apache.http.entity.HttpEntityWrapper
 
isRepeatable() - Method in class tech.gusavila92.apache.http.entity.InputStreamEntity
 
isRepeatable() - Method in class tech.gusavila92.apache.http.entity.SerializableEntity
 
isRepeatable() - Method in class tech.gusavila92.apache.http.entity.StringEntity
 
isRepeatable() - Method in interface tech.gusavila92.apache.http.HttpEntity
Tells if the entity is capable of producing its data more than once.
isRequestSent() - Method in class tech.gusavila92.apache.http.protocol.HttpCoreContext
 
isResponseAvailable(int) - Method in interface tech.gusavila92.apache.http.HttpClientConnection
Checks if response data is available from the connection.
isResponseAvailable(int) - Method in class tech.gusavila92.apache.http.impl.DefaultBHttpClientConnection
 
isSeparator(char) - Method in class tech.gusavila92.apache.http.message.BasicHeaderValueFormatter
Checks whether a character is a separator.
isShutdown() - Method in class tech.gusavila92.apache.http.pool.AbstractConnPool
 
isSingleton() - Method in class tech.gusavila92.apache.commons.codec.language.bm.Languages.LanguageSet
 
isSingleton() - Method in class tech.gusavila92.apache.commons.codec.language.bm.Languages.SomeLanguages
 
isSoKeepAlive() - Method in class tech.gusavila92.apache.http.config.SocketConfig
Determines the default value of the SocketOptions.SO_KEEPALIVE parameter for newly created sockets.
isSoReuseAddress() - Method in class tech.gusavila92.apache.http.config.SocketConfig
Determines the default value of the SocketOptions.SO_REUSEADDR parameter for newly created sockets.
isStale() - Method in interface tech.gusavila92.apache.http.HttpConnection
Checks whether this connection has gone down.
isStale() - Method in class tech.gusavila92.apache.http.impl.BHttpConnectionBase
 
isStreaming() - Method in class tech.gusavila92.apache.http.entity.BasicHttpEntity
 
isStreaming() - Method in class tech.gusavila92.apache.http.entity.BufferedHttpEntity
 
isStreaming() - Method in class tech.gusavila92.apache.http.entity.ByteArrayEntity
Tells that this entity is not streaming.
isStreaming() - Method in class tech.gusavila92.apache.http.entity.EntityTemplate
 
isStreaming() - Method in class tech.gusavila92.apache.http.entity.FileEntity
Tells that this entity is not streaming.
isStreaming() - Method in class tech.gusavila92.apache.http.entity.HttpEntityWrapper
 
isStreaming() - Method in class tech.gusavila92.apache.http.entity.InputStreamEntity
 
isStreaming() - Method in class tech.gusavila92.apache.http.entity.SerializableEntity
 
isStreaming() - Method in class tech.gusavila92.apache.http.entity.StringEntity
Tells that this entity is not streaming.
isStreaming() - Method in interface tech.gusavila92.apache.http.HttpEntity
Tells whether this entity depends on an underlying stream.
isStrict() - Method in class tech.gusavila92.apache.commons.codec.language.Nysiis
Indicates the strict mode for this Nysiis encoder.
isTcpNoDelay() - Method in class tech.gusavila92.apache.http.config.SocketConfig
Determines the default value of the SocketOptions.TCP_NODELAY parameter for newly created sockets.
isTokenChar(char) - Method in class tech.gusavila92.apache.http.message.BasicTokenIterator
Checks whether a character is a valid token character.
isTokenSeparator(char) - Method in class tech.gusavila92.apache.http.message.BasicTokenIterator
Checks whether a character is a token separator.
isTrusted(X509Certificate[], String) - Method in interface tech.gusavila92.apache.http.ssl.TrustStrategy
Determines whether the certificate chain can be trusted without consulting the trust manager configured in the actual SSL context.
isUnsafe(char) - Method in class tech.gusavila92.apache.http.message.BasicHeaderValueFormatter
Checks whether a character is unsafe.
isUrlSafe() - Method in class tech.gusavila92.apache.commons.codec.binary.Base64
Returns our current encode mode.
isWhiteSpace(byte) - Static method in class tech.gusavila92.apache.commons.codec.binary.BaseNCodec
Checks if a byte value is whitespace or not.
isWhitespace(char) - Method in class tech.gusavila92.apache.http.message.BasicTokenIterator
Checks whether a character is a whitespace character.
isWhitespace(char) - Static method in class tech.gusavila92.apache.http.message.TokenParser
 
isWhitespace(char) - Static method in class tech.gusavila92.apache.http.protocol.HTTP
 
iterator() - Method in class tech.gusavila92.apache.http.message.HeaderGroup
Returns an iterator over this group of headers.
iterator(String) - Method in class tech.gusavila92.apache.http.message.HeaderGroup
Returns an iterator over the headers with a given name in this group.

J

join(Rule.Phoneme) - Method in class tech.gusavila92.apache.commons.codec.language.bm.Rule.Phoneme
Deprecated.
since 1.9

K

keepAlive(HttpResponse, HttpContext) - Method in interface tech.gusavila92.apache.http.ConnectionReuseStrategy
Decides whether a connection can be kept open after a request.
keepAlive(HttpResponse, HttpContext) - Method in class tech.gusavila92.apache.http.impl.DefaultConnectionReuseStrategy
 
keepAlive(HttpResponse, HttpContext) - Method in class tech.gusavila92.apache.http.impl.NoConnectionReuseStrategy
 

L

Lang - Class in tech.gusavila92.apache.commons.codec.language.bm
Language guessing utility.
Languages - Class in tech.gusavila92.apache.commons.codec.language.bm
Language codes.
Languages.LanguageSet - Class in tech.gusavila92.apache.commons.codec.language.bm
A set of languages.
Languages.SomeLanguages - Class in tech.gusavila92.apache.commons.codec.language.bm
Some languages, explicitly enumerated.
LanguageSet() - Constructor for class tech.gusavila92.apache.commons.codec.language.bm.Languages.LanguageSet
 
LangUtils - Class in tech.gusavila92.apache.http.util
A set of utility methods to help produce consistent equals and hashCode methods.
LAST_MODIFIED - Static variable in class tech.gusavila92.apache.http.HttpHeaders
RFC 1945 (HTTP/1.0) Section 10.10, RFC 2616 (HTTP/1.1) Section 14.29
lastIndex - Variable in class tech.gusavila92.apache.http.message.BasicListHeaderIterator
The position of the last returned header.
LaxContentLengthStrategy - Class in tech.gusavila92.apache.http.impl.entity
The lax implementation of the content length strategy.
LaxContentLengthStrategy(int) - Constructor for class tech.gusavila92.apache.http.impl.entity.LaxContentLengthStrategy
Creates LaxContentLengthStrategy instance with the given length used per default when content length is not explicitly specified in the message.
LaxContentLengthStrategy() - Constructor for class tech.gusavila92.apache.http.impl.entity.LaxContentLengthStrategy
Creates LaxContentLengthStrategy instance.
lcHostname - Variable in class tech.gusavila92.apache.http.HttpHost
lease(T, Object, FutureCallback<E>) - Method in class tech.gusavila92.apache.http.pool.AbstractConnPool
Attempts to lease a connection for the given route and with the given state from the pool.
lease(T, Object) - Method in class tech.gusavila92.apache.http.pool.AbstractConnPool
Attempts to lease a connection for the given route and with the given state from the pool.
lease(T, Object, FutureCallback<E>) - Method in interface tech.gusavila92.apache.http.pool.ConnPool
Attempts to lease a connection for the given route and with the given state from the pool.
length() - Method in class tech.gusavila92.apache.http.impl.io.SessionInputBufferImpl
 
length() - Method in class tech.gusavila92.apache.http.impl.io.SessionOutputBufferImpl
 
length() - Method in interface tech.gusavila92.apache.http.io.BufferInfo
Return length data stored in the buffer
length() - Method in class tech.gusavila92.apache.http.util.ByteArrayBuffer
Returns the length of the buffer (byte count).
length() - Method in class tech.gusavila92.apache.http.util.CharArrayBuffer
Returns the length of the buffer (char count).
lessEquals(ProtocolVersion) - Method in class tech.gusavila92.apache.http.ProtocolVersion
Tests if this protocol version is less or equal to the given one.
LF - Static variable in class tech.gusavila92.apache.http.Consts
 
LF - Static variable in class tech.gusavila92.apache.http.message.TokenParser
US-ASCII LF, line feed (10)
LF - Static variable in class tech.gusavila92.apache.http.protocol.HTTP
 
lineBuf - Variable in class tech.gusavila92.apache.http.impl.io.AbstractMessageWriter
 
lineFormatter - Variable in class tech.gusavila92.apache.http.impl.io.AbstractMessageWriter
 
LineFormatter - Interface in tech.gusavila92.apache.http.message
Interface for formatting elements of the HEAD section of an HTTP message.
lineLen(int) - Static method in class tech.gusavila92.apache.http.config.MessageConstraints
 
lineLength - Variable in class tech.gusavila92.apache.commons.codec.binary.BaseNCodec
Chunksize for encoding.
lineParser - Variable in class tech.gusavila92.apache.http.impl.io.AbstractMessageParser
 
LineParser - Interface in tech.gusavila92.apache.http.message
Interface for parsing lines in the HEAD section of an HTTP message.
loadFromResource(String, Languages) - Static method in class tech.gusavila92.apache.commons.codec.language.bm.Lang
Loads language rules from a resource.
loadKeyMaterial(KeyStore, char[], PrivateKeyStrategy) - Method in class tech.gusavila92.apache.http.ssl.SSLContextBuilder
 
loadKeyMaterial(KeyStore, char[]) - Method in class tech.gusavila92.apache.http.ssl.SSLContextBuilder
 
loadKeyMaterial(File, char[], char[], PrivateKeyStrategy) - Method in class tech.gusavila92.apache.http.ssl.SSLContextBuilder
 
loadKeyMaterial(File, char[], char[]) - Method in class tech.gusavila92.apache.http.ssl.SSLContextBuilder
 
loadKeyMaterial(URL, char[], char[], PrivateKeyStrategy) - Method in class tech.gusavila92.apache.http.ssl.SSLContextBuilder
 
loadKeyMaterial(URL, char[], char[]) - Method in class tech.gusavila92.apache.http.ssl.SSLContextBuilder
 
loadTrustMaterial(KeyStore, TrustStrategy) - Method in class tech.gusavila92.apache.http.ssl.SSLContextBuilder
 
loadTrustMaterial(TrustStrategy) - Method in class tech.gusavila92.apache.http.ssl.SSLContextBuilder
 
loadTrustMaterial(File, char[], TrustStrategy) - Method in class tech.gusavila92.apache.http.ssl.SSLContextBuilder
 
loadTrustMaterial(File, char[]) - Method in class tech.gusavila92.apache.http.ssl.SSLContextBuilder
 
loadTrustMaterial(File) - Method in class tech.gusavila92.apache.http.ssl.SSLContextBuilder
 
loadTrustMaterial(URL, char[], TrustStrategy) - Method in class tech.gusavila92.apache.http.ssl.SSLContextBuilder
 
loadTrustMaterial(URL, char[]) - Method in class tech.gusavila92.apache.http.ssl.SSLContextBuilder
 
loadVersionInfo(String[], ClassLoader) - Static method in class tech.gusavila92.apache.http.util.VersionInfo
Loads version information for a list of packages.
loadVersionInfo(String, ClassLoader) - Static method in class tech.gusavila92.apache.http.util.VersionInfo
Loads version information for a package.
LOCATION - Static variable in class tech.gusavila92.apache.http.HttpHeaders
RFC 1945 (HTTP/1.0) Section 10.11, RFC 2616 (HTTP/1.1) Section 14.30
LOCK_TOKEN - Static variable in class tech.gusavila92.apache.http.HttpHeaders
RFC 2518 (WevDAV) Section 9.5
log(Exception) - Method in interface tech.gusavila92.apache.http.ExceptionLogger
 
Lookup<I> - Interface in tech.gusavila92.apache.http.config
Generic lookup by low-case string ID.
lookup(String) - Method in interface tech.gusavila92.apache.http.config.Lookup
 
lookup(String) - Method in class tech.gusavila92.apache.http.config.Registry
 
lookup(HttpRequest) - Method in interface tech.gusavila92.apache.http.protocol.HttpRequestHandlerMapper
Looks up a handler matching the given request.
lookup(String) - Method in interface tech.gusavila92.apache.http.protocol.HttpRequestHandlerResolver
Deprecated.
Looks up a handler matching the given request URI.
lookup(HttpRequest) - Method in class tech.gusavila92.apache.http.protocol.UriHttpRequestHandlerMapper
Looks up a handler matching the given request URI.
lookup(String) - Method in class tech.gusavila92.apache.http.protocol.UriPatternMatcher
Looks up an object matching the given request path.
lookup(String) - Static method in class tech.gusavila92.apache.http.util.CharsetUtils
 

M

major - Variable in class tech.gusavila92.apache.http.ProtocolVersion
Major version number of the protocol
MalformedChunkCodingException - Exception in tech.gusavila92.apache.http
Signals a malformed chunked stream.
MalformedChunkCodingException() - Constructor for exception tech.gusavila92.apache.http.MalformedChunkCodingException
Creates a MalformedChunkCodingException without a detail message.
MalformedChunkCodingException(String) - Constructor for exception tech.gusavila92.apache.http.MalformedChunkCodingException
Creates a MalformedChunkCodingException with the specified detail message.
mark(int) - Method in class tech.gusavila92.apache.commons.codec.binary.BaseNCodecInputStream
Marks the current position in this input stream.
mark(int) - Method in class tech.gusavila92.apache.http.impl.io.EmptyInputStream
 
markSupported() - Method in class tech.gusavila92.apache.commons.codec.binary.BaseNCodecInputStream
markSupported() - Method in class tech.gusavila92.apache.http.impl.io.EmptyInputStream
 
MASK_8BITS - Static variable in class tech.gusavila92.apache.commons.codec.binary.BaseNCodec
Mask used to extract 8 bits, used in decoding bytes
MatchRatingApproachEncoder - Class in tech.gusavila92.apache.commons.codec.language
Match Rating Approach Phonetic Algorithm Developed by Western Airlines in 1977.
MatchRatingApproachEncoder() - Constructor for class tech.gusavila92.apache.commons.codec.language.MatchRatingApproachEncoder
 
matchUriRequestPattern(String, String) - Method in class tech.gusavila92.apache.http.protocol.UriPatternMatcher
Tests if the given request path matches the given pattern.
MAX_FORWARDS - Static variable in class tech.gusavila92.apache.http.HttpHeaders
RFC 2616 (HTTP/1.1) Section 14.31
MAX_HEADER_COUNT - Static variable in interface tech.gusavila92.apache.http.params.CoreConnectionPNames
Deprecated.
Determines the maximum HTTP header count allowed.
MAX_LINE_LENGTH - Static variable in interface tech.gusavila92.apache.http.params.CoreConnectionPNames
Deprecated.
Determines the maximum line length limit.
md2(byte[]) - Static method in class tech.gusavila92.apache.commons.codec.digest.DigestUtils
Calculates the MD2 digest and returns the value as a 16 element byte[].
md2(InputStream) - Static method in class tech.gusavila92.apache.commons.codec.digest.DigestUtils
Calculates the MD2 digest and returns the value as a 16 element byte[].
md2(String) - Static method in class tech.gusavila92.apache.commons.codec.digest.DigestUtils
Calculates the MD2 digest and returns the value as a 16 element byte[].
MD2 - Static variable in class tech.gusavila92.apache.commons.codec.digest.MessageDigestAlgorithms
The MD2 message digest algorithm defined in RFC 1319.
md2Hex(byte[]) - Static method in class tech.gusavila92.apache.commons.codec.digest.DigestUtils
Calculates the MD2 digest and returns the value as a 32 character hex string.
md2Hex(InputStream) - Static method in class tech.gusavila92.apache.commons.codec.digest.DigestUtils
Calculates the MD2 digest and returns the value as a 32 character hex string.
md2Hex(String) - Static method in class tech.gusavila92.apache.commons.codec.digest.DigestUtils
Calculates the MD2 digest and returns the value as a 32 character hex string.
md5(byte[]) - Static method in class tech.gusavila92.apache.commons.codec.digest.DigestUtils
Calculates the MD5 digest and returns the value as a 16 element byte[].
md5(InputStream) - Static method in class tech.gusavila92.apache.commons.codec.digest.DigestUtils
Calculates the MD5 digest and returns the value as a 16 element byte[].
md5(String) - Static method in class tech.gusavila92.apache.commons.codec.digest.DigestUtils
Calculates the MD5 digest and returns the value as a 16 element byte[].
MD5 - Static variable in class tech.gusavila92.apache.commons.codec.digest.MessageDigestAlgorithms
The MD5 message digest algorithm defined in RFC 1321.
Md5Crypt - Class in tech.gusavila92.apache.commons.codec.digest
The libc crypt() "$1$" and Apache "$apr1$" MD5-based hash algorithm.
Md5Crypt() - Constructor for class tech.gusavila92.apache.commons.codec.digest.Md5Crypt
 
md5Crypt(byte[]) - Static method in class tech.gusavila92.apache.commons.codec.digest.Md5Crypt
Generates a libc6 crypt() compatible "$1$" hash value.
md5Crypt(byte[], String) - Static method in class tech.gusavila92.apache.commons.codec.digest.Md5Crypt
Generates a libc crypt() compatible "$1$" MD5 based hash value.
md5Crypt(byte[], String, String) - Static method in class tech.gusavila92.apache.commons.codec.digest.Md5Crypt
Generates a libc6 crypt() "$1$" or Apache htpasswd "$apr1$" hash value.
md5Hex(byte[]) - Static method in class tech.gusavila92.apache.commons.codec.digest.DigestUtils
Calculates the MD5 digest and returns the value as a 32 character hex string.
md5Hex(InputStream) - Static method in class tech.gusavila92.apache.commons.codec.digest.DigestUtils
Calculates the MD5 digest and returns the value as a 32 character hex string.
md5Hex(String) - Static method in class tech.gusavila92.apache.commons.codec.digest.DigestUtils
Calculates the MD5 digest and returns the value as a 32 character hex string.
merge(Languages.LanguageSet) - Method in class tech.gusavila92.apache.commons.codec.language.bm.Languages.SomeLanguages
 
mergeWithLanguage(Languages.LanguageSet) - Method in class tech.gusavila92.apache.commons.codec.language.bm.Rule.Phoneme
Returns a new Phoneme with the same text but a union of its current language set and the given one.
MessageConstraintException - Exception in tech.gusavila92.apache.http
Signals a message constraint violation.
MessageConstraintException(String) - Constructor for exception tech.gusavila92.apache.http.MessageConstraintException
Creates a TruncatedChunkException with the specified detail message.
MessageConstraints - Class in tech.gusavila92.apache.http.config
HTTP Message constraints: line length and header count.
MessageConstraints.Builder - Class in tech.gusavila92.apache.http.config
 
MessageDigestAlgorithms - Class in tech.gusavila92.apache.commons.codec.digest
Standard MessageDigest algorithm names from the Java Cryptography Architecture Standard Algorithm Name Documentation.
Metaphone - Class in tech.gusavila92.apache.commons.codec.language
Encodes a string into a Metaphone value.
Metaphone() - Constructor for class tech.gusavila92.apache.commons.codec.language.Metaphone
Creates an instance of the Metaphone encoder
metaphone(String) - Method in class tech.gusavila92.apache.commons.codec.language.Metaphone
Find the metaphone value of a String.
MethodNotSupportedException - Exception in tech.gusavila92.apache.http
Signals that an HTTP method is not supported.
MethodNotSupportedException(String) - Constructor for exception tech.gusavila92.apache.http.MethodNotSupportedException
Creates a new MethodNotSupportedException with the specified detail message.
MethodNotSupportedException(String, Throwable) - Constructor for exception tech.gusavila92.apache.http.MethodNotSupportedException
Creates a new MethodNotSupportedException with the specified detail message and cause.
MIME_CHUNK_SIZE - Static variable in class tech.gusavila92.apache.commons.codec.binary.BaseNCodec
MIME chunk size per RFC 2045 section 6.8.
MIN_CHUNK_LIMIT - Static variable in interface tech.gusavila92.apache.http.params.CoreConnectionPNames
Deprecated.
Defines the size limit below which data chunks should be buffered in a session I/O buffer in order to minimize native method invocations on the underlying network socket.
minor - Variable in class tech.gusavila92.apache.http.ProtocolVersion
Minor version number of the protocol
MULTIPART_FORM_DATA - Static variable in class tech.gusavila92.apache.http.entity.ContentType
 

N

NameType - Enum in tech.gusavila92.apache.commons.codec.language.bm
Supported types of names.
NameValuePair - Interface in tech.gusavila92.apache.http
A name / value pair parameter used as an element of HTTP messages.
NetUtils - Class in tech.gusavila92.apache.http.util
 
NetUtils() - Constructor for class tech.gusavila92.apache.http.util.NetUtils
 
newHttpRequest(RequestLine) - Method in interface tech.gusavila92.apache.http.HttpRequestFactory
 
newHttpRequest(String, String) - Method in interface tech.gusavila92.apache.http.HttpRequestFactory
 
newHttpRequest(RequestLine) - Method in class tech.gusavila92.apache.http.impl.DefaultHttpRequestFactory
 
newHttpRequest(String, String) - Method in class tech.gusavila92.apache.http.impl.DefaultHttpRequestFactory
 
newHttpResponse(ProtocolVersion, int, HttpContext) - Method in interface tech.gusavila92.apache.http.HttpResponseFactory
Creates a new response from status line elements.
newHttpResponse(StatusLine, HttpContext) - Method in interface tech.gusavila92.apache.http.HttpResponseFactory
Creates a new response from a status line.
newHttpResponse(ProtocolVersion, int, HttpContext) - Method in class tech.gusavila92.apache.http.impl.DefaultHttpResponseFactory
 
newHttpResponse(StatusLine, HttpContext) - Method in class tech.gusavila92.apache.http.impl.DefaultHttpResponseFactory
 
newString(byte[], String) - Static method in class tech.gusavila92.apache.commons.codec.binary.StringUtils
Constructs a new String by decoding the specified array of bytes using the given charset.
newStringIso8859_1(byte[]) - Static method in class tech.gusavila92.apache.commons.codec.binary.StringUtils
Constructs a new String by decoding the specified array of bytes using the ISO-8859-1 charset.
newStringUsAscii(byte[]) - Static method in class tech.gusavila92.apache.commons.codec.binary.StringUtils
Constructs a new String by decoding the specified array of bytes using the US-ASCII charset.
newStringUtf16(byte[]) - Static method in class tech.gusavila92.apache.commons.codec.binary.StringUtils
Constructs a new String by decoding the specified array of bytes using the UTF-16 charset.
newStringUtf16Be(byte[]) - Static method in class tech.gusavila92.apache.commons.codec.binary.StringUtils
Constructs a new String by decoding the specified array of bytes using the UTF-16BE charset.
newStringUtf16Le(byte[]) - Static method in class tech.gusavila92.apache.commons.codec.binary.StringUtils
Constructs a new String by decoding the specified array of bytes using the UTF-16LE charset.
newStringUtf8(byte[]) - Static method in class tech.gusavila92.apache.commons.codec.binary.StringUtils
Constructs a new String by decoding the specified array of bytes using the UTF-8 charset.
next() - Method in class tech.gusavila92.apache.http.message.BasicHeaderElementIterator
 
next() - Method in class tech.gusavila92.apache.http.message.BasicHeaderIterator
Returns the next header.
next() - Method in class tech.gusavila92.apache.http.message.BasicListHeaderIterator
Returns the next header.
next() - Method in class tech.gusavila92.apache.http.message.BasicTokenIterator
Returns the next token.
nextElement() - Method in interface tech.gusavila92.apache.http.HeaderElementIterator
Obtains the next header element from this iteration.
nextElement() - Method in class tech.gusavila92.apache.http.message.BasicHeaderElementIterator
 
nextHeader() - Method in interface tech.gusavila92.apache.http.HeaderIterator
Obtains the next header from this iteration.
nextHeader() - Method in class tech.gusavila92.apache.http.message.BasicHeaderIterator
Obtains the next header from this iteration.
nextHeader() - Method in class tech.gusavila92.apache.http.message.BasicListHeaderIterator
Obtains the next header from this iteration.
nextToken() - Method in class tech.gusavila92.apache.http.message.BasicTokenIterator
Obtains the next token from this iteration.
nextToken() - Method in interface tech.gusavila92.apache.http.TokenIterator
Obtains the next token from this iteration.
NO_LANGUAGES - Static variable in class tech.gusavila92.apache.commons.codec.language.bm.Languages
No languages at all.
NO_OP - Static variable in interface tech.gusavila92.apache.http.ExceptionLogger
 
NoConnectionReuseStrategy - Class in tech.gusavila92.apache.http.impl
A strategy that never re-uses a connection.
NoConnectionReuseStrategy() - Constructor for class tech.gusavila92.apache.http.impl.NoConnectionReuseStrategy
 
NoHttpResponseException - Exception in tech.gusavila92.apache.http
Signals that the target server failed to respond with a valid HTTP response.
NoHttpResponseException(String) - Constructor for exception tech.gusavila92.apache.http.NoHttpResponseException
Creates a new NoHttpResponseException with the specified detail message.
notBlank(T, String) - Static method in class tech.gusavila92.apache.http.util.Args
 
notBlank(CharSequence, String) - Static method in class tech.gusavila92.apache.http.util.Asserts
 
notEmpty(T, String) - Static method in class tech.gusavila92.apache.http.util.Args
 
notEmpty(T, String) - Static method in class tech.gusavila92.apache.http.util.Args
 
notEmpty(CharSequence, String) - Static method in class tech.gusavila92.apache.http.util.Asserts
 
notNegative(int, String) - Static method in class tech.gusavila92.apache.http.util.Args
 
notNegative(long, String) - Static method in class tech.gusavila92.apache.http.util.Args
 
notNull(T, String) - Static method in class tech.gusavila92.apache.http.util.Args
 
notNull(Object, String) - Static method in class tech.gusavila92.apache.http.util.Asserts
 
Nysiis - Class in tech.gusavila92.apache.commons.codec.language
Encodes a string into a NYSIIS value.
Nysiis() - Constructor for class tech.gusavila92.apache.commons.codec.language.Nysiis
Creates an instance of the Nysiis encoder with strict mode (original form), i.e. encoded strings have a maximum length of 6.
Nysiis(boolean) - Constructor for class tech.gusavila92.apache.commons.codec.language.Nysiis
Create an instance of the Nysiis encoder with the specified strict mode: true: encoded strings have a maximum length of 6 false: encoded strings may have arbitrary length
nysiis(String) - Method in class tech.gusavila92.apache.commons.codec.language.Nysiis
Retrieves the NYSIIS code for a given String object.

O

Obsolete - Annotation Type in tech.gusavila92.apache.http.annotation
The field or method to which this annotation is applied is marked as implementing requirements of the HTTP protocol or a related protocol that are now obsolete.
OCTET_STREAM_TYPE - Static variable in class tech.gusavila92.apache.http.protocol.HTTP
Deprecated.
(4.2)
onBinaryReceived(byte[]) - Method in class tech.gusavila92.websocketclient.WebSocketClient
Called when a binary message has been received
onCloseReceived() - Method in class tech.gusavila92.websocketclient.WebSocketClient
Called when a close code has been received
onException(Exception) - Method in class tech.gusavila92.websocketclient.WebSocketClient
Called when an exception has occurred
onLease(E) - Method in class tech.gusavila92.apache.http.pool.AbstractConnPool
 
onOpen() - Method in class tech.gusavila92.websocketclient.WebSocketClient
Called when the WebSocket handshake has been accepted and the WebSocket is ready to send and receive data
onPingReceived(byte[]) - Method in class tech.gusavila92.websocketclient.WebSocketClient
Called when a ping message has been received
onPongReceived(byte[]) - Method in class tech.gusavila92.websocketclient.WebSocketClient
Called when a pong message has been received
onRelease(E) - Method in class tech.gusavila92.apache.http.pool.AbstractConnPool
 
onRequestReceived(HttpRequest) - Method in class tech.gusavila92.apache.http.impl.DefaultBHttpServerConnection
 
onRequestSubmitted(HttpRequest) - Method in class tech.gusavila92.apache.http.impl.DefaultBHttpClientConnection
 
onResponseReceived(HttpResponse) - Method in class tech.gusavila92.apache.http.impl.DefaultBHttpClientConnection
 
onResponseSubmitted(HttpResponse) - Method in class tech.gusavila92.apache.http.impl.DefaultBHttpServerConnection
 
onReuse(E) - Method in class tech.gusavila92.apache.http.pool.AbstractConnPool
 
onTextReceived(String) - Method in class tech.gusavila92.websocketclient.WebSocketClient
Called when a text message has been received
ORIGIN_SERVER - Static variable in interface tech.gusavila92.apache.http.params.CoreProtocolPNames
Deprecated.
Defines the content of the Server header.
OUTPUT_BUFFER_SIZE - Static variable in class tech.gusavila92.apache.http.entity.AbstractHttpEntity
Buffer size for output stream processing.
OVERWRITE - Static variable in class tech.gusavila92.apache.http.HttpHeaders
RFC 2518 (WevDAV) Section 9.6

P

PAD - Variable in class tech.gusavila92.apache.commons.codec.binary.BaseNCodec
Deprecated.
Use BaseNCodec.pad. Will be removed in 2.0.
pad - Variable in class tech.gusavila92.apache.commons.codec.binary.BaseNCodec
 
PAD_DEFAULT - Static variable in class tech.gusavila92.apache.commons.codec.binary.BaseNCodec
Byte used to pad output.
params - Variable in class tech.gusavila92.apache.http.message.AbstractHttpMessage
Deprecated.
parse(String) - Static method in class tech.gusavila92.apache.http.entity.ContentType
Parses textual representation of Content-Type value.
parse() - Method in class tech.gusavila92.apache.http.impl.io.AbstractMessageParser
 
parse() - Method in interface tech.gusavila92.apache.http.io.HttpMessageParser
Generates an instance of HttpMessage from the underlying data source.
parseElements(String, HeaderValueParser) - Static method in class tech.gusavila92.apache.http.message.BasicHeaderValueParser
Parses elements with the given parser.
parseElements(CharArrayBuffer, ParserCursor) - Method in class tech.gusavila92.apache.http.message.BasicHeaderValueParser
 
parseElements(CharArrayBuffer, ParserCursor) - Method in interface tech.gusavila92.apache.http.message.HeaderValueParser
Parses a header value into elements.
ParseException - Exception in tech.gusavila92.apache.http
Signals a parse error.
ParseException() - Constructor for exception tech.gusavila92.apache.http.ParseException
Creates a ParseException without details.
ParseException(String) - Constructor for exception tech.gusavila92.apache.http.ParseException
Creates a ParseException with a detail message.
parseHead(SessionInputBuffer) - Method in class tech.gusavila92.apache.http.impl.io.AbstractMessageParser
Subclasses must override this method to generate an instance of HttpMessage based on the initial input from the session buffer.
parseHead(SessionInputBuffer) - Method in class tech.gusavila92.apache.http.impl.io.DefaultHttpRequestParser
 
parseHead(SessionInputBuffer) - Method in class tech.gusavila92.apache.http.impl.io.DefaultHttpResponseParser
 
parseHeader(String, LineParser) - Static method in class tech.gusavila92.apache.http.message.BasicLineParser
 
parseHeader(CharArrayBuffer) - Method in class tech.gusavila92.apache.http.message.BasicLineParser
 
parseHeader(CharArrayBuffer) - Method in interface tech.gusavila92.apache.http.message.LineParser
Creates a header from a line.
parseHeaderElement(String, HeaderValueParser) - Static method in class tech.gusavila92.apache.http.message.BasicHeaderValueParser
Parses an element with the given parser.
parseHeaderElement(CharArrayBuffer, ParserCursor) - Method in class tech.gusavila92.apache.http.message.BasicHeaderValueParser
 
parseHeaderElement(CharArrayBuffer, ParserCursor) - Method in interface tech.gusavila92.apache.http.message.HeaderValueParser
Parses a single header element.
parseHeaders(SessionInputBuffer, int, int, LineParser) - Static method in class tech.gusavila92.apache.http.impl.io.AbstractMessageParser
Parses HTTP headers from the data receiver stream according to the generic format as given in Section 3.1 of RFC 822, RFC-2616 Section 4 and 19.3.
parseHeaders(SessionInputBuffer, int, int, LineParser, List<CharArrayBuffer>) - Static method in class tech.gusavila92.apache.http.impl.io.AbstractMessageParser
Parses HTTP headers from the data receiver stream according to the generic format as given in Section 3.1 of RFC 822, RFC-2616 Section 4 and 19.3.
parseNameValuePair(String, HeaderValueParser) - Static method in class tech.gusavila92.apache.http.message.BasicHeaderValueParser
Parses a name-value-pair with the given parser.
parseNameValuePair(CharArrayBuffer, ParserCursor) - Method in class tech.gusavila92.apache.http.message.BasicHeaderValueParser
 
parseNameValuePair(CharArrayBuffer, ParserCursor, char[]) - Method in class tech.gusavila92.apache.http.message.BasicHeaderValueParser
Deprecated.
(4.4) use TokenParser
parseNameValuePair(CharArrayBuffer, ParserCursor) - Method in interface tech.gusavila92.apache.http.message.HeaderValueParser
Parses a name=value specification, where the = and value are optional.
parseParameters(String, HeaderValueParser) - Static method in class tech.gusavila92.apache.http.message.BasicHeaderValueParser
Parses parameters with the given parser.
parseParameters(CharArrayBuffer, ParserCursor) - Method in class tech.gusavila92.apache.http.message.BasicHeaderValueParser
 
parseParameters(CharArrayBuffer, ParserCursor) - Method in interface tech.gusavila92.apache.http.message.HeaderValueParser
Parses a list of name-value pairs.
parseProtocolVersion(String, LineParser) - Static method in class tech.gusavila92.apache.http.message.BasicLineParser
 
parseProtocolVersion(CharArrayBuffer, ParserCursor) - Method in class tech.gusavila92.apache.http.message.BasicLineParser
 
parseProtocolVersion(CharArrayBuffer, ParserCursor) - Method in interface tech.gusavila92.apache.http.message.LineParser
Parses the textual representation of a protocol version.
ParserCursor - Class in tech.gusavila92.apache.http.message
This class represents a context of a parsing operation: the current position the parsing operation is expected to start at the bounds limiting the scope of the parsing operation
ParserCursor(int, int) - Constructor for class tech.gusavila92.apache.http.message.ParserCursor
 
parseRequestLine(String, LineParser) - Static method in class tech.gusavila92.apache.http.message.BasicLineParser
 
parseRequestLine(CharArrayBuffer, ParserCursor) - Method in class tech.gusavila92.apache.http.message.BasicLineParser
Parses a request line.
parseRequestLine(CharArrayBuffer, ParserCursor) - Method in interface tech.gusavila92.apache.http.message.LineParser
Parses a request line.
parseStatusLine(String, LineParser) - Static method in class tech.gusavila92.apache.http.message.BasicLineParser
 
parseStatusLine(CharArrayBuffer, ParserCursor) - Method in class tech.gusavila92.apache.http.message.BasicLineParser
 
parseStatusLine(CharArrayBuffer, ParserCursor) - Method in interface tech.gusavila92.apache.http.message.LineParser
Parses a status line.
parseToken(CharArrayBuffer, ParserCursor, BitSet) - Method in class tech.gusavila92.apache.http.message.TokenParser
Extracts from the sequence of chars a token terminated with any of the given delimiters discarding semantically insignificant whitespace characters.
parseValue(CharArrayBuffer, ParserCursor, BitSet) - Method in class tech.gusavila92.apache.http.message.TokenParser
Extracts from the sequence of chars a value which can be enclosed in quote marks and terminated with any of the given delimiters discarding semantically insignificant whitespace characters.
PATTERN_RFC1123 - Static variable in class tech.gusavila92.apache.http.protocol.HttpDateGenerator
Date format pattern used to generate the header in RFC 1123 format.
patternAndContextMatches(CharSequence, int) - Method in class tech.gusavila92.apache.commons.codec.language.bm.Rule
Decides if the pattern and context match the input starting at a position.
Payload - Class in tech.gusavila92.websocketclient.model
A payload that will be send through the WebSocket connection
Payload(int, byte[]) - Constructor for class tech.gusavila92.websocketclient.model.Payload
Initializes the variables
PEM_CHUNK_SIZE - Static variable in class tech.gusavila92.apache.commons.codec.binary.BaseNCodec
PEM chunk size per RFC 1421 section 4.3.2.4.
Phoneme(CharSequence, Languages.LanguageSet) - Constructor for class tech.gusavila92.apache.commons.codec.language.bm.Rule.Phoneme
 
Phoneme(Rule.Phoneme, Rule.Phoneme) - Constructor for class tech.gusavila92.apache.commons.codec.language.bm.Rule.Phoneme
 
Phoneme(Rule.Phoneme, Rule.Phoneme, Languages.LanguageSet) - Constructor for class tech.gusavila92.apache.commons.codec.language.bm.Rule.Phoneme
 
PhonemeList(List<Rule.Phoneme>) - Constructor for class tech.gusavila92.apache.commons.codec.language.bm.Rule.PhonemeList
 
PhoneticEngine - Class in tech.gusavila92.apache.commons.codec.language.bm
Converts words into potential phonetic representations.
PhoneticEngine(NameType, RuleType, boolean) - Constructor for class tech.gusavila92.apache.commons.codec.language.bm.PhoneticEngine
Generates a new, fully-configured phonetic engine.
PhoneticEngine(NameType, RuleType, boolean, int) - Constructor for class tech.gusavila92.apache.commons.codec.language.bm.PhoneticEngine
Generates a new, fully-configured phonetic engine.
PLAIN_TEXT_TYPE - Static variable in class tech.gusavila92.apache.http.protocol.HTTP
Deprecated.
(4.2)
PoolEntry<T,C> - Class in tech.gusavila92.apache.http.pool
Pool entry containing a pool connection object along with its route.
PoolEntry(String, T, C, long, TimeUnit) - Constructor for class tech.gusavila92.apache.http.pool.PoolEntry
Creates new PoolEntry instance.
PoolEntry(String, T, C) - Constructor for class tech.gusavila92.apache.http.pool.PoolEntry
Creates new PoolEntry instance without an expiry deadline.
PoolEntryCallback<T,C> - Interface in tech.gusavila92.apache.http.pool
Pool entry callabck.
PoolStats - Class in tech.gusavila92.apache.http.pool
Pool statistics.
PoolStats(int, int, int, int) - Constructor for class tech.gusavila92.apache.http.pool.PoolStats
 
port - Variable in class tech.gusavila92.apache.http.HttpHost
The port to use, defaults to -1 if not set.
positive(int, String) - Static method in class tech.gusavila92.apache.http.util.Args
 
positive(long, String) - Static method in class tech.gusavila92.apache.http.util.Args
 
postProcess(HttpResponse, HttpProcessor, HttpContext) - Method in class tech.gusavila92.apache.http.protocol.HttpRequestExecutor
Post-processes the given response using the given protocol processor and completes the process of request execution.
PRAGMA - Static variable in class tech.gusavila92.apache.http.HttpHeaders
RFC 1945 (HTTP/1.0) Section 10.12, RFC 2616 (HTTP/1.1) Section 14.32
prepareInput(HttpMessage) - Method in class tech.gusavila92.apache.http.impl.BHttpConnectionBase
 
prepareOutput(HttpMessage) - Method in class tech.gusavila92.apache.http.impl.BHttpConnectionBase
 
preProcess(HttpRequest, HttpProcessor, HttpContext) - Method in class tech.gusavila92.apache.http.protocol.HttpRequestExecutor
Pre-process the given request using the given protocol processor and initiates the process of request execution.
PrivateKeyDetails - Class in tech.gusavila92.apache.http.ssl
Private key details.
PrivateKeyDetails(String, X509Certificate[]) - Constructor for class tech.gusavila92.apache.http.ssl.PrivateKeyDetails
 
PrivateKeyStrategy - Interface in tech.gusavila92.apache.http.ssl
A strategy allowing for a choice of an alias during SSL authentication.
process(HttpRequest, HttpContext) - Method in interface tech.gusavila92.apache.http.HttpRequestInterceptor
Processes a request.
process(HttpResponse, HttpContext) - Method in interface tech.gusavila92.apache.http.HttpResponseInterceptor
Processes a response.
process(PoolEntry<T, C>) - Method in interface tech.gusavila92.apache.http.pool.PoolEntryCallback
 
process(HttpRequest, HttpContext) - Method in class tech.gusavila92.apache.http.protocol.ImmutableHttpProcessor
 
process(HttpResponse, HttpContext) - Method in class tech.gusavila92.apache.http.protocol.ImmutableHttpProcessor
 
process(HttpRequest, HttpContext) - Method in class tech.gusavila92.apache.http.protocol.RequestConnControl
 
process(HttpRequest, HttpContext) - Method in class tech.gusavila92.apache.http.protocol.RequestContent
 
process(HttpRequest, HttpContext) - Method in class tech.gusavila92.apache.http.protocol.RequestDate
 
process(HttpRequest, HttpContext) - Method in class tech.gusavila92.apache.http.protocol.RequestExpectContinue
 
process(HttpRequest, HttpContext) - Method in class tech.gusavila92.apache.http.protocol.RequestTargetHost
 
process(HttpRequest, HttpContext) - Method in class tech.gusavila92.apache.http.protocol.RequestUserAgent
 
process(HttpResponse, HttpContext) - Method in class tech.gusavila92.apache.http.protocol.ResponseConnControl
 
process(HttpResponse, HttpContext) - Method in class tech.gusavila92.apache.http.protocol.ResponseContent
Processes the response (possibly updating or inserting) Content-Length and Transfer-Encoding headers.
process(HttpResponse, HttpContext) - Method in class tech.gusavila92.apache.http.protocol.ResponseDate
 
process(HttpResponse, HttpContext) - Method in class tech.gusavila92.apache.http.protocol.ResponseServer
 
PROPERTY_MODULE - Static variable in class tech.gusavila92.apache.http.util.VersionInfo
 
PROPERTY_RELEASE - Static variable in class tech.gusavila92.apache.http.util.VersionInfo
 
PROPERTY_TIMESTAMP - Static variable in class tech.gusavila92.apache.http.util.VersionInfo
 
protocol - Variable in class tech.gusavila92.apache.http.message.BasicLineParser
A version of the protocol to parse.
protocol - Variable in class tech.gusavila92.apache.http.ProtocolVersion
Name of the protocol.
PROTOCOL_VERSION - Static variable in interface tech.gusavila92.apache.http.params.CoreProtocolPNames
Deprecated.
Defines the ProtocolVersion used per default.
ProtocolException - Exception in tech.gusavila92.apache.http
Signals that an HTTP protocol violation has occurred.
ProtocolException() - Constructor for exception tech.gusavila92.apache.http.ProtocolException
Creates a new ProtocolException with a null detail message.
ProtocolException(String) - Constructor for exception tech.gusavila92.apache.http.ProtocolException
Creates a new ProtocolException with the specified detail message.
ProtocolException(String, Throwable) - Constructor for exception tech.gusavila92.apache.http.ProtocolException
Creates a new ProtocolException with the specified detail message and cause.
ProtocolVersion - Class in tech.gusavila92.apache.http
Represents a protocol version.
ProtocolVersion(String, int, int) - Constructor for class tech.gusavila92.apache.http.ProtocolVersion
Create a protocol version designator.
PROXY_AUTHENTICATE - Static variable in class tech.gusavila92.apache.http.HttpHeaders
RFC 2616 (HTTP/1.1) Section 14.33
PROXY_AUTHORIZATION - Static variable in class tech.gusavila92.apache.http.HttpHeaders
RFC 2616 (HTTP/1.1) Section 14.34

Q

QCodec - Class in tech.gusavila92.apache.commons.codec.net
Similar to the Quoted-Printable content-transfer-encoding defined in RFC 1521 and designed to allow text containing mostly ASCII characters to be decipherable on an ASCII terminal without decoding.
QCodec() - Constructor for class tech.gusavila92.apache.commons.codec.net.QCodec
Default constructor.
QCodec(Charset) - Constructor for class tech.gusavila92.apache.commons.codec.net.QCodec
Constructor which allows for the selection of a default charset.
QCodec(String) - Constructor for class tech.gusavila92.apache.commons.codec.net.QCodec
Constructor which allows for the selection of a default charset.
QuotedPrintableCodec - Class in tech.gusavila92.apache.commons.codec.net
Codec for the Quoted-Printable section of RFC 1521.
QuotedPrintableCodec() - Constructor for class tech.gusavila92.apache.commons.codec.net.QuotedPrintableCodec
Default constructor, assumes default charset of Charsets.UTF_8
QuotedPrintableCodec(boolean) - Constructor for class tech.gusavila92.apache.commons.codec.net.QuotedPrintableCodec
Constructor which allows for the selection of the strict mode.
QuotedPrintableCodec(Charset) - Constructor for class tech.gusavila92.apache.commons.codec.net.QuotedPrintableCodec
Constructor which allows for the selection of a default charset.
QuotedPrintableCodec(Charset, boolean) - Constructor for class tech.gusavila92.apache.commons.codec.net.QuotedPrintableCodec
Constructor which allows for the selection of a default charset and strict mode.
QuotedPrintableCodec(String) - Constructor for class tech.gusavila92.apache.commons.codec.net.QuotedPrintableCodec
Constructor which allows for the selection of a default charset.

R

RANGE - Static variable in class tech.gusavila92.apache.http.HttpHeaders
RFC 2616 (HTTP/1.1) Section 14.35
read() - Method in class tech.gusavila92.apache.commons.codec.binary.BaseNCodecInputStream
Reads one byte from this input stream.
read(byte[], int, int) - Method in class tech.gusavila92.apache.commons.codec.binary.BaseNCodecInputStream
Attempts to read len bytes into the specified b array starting at offset from this InputStream.
read() - Method in class tech.gusavila92.apache.http.impl.io.ChunkedInputStream
Returns all the data in a chunked stream in coalesced form.
read(byte[], int, int) - Method in class tech.gusavila92.apache.http.impl.io.ChunkedInputStream
Read some bytes from the stream.
read(byte[]) - Method in class tech.gusavila92.apache.http.impl.io.ChunkedInputStream
Read some bytes from the stream.
read() - Method in class tech.gusavila92.apache.http.impl.io.ContentLengthInputStream
Read the next byte from the stream
read(byte[], int, int) - Method in class tech.gusavila92.apache.http.impl.io.ContentLengthInputStream
Does standard InputStream.read(byte[], int, int) behavior, but also notifies the watcher when the contents have been consumed.
read(byte[]) - Method in class tech.gusavila92.apache.http.impl.io.ContentLengthInputStream
Read more bytes from the stream.
read() - Method in class tech.gusavila92.apache.http.impl.io.EmptyInputStream
 
read(byte[]) - Method in class tech.gusavila92.apache.http.impl.io.EmptyInputStream
 
read(byte[], int, int) - Method in class tech.gusavila92.apache.http.impl.io.EmptyInputStream
 
read() - Method in class tech.gusavila92.apache.http.impl.io.IdentityInputStream
 
read(byte[], int, int) - Method in class tech.gusavila92.apache.http.impl.io.IdentityInputStream
 
read() - Method in class tech.gusavila92.apache.http.impl.io.SessionInputBufferImpl
 
read(byte[], int, int) - Method in class tech.gusavila92.apache.http.impl.io.SessionInputBufferImpl
 
read(byte[]) - Method in class tech.gusavila92.apache.http.impl.io.SessionInputBufferImpl
 
read(byte[], int, int) - Method in interface tech.gusavila92.apache.http.io.SessionInputBuffer
Reads up to len bytes of data from the session buffer into an array of bytes.
read(byte[]) - Method in interface tech.gusavila92.apache.http.io.SessionInputBuffer
Reads some number of bytes from the session buffer and stores them into the buffer array b.
read() - Method in interface tech.gusavila92.apache.http.io.SessionInputBuffer
Reads the next byte of data from this session buffer.
readLine(CharArrayBuffer) - Method in class tech.gusavila92.apache.http.impl.io.SessionInputBufferImpl
Reads a complete line of characters up to a line delimiter from this session buffer into the given line buffer.
readLine() - Method in class tech.gusavila92.apache.http.impl.io.SessionInputBufferImpl
 
readLine(CharArrayBuffer) - Method in interface tech.gusavila92.apache.http.io.SessionInputBuffer
Reads a complete line of characters up to a line delimiter from this session buffer into the given line buffer.
readLine() - Method in interface tech.gusavila92.apache.http.io.SessionInputBuffer
Reads a complete line of characters up to a line delimiter from this session buffer.
reasonCatalog - Variable in class tech.gusavila92.apache.http.impl.DefaultHttpResponseFactory
The catalog for looking up reason phrases.
ReasonPhraseCatalog - Interface in tech.gusavila92.apache.http
Interface for obtaining reason phrases for HTTP status codes.
RECEIVED_BYTES_COUNT - Static variable in class tech.gusavila92.apache.http.impl.HttpConnectionMetricsImpl
 
receiveRequestEntity(HttpEntityEnclosingRequest) - Method in interface tech.gusavila92.apache.http.HttpServerConnection
Receives the next request entity available from this connection and attaches it to an existing request.
receiveRequestEntity(HttpEntityEnclosingRequest) - Method in class tech.gusavila92.apache.http.impl.DefaultBHttpServerConnection
 
receiveRequestHeader() - Method in interface tech.gusavila92.apache.http.HttpServerConnection
Receives the request line and all headers available from this connection.
receiveRequestHeader() - Method in class tech.gusavila92.apache.http.impl.DefaultBHttpServerConnection
 
receiveResponseEntity(HttpResponse) - Method in interface tech.gusavila92.apache.http.HttpClientConnection
Receives the next response entity available from this connection and attaches it to an existing HttpResponse object.
receiveResponseEntity(HttpResponse) - Method in class tech.gusavila92.apache.http.impl.DefaultBHttpClientConnection
 
receiveResponseHeader() - Method in interface tech.gusavila92.apache.http.HttpClientConnection
Receives the request line and headers of the next response available from this connection.
receiveResponseHeader() - Method in class tech.gusavila92.apache.http.impl.DefaultBHttpClientConnection
 
REFERER - Static variable in class tech.gusavila92.apache.http.HttpHeaders
RFC 1945 (HTTP/1.0) Section 10.13, RFC 2616 (HTTP/1.1) Section 14.36
RefinedSoundex - Class in tech.gusavila92.apache.commons.codec.language
Encodes a string into a Refined Soundex value.
RefinedSoundex() - Constructor for class tech.gusavila92.apache.commons.codec.language.RefinedSoundex
Creates an instance of the RefinedSoundex object using the default US English mapping.
RefinedSoundex(char[]) - Constructor for class tech.gusavila92.apache.commons.codec.language.RefinedSoundex
Creates a refined soundex instance using a custom mapping.
RefinedSoundex(String) - Constructor for class tech.gusavila92.apache.commons.codec.language.RefinedSoundex
Creates a refined Soundex instance using a custom mapping.
register(String, I) - Method in class tech.gusavila92.apache.http.config.RegistryBuilder
 
register(String, HttpRequestHandler) - Method in class tech.gusavila92.apache.http.protocol.UriHttpRequestHandlerMapper
Registers the given HttpRequestHandler as a handler for URIs matching the given pattern.
register(String, T) - Method in class tech.gusavila92.apache.http.protocol.UriPatternMatcher
Registers the given object for URIs matching the given pattern.
registerHandler(String, HttpRequestHandler) - Method in class tech.gusavila92.apache.http.impl.bootstrap.ServerBootstrap
Registers the given HttpRequestHandler as a handler for URIs matching the given pattern.
Registry<I> - Class in tech.gusavila92.apache.http.config
Generic registry of items keyed by low-case string ID.
RegistryBuilder<I> - Class in tech.gusavila92.apache.http.config
Builder for Registry instances.
release(E, boolean) - Method in class tech.gusavila92.apache.http.pool.AbstractConnPool
 
release(E, boolean) - Method in interface tech.gusavila92.apache.http.pool.ConnPool
Releases the pool entry back to the pool.
remove() - Method in class tech.gusavila92.apache.http.message.BasicHeaderElementIterator
 
remove() - Method in class tech.gusavila92.apache.http.message.BasicHeaderIterator
Removing headers is not supported.
remove() - Method in class tech.gusavila92.apache.http.message.BasicListHeaderIterator
Removes the header that was returned last.
remove() - Method in class tech.gusavila92.apache.http.message.BasicTokenIterator
Removing tokens is not supported.
removeAttribute(String) - Method in class tech.gusavila92.apache.http.protocol.BasicHttpContext
 
removeAttribute(String) - Method in interface tech.gusavila92.apache.http.protocol.HttpContext
Removes attribute with the given name from the context.
removeAttribute(String) - Method in class tech.gusavila92.apache.http.protocol.HttpCoreContext
 
removeHeader(Header) - Method in interface tech.gusavila92.apache.http.HttpMessage
Removes a header from this message.
removeHeader(Header) - Method in class tech.gusavila92.apache.http.message.AbstractHttpMessage
 
removeHeader(Header) - Method in class tech.gusavila92.apache.http.message.HeaderGroup
Removes the given header.
removeHeaders(String) - Method in interface tech.gusavila92.apache.http.HttpMessage
Removes all headers with a certain name from this message.
removeHeaders(String) - Method in class tech.gusavila92.apache.http.message.AbstractHttpMessage
 
removeParameter(String) - Method in class tech.gusavila92.apache.http.params.BasicHttpParams
Deprecated.
 
removeParameter(String) - Method in interface tech.gusavila92.apache.http.params.HttpParams
Deprecated.
Removes the parameter with the specified name.
removeRequestInterceptorByClass(Class<? extends HttpRequestInterceptor>) - Method in interface tech.gusavila92.apache.http.protocol.HttpRequestInterceptorList
Deprecated.
Removes all request interceptor of the specified class
removeResponseInterceptorByClass(Class<? extends HttpResponseInterceptor>) - Method in interface tech.gusavila92.apache.http.protocol.HttpResponseInterceptorList
Deprecated.
Removes all response interceptor of the specified class
REQUEST_COUNT - Static variable in class tech.gusavila92.apache.http.impl.HttpConnectionMetricsImpl
 
RequestConnControl - Class in tech.gusavila92.apache.http.protocol
RequestConnControl is responsible for adding Connection header to the outgoing requests, which is essential for managing persistence of HTTP/1.0 connections.
RequestConnControl() - Constructor for class tech.gusavila92.apache.http.protocol.RequestConnControl
 
RequestContent - Class in tech.gusavila92.apache.http.protocol
RequestContent is the most important interceptor for outgoing requests.
RequestContent() - Constructor for class tech.gusavila92.apache.http.protocol.RequestContent
Default constructor.
RequestContent(boolean) - Constructor for class tech.gusavila92.apache.http.protocol.RequestContent
Constructor that can be used to fine-tune behavior of this interceptor.
RequestDate - Class in tech.gusavila92.apache.http.protocol
RequestDate interceptor is responsible for adding Date header to the outgoing requests This interceptor is optional for client side protocol processors.
RequestDate() - Constructor for class tech.gusavila92.apache.http.protocol.RequestDate
 
RequestExpectContinue - Class in tech.gusavila92.apache.http.protocol
RequestExpectContinue is responsible for enabling the 'expect-continue' handshake by adding Expect header.
RequestExpectContinue() - Constructor for class tech.gusavila92.apache.http.protocol.RequestExpectContinue
RequestExpectContinue(boolean) - Constructor for class tech.gusavila92.apache.http.protocol.RequestExpectContinue
 
RequestLine - Interface in tech.gusavila92.apache.http
The Request-Line begins with a method token, followed by the Request-URI and the protocol version, and ending with CRLF.
RequestTargetHost - Class in tech.gusavila92.apache.http.protocol
RequestTargetHost is responsible for adding Host header.
RequestTargetHost() - Constructor for class tech.gusavila92.apache.http.protocol.RequestTargetHost
 
RequestUserAgent - Class in tech.gusavila92.apache.http.protocol
RequestUserAgent is responsible for adding User-Agent header.
RequestUserAgent(String) - Constructor for class tech.gusavila92.apache.http.protocol.RequestUserAgent
 
RequestUserAgent() - Constructor for class tech.gusavila92.apache.http.protocol.RequestUserAgent
 
RESERVED_PREFIX - Static variable in interface tech.gusavila92.apache.http.protocol.HttpContext
The prefix reserved for use by HTTP components.
reset() - Method in class tech.gusavila92.apache.commons.codec.binary.BaseNCodecInputStream
Repositions this stream to the position at the time the mark method was last called on this input stream.
reset() - Method in interface tech.gusavila92.apache.http.HttpConnectionMetrics
Resets the counts
reset() - Method in class tech.gusavila92.apache.http.impl.HttpConnectionMetricsImpl
 
reset() - Method in class tech.gusavila92.apache.http.impl.io.EmptyInputStream
 
reset() - Method in class tech.gusavila92.apache.http.impl.io.HttpTransportMetricsImpl
 
reset() - Method in interface tech.gusavila92.apache.http.io.HttpTransportMetrics
Resets the counts
RESPONSE_COUNT - Static variable in class tech.gusavila92.apache.http.impl.HttpConnectionMetricsImpl
 
ResponseConnControl - Class in tech.gusavila92.apache.http.protocol
ResponseConnControl is responsible for adding Connection header to the outgoing responses, which is essential for managing persistence of HTTP/1.0 connections.
ResponseConnControl() - Constructor for class tech.gusavila92.apache.http.protocol.ResponseConnControl
 
ResponseContent - Class in tech.gusavila92.apache.http.protocol
ResponseContent is the most important interceptor for outgoing responses.
ResponseContent() - Constructor for class tech.gusavila92.apache.http.protocol.ResponseContent
Default constructor.
ResponseContent(boolean) - Constructor for class tech.gusavila92.apache.http.protocol.ResponseContent
Constructor that can be used to fine-tune behavior of this interceptor.
ResponseDate - Class in tech.gusavila92.apache.http.protocol
ResponseDate is responsible for adding Date header to the outgoing responses.
ResponseDate() - Constructor for class tech.gusavila92.apache.http.protocol.ResponseDate
 
ResponseServer - Class in tech.gusavila92.apache.http.protocol
ResponseServer is responsible for adding Server header.
ResponseServer(String) - Constructor for class tech.gusavila92.apache.http.protocol.ResponseServer
 
ResponseServer() - Constructor for class tech.gusavila92.apache.http.protocol.ResponseServer
 
restrictTo(Languages.LanguageSet) - Method in class tech.gusavila92.apache.commons.codec.language.bm.Languages.LanguageSet
 
restrictTo(Languages.LanguageSet) - Method in class tech.gusavila92.apache.commons.codec.language.bm.Languages.SomeLanguages
 
RETRY_AFTER - Static variable in class tech.gusavila92.apache.http.HttpHeaders
RFC 2616 (HTTP/1.1) Section 14.37
Rule - Class in tech.gusavila92.apache.commons.codec.language.bm
A phoneme rule.
Rule(String, String, String, Rule.PhonemeExpr) - Constructor for class tech.gusavila92.apache.commons.codec.language.bm.Rule
Creates a new rule.
Rule.Phoneme - Class in tech.gusavila92.apache.commons.codec.language.bm
 
Rule.PhonemeExpr - Interface in tech.gusavila92.apache.commons.codec.language.bm
 
Rule.PhonemeList - Class in tech.gusavila92.apache.commons.codec.language.bm
 
Rule.RPattern - Interface in tech.gusavila92.apache.commons.codec.language.bm
A minimal wrapper around the functionality of Pattern that we use, to allow for alternate implementations.
RuleType - Enum in tech.gusavila92.apache.commons.codec.language.bm
Types of rule.

S

SC_ACCEPTED - Static variable in interface tech.gusavila92.apache.http.HttpStatus
202 Accepted (HTTP/1.0 - RFC 1945)
SC_BAD_GATEWAY - Static variable in interface tech.gusavila92.apache.http.HttpStatus
502 Bad Gateway (HTTP/1.0 - RFC 1945)
SC_BAD_REQUEST - Static variable in interface tech.gusavila92.apache.http.HttpStatus
400 Bad Request (HTTP/1.1 - RFC 2616)
SC_CONFLICT - Static variable in interface tech.gusavila92.apache.http.HttpStatus
409 Conflict (HTTP/1.1 - RFC 2616)
SC_CONTINUE - Static variable in interface tech.gusavila92.apache.http.HttpStatus
100 Continue (HTTP/1.1 - RFC 2616)
SC_CREATED - Static variable in interface tech.gusavila92.apache.http.HttpStatus
201 Created (HTTP/1.0 - RFC 1945)
SC_EXPECTATION_FAILED - Static variable in interface tech.gusavila92.apache.http.HttpStatus
417 Expectation Failed (HTTP/1.1 - RFC 2616)
SC_FAILED_DEPENDENCY - Static variable in interface tech.gusavila92.apache.http.HttpStatus
424 Failed Dependency (WebDAV - RFC 2518)
SC_FORBIDDEN - Static variable in interface tech.gusavila92.apache.http.HttpStatus
403 Forbidden (HTTP/1.0 - RFC 1945)
SC_GATEWAY_TIMEOUT - Static variable in interface tech.gusavila92.apache.http.HttpStatus
504 Gateway Timeout (HTTP/1.1 - RFC 2616)
SC_GONE - Static variable in interface tech.gusavila92.apache.http.HttpStatus
410 Gone (HTTP/1.1 - RFC 2616)
SC_HTTP_VERSION_NOT_SUPPORTED - Static variable in interface tech.gusavila92.apache.http.HttpStatus
505 HTTP Version Not Supported (HTTP/1.1 - RFC 2616)
SC_INSUFFICIENT_SPACE_ON_RESOURCE - Static variable in interface tech.gusavila92.apache.http.HttpStatus
Static constant for a 419 error.
SC_INSUFFICIENT_STORAGE - Static variable in interface tech.gusavila92.apache.http.HttpStatus
507 Insufficient Storage (WebDAV - RFC 2518)
SC_INTERNAL_SERVER_ERROR - Static variable in interface tech.gusavila92.apache.http.HttpStatus
500 Server Error (HTTP/1.0 - RFC 1945)
SC_LENGTH_REQUIRED - Static variable in interface tech.gusavila92.apache.http.HttpStatus
411 Length Required (HTTP/1.1 - RFC 2616)
SC_LOCKED - Static variable in interface tech.gusavila92.apache.http.HttpStatus
423 Locked (WebDAV - RFC 2518)
SC_METHOD_FAILURE - Static variable in interface tech.gusavila92.apache.http.HttpStatus
Static constant for a 420 error.
SC_METHOD_NOT_ALLOWED - Static variable in interface tech.gusavila92.apache.http.HttpStatus
405 Method Not Allowed (HTTP/1.1 - RFC 2616)
SC_MOVED_PERMANENTLY - Static variable in interface tech.gusavila92.apache.http.HttpStatus
301 Moved Permanently (HTTP/1.0 - RFC 1945)
SC_MOVED_TEMPORARILY - Static variable in interface tech.gusavila92.apache.http.HttpStatus
302 Moved Temporarily (Sometimes Found) (HTTP/1.0 - RFC 1945)
SC_MULTI_STATUS - Static variable in interface tech.gusavila92.apache.http.HttpStatus
207 Multi-Status (WebDAV - RFC 2518) or 207 Partial Update OK (HTTP/1.1 - draft-ietf-http-v11-spec-rev-01?)
SC_MULTIPLE_CHOICES - Static variable in interface tech.gusavila92.apache.http.HttpStatus
300 Mutliple Choices (HTTP/1.1 - RFC 2616)
SC_NO_CONTENT - Static variable in interface tech.gusavila92.apache.http.HttpStatus
204 No Content (HTTP/1.0 - RFC 1945)
SC_NON_AUTHORITATIVE_INFORMATION - Static variable in interface tech.gusavila92.apache.http.HttpStatus
203 Non Authoritative Information (HTTP/1.1 - RFC 2616)
SC_NOT_ACCEPTABLE - Static variable in interface tech.gusavila92.apache.http.HttpStatus
406 Not Acceptable (HTTP/1.1 - RFC 2616)
SC_NOT_FOUND - Static variable in interface tech.gusavila92.apache.http.HttpStatus
404 Not Found (HTTP/1.0 - RFC 1945)
SC_NOT_IMPLEMENTED - Static variable in interface tech.gusavila92.apache.http.HttpStatus
501 Not Implemented (HTTP/1.0 - RFC 1945)
SC_NOT_MODIFIED - Static variable in interface tech.gusavila92.apache.http.HttpStatus
304 Not Modified (HTTP/1.0 - RFC 1945)
SC_OK - Static variable in interface tech.gusavila92.apache.http.HttpStatus
200 OK (HTTP/1.0 - RFC 1945)
SC_PARTIAL_CONTENT - Static variable in interface tech.gusavila92.apache.http.HttpStatus
206 Partial Content (HTTP/1.1 - RFC 2616)
SC_PAYMENT_REQUIRED - Static variable in interface tech.gusavila92.apache.http.HttpStatus
402 Payment Required (HTTP/1.1 - RFC 2616)
SC_PRECONDITION_FAILED - Static variable in interface tech.gusavila92.apache.http.HttpStatus
412 Precondition Failed (HTTP/1.1 - RFC 2616)
SC_PROCESSING - Static variable in interface tech.gusavila92.apache.http.HttpStatus
102 Processing (WebDAV - RFC 2518)
SC_PROXY_AUTHENTICATION_REQUIRED - Static variable in interface tech.gusavila92.apache.http.HttpStatus
407 Proxy Authentication Required (HTTP/1.1 - RFC 2616)
SC_REQUEST_TIMEOUT - Static variable in interface tech.gusavila92.apache.http.HttpStatus
408 Request Timeout (HTTP/1.1 - RFC 2616)
SC_REQUEST_TOO_LONG - Static variable in interface tech.gusavila92.apache.http.HttpStatus
413 Request Entity Too Large (HTTP/1.1 - RFC 2616)
SC_REQUEST_URI_TOO_LONG - Static variable in interface tech.gusavila92.apache.http.HttpStatus
414 Request-URI Too Long (HTTP/1.1 - RFC 2616)
SC_REQUESTED_RANGE_NOT_SATISFIABLE - Static variable in interface tech.gusavila92.apache.http.HttpStatus
416 Requested Range Not Satisfiable (HTTP/1.1 - RFC 2616)
SC_RESET_CONTENT - Static variable in interface tech.gusavila92.apache.http.HttpStatus
205 Reset Content (HTTP/1.1 - RFC 2616)
SC_SEE_OTHER - Static variable in interface tech.gusavila92.apache.http.HttpStatus
303 See Other (HTTP/1.1 - RFC 2616)
SC_SERVICE_UNAVAILABLE - Static variable in interface tech.gusavila92.apache.http.HttpStatus
503 Service Unavailable (HTTP/1.0 - RFC 1945)
SC_SWITCHING_PROTOCOLS - Static variable in interface tech.gusavila92.apache.http.HttpStatus
101 Switching Protocols (HTTP/1.1 - RFC 2616)
SC_TEMPORARY_REDIRECT - Static variable in interface tech.gusavila92.apache.http.HttpStatus
307 Temporary Redirect (HTTP/1.1 - RFC 2616)
SC_UNAUTHORIZED - Static variable in interface tech.gusavila92.apache.http.HttpStatus
401 Unauthorized (HTTP/1.0 - RFC 1945)
SC_UNPROCESSABLE_ENTITY - Static variable in interface tech.gusavila92.apache.http.HttpStatus
422 Unprocessable Entity (WebDAV - RFC 2518)
SC_UNSUPPORTED_MEDIA_TYPE - Static variable in interface tech.gusavila92.apache.http.HttpStatus
415 Unsupported Media Type (HTTP/1.1 - RFC 2616)
SC_USE_PROXY - Static variable in interface tech.gusavila92.apache.http.HttpStatus
305 Use Proxy (HTTP/1.1 - RFC 2616)
schemeName - Variable in class tech.gusavila92.apache.http.HttpHost
The scheme (lowercased)
searchPos - Variable in class tech.gusavila92.apache.http.message.BasicTokenIterator
send(String) - Method in class tech.gusavila92.websocketclient.WebSocketClient
Sends a text message If the WebSocket is not connected yet, message will be send the next time the connection is opened
send(byte[]) - Method in class tech.gusavila92.websocketclient.WebSocketClient
Sends a binary message If the WebSocket is not connected yet, message will be send the next time the connection is opened
sendRequestEntity(HttpEntityEnclosingRequest) - Method in interface tech.gusavila92.apache.http.HttpClientConnection
Sends the request entity over the connection.
sendRequestEntity(HttpEntityEnclosingRequest) - Method in class tech.gusavila92.apache.http.impl.DefaultBHttpClientConnection
 
sendRequestHeader(HttpRequest) - Method in interface tech.gusavila92.apache.http.HttpClientConnection
Sends the request line and all headers over the connection.
sendRequestHeader(HttpRequest) - Method in class tech.gusavila92.apache.http.impl.DefaultBHttpClientConnection
 
sendResponseEntity(HttpResponse) - Method in interface tech.gusavila92.apache.http.HttpServerConnection
Sends the response entity of a response over this connection.
sendResponseEntity(HttpResponse) - Method in class tech.gusavila92.apache.http.impl.DefaultBHttpServerConnection
 
sendResponseHeader(HttpResponse) - Method in interface tech.gusavila92.apache.http.HttpServerConnection
Sends the response line and headers of a response over this connection.
sendResponseHeader(HttpResponse) - Method in class tech.gusavila92.apache.http.impl.DefaultBHttpServerConnection
 
SENT_BYTES_COUNT - Static variable in class tech.gusavila92.apache.http.impl.HttpConnectionMetricsImpl
 
SEPARATORS - Static variable in class tech.gusavila92.apache.http.message.BasicHeaderValueFormatter
Special characters that can be used as separators in HTTP parameters.
SerializableEntity - Class in tech.gusavila92.apache.http.entity
A streamed entity that obtains its content from a Serializable.
SerializableEntity(Serializable, boolean) - Constructor for class tech.gusavila92.apache.http.entity.SerializableEntity
Creates new instance of this class.
SerializableEntity(Serializable) - Constructor for class tech.gusavila92.apache.http.entity.SerializableEntity
 
SERVER - Static variable in class tech.gusavila92.apache.http.HttpHeaders
RFC 1945 (HTTP/1.0) Section 10.14, RFC 2616 (HTTP/1.1) Section 14.38
SERVER_HEADER - Static variable in class tech.gusavila92.apache.http.protocol.HTTP
 
ServerBootstrap - Class in tech.gusavila92.apache.http.impl.bootstrap
 
sessionBuffer - Variable in class tech.gusavila92.apache.http.impl.io.AbstractMessageWriter
 
SessionInputBuffer - Interface in tech.gusavila92.apache.http.io
Session input buffer for blocking connections.
SessionInputBufferImpl - Class in tech.gusavila92.apache.http.impl.io
Abstract base class for session input buffers that stream data from an arbitrary InputStream.
SessionInputBufferImpl(HttpTransportMetricsImpl, int, int, MessageConstraints, CharsetDecoder) - Constructor for class tech.gusavila92.apache.http.impl.io.SessionInputBufferImpl
Creates new instance of SessionInputBufferImpl.
SessionInputBufferImpl(HttpTransportMetricsImpl, int) - Constructor for class tech.gusavila92.apache.http.impl.io.SessionInputBufferImpl
 
SessionOutputBuffer - Interface in tech.gusavila92.apache.http.io
Session output buffer for blocking connections.
SessionOutputBufferImpl - Class in tech.gusavila92.apache.http.impl.io
Abstract base class for session output buffers that stream data to an arbitrary OutputStream.
SessionOutputBufferImpl(HttpTransportMetricsImpl, int, int, CharsetEncoder) - Constructor for class tech.gusavila92.apache.http.impl.io.SessionOutputBufferImpl
Creates new instance of SessionOutputBufferImpl.
SessionOutputBufferImpl(HttpTransportMetricsImpl, int) - Constructor for class tech.gusavila92.apache.http.impl.io.SessionOutputBufferImpl
 
setAttribute(String, Object) - Method in class tech.gusavila92.apache.http.protocol.BasicHttpContext
 
setAttribute(String, Object) - Method in interface tech.gusavila92.apache.http.protocol.HttpContext
Sets value of the attribute with the given name.
setAttribute(String, Object) - Method in class tech.gusavila92.apache.http.protocol.HttpCoreContext
 
setBacklogSize(int) - Method in class tech.gusavila92.apache.http.config.SocketConfig.Builder
 
setBooleanParameter(String, boolean) - Method in class tech.gusavila92.apache.http.params.AbstractHttpParams
Deprecated.
 
setBooleanParameter(String, boolean) - Method in interface tech.gusavila92.apache.http.params.HttpParams
Deprecated.
Assigns a Boolean to the parameter with the given name
setBufferSize(int) - Method in class tech.gusavila92.apache.http.config.ConnectionConfig.Builder
 
setBytesTransferred(long) - Method in class tech.gusavila92.apache.http.impl.io.HttpTransportMetricsImpl
 
setCharset(Charset) - Method in class tech.gusavila92.apache.http.config.ConnectionConfig.Builder
 
setChunked(boolean) - Method in class tech.gusavila92.apache.http.entity.AbstractHttpEntity
Specifies the 'chunked' flag.
setConcat(boolean) - Method in class tech.gusavila92.apache.commons.codec.language.bm.BeiderMorseEncoder
Sets how multiple possible phonetic encodings are combined.
setConnectionConfig(ConnectionConfig) - Method in class tech.gusavila92.apache.http.impl.bootstrap.ServerBootstrap
Sets connection configuration.
setConnectionFactory(HttpConnectionFactory<? extends DefaultBHttpServerConnection>) - Method in class tech.gusavila92.apache.http.impl.bootstrap.ServerBootstrap
Assigns HttpConnectionFactory instance.
setConnectionReuseStrategy(ConnectionReuseStrategy) - Method in class tech.gusavila92.apache.http.impl.bootstrap.ServerBootstrap
Assigns ConnectionReuseStrategy instance.
setConnectTimeout(int) - Method in class tech.gusavila92.websocketclient.WebSocketClient
Set the timeout that will be used while the WebSocket is being connected If timeout expires before connecting, an IOException will be thrown
setConnReuseStrategy(ConnectionReuseStrategy) - Method in class tech.gusavila92.apache.http.protocol.HttpService
Deprecated.
(4.1) set ConnectionReuseStrategy using constructor
setContent(InputStream) - Method in class tech.gusavila92.apache.http.entity.BasicHttpEntity
Specifies the content.
setContentEncoding(Header) - Method in class tech.gusavila92.apache.http.entity.AbstractHttpEntity
Specifies the Content-Encoding header.
setContentEncoding(String) - Method in class tech.gusavila92.apache.http.entity.AbstractHttpEntity
Specifies the Content-Encoding header, as a string.
setContentLength(long) - Method in class tech.gusavila92.apache.http.entity.BasicHttpEntity
Specifies the length of the content.
setContentType(Header) - Method in class tech.gusavila92.apache.http.entity.AbstractHttpEntity
Specifies the Content-Type header.
setContentType(String) - Method in class tech.gusavila92.apache.http.entity.AbstractHttpEntity
Specifies the Content-Type header, as a string.
setDefaultMaxPerRoute(int) - Method in class tech.gusavila92.apache.http.pool.AbstractConnPool
 
setDefaultMaxPerRoute(int) - Method in interface tech.gusavila92.apache.http.pool.ConnPoolControl
 
setDoubleParameter(String, double) - Method in class tech.gusavila92.apache.http.params.AbstractHttpParams
Deprecated.
 
setDoubleParameter(String, double) - Method in interface tech.gusavila92.apache.http.params.HttpParams
Deprecated.
Assigns a Double to the parameter with the given name
setEncodeBlanks(boolean) - Method in class tech.gusavila92.apache.commons.codec.net.QCodec
Defines whether optional transformation of SPACE characters is to be used
setEntity(HttpEntity) - Method in interface tech.gusavila92.apache.http.HttpEntityEnclosingRequest
Associates the entity with this request.
setEntity(HttpEntity) - Method in interface tech.gusavila92.apache.http.HttpResponse
Associates a response entity with this response.
setEntity(HttpEntity) - Method in class tech.gusavila92.apache.http.message.BasicHttpEntityEnclosingRequest
 
setEntity(HttpEntity) - Method in class tech.gusavila92.apache.http.message.BasicHttpResponse
 
setExceptionLogger(ExceptionLogger) - Method in class tech.gusavila92.apache.http.impl.bootstrap.ServerBootstrap
Assigns ExceptionLogger instance.
setExpectationVerifier(HttpExpectationVerifier) - Method in class tech.gusavila92.apache.http.impl.bootstrap.ServerBootstrap
Assigns HttpExpectationVerifier instance.
setExpectationVerifier(HttpExpectationVerifier) - Method in class tech.gusavila92.apache.http.protocol.HttpService
Deprecated.
(4.1) set HttpExpectationVerifier using constructor
setFragmentSizeHint(int) - Method in class tech.gusavila92.apache.http.config.ConnectionConfig.Builder
 
setHandlerMapper(HttpRequestHandlerMapper) - Method in class tech.gusavila92.apache.http.impl.bootstrap.ServerBootstrap
Assigns HttpRequestHandlerMapper instance.
setHandlerResolver(HttpRequestHandlerResolver) - Method in class tech.gusavila92.apache.http.protocol.HttpService
Deprecated.
(4.1) set HttpRequestHandlerResolver using constructor
setHandlers(Map<String, T>) - Method in class tech.gusavila92.apache.http.protocol.UriPatternMatcher
Deprecated.
(4.1) do not use
setHeader(Header) - Method in interface tech.gusavila92.apache.http.HttpMessage
Overwrites the first header with the same name.
setHeader(String, String) - Method in interface tech.gusavila92.apache.http.HttpMessage
Overwrites the first header with the same name.
setHeader(Header) - Method in class tech.gusavila92.apache.http.message.AbstractHttpMessage
 
setHeader(String, String) - Method in class tech.gusavila92.apache.http.message.AbstractHttpMessage
 
setHeaders(Header[]) - Method in interface tech.gusavila92.apache.http.HttpMessage
Overwrites all the headers in the message.
setHeaders(Header[]) - Method in class tech.gusavila92.apache.http.message.AbstractHttpMessage
 
setHeaders(Header[]) - Method in class tech.gusavila92.apache.http.message.HeaderGroup
Sets all of the headers contained within this group overriding any existing headers.
setHttpProcessor(HttpProcessor) - Method in class tech.gusavila92.apache.http.impl.bootstrap.ServerBootstrap
Assigns HttpProcessor instance.
setHttpProcessor(HttpProcessor) - Method in class tech.gusavila92.apache.http.protocol.HttpService
Deprecated.
(4.1) set HttpProcessor using constructor
setInterceptors(List<?>) - Method in interface tech.gusavila92.apache.http.protocol.HttpRequestInterceptorList
Deprecated.
Sets the request interceptors in this list.
setInterceptors(List<?>) - Method in interface tech.gusavila92.apache.http.protocol.HttpResponseInterceptorList
Deprecated.
Sets the response interceptors in this list.
setIntParameter(String, int) - Method in class tech.gusavila92.apache.http.params.AbstractHttpParams
Deprecated.
 
setIntParameter(String, int) - Method in interface tech.gusavila92.apache.http.params.HttpParams
Deprecated.
Assigns an Integer to the parameter with the given name
setLength(int) - Method in class tech.gusavila92.apache.http.util.ByteArrayBuffer
Sets the length of the buffer.
setLength(int) - Method in class tech.gusavila92.apache.http.util.CharArrayBuffer
Sets the length of the buffer.
setListenerPort(int) - Method in class tech.gusavila92.apache.http.impl.bootstrap.ServerBootstrap
Sets listener port number.
setLocalAddress(InetAddress) - Method in class tech.gusavila92.apache.http.impl.bootstrap.ServerBootstrap
Assigns local interface for the listener.
setLocale(Locale) - Method in interface tech.gusavila92.apache.http.HttpResponse
Changes the locale of this response.
setLocale(Locale) - Method in class tech.gusavila92.apache.http.message.BasicHttpResponse
 
setLongParameter(String, long) - Method in class tech.gusavila92.apache.http.params.AbstractHttpParams
Deprecated.
 
setLongParameter(String, long) - Method in interface tech.gusavila92.apache.http.params.HttpParams
Deprecated.
Assigns a Long to the parameter with the given name
setMalformedInputAction(CodingErrorAction) - Method in class tech.gusavila92.apache.http.config.ConnectionConfig.Builder
 
setMaxCodeLen(int) - Method in class tech.gusavila92.apache.commons.codec.language.DoubleMetaphone
Sets the maxCodeLen.
setMaxCodeLen(int) - Method in class tech.gusavila92.apache.commons.codec.language.Metaphone
Sets the maxCodeLen.
setMaxHeaderCount(int) - Method in class tech.gusavila92.apache.http.config.MessageConstraints.Builder
 
setMaxLength(int) - Method in class tech.gusavila92.apache.commons.codec.language.Soundex
Deprecated.
This feature is not needed since the encoding size must be constant. Will be removed in 2.0.
setMaxLineLength(int) - Method in class tech.gusavila92.apache.http.config.MessageConstraints.Builder
 
setMaxPerRoute(T, int) - Method in class tech.gusavila92.apache.http.pool.AbstractConnPool
 
setMaxPerRoute(T, int) - Method in interface tech.gusavila92.apache.http.pool.ConnPoolControl
 
setMaxPhonemes(int) - Method in class tech.gusavila92.apache.commons.codec.language.bm.BeiderMorseEncoder
Sets the number of maximum of phonemes that shall be considered by the engine.
setMaxTotal(int) - Method in class tech.gusavila92.apache.http.pool.AbstractConnPool
 
setMaxTotal(int) - Method in interface tech.gusavila92.apache.http.pool.ConnPoolControl
 
setMessageConstraints(MessageConstraints) - Method in class tech.gusavila92.apache.http.config.ConnectionConfig.Builder
 
setMetric(String, Object) - Method in class tech.gusavila92.apache.http.impl.HttpConnectionMetricsImpl
 
setNameType(NameType) - Method in class tech.gusavila92.apache.commons.codec.language.bm.BeiderMorseEncoder
Sets the type of name.
setObjects(Map<String, T>) - Method in class tech.gusavila92.apache.http.protocol.UriPatternMatcher
Deprecated.
(4.1) do not use
setParameter(String, Object) - Method in class tech.gusavila92.apache.http.params.BasicHttpParams
Deprecated.
 
setParameter(String, Object) - Method in interface tech.gusavila92.apache.http.params.HttpParams
Deprecated.
Assigns the value to the parameter with the given name.
setParameters(String[], Object) - Method in class tech.gusavila92.apache.http.params.BasicHttpParams
Deprecated.
Assigns the value to all the parameter with the given names
setParams(HttpParams) - Method in interface tech.gusavila92.apache.http.HttpMessage
Deprecated.
(4.3) use configuration classes provided 'tech.gusavila92.apache.http.config' and 'tech.gusavila92.apache.http.client.config'
setParams(HttpParams) - Method in class tech.gusavila92.apache.http.message.AbstractHttpMessage
Deprecated.
(4.3) use constructor parameters of configuration API provided by HttpClient
setParams(HttpParams) - Method in class tech.gusavila92.apache.http.protocol.HttpService
Deprecated.
(4.1) set HttpResponseFactory using constructor
setRcvBufSize(int) - Method in class tech.gusavila92.apache.http.config.SocketConfig.Builder
 
setReadTimeout(int) - Method in class tech.gusavila92.websocketclient.WebSocketClient
Sets the timeout for considering and idle connection as dead An idle connection is a connection that has not received data for a long time If timeout expires, an IOException will be thrown and you should consider opening a new WebSocket connection, or delegate this functionality to this WebSocketClient using the method setAutomaticReconnection(true)
setReasonPhrase(String) - Method in interface tech.gusavila92.apache.http.HttpResponse
Updates the status line of this response with a new reason phrase.
setReasonPhrase(String) - Method in class tech.gusavila92.apache.http.message.BasicHttpResponse
 
setResponseFactory(HttpResponseFactory) - Method in class tech.gusavila92.apache.http.impl.bootstrap.ServerBootstrap
Assigns HttpResponseFactory instance.
setResponseFactory(HttpResponseFactory) - Method in class tech.gusavila92.apache.http.protocol.HttpService
Deprecated.
(4.1) set HttpResponseFactory using constructor
setRuleType(RuleType) - Method in class tech.gusavila92.apache.commons.codec.language.bm.BeiderMorseEncoder
Sets the rule type to apply.
setSecureRandom(SecureRandom) - Method in class tech.gusavila92.apache.http.ssl.SSLContextBuilder
 
setServerInfo(String) - Method in class tech.gusavila92.apache.http.impl.bootstrap.ServerBootstrap
Assigns Server response header value.
setServerSocketFactory(ServerSocketFactory) - Method in class tech.gusavila92.apache.http.impl.bootstrap.ServerBootstrap
Assigns ServerSocketFactory instance.
setSndBufSize(int) - Method in class tech.gusavila92.apache.http.config.SocketConfig.Builder
 
setSocketConfig(SocketConfig) - Method in class tech.gusavila92.apache.http.impl.bootstrap.ServerBootstrap
Sets socket configuration.
setSocketTimeout(int) - Method in interface tech.gusavila92.apache.http.HttpConnection
Sets the socket timeout value.
setSocketTimeout(int) - Method in class tech.gusavila92.apache.http.impl.BHttpConnectionBase
 
setSoKeepAlive(boolean) - Method in class tech.gusavila92.apache.http.config.SocketConfig.Builder
 
setSoLinger(int) - Method in class tech.gusavila92.apache.http.config.SocketConfig.Builder
 
setSoReuseAddress(boolean) - Method in class tech.gusavila92.apache.http.config.SocketConfig.Builder
 
setSoTimeout(int) - Method in class tech.gusavila92.apache.http.config.SocketConfig.Builder
 
setSslContext(SSLContext) - Method in class tech.gusavila92.apache.http.impl.bootstrap.ServerBootstrap
Assigns SSLContext instance.
setSslSetupHandler(SSLServerSetupHandler) - Method in class tech.gusavila92.apache.http.impl.bootstrap.ServerBootstrap
Assigns SSLServerSetupHandler instance.
setState(Object) - Method in class tech.gusavila92.apache.http.pool.PoolEntry
 
setStatusCode(int) - Method in interface tech.gusavila92.apache.http.HttpResponse
Updates the status line of this response with a new status code.
setStatusCode(int) - Method in class tech.gusavila92.apache.http.message.BasicHttpResponse
 
setStatusLine(StatusLine) - Method in interface tech.gusavila92.apache.http.HttpResponse
Sets the status line of this response.
setStatusLine(ProtocolVersion, int) - Method in interface tech.gusavila92.apache.http.HttpResponse
Sets the status line of this response.
setStatusLine(ProtocolVersion, int, String) - Method in interface tech.gusavila92.apache.http.HttpResponse
Sets the status line of this response with a reason phrase.
setStatusLine(StatusLine) - Method in class tech.gusavila92.apache.http.message.BasicHttpResponse
 
setStatusLine(ProtocolVersion, int) - Method in class tech.gusavila92.apache.http.message.BasicHttpResponse
 
setStatusLine(ProtocolVersion, int, String) - Method in class tech.gusavila92.apache.http.message.BasicHttpResponse
 
setTargetHost(HttpHost) - Method in class tech.gusavila92.apache.http.protocol.HttpCoreContext
 
setTcpNoDelay(boolean) - Method in class tech.gusavila92.apache.http.config.SocketConfig.Builder
 
setUnmappableInputAction(CodingErrorAction) - Method in class tech.gusavila92.apache.http.config.ConnectionConfig.Builder
 
setValidateAfterInactivity(int) - Method in class tech.gusavila92.apache.http.pool.AbstractConnPool
 
sha(byte[]) - Static method in class tech.gusavila92.apache.commons.codec.digest.DigestUtils
Deprecated.
sha(InputStream) - Static method in class tech.gusavila92.apache.commons.codec.digest.DigestUtils
sha(String) - Static method in class tech.gusavila92.apache.commons.codec.digest.DigestUtils
Deprecated.
sha1(byte[]) - Static method in class tech.gusavila92.apache.commons.codec.digest.DigestUtils
Calculates the SHA-1 digest and returns the value as a byte[].
sha1(InputStream) - Static method in class tech.gusavila92.apache.commons.codec.digest.DigestUtils
Calculates the SHA-1 digest and returns the value as a byte[].
sha1(String) - Static method in class tech.gusavila92.apache.commons.codec.digest.DigestUtils
Calculates the SHA-1 digest and returns the value as a byte[].
sha1Hex(byte[]) - Static method in class tech.gusavila92.apache.commons.codec.digest.DigestUtils
Calculates the SHA-1 digest and returns the value as a hex string.
sha1Hex(InputStream) - Static method in class tech.gusavila92.apache.commons.codec.digest.DigestUtils
Calculates the SHA-1 digest and returns the value as a hex string.
sha1Hex(String) - Static method in class tech.gusavila92.apache.commons.codec.digest.DigestUtils
Calculates the SHA-1 digest and returns the value as a hex string.
sha256(byte[]) - Static method in class tech.gusavila92.apache.commons.codec.digest.DigestUtils
Calculates the SHA-256 digest and returns the value as a byte[].
sha256(InputStream) - Static method in class tech.gusavila92.apache.commons.codec.digest.DigestUtils
Calculates the SHA-256 digest and returns the value as a byte[].
sha256(String) - Static method in class tech.gusavila92.apache.commons.codec.digest.DigestUtils
Calculates the SHA-256 digest and returns the value as a byte[].
sha256Crypt(byte[]) - Static method in class tech.gusavila92.apache.commons.codec.digest.Sha2Crypt
Generates a libc crypt() compatible "$5$" hash value with random salt.
sha256Crypt(byte[], String) - Static method in class tech.gusavila92.apache.commons.codec.digest.Sha2Crypt
Generates a libc6 crypt() compatible "$5$" hash value.
sha256Hex(byte[]) - Static method in class tech.gusavila92.apache.commons.codec.digest.DigestUtils
Calculates the SHA-256 digest and returns the value as a hex string.
sha256Hex(InputStream) - Static method in class tech.gusavila92.apache.commons.codec.digest.DigestUtils
Calculates the SHA-256 digest and returns the value as a hex string.
sha256Hex(String) - Static method in class tech.gusavila92.apache.commons.codec.digest.DigestUtils
Calculates the SHA-256 digest and returns the value as a hex string.
Sha2Crypt - Class in tech.gusavila92.apache.commons.codec.digest
SHA2-based Unix crypt implementation.
Sha2Crypt() - Constructor for class tech.gusavila92.apache.commons.codec.digest.Sha2Crypt
 
sha384(byte[]) - Static method in class tech.gusavila92.apache.commons.codec.digest.DigestUtils
Calculates the SHA-384 digest and returns the value as a byte[].
sha384(InputStream) - Static method in class tech.gusavila92.apache.commons.codec.digest.DigestUtils
Calculates the SHA-384 digest and returns the value as a byte[].
sha384(String) - Static method in class tech.gusavila92.apache.commons.codec.digest.DigestUtils
Calculates the SHA-384 digest and returns the value as a byte[].
sha384Hex(byte[]) - Static method in class tech.gusavila92.apache.commons.codec.digest.DigestUtils
Calculates the SHA-384 digest and returns the value as a hex string.
sha384Hex(InputStream) - Static method in class tech.gusavila92.apache.commons.codec.digest.DigestUtils
Calculates the SHA-384 digest and returns the value as a hex string.
sha384Hex(String) - Static method in class tech.gusavila92.apache.commons.codec.digest.DigestUtils
Calculates the SHA-384 digest and returns the value as a hex string.
sha512(byte[]) - Static method in class tech.gusavila92.apache.commons.codec.digest.DigestUtils
Calculates the SHA-512 digest and returns the value as a byte[].
sha512(InputStream) - Static method in class tech.gusavila92.apache.commons.codec.digest.DigestUtils
Calculates the SHA-512 digest and returns the value as a byte[].
sha512(String) - Static method in class tech.gusavila92.apache.commons.codec.digest.DigestUtils
Calculates the SHA-512 digest and returns the value as a byte[].
sha512Crypt(byte[]) - Static method in class tech.gusavila92.apache.commons.codec.digest.Sha2Crypt
Generates a libc crypt() compatible "$6$" hash value with random salt.
sha512Crypt(byte[], String) - Static method in class tech.gusavila92.apache.commons.codec.digest.Sha2Crypt
Generates a libc6 crypt() compatible "$6$" hash value.
sha512Hex(byte[]) - Static method in class tech.gusavila92.apache.commons.codec.digest.DigestUtils
Calculates the SHA-512 digest and returns the value as a hex string.
sha512Hex(InputStream) - Static method in class tech.gusavila92.apache.commons.codec.digest.DigestUtils
Calculates the SHA-512 digest and returns the value as a hex string.
sha512Hex(String) - Static method in class tech.gusavila92.apache.commons.codec.digest.DigestUtils
Calculates the SHA-512 digest and returns the value as a hex string.
SHA_1 - Static variable in class tech.gusavila92.apache.commons.codec.digest.MessageDigestAlgorithms
The SHA-1 hash algorithm defined in the FIPS PUB 180-2.
SHA_256 - Static variable in class tech.gusavila92.apache.commons.codec.digest.MessageDigestAlgorithms
The SHA-256 hash algorithm defined in the FIPS PUB 180-2.
SHA_384 - Static variable in class tech.gusavila92.apache.commons.codec.digest.MessageDigestAlgorithms
The SHA-384 hash algorithm defined in the FIPS PUB 180-2.
SHA_512 - Static variable in class tech.gusavila92.apache.commons.codec.digest.MessageDigestAlgorithms
The SHA-512 hash algorithm defined in the FIPS PUB 180-2.
shaHex(byte[]) - Static method in class tech.gusavila92.apache.commons.codec.digest.DigestUtils
shaHex(InputStream) - Static method in class tech.gusavila92.apache.commons.codec.digest.DigestUtils
shaHex(String) - Static method in class tech.gusavila92.apache.commons.codec.digest.DigestUtils
shutdown() - Method in interface tech.gusavila92.apache.http.HttpConnection
Force-closes this connection.
shutdown() - Method in class tech.gusavila92.apache.http.impl.BHttpConnectionBase
 
shutdown(long, TimeUnit) - Method in class tech.gusavila92.apache.http.impl.bootstrap.HttpServer
 
shutdown() - Method in class tech.gusavila92.apache.http.pool.AbstractConnPool
Shuts down the pool.
skip(long) - Method in class tech.gusavila92.apache.commons.codec.binary.BaseNCodecInputStream
skip(long) - Method in class tech.gusavila92.apache.http.impl.io.ContentLengthInputStream
Skips and discards a number of bytes from the input stream.
skip(long) - Method in class tech.gusavila92.apache.http.impl.io.EmptyInputStream
 
skipWhitespace(CharArrayBuffer, ParserCursor) - Method in class tech.gusavila92.apache.http.message.BasicLineParser
Helper to skip whitespace.
skipWhiteSpace(CharArrayBuffer, ParserCursor) - Method in class tech.gusavila92.apache.http.message.TokenParser
Skips semantically insignificant whitespace characters and moves the cursor to the closest non-whitespace character.
SO_KEEPALIVE - Static variable in interface tech.gusavila92.apache.http.params.CoreConnectionPNames
Deprecated.
Defines whether or not TCP is to send automatically a keepalive probe to the peer after an interval of inactivity (no data exchanged in either direction) between this host and the peer.
SO_LINGER - Static variable in interface tech.gusavila92.apache.http.params.CoreConnectionPNames
Deprecated.
Sets SO_LINGER with the specified linger time in seconds.
SO_REUSEADDR - Static variable in interface tech.gusavila92.apache.http.params.CoreConnectionPNames
Deprecated.
Defines whether the socket can be bound even though a previous connection is still in a timeout state.
SO_TIMEOUT - Static variable in interface tech.gusavila92.apache.http.params.CoreConnectionPNames
Deprecated.
Defines the socket timeout (SO_TIMEOUT) in milliseconds, which is the timeout for waiting for data or, put differently, a maximum period inactivity between two consecutive data packets).
SOCKET_BUFFER_SIZE - Static variable in interface tech.gusavila92.apache.http.params.CoreConnectionPNames
Deprecated.
Determines the size of the internal socket buffer used to buffer data while receiving / transmitting HTTP messages.
SocketConfig - Class in tech.gusavila92.apache.http.config
Socket configuration.
SocketConfig.Builder - Class in tech.gusavila92.apache.http.config
 
soundex(String) - Method in class tech.gusavila92.apache.commons.codec.language.DaitchMokotoffSoundex
Encodes a String using the Daitch-Mokotoff soundex algorithm with branching.
soundex(String) - Method in class tech.gusavila92.apache.commons.codec.language.RefinedSoundex
Retrieves the Refined Soundex code for a given String object.
Soundex - Class in tech.gusavila92.apache.commons.codec.language
Encodes a string into a Soundex value.
Soundex() - Constructor for class tech.gusavila92.apache.commons.codec.language.Soundex
Creates an instance using US_ENGLISH_MAPPING
Soundex(char[]) - Constructor for class tech.gusavila92.apache.commons.codec.language.Soundex
Creates a soundex instance using the given mapping.
Soundex(String) - Constructor for class tech.gusavila92.apache.commons.codec.language.Soundex
Creates a refined soundex instance using a custom mapping.
soundex(String) - Method in class tech.gusavila92.apache.commons.codec.language.Soundex
Retrieves the Soundex code for a given String object.
SP - Static variable in class tech.gusavila92.apache.http.Consts
 
SP - Static variable in class tech.gusavila92.apache.http.message.TokenParser
US-ASCII SP, space (32)
SP - Static variable in class tech.gusavila92.apache.http.protocol.HTTP
 
SSLContextBuilder - Class in tech.gusavila92.apache.http.ssl
Builder for SSLContext instances.
SSLContextBuilder() - Constructor for class tech.gusavila92.apache.http.ssl.SSLContextBuilder
 
SSLContexts - Class in tech.gusavila92.apache.http.ssl
SSLContext factory methods.
SSLContexts() - Constructor for class tech.gusavila92.apache.http.ssl.SSLContexts
 
SSLInitializationException - Exception in tech.gusavila92.apache.http.ssl
 
SSLInitializationException(String, Throwable) - Constructor for exception tech.gusavila92.apache.http.ssl.SSLInitializationException
 
SSLServerSetupHandler - Interface in tech.gusavila92.apache.http.impl.bootstrap
Server SSL setup handler.
STALE_CONNECTION_CHECK - Static variable in interface tech.gusavila92.apache.http.params.CoreConnectionPNames
Deprecated.
Determines whether stale connection check is to be used.
start() - Method in class tech.gusavila92.apache.http.impl.bootstrap.HttpServer
 
STATUS_URI - Static variable in class tech.gusavila92.apache.http.HttpHeaders
RFC 2518 (WevDAV) Section 9.7
StatusLine - Interface in tech.gusavila92.apache.http
The first line of a Response message is the Status-Line, consisting of the protocol version followed by a numeric status code and its associated textual phrase, with each element separated by SP characters.
STD_ERR - Static variable in interface tech.gusavila92.apache.http.ExceptionLogger
 
stop() - Method in class tech.gusavila92.apache.http.impl.bootstrap.HttpServer
 
STRICT_TRANSFER_ENCODING - Static variable in interface tech.gusavila92.apache.http.params.CoreProtocolPNames
Deprecated.
Defines whether responses with an invalid Transfer-Encoding header should be rejected.
StrictContentLengthStrategy - Class in tech.gusavila92.apache.http.impl.entity
The strict implementation of the content length strategy.
StrictContentLengthStrategy(int) - Constructor for class tech.gusavila92.apache.http.impl.entity.StrictContentLengthStrategy
Creates StrictContentLengthStrategy instance with the given length used per default when content length is not explicitly specified in the message.
StrictContentLengthStrategy() - Constructor for class tech.gusavila92.apache.http.impl.entity.StrictContentLengthStrategy
Creates StrictContentLengthStrategy instance.
StringDecoder - Interface in tech.gusavila92.apache.commons.codec
Defines common decoding methods for String decoders.
StringEncoder - Interface in tech.gusavila92.apache.commons.codec
Defines common encoding methods for String encoders.
StringEncoderComparator - Class in tech.gusavila92.apache.commons.codec
Compares Strings using a StringEncoder.
StringEncoderComparator() - Constructor for class tech.gusavila92.apache.commons.codec.StringEncoderComparator
Deprecated.
Creating an instance without a StringEncoder leads to a NullPointerException. Will be removed in 2.0.
StringEncoderComparator(StringEncoder) - Constructor for class tech.gusavila92.apache.commons.codec.StringEncoderComparator
Constructs a new instance with the given algorithm.
StringEntity - Class in tech.gusavila92.apache.http.entity
A self contained, repeatable entity that obtains its content from a String.
StringEntity(String, ContentType) - Constructor for class tech.gusavila92.apache.http.entity.StringEntity
Creates a StringEntity with the specified content and content type.
StringEntity(String, String, String) - Constructor for class tech.gusavila92.apache.http.entity.StringEntity
StringEntity(String, String) - Constructor for class tech.gusavila92.apache.http.entity.StringEntity
Creates a StringEntity with the specified content and charset.
StringEntity(String, Charset) - Constructor for class tech.gusavila92.apache.http.entity.StringEntity
Creates a StringEntity with the specified content and charset.
StringEntity(String) - Constructor for class tech.gusavila92.apache.http.entity.StringEntity
Creates a StringEntity with the specified content.
StringUtils - Class in tech.gusavila92.apache.commons.codec.binary
Converts String to and from bytes using the encodings required by the Java specification.
StringUtils() - Constructor for class tech.gusavila92.apache.commons.codec.binary.StringUtils
 
subSequence(int, int) - Method in class tech.gusavila92.apache.http.util.CharArrayBuffer
substring(int, int) - Method in class tech.gusavila92.apache.http.util.CharArrayBuffer
Returns a substring of this buffer.
substringTrimmed(int, int) - Method in class tech.gusavila92.apache.http.util.CharArrayBuffer
Returns a substring of this buffer with leading and trailing whitespace omitted.

T

TARGET_HOST - Static variable in class tech.gusavila92.apache.http.protocol.HTTP
 
TCP_NODELAY - Static variable in interface tech.gusavila92.apache.http.params.CoreConnectionPNames
Deprecated.
Determines whether Nagle's algorithm is to be used.
TE - Static variable in class tech.gusavila92.apache.http.HttpHeaders
RFC 2616 (HTTP/1.1) Section 14.39
tech.gusavila92.apache.commons.codec - package tech.gusavila92.apache.commons.codec
Interfaces and classes used by the various implementations in the sub-packages.
tech.gusavila92.apache.commons.codec.binary - package tech.gusavila92.apache.commons.codec.binary
Base64, Base32, Binary, and Hexadecimal String encoding and decoding.
tech.gusavila92.apache.commons.codec.digest - package tech.gusavila92.apache.commons.codec.digest
Simplifies common MessageDigest tasks and includes a libc crypt(3) compatible crypt method that supports DES, MD5, SHA-256 and SHA-512 based algorithms as well as the Apache specific "$apr1$" variant.
tech.gusavila92.apache.commons.codec.language - package tech.gusavila92.apache.commons.codec.language
Language and phonetic encoders.
tech.gusavila92.apache.commons.codec.language.bm - package tech.gusavila92.apache.commons.codec.language.bm
Implementation details of the Beider-Morse codec.
tech.gusavila92.apache.commons.codec.net - package tech.gusavila92.apache.commons.codec.net
Network related encoding and decoding.
tech.gusavila92.apache.http - package tech.gusavila92.apache.http
Core HTTP component APIs and primitives.
tech.gusavila92.apache.http.annotation - package tech.gusavila92.apache.http.annotation
Provides annotations for public interface definitions
tech.gusavila92.apache.http.concurrent - package tech.gusavila92.apache.http.concurrent
Core concurrency APIs.
tech.gusavila92.apache.http.config - package tech.gusavila92.apache.http.config
Core configuration APIs.
tech.gusavila92.apache.http.entity - package tech.gusavila92.apache.http.entity
Core HTTP entity implementations.
tech.gusavila92.apache.http.impl - package tech.gusavila92.apache.http.impl
Default implementations of HTTP connections for synchronous, blocking communication.
tech.gusavila92.apache.http.impl.bootstrap - package tech.gusavila92.apache.http.impl.bootstrap
Embedded server and server bootstrap.
tech.gusavila92.apache.http.impl.entity - package tech.gusavila92.apache.http.impl.entity
Default implementations of entity content strategies.
tech.gusavila92.apache.http.impl.io - package tech.gusavila92.apache.http.impl.io
Default implementations of message parses and writers for synchronous, blocking communication.
tech.gusavila92.apache.http.impl.pool - package tech.gusavila92.apache.http.impl.pool
Default implementations of client side connection pools for synchronous, blocking communication.
tech.gusavila92.apache.http.io - package tech.gusavila92.apache.http.io
HTTP message parser and writer APIs for synchronous, blocking communication.
tech.gusavila92.apache.http.message - package tech.gusavila92.apache.http.message
Core HTTP message components, message element parser and writer APIs and their default implementations.
tech.gusavila92.apache.http.params - package tech.gusavila92.apache.http.params
Deprecated.
tech.gusavila92.apache.http.pool - package tech.gusavila92.apache.http.pool
Client side connection pools APIs for synchronous, blocking communication.
tech.gusavila92.apache.http.protocol - package tech.gusavila92.apache.http.protocol
Core HTTP protocol execution framework and HTTP protocol handlers for synchronous, blocking communication.
tech.gusavila92.apache.http.ssl - package tech.gusavila92.apache.http.ssl
Utility classes for trust and key material management and TLS/SSL context initialization.
tech.gusavila92.apache.http.util - package tech.gusavila92.apache.http.util
Core utility classes.
tech.gusavila92.websocketclient - package tech.gusavila92.websocketclient
 
tech.gusavila92.websocketclient.common - package tech.gusavila92.websocketclient.common
 
tech.gusavila92.websocketclient.exceptions - package tech.gusavila92.websocketclient.exceptions
 
tech.gusavila92.websocketclient.model - package tech.gusavila92.websocketclient.model
 
TEXT_HTML - Static variable in class tech.gusavila92.apache.http.entity.ContentType
 
TEXT_PLAIN - Static variable in class tech.gusavila92.apache.http.entity.ContentType
 
TEXT_XML - Static variable in class tech.gusavila92.apache.http.entity.ContentType
 
TextUtils - Class in tech.gusavila92.apache.http.util
 
TextUtils() - Constructor for class tech.gusavila92.apache.http.util.TextUtils
 
ThreadingBehavior - Enum in tech.gusavila92.apache.http.annotation
Defines types of threading behavior enforced at runtime.
TIMEOUT - Static variable in class tech.gusavila92.apache.http.HttpHeaders
RFC 2518 (WevDAV) Section 9.8
to2ByteArray(int) - Static method in class tech.gusavila92.websocketclient.common.Utils
Converts the int value passed as parameter to a 2 byte array
to8ByteArray(int) - Static method in class tech.gusavila92.websocketclient.common.Utils
Converts the int value passed as parameter to a 8 byte array
toAsciiBytes(byte[]) - Static method in class tech.gusavila92.apache.commons.codec.binary.BinaryCodec
Converts an array of raw binary data into an array of ASCII 0 and 1 character bytes - each byte is a truncated char.
toAsciiChars(byte[]) - Static method in class tech.gusavila92.apache.commons.codec.binary.BinaryCodec
Converts an array of raw binary data into an array of ASCII 0 and 1 characters.
toAsciiString(byte[]) - Static method in class tech.gusavila92.apache.commons.codec.binary.BinaryCodec
Converts an array of raw binary data into a String of ASCII 0 and 1 characters.
toByteArray(String) - Method in class tech.gusavila92.apache.commons.codec.binary.BinaryCodec
Decodes a String where each char of the String represents an ASCII '0' or '1'.
toByteArray() - Method in class tech.gusavila92.apache.http.util.ByteArrayBuffer
Converts the content of this buffer to an array of bytes.
toByteArray(HttpEntity) - Static method in class tech.gusavila92.apache.http.util.EntityUtils
Read the contents of an entity and return it as a byte array.
toCharArray() - Method in class tech.gusavila92.apache.http.util.CharArrayBuffer
Converts the content of this buffer to an array of chars.
toCharset(Charset) - Static method in class tech.gusavila92.apache.commons.codec.Charsets
Returns the given Charset or the default Charset if the given Charset is null.
toCharset(String) - Static method in class tech.gusavila92.apache.commons.codec.Charsets
Returns a Charset for the named charset.
toDigit(char, int) - Static method in class tech.gusavila92.apache.commons.codec.binary.Hex
Converts a hexadecimal character to an integer.
toHostString() - Method in class tech.gusavila92.apache.http.HttpHost
Obtains the host string, without scheme prefix.
TokenIterator - Interface in tech.gusavila92.apache.http
An iterator for String tokens.
TokenParser - Class in tech.gusavila92.apache.http.message
Low level parser for header field elements.
TokenParser() - Constructor for class tech.gusavila92.apache.http.message.TokenParser
 
toString() - Method in class tech.gusavila92.apache.commons.codec.binary.Hex
Returns a string representation of the object, which includes the charset name.
toString() - Method in enum tech.gusavila92.apache.commons.codec.digest.HmacAlgorithms
The algorithm name
toString() - Method in class tech.gusavila92.apache.commons.codec.language.bm.Languages.SomeLanguages
 
toString() - Method in class tech.gusavila92.apache.commons.codec.language.bm.Rule.Phoneme
 
toString() - Method in class tech.gusavila92.apache.http.config.ConnectionConfig
 
toString() - Method in class tech.gusavila92.apache.http.config.MessageConstraints
 
toString() - Method in class tech.gusavila92.apache.http.config.Registry
 
toString() - Method in class tech.gusavila92.apache.http.config.RegistryBuilder
 
toString() - Method in class tech.gusavila92.apache.http.config.SocketConfig
 
toString() - Method in class tech.gusavila92.apache.http.entity.AbstractHttpEntity
 
toString() - Method in class tech.gusavila92.apache.http.entity.ContentType
Generates textual representation of this content type which can be used as the value of a Content-Type header.
toString() - Method in class tech.gusavila92.apache.http.HttpHost
 
toString() - Method in class tech.gusavila92.apache.http.impl.BHttpConnectionBase
 
toString() - Method in class tech.gusavila92.apache.http.message.BasicHeader
 
toString() - Method in class tech.gusavila92.apache.http.message.BasicHeaderElement
 
toString() - Method in class tech.gusavila92.apache.http.message.BasicHttpRequest
 
toString() - Method in class tech.gusavila92.apache.http.message.BasicHttpResponse
 
toString() - Method in class tech.gusavila92.apache.http.message.BasicNameValuePair
 
toString() - Method in class tech.gusavila92.apache.http.message.BasicRequestLine
 
toString() - Method in class tech.gusavila92.apache.http.message.BasicStatusLine
 
toString() - Method in class tech.gusavila92.apache.http.message.BufferedHeader
 
toString() - Method in class tech.gusavila92.apache.http.message.HeaderGroup
 
toString() - Method in class tech.gusavila92.apache.http.message.ParserCursor
 
toString() - Method in class tech.gusavila92.apache.http.pool.AbstractConnPool
 
toString() - Method in class tech.gusavila92.apache.http.pool.PoolEntry
 
toString() - Method in class tech.gusavila92.apache.http.pool.PoolStats
 
toString() - Method in class tech.gusavila92.apache.http.protocol.BasicHttpContext
 
toString() - Method in class tech.gusavila92.apache.http.protocol.UriPatternMatcher
 
toString() - Method in class tech.gusavila92.apache.http.ProtocolVersion
Converts this protocol version to a string.
toString() - Method in class tech.gusavila92.apache.http.ssl.PrivateKeyDetails
 
toString() - Method in class tech.gusavila92.apache.http.util.CharArrayBuffer
 
toString(HttpEntity, Charset) - Static method in class tech.gusavila92.apache.http.util.EntityUtils
Get the entity content as a String, using the provided default character set if none is found in the entity.
toString(HttpEntity, String) - Static method in class tech.gusavila92.apache.http.util.EntityUtils
Get the entity content as a String, using the provided default character set if none is found in the entity.
toString(HttpEntity) - Static method in class tech.gusavila92.apache.http.util.EntityUtils
Read the contents of an entity and return it as a String.
toString() - Method in class tech.gusavila92.apache.http.util.VersionInfo
Provides the version information in human-readable format.
toURI() - Method in class tech.gusavila92.apache.http.HttpHost
Return the host URI, as a string.
TRAILER - Static variable in class tech.gusavila92.apache.http.HttpHeaders
RFC 2616 (HTTP/1.1) Section 14.40
TRANSFER_ENCODING - Static variable in class tech.gusavila92.apache.http.HttpHeaders
RFC 2616 (HTTP/1.1) Section 14.41
TRANSFER_ENCODING - Static variable in class tech.gusavila92.apache.http.protocol.HTTP
HTTP header definitions
TruncatedChunkException - Exception in tech.gusavila92.apache.http
Signals a truncated chunk in a chunked stream.
TruncatedChunkException(String) - Constructor for exception tech.gusavila92.apache.http.TruncatedChunkException
Creates a TruncatedChunkException with the specified detail message.
TrustStrategy - Interface in tech.gusavila92.apache.http.ssl
A strategy to establish trustworthiness of certificates without consulting the trust manager configured in the actual SSL context.

U

UNAVAILABLE - Static variable in class tech.gusavila92.apache.http.util.VersionInfo
A string constant for unavailable information.
UnixCrypt - Class in tech.gusavila92.apache.commons.codec.digest
Unix crypt(3) algorithm implementation.
UnixCrypt() - Constructor for class tech.gusavila92.apache.commons.codec.digest.UnixCrypt
 
UnknownOpcodeException - Exception in tech.gusavila92.websocketclient.exceptions
Exception which indicates that a received opcode is unknown
UnknownOpcodeException(String) - Constructor for exception tech.gusavila92.websocketclient.exceptions.UnknownOpcodeException
 
unregister(String) - Method in class tech.gusavila92.apache.http.protocol.UriHttpRequestHandlerMapper
Removes registered handler, if exists, for the given pattern.
unregister(String) - Method in class tech.gusavila92.apache.http.protocol.UriPatternMatcher
Removes registered object, if exists, for the given pattern.
UNSAFE_CHARS - Static variable in class tech.gusavila92.apache.http.message.BasicHeaderValueFormatter
Unsafe special characters that must be escaped using the backslash character
UnsupportedHttpVersionException - Exception in tech.gusavila92.apache.http
Signals an unsupported version of the HTTP protocol.
UnsupportedHttpVersionException() - Constructor for exception tech.gusavila92.apache.http.UnsupportedHttpVersionException
Creates an exception without a detail message.
UnsupportedHttpVersionException(String) - Constructor for exception tech.gusavila92.apache.http.UnsupportedHttpVersionException
Creates an exception with the specified detail message.
updateDigest(MessageDigest, byte[]) - Static method in class tech.gusavila92.apache.commons.codec.digest.DigestUtils
Updates the given MessageDigest.
updateDigest(MessageDigest, InputStream) - Static method in class tech.gusavila92.apache.commons.codec.digest.DigestUtils
Reads through an InputStream and updates the digest for the data
updateDigest(MessageDigest, String) - Static method in class tech.gusavila92.apache.commons.codec.digest.DigestUtils
Updates the given MessageDigest.
updateEntity(HttpResponse, HttpEntity) - Static method in class tech.gusavila92.apache.http.util.EntityUtils
Updates an entity in a response by first consuming an existing entity, then setting the new one.
updateExpiry(long, TimeUnit) - Method in class tech.gusavila92.apache.http.pool.PoolEntry
 
updateHeader(Header) - Method in class tech.gusavila92.apache.http.message.HeaderGroup
Replaces the first occurence of the header with the same name.
updateHmac(Mac, byte[]) - Static method in class tech.gusavila92.apache.commons.codec.digest.HmacUtils
Updates the given Mac.
updateHmac(Mac, InputStream) - Static method in class tech.gusavila92.apache.commons.codec.digest.HmacUtils
Updates the given Mac.
updateHmac(Mac, String) - Static method in class tech.gusavila92.apache.commons.codec.digest.HmacUtils
Updates the given Mac.
updatePos(int) - Method in class tech.gusavila92.apache.http.message.ParserCursor
 
UPGRADE - Static variable in class tech.gusavila92.apache.http.HttpHeaders
RFC 2616 (HTTP/1.1) Section 14.42
UriHttpRequestHandlerMapper - Class in tech.gusavila92.apache.http.protocol
Maintains a map of HTTP request handlers keyed by a request URI pattern.
UriHttpRequestHandlerMapper(UriPatternMatcher<HttpRequestHandler>) - Constructor for class tech.gusavila92.apache.http.protocol.UriHttpRequestHandlerMapper
 
UriHttpRequestHandlerMapper() - Constructor for class tech.gusavila92.apache.http.protocol.UriHttpRequestHandlerMapper
 
UriPatternMatcher<T> - Class in tech.gusavila92.apache.http.protocol
Maintains a map of objects keyed by a request URI pattern.
UriPatternMatcher() - Constructor for class tech.gusavila92.apache.http.protocol.UriPatternMatcher
 
URLCodec - Class in tech.gusavila92.apache.commons.codec.net
Implements the 'www-form-urlencoded' encoding scheme, also misleadingly known as URL encoding.
URLCodec() - Constructor for class tech.gusavila92.apache.commons.codec.net.URLCodec
Default constructor.
URLCodec(String) - Constructor for class tech.gusavila92.apache.commons.codec.net.URLCodec
Constructor which allows for the selection of a default charset.
US_ASCII - Static variable in class tech.gusavila92.apache.commons.codec.CharEncoding
Seven-bit ASCII, also known as ISO646-US, also known as the Basic Latin block of the Unicode character set.
US_ASCII - Static variable in class tech.gusavila92.apache.commons.codec.Charsets
Deprecated.
Use Java 7's StandardCharsets
US_ASCII - Static variable in class tech.gusavila92.apache.http.protocol.HTTP
Deprecated.
(4.2)
US_ENGLISH - Static variable in class tech.gusavila92.apache.commons.codec.language.RefinedSoundex
This static variable contains an instance of the RefinedSoundex using the US_ENGLISH mapping.
US_ENGLISH - Static variable in class tech.gusavila92.apache.commons.codec.language.Soundex
An instance of Soundex using the US_ENGLISH_MAPPING mapping.
US_ENGLISH_MAPPING_STRING - Static variable in class tech.gusavila92.apache.commons.codec.language.RefinedSoundex
 
US_ENGLISH_MAPPING_STRING - Static variable in class tech.gusavila92.apache.commons.codec.language.Soundex
This is a default mapping of the 26 letters used in US English.
USE_EXPECT_CONTINUE - Static variable in interface tech.gusavila92.apache.http.params.CoreProtocolPNames
Deprecated.
Activates 'Expect: 100-Continue' handshake for the entity enclosing methods.
useProtocol(String) - Method in class tech.gusavila92.apache.http.ssl.SSLContextBuilder
 
USER_AGENT - Static variable in class tech.gusavila92.apache.http.HttpHeaders
RFC 1945 (HTTP/1.0) Section 10.15, RFC 2616 (HTTP/1.1) Section 14.43
USER_AGENT - Static variable in interface tech.gusavila92.apache.http.params.CoreProtocolPNames
Deprecated.
Defines the content of the User-Agent header.
USER_AGENT - Static variable in class tech.gusavila92.apache.http.protocol.HTTP
 
UTF_16 - Static variable in class tech.gusavila92.apache.commons.codec.CharEncoding
Sixteen-bit Unicode Transformation Format, The byte order specified by a mandatory initial byte-order mark (either order accepted on input, big-endian used on output) Every implementation of the Java platform is required to support this character encoding.
UTF_16 - Static variable in class tech.gusavila92.apache.commons.codec.Charsets
Deprecated.
Use Java 7's StandardCharsets
UTF_16 - Static variable in class tech.gusavila92.apache.http.protocol.HTTP
Deprecated.
(4.2)
UTF_16BE - Static variable in class tech.gusavila92.apache.commons.codec.CharEncoding
Sixteen-bit Unicode Transformation Format, big-endian byte order.
UTF_16BE - Static variable in class tech.gusavila92.apache.commons.codec.Charsets
Deprecated.
Use Java 7's StandardCharsets
UTF_16LE - Static variable in class tech.gusavila92.apache.commons.codec.CharEncoding
Sixteen-bit Unicode Transformation Format, little-endian byte order.
UTF_16LE - Static variable in class tech.gusavila92.apache.commons.codec.Charsets
Deprecated.
Use Java 7's StandardCharsets
UTF_8 - Static variable in class tech.gusavila92.apache.commons.codec.CharEncoding
Eight-bit Unicode Transformation Format.
UTF_8 - Static variable in class tech.gusavila92.apache.commons.codec.Charsets
Deprecated.
Use Java 7's StandardCharsets
UTF_8 - Static variable in class tech.gusavila92.apache.http.Consts
 
UTF_8 - Static variable in class tech.gusavila92.apache.http.protocol.HTTP
Deprecated.
(4.2)
Utils - Class in tech.gusavila92.websocketclient.common
Utility class
Utils() - Constructor for class tech.gusavila92.websocketclient.common.Utils
 

V

validate(BasicPoolEntry) - Method in class tech.gusavila92.apache.http.impl.pool.BasicConnPool
 
validate(E) - Method in class tech.gusavila92.apache.http.pool.AbstractConnPool
 
valueOf(String) - Static method in enum tech.gusavila92.apache.commons.codec.digest.HmacAlgorithms
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tech.gusavila92.apache.commons.codec.language.bm.NameType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tech.gusavila92.apache.commons.codec.language.bm.RuleType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tech.gusavila92.apache.http.annotation.ThreadingBehavior
Returns the enum constant of this type with the specified name.
values() - Static method in enum tech.gusavila92.apache.commons.codec.digest.HmacAlgorithms
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tech.gusavila92.apache.commons.codec.language.bm.NameType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tech.gusavila92.apache.commons.codec.language.bm.RuleType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tech.gusavila92.apache.http.annotation.ThreadingBehavior
Returns an array containing the constants of this enum type, in the order they are declared.
VARY - Static variable in class tech.gusavila92.apache.http.HttpHeaders
RFC 2616 (HTTP/1.1) Section 14.44
verify(HttpRequest, HttpResponse, HttpContext) - Method in interface tech.gusavila92.apache.http.protocol.HttpExpectationVerifier
Verifies whether the given request meets the server's expectations.
VERSION_PROPERTY_FILE - Static variable in class tech.gusavila92.apache.http.util.VersionInfo
The filename of the version information files.
VersionInfo - Class in tech.gusavila92.apache.http.util
Provides access to version information for HTTP components.
VersionInfo(String, String, String, String, String) - Constructor for class tech.gusavila92.apache.http.util.VersionInfo
Instantiates version information.
VIA - Static variable in class tech.gusavila92.apache.http.HttpHeaders
RFC 2616 (HTTP/1.1) Section 14.45

W

WAIT_FOR_CONTINUE - Static variable in interface tech.gusavila92.apache.http.params.CoreProtocolPNames
Deprecated.
Defines the maximum period of time in milliseconds the client should spend waiting for a 100-continue response.
WARNING - Static variable in class tech.gusavila92.apache.http.HttpHeaders
RFC 2616 (HTTP/1.1) Section 14.46
WebSocketClient - Class in tech.gusavila92.websocketclient
Implements the WebSocket protocol as defined in RFC 6455
WebSocketClient(URI) - Constructor for class tech.gusavila92.websocketclient.WebSocketClient
Initialize all the variables
WILDCARD - Static variable in class tech.gusavila92.apache.http.entity.ContentType
 
withCharset(Charset) - Method in class tech.gusavila92.apache.http.entity.ContentType
Creates a new instance with this MIME type and the given Charset.
withCharset(String) - Method in class tech.gusavila92.apache.http.entity.ContentType
Creates a new instance with this MIME type and the given Charset name.
withParameters(NameValuePair...) - Method in class tech.gusavila92.apache.http.entity.ContentType
Creates a new instance with this MIME type and the given parameters.
wrappedEntity - Variable in class tech.gusavila92.apache.http.entity.HttpEntityWrapper
The wrapped entity.
write(int) - Method in class tech.gusavila92.apache.commons.codec.binary.BaseNCodecOutputStream
Writes the specified byte to this output stream.
write(byte[], int, int) - Method in class tech.gusavila92.apache.commons.codec.binary.BaseNCodecOutputStream
Writes len bytes from the specified b array starting at offset to this output stream.
write(T) - Method in class tech.gusavila92.apache.http.impl.io.AbstractMessageWriter
 
write(int) - Method in class tech.gusavila92.apache.http.impl.io.ChunkedOutputStream
 
write(byte[]) - Method in class tech.gusavila92.apache.http.impl.io.ChunkedOutputStream
Writes the array.
write(byte[], int, int) - Method in class tech.gusavila92.apache.http.impl.io.ChunkedOutputStream
Writes the array.
write(byte[], int, int) - Method in class tech.gusavila92.apache.http.impl.io.ContentLengthOutputStream
 
write(byte[]) - Method in class tech.gusavila92.apache.http.impl.io.ContentLengthOutputStream
 
write(int) - Method in class tech.gusavila92.apache.http.impl.io.ContentLengthOutputStream
 
write(byte[], int, int) - Method in class tech.gusavila92.apache.http.impl.io.IdentityOutputStream
 
write(byte[]) - Method in class tech.gusavila92.apache.http.impl.io.IdentityOutputStream
 
write(int) - Method in class tech.gusavila92.apache.http.impl.io.IdentityOutputStream
 
write(byte[], int, int) - Method in class tech.gusavila92.apache.http.impl.io.SessionOutputBufferImpl
 
write(byte[]) - Method in class tech.gusavila92.apache.http.impl.io.SessionOutputBufferImpl
 
write(int) - Method in class tech.gusavila92.apache.http.impl.io.SessionOutputBufferImpl
 
write(T) - Method in interface tech.gusavila92.apache.http.io.HttpMessageWriter
Serializes an instance of HttpMessage to the underlying data sink.
write(byte[], int, int) - Method in interface tech.gusavila92.apache.http.io.SessionOutputBuffer
Writes len bytes from the specified byte array starting at offset off to this session buffer.
write(byte[]) - Method in interface tech.gusavila92.apache.http.io.SessionOutputBuffer
Writes b.length bytes from the specified byte array to this session buffer.
write(int) - Method in interface tech.gusavila92.apache.http.io.SessionOutputBuffer
Writes the specified byte to this session buffer.
writeClosingChunk() - Method in class tech.gusavila92.apache.http.impl.io.ChunkedOutputStream
 
writeHeadLine(T) - Method in class tech.gusavila92.apache.http.impl.io.AbstractMessageWriter
Subclasses must override this method to write out the first header line based on the HttpMessage passed as a parameter.
writeHeadLine(HttpRequest) - Method in class tech.gusavila92.apache.http.impl.io.DefaultHttpRequestWriter
 
writeHeadLine(HttpResponse) - Method in class tech.gusavila92.apache.http.impl.io.DefaultHttpResponseWriter
 
writeLine(String) - Method in class tech.gusavila92.apache.http.impl.io.SessionOutputBufferImpl
Writes characters from the specified string followed by a line delimiter to this session buffer.
writeLine(CharArrayBuffer) - Method in class tech.gusavila92.apache.http.impl.io.SessionOutputBufferImpl
Writes characters from the specified char array followed by a line delimiter to this session buffer.
writeLine(String) - Method in interface tech.gusavila92.apache.http.io.SessionOutputBuffer
Writes characters from the specified string followed by a line delimiter to this session buffer.
writeLine(CharArrayBuffer) - Method in interface tech.gusavila92.apache.http.io.SessionOutputBuffer
Writes characters from the specified char array followed by a line delimiter to this session buffer.
writeTo(OutputStream) - Method in class tech.gusavila92.apache.http.entity.BasicHttpEntity
 
writeTo(OutputStream) - Method in class tech.gusavila92.apache.http.entity.BufferedHttpEntity
 
writeTo(OutputStream) - Method in class tech.gusavila92.apache.http.entity.ByteArrayEntity
 
writeTo(OutputStream) - Method in interface tech.gusavila92.apache.http.entity.ContentProducer
 
writeTo(OutputStream) - Method in class tech.gusavila92.apache.http.entity.EntityTemplate
 
writeTo(OutputStream) - Method in class tech.gusavila92.apache.http.entity.FileEntity
 
writeTo(OutputStream) - Method in class tech.gusavila92.apache.http.entity.HttpEntityWrapper
 
writeTo(OutputStream) - Method in class tech.gusavila92.apache.http.entity.InputStreamEntity
Writes bytes from the InputStream this entity was constructed with to an OutputStream.
writeTo(OutputStream) - Method in class tech.gusavila92.apache.http.entity.SerializableEntity
 
writeTo(OutputStream) - Method in class tech.gusavila92.apache.http.entity.StringEntity
 
writeTo(OutputStream) - Method in interface tech.gusavila92.apache.http.HttpEntity
Writes the entity content out to the output stream.
WWW_AUTHENTICATE - Static variable in class tech.gusavila92.apache.http.HttpHeaders
RFC 1945 (HTTP/1.0) Section 10.16, RFC 2616 (HTTP/1.1) Section 14.47
WWW_FORM_URL - Static variable in class tech.gusavila92.apache.commons.codec.net.URLCodec
BitSet of www-form-url safe characters.
A B C D E F G H I J K L M N O P Q R S T U V W