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

A

abort() - Method in class com.koushikdutta.async.http.libcore.DiskLruCache.Editor
Aborts this edit.
abortUnlessCommitted() - Method in class com.koushikdutta.async.http.libcore.DiskLruCache.Editor
 
acquire() - Method in class com.koushikdutta.async.AsyncServer.AsyncSemaphore
 
add(Runnable) - Method in class com.koushikdutta.async.AsyncServer.ThreadQueue
 
add(ByteBuffer) - Method in class com.koushikdutta.async.ByteBufferList
 
add(int, ByteBuffer) - Method in class com.koushikdutta.async.ByteBufferList
 
add(ByteBufferList) - Method in class com.koushikdutta.async.ByteBufferList
 
add(ContinuationCallback) - Method in class com.koushikdutta.async.future.Continuation
 
add(DependentFuture) - Method in class com.koushikdutta.async.future.Continuation
 
add(String, String) - Method in class com.koushikdutta.async.http.libcore.RawHeaders
Add a field with the specified value.
add(String, String) - Method in class com.koushikdutta.async.http.Multimap
 
addAction(String, String, HttpServerRequestCallback) - Method in class com.koushikdutta.async.http.server.AsyncHttpServer
 
addAll(ByteBuffer...) - Method in class com.koushikdutta.async.ByteBufferList
 
addAll(String, List<String>) - Method in class com.koushikdutta.async.http.libcore.RawHeaders
 
addCache(AsyncHttpClient, File, long) - Static method in class com.koushikdutta.async.http.ResponseCacheMiddleware
 
addCookies(Map<String, List<String>>) - Method in class com.koushikdutta.async.http.libcore.RequestHeaders
 
addFilePart(String, File) - Method in class com.koushikdutta.async.http.MultipartFormDataBody
 
addHeader(String, String) - Method in class com.koushikdutta.async.http.AsyncHttpRequest
 
addLine(String) - Method in class com.koushikdutta.async.http.libcore.RawHeaders
Add an HTTP header line containing a field name, a literal colon, and a value.
addPart(Part) - Method in class com.koushikdutta.async.http.MultipartFormDataBody
 
addStringPart(String, String) - Method in class com.koushikdutta.async.http.MultipartFormDataBody
 
addWebSocketUpgradeHeaders(AsyncHttpRequest, String) - Static method in class com.koushikdutta.async.http.WebSocketImpl
 
asHttpRequest() - Method in class com.koushikdutta.async.http.AsyncHttpRequest
 
AsyncDatagramSocket - Class in com.koushikdutta.async
 
AsyncDatagramSocket() - Constructor for class com.koushikdutta.async.AsyncDatagramSocket
 
AsyncHttpClient - Class in com.koushikdutta.async.http
 
AsyncHttpClient(AsyncServer) - Constructor for class com.koushikdutta.async.http.AsyncHttpClient
 
AsyncHttpClient.DownloadCallback - Class in com.koushikdutta.async.http
 
AsyncHttpClient.DownloadCallback() - Constructor for class com.koushikdutta.async.http.AsyncHttpClient.DownloadCallback
 
AsyncHttpClient.FileCallback - Class in com.koushikdutta.async.http
 
AsyncHttpClient.FileCallback() - Constructor for class com.koushikdutta.async.http.AsyncHttpClient.FileCallback
 
AsyncHttpClient.JSONObjectCallback - Class in com.koushikdutta.async.http
 
AsyncHttpClient.JSONObjectCallback() - Constructor for class com.koushikdutta.async.http.AsyncHttpClient.JSONObjectCallback
 
AsyncHttpClient.RequestCallbackBase<T> - Class in com.koushikdutta.async.http
 
AsyncHttpClient.RequestCallbackBase() - Constructor for class com.koushikdutta.async.http.AsyncHttpClient.RequestCallbackBase
 
AsyncHttpClient.StringCallback - Class in com.koushikdutta.async.http
 
AsyncHttpClient.StringCallback() - Constructor for class com.koushikdutta.async.http.AsyncHttpClient.StringCallback
 
AsyncHttpClient.WebSocketConnectCallback - Interface in com.koushikdutta.async.http
 
AsyncHttpClientMiddleware - Interface in com.koushikdutta.async.http
 
AsyncHttpClientMiddleware.GetSocketData - Class in com.koushikdutta.async.http
 
AsyncHttpClientMiddleware.GetSocketData() - Constructor for class com.koushikdutta.async.http.AsyncHttpClientMiddleware.GetSocketData
 
AsyncHttpClientMiddleware.OnBodyData - Class in com.koushikdutta.async.http
 
AsyncHttpClientMiddleware.OnBodyData() - Constructor for class com.koushikdutta.async.http.AsyncHttpClientMiddleware.OnBodyData
 
AsyncHttpClientMiddleware.OnHeadersReceivedData - Class in com.koushikdutta.async.http
 
AsyncHttpClientMiddleware.OnHeadersReceivedData() - Constructor for class com.koushikdutta.async.http.AsyncHttpClientMiddleware.OnHeadersReceivedData
 
AsyncHttpClientMiddleware.OnRequestCompleteData - Class in com.koushikdutta.async.http
 
AsyncHttpClientMiddleware.OnRequestCompleteData() - Constructor for class com.koushikdutta.async.http.AsyncHttpClientMiddleware.OnRequestCompleteData
 
AsyncHttpClientMiddleware.OnSocketData - Class in com.koushikdutta.async.http
 
AsyncHttpClientMiddleware.OnSocketData() - Constructor for class com.koushikdutta.async.http.AsyncHttpClientMiddleware.OnSocketData
 
AsyncHttpGet - Class in com.koushikdutta.async.http
 
AsyncHttpGet(String) - Constructor for class com.koushikdutta.async.http.AsyncHttpGet
 
AsyncHttpGet(URI) - Constructor for class com.koushikdutta.async.http.AsyncHttpGet
 
AsyncHttpPost - Class in com.koushikdutta.async.http
 
AsyncHttpPost(String) - Constructor for class com.koushikdutta.async.http.AsyncHttpPost
 
AsyncHttpPost(URI) - Constructor for class com.koushikdutta.async.http.AsyncHttpPost
 
AsyncHttpRequest - Class in com.koushikdutta.async.http
 
AsyncHttpRequest(URI, String) - Constructor for class com.koushikdutta.async.http.AsyncHttpRequest
 
AsyncHttpRequestBody<T> - Interface in com.koushikdutta.async.http
 
AsyncHttpResponse - Interface in com.koushikdutta.async.http
 
AsyncHttpServer - Class in com.koushikdutta.async.http.server
 
AsyncHttpServer() - Constructor for class com.koushikdutta.async.http.server.AsyncHttpServer
 
AsyncHttpServer.WebSocketRequestCallback - Interface in com.koushikdutta.async.http.server
 
AsyncHttpServerRequest - Interface in com.koushikdutta.async.http.server
 
AsyncHttpServerRequestImpl - Class in com.koushikdutta.async.http.server
 
AsyncHttpServerRequestImpl() - Constructor for class com.koushikdutta.async.http.server.AsyncHttpServerRequestImpl
 
AsyncHttpServerResponse - Interface in com.koushikdutta.async.http.server
 
AsyncHttpServerResponseImpl - Class in com.koushikdutta.async.http.server
 
AsyncNetworkSocket - Class in com.koushikdutta.async
 
AsyncParser<T> - Interface in com.koushikdutta.async.parser
Created by koush on 5/27/13.
AsyncServer - Class in com.koushikdutta.async
 
AsyncServer() - Constructor for class com.koushikdutta.async.AsyncServer
 
AsyncServer.AsyncSemaphore - Class in com.koushikdutta.async
 
AsyncServer.AsyncSemaphore() - Constructor for class com.koushikdutta.async.AsyncServer.AsyncSemaphore
 
AsyncServer.ThreadQueue - Class in com.koushikdutta.async
 
AsyncServer.ThreadQueue() - Constructor for class com.koushikdutta.async.AsyncServer.ThreadQueue
 
AsyncServerSocket - Interface in com.koushikdutta.async
 
AsyncSocket - Interface in com.koushikdutta.async
 
AsyncSocketMiddleware - Class in com.koushikdutta.async.http
 
AsyncSocketMiddleware(AsyncHttpClient, String, int) - Constructor for class com.koushikdutta.async.http.AsyncSocketMiddleware
 
AsyncSocketMiddleware(AsyncHttpClient) - Constructor for class com.koushikdutta.async.http.AsyncSocketMiddleware
 
AsyncSocketWrapper - Interface in com.koushikdutta.async.wrapper
 
AsyncSSLException - Exception in com.koushikdutta.async
 
AsyncSSLException() - Constructor for exception com.koushikdutta.async.AsyncSSLException
 
AsyncSSLSocket - Interface in com.koushikdutta.async
 
AsyncSSLSocketMiddleware - Class in com.koushikdutta.async.http
 
AsyncSSLSocketMiddleware(AsyncHttpClient) - Constructor for class com.koushikdutta.async.http.AsyncSSLSocketMiddleware
 
AsyncSSLSocketWrapper - Class in com.koushikdutta.async
 
AsyncSSLSocketWrapper(AsyncSocket, String, int) - Constructor for class com.koushikdutta.async.AsyncSSLSocketWrapper
 

B

bodyEmitter - Variable in class com.koushikdutta.async.http.AsyncHttpClientMiddleware.OnBodyData
 
BoundaryEmitter - Class in com.koushikdutta.async.http.server
 
BoundaryEmitter() - Constructor for class com.koushikdutta.async.http.server.BoundaryEmitter
 
BufferedDataEmitter - Class in com.koushikdutta.async
 
BufferedDataEmitter(DataEmitter) - Constructor for class com.koushikdutta.async.BufferedDataEmitter
 
BufferedDataSink - Class in com.koushikdutta.async
 
BufferedDataSink(DataSink) - Constructor for class com.koushikdutta.async.BufferedDataSink
 
ByteBufferList - Class in com.koushikdutta.async
 
ByteBufferList() - Constructor for class com.koushikdutta.async.ByteBufferList
 
ByteBufferList(ByteBuffer...) - Constructor for class com.koushikdutta.async.ByteBufferList
 
ByteBufferList(byte[]) - Constructor for class com.koushikdutta.async.ByteBufferList
 
ByteBufferListParser - Class in com.koushikdutta.async.parser
Created by koush on 5/27/13.
ByteBufferListParser() - Constructor for class com.koushikdutta.async.parser.ByteBufferListParser
 

C

cancel() - Method in interface com.koushikdutta.async.future.Cancellable
Attempt to cancel this asynchronous operation.
cancel() - Method in class com.koushikdutta.async.future.Continuation
 
cancel() - Method in class com.koushikdutta.async.future.SimpleCancellable
 
cancel(boolean) - Method in class com.koushikdutta.async.future.SimpleFuture
 
cancel() - Method in class com.koushikdutta.async.future.SimpleFuture
 
cancelCleanup() - Method in class com.koushikdutta.async.future.SimpleCancellable
 
Cancellable - Interface in com.koushikdutta.async.future
 
Charsets - Class in com.koushikdutta.async.http.libcore
From java.nio.charset.Charsets
Charsets() - Constructor for class com.koushikdutta.async.http.libcore.Charsets
 
chooseResponseSource(long, RequestHeaders) - Method in class com.koushikdutta.async.http.libcore.ResponseHeaders
Returns the source to satisfy request given this cached response.
ChunkedInputFilter - Class in com.koushikdutta.async.http.filter
 
ChunkedInputFilter() - Constructor for class com.koushikdutta.async.http.filter.ChunkedInputFilter
 
ChunkedOutputFilter - Class in com.koushikdutta.async.http.filter
 
ChunkedOutputFilter(DataSink) - Constructor for class com.koushikdutta.async.http.filter.ChunkedOutputFilter
 
cleanup() - Method in class com.koushikdutta.async.future.SimpleCancellable
 
clear() - Method in class com.koushikdutta.async.ByteBufferList
 
clear() - Method in class com.koushikdutta.async.http.ResponseCacheMiddleware
 
close() - Method in class com.koushikdutta.async.AsyncNetworkSocket
 
close() - Method in class com.koushikdutta.async.AsyncSSLSocketWrapper
 
close() - Method in class com.koushikdutta.async.BufferedDataEmitter
 
close() - Method in class com.koushikdutta.async.BufferedDataSink
 
close() - Method in interface com.koushikdutta.async.DataEmitter
 
close() - Method in interface com.koushikdutta.async.DataSink
 
close() - Method in class com.koushikdutta.async.FileDataEmitter
 
close() - Method in class com.koushikdutta.async.FilteredDataEmitter
 
close() - Method in class com.koushikdutta.async.http.libcore.DiskLruCache
Closes this cache.
close() - Method in class com.koushikdutta.async.http.libcore.DiskLruCache.Snapshot
 
close() - Method in class com.koushikdutta.async.http.libcore.StrictLineReader
Closes the reader by closing the underlying InputStream and marking this reader as closed.
close() - Method in class com.koushikdutta.async.http.server.AsyncHttpServerResponseImpl
 
close() - Method in class com.koushikdutta.async.http.WebSocketImpl
 
close() - Method in class com.koushikdutta.async.stream.InputStreamDataEmitter
 
close() - Method in class com.koushikdutta.async.stream.OutputStreamDataCallback
 
close() - Method in class com.koushikdutta.async.stream.OutputStreamDataSink
 
close() - Method in class com.koushikdutta.async.ZipDataSink
 
closeEntry() - Method in class com.koushikdutta.async.ZipDataSink
 
closeInternal() - Method in class com.koushikdutta.async.AsyncNetworkSocket
 
com.koushikdutta.async - package com.koushikdutta.async
 
com.koushikdutta.async.callback - package com.koushikdutta.async.callback
 
com.koushikdutta.async.future - package com.koushikdutta.async.future
 
com.koushikdutta.async.http - package com.koushikdutta.async.http
 
com.koushikdutta.async.http.callback - package com.koushikdutta.async.http.callback
 
com.koushikdutta.async.http.filter - package com.koushikdutta.async.http.filter
 
com.koushikdutta.async.http.libcore - package com.koushikdutta.async.http.libcore
 
com.koushikdutta.async.http.server - package com.koushikdutta.async.http.server
 
com.koushikdutta.async.parser - package com.koushikdutta.async.parser
 
com.koushikdutta.async.stream - package com.koushikdutta.async.stream
 
com.koushikdutta.async.wrapper - package com.koushikdutta.async.wrapper
 
combine(ResponseHeaders) - Method in class com.koushikdutta.async.http.libcore.ResponseHeaders
Combines this cached header with a network header as defined by RFC 2616, 13.5.3.
commit() - Method in class com.koushikdutta.async.http.libcore.DiskLruCache.Editor
Commits this edit so it is visible to readers.
completeCleanup() - Method in class com.koushikdutta.async.future.SimpleCancellable
 
COMPLETED - Static variable in class com.koushikdutta.async.future.SimpleCancellable
 
CompletedCallback - Interface in com.koushikdutta.async.callback
 
connect(InetSocketAddress) - Method in class com.koushikdutta.async.AsyncDatagramSocket
 
connect(AsyncHttpClient, String, SocketIOClient.SocketIOConnectCallback) - Static method in class com.koushikdutta.async.http.SocketIOClient
 
connect(AsyncHttpClient, SocketIOClient.SocketIORequest, SocketIOClient.SocketIOConnectCallback) - Static method in class com.koushikdutta.async.http.SocketIOClient
 
ConnectCallback - Interface in com.koushikdutta.async.callback
 
connectCallback - Variable in class com.koushikdutta.async.http.AsyncHttpClientMiddleware.GetSocketData
 
connectDatagram(String, int) - Method in class com.koushikdutta.async.AsyncServer
 
connectDatagram(SocketAddress) - Method in class com.koushikdutta.async.AsyncServer
 
connectSocket(InetSocketAddress, ConnectCallback) - Method in class com.koushikdutta.async.AsyncServer
 
connectSocket(String, int, ConnectCallback) - Method in class com.koushikdutta.async.AsyncServer
 
CONTENT_DISPOSITION - Static variable in class com.koushikdutta.async.http.Part
 
CONTENT_TYPE - Static variable in class com.koushikdutta.async.http.JSONObjectBody
 
CONTENT_TYPE - Static variable in class com.koushikdutta.async.http.MultipartFormDataBody
 
CONTENT_TYPE - Static variable in class com.koushikdutta.async.http.StringBody
 
CONTENT_TYPE - Static variable in class com.koushikdutta.async.http.UrlEncodedFormBody
 
ContentLengthFilter - Class in com.koushikdutta.async.http.filter
 
ContentLengthFilter(int) - Constructor for class com.koushikdutta.async.http.filter.ContentLengthFilter
 
Continuation - Class in com.koushikdutta.async.future
 
Continuation() - Constructor for class com.koushikdutta.async.future.Continuation
 
Continuation(CompletedCallback) - Constructor for class com.koushikdutta.async.future.Continuation
 
Continuation(CompletedCallback, Runnable) - Constructor for class com.koushikdutta.async.future.Continuation
 
ContinuationCallback - Interface in com.koushikdutta.async.callback
 
crc - Variable in class com.koushikdutta.async.http.filter.GZIPInputFilter
 
create(HttpRequest) - Static method in class com.koushikdutta.async.http.AsyncHttpRequest
 

D

DataCallback - Interface in com.koushikdutta.async.callback
 
DataEmitter - Interface in com.koushikdutta.async
 
DataEmitterBase - Class in com.koushikdutta.async
Created by koush on 5/27/13.
DataEmitterBase() - Constructor for class com.koushikdutta.async.DataEmitterBase
 
DataEmitterReader - Class in com.koushikdutta.async
 
DataEmitterReader() - Constructor for class com.koushikdutta.async.DataEmitterReader
 
DataEmitterWrapper - Interface in com.koushikdutta.async.wrapper
 
DataSink - Interface in com.koushikdutta.async
 
DataTrackingEmitter - Interface in com.koushikdutta.async
Created by koush on 5/28/13.
DataTrackingEmitter.DataTracker - Interface in com.koushikdutta.async
 
delete() - Method in class com.koushikdutta.async.http.libcore.DiskLruCache
Closes the cache and deletes all of its stored values.
DependentCancellable - Interface in com.koushikdutta.async.future
 
DependentFuture<T> - Interface in com.koushikdutta.async.future
 
describeContents() - Method in class com.koushikdutta.async.http.ResponseCacheMiddleware.CacheData
 
detachSocket() - Method in interface com.koushikdutta.async.http.AsyncHttpResponse
 
directory(Context, String, String) - Method in class com.koushikdutta.async.http.server.AsyncHttpServer
 
directory(String, File) - Method in class com.koushikdutta.async.http.server.AsyncHttpServer
 
directory(String, File, boolean) - Method in class com.koushikdutta.async.http.server.AsyncHttpServer
 
disconnect() - Method in class com.koushikdutta.async.AsyncDatagramSocket
 
disconnect() - Method in class com.koushikdutta.async.http.SocketIOClient
 
DiskLruCache - Class in com.koushikdutta.async.http.libcore
A cache that uses a bounded amount of space on a filesystem.
DiskLruCache.Editor - Class in com.koushikdutta.async.http.libcore
Edits the values for an entry.
DiskLruCache.Snapshot - Class in com.koushikdutta.async.http.libcore
A snapshot of the values for an entry.
dump() - Method in class com.koushikdutta.async.AsyncServer
 

E

edit(String) - Method in class com.koushikdutta.async.http.libcore.DiskLruCache
Returns an editor for the entry named key, or null if another edit is in progress.
edit() - Method in class com.koushikdutta.async.http.libcore.DiskLruCache.Snapshot
Returns an editor for this snapshot's entry, or null if either the entry has changed since this snapshot was created or if another edit is in progress.
emit(String, JSONArray) - Method in class com.koushikdutta.async.http.SocketIOClient
 
emit(String) - Method in class com.koushikdutta.async.http.SocketIOClient
 
emit(JSONObject) - Method in class com.koushikdutta.async.http.SocketIOClient
 
emitAllData(DataEmitter, ByteBufferList) - Static method in class com.koushikdutta.async.Util
 
emitAllData(DataEmitter, ByteBuffer) - Static method in class com.koushikdutta.async.Util
 
end() - Method in class com.koushikdutta.async.AsyncNetworkSocket
 
end() - Method in class com.koushikdutta.async.AsyncSSLSocketWrapper
 
end() - Method in class com.koushikdutta.async.BufferedDataSink
 
end() - Method in interface com.koushikdutta.async.DataSink
 
end() - Method in interface com.koushikdutta.async.http.AsyncHttpResponse
 
end() - Method in interface com.koushikdutta.async.http.server.AsyncHttpServerResponse
 
end() - Method in class com.koushikdutta.async.http.server.AsyncHttpServerResponseImpl
 
end() - Method in class com.koushikdutta.async.http.WebSocketImpl
 
end() - Method in class com.koushikdutta.async.stream.OutputStreamDataSink
 
equal(Object, Object) - Static method in class com.koushikdutta.async.http.libcore.Objects
Returns true if two possibly-null objects are equal.
error(Exception) - Method in class com.koushikdutta.async.future.TransformFuture
 
exception - Variable in class com.koushikdutta.async.http.AsyncHttpClientMiddleware.OnRequestCompleteData
 
execute(AsyncHttpRequest, HttpConnectCallback) - Method in class com.koushikdutta.async.http.AsyncHttpClient
 
execute(URI, HttpConnectCallback) - Method in class com.koushikdutta.async.http.AsyncHttpClient
 
execute(String, HttpConnectCallback) - Method in class com.koushikdutta.async.http.AsyncHttpClient
 
execute(AsyncHttpRequest, AsyncHttpClient.StringCallback) - Method in class com.koushikdutta.async.http.AsyncHttpClient
Deprecated. 
execute(AsyncHttpRequest, AsyncHttpClient.JSONObjectCallback) - Method in class com.koushikdutta.async.http.AsyncHttpClient
Deprecated. 
execute(AsyncHttpRequest, String, AsyncHttpClient.FileCallback) - Method in class com.koushikdutta.async.http.AsyncHttpClient
Deprecated. 
executeByteBufferList(AsyncHttpRequest, AsyncHttpClient.DownloadCallback) - Method in class com.koushikdutta.async.http.AsyncHttpClient
 
executeFile(AsyncHttpRequest, String) - Method in class com.koushikdutta.async.http.AsyncHttpClient
 
executeFile(AsyncHttpRequest, String, AsyncHttpClient.FileCallback) - Method in class com.koushikdutta.async.http.AsyncHttpClient
 
executeJSONObject(AsyncHttpRequest) - Method in class com.koushikdutta.async.http.AsyncHttpClient
 
executeJSONObject(AsyncHttpRequest, AsyncHttpClient.JSONObjectCallback) - Method in class com.koushikdutta.async.http.AsyncHttpClient
 
executeString(AsyncHttpRequest) - Method in class com.koushikdutta.async.http.AsyncHttpClient
 
executeString(AsyncHttpRequest, AsyncHttpClient.StringCallback) - Method in class com.koushikdutta.async.http.AsyncHttpClient
 

F

FileDataEmitter - Class in com.koushikdutta.async
Created by koush on 5/22/13.
FileDataEmitter(AsyncServer, File) - Constructor for class com.koushikdutta.async.FileDataEmitter
 
FilePart - Class in com.koushikdutta.async.http
 
FilePart(String, File) - Constructor for class com.koushikdutta.async.http.FilePart
 
filter(ByteBufferList) - Method in class com.koushikdutta.async.FilteredDataSink
 
filter(ByteBufferList) - Method in class com.koushikdutta.async.http.filter.ChunkedOutputFilter
 
filter(ByteBufferList) - Method in class com.koushikdutta.async.ZipDataSink
 
FilteredDataEmitter - Class in com.koushikdutta.async
 
FilteredDataEmitter() - Constructor for class com.koushikdutta.async.FilteredDataEmitter
 
FilteredDataSink - Class in com.koushikdutta.async
 
FilteredDataSink(DataSink) - Constructor for class com.koushikdutta.async.FilteredDataSink
 
finishHandshake(RawHeaders, AsyncHttpResponse) - Static method in class com.koushikdutta.async.http.WebSocketImpl
 
flush() - Method in class com.koushikdutta.async.http.libcore.DiskLruCache
Force buffered operations to the filesystem.
format(Date) - Static method in class com.koushikdutta.async.http.libcore.HttpDate
Returns the string for value.
from(Future<F>) - Method in class com.koushikdutta.async.future.TransformFuture
 
fromMultimap(Map<String, List<String>>) - Static method in class com.koushikdutta.async.http.libcore.RawHeaders
Creates a new instance from the given map of fields to values.
Future<T> - Interface in com.koushikdutta.async.future
 
FutureCallback<T> - Interface in com.koushikdutta.async.future
Created by koush on 5/20/13.

G

get() - Method in class com.koushikdutta.async.ByteBufferList
 
get(byte[]) - Method in class com.koushikdutta.async.ByteBufferList
 
get(ByteBufferList, int) - Method in class com.koushikdutta.async.ByteBufferList
 
get(int) - Method in class com.koushikdutta.async.ByteBufferList
 
get() - Method in class com.koushikdutta.async.future.SimpleFuture
 
get(long, TimeUnit) - Method in class com.koushikdutta.async.future.SimpleFuture
 
get(String, AsyncHttpClient.DownloadCallback) - Method in class com.koushikdutta.async.http.AsyncHttpClient
Deprecated. 
get(String, AsyncHttpClient.StringCallback) - Method in class com.koushikdutta.async.http.AsyncHttpClient
Deprecated. 
get(String, AsyncHttpClient.JSONObjectCallback) - Method in class com.koushikdutta.async.http.AsyncHttpClient
Deprecated. 
get(String, String, AsyncHttpClient.FileCallback) - Method in class com.koushikdutta.async.http.AsyncHttpClient
Deprecated. 
get() - Method in interface com.koushikdutta.async.http.AsyncHttpRequestBody
 
get() - Method in class com.koushikdutta.async.http.JSONObjectBody
 
get(String) - Method in class com.koushikdutta.async.http.libcore.DiskLruCache
Returns a snapshot of the entry named key, or null if it doesn't exist is not currently readable.
get(String) - Method in class com.koushikdutta.async.http.libcore.RawHeaders
Returns the last value corresponding to the specified field, or null.
get() - Method in class com.koushikdutta.async.http.MultipartFormDataBody
 
get(String, HttpServerRequestCallback) - Method in class com.koushikdutta.async.http.server.AsyncHttpServer
 
get() - Method in class com.koushikdutta.async.http.server.UnknownRequestBody
 
get() - Method in class com.koushikdutta.async.http.StringBody
 
get() - Method in class com.koushikdutta.async.http.UrlEncodedFormBody
 
getAcceptEncoding() - Method in class com.koushikdutta.async.http.libcore.RequestHeaders
 
getAffinity() - Method in class com.koushikdutta.async.AsyncServer
 
getAll() - Method in class com.koushikdutta.async.ByteBufferList
 
getAll(Set<String>) - Method in class com.koushikdutta.async.http.libcore.RawHeaders
 
getAllArray() - Method in class com.koushikdutta.async.ByteBufferList
 
getAllByteArray() - Method in class com.koushikdutta.async.ByteBufferList
 
getAssetStream(Context, String) - Static method in class com.koushikdutta.async.http.server.AsyncHttpServer
 
getAutoStart() - Method in class com.koushikdutta.async.AsyncServer
 
getBody() - Method in class com.koushikdutta.async.http.AsyncHttpRequest
 
getBody(DataEmitter, CompletedCallback, RawHeaders) - Static method in class com.koushikdutta.async.http.HttpUtil
 
getBody() - Method in interface com.koushikdutta.async.http.server.AsyncHttpServerRequest
 
getBody() - Method in class com.koushikdutta.async.http.server.AsyncHttpServerRequestImpl
 
getBodyDecoder(DataEmitter, RawHeaders, boolean) - Static method in class com.koushikdutta.async.http.HttpUtil
 
getBoundary() - Method in class com.koushikdutta.async.http.server.BoundaryEmitter
 
getBoundaryEnd() - Method in class com.koushikdutta.async.http.server.BoundaryEmitter
 
getBoundaryStart() - Method in class com.koushikdutta.async.http.server.BoundaryEmitter
 
getByteBufferList(String) - Method in class com.koushikdutta.async.http.AsyncHttpClient
 
getByteBufferList(String, AsyncHttpClient.DownloadCallback) - Method in class com.koushikdutta.async.http.AsyncHttpClient
 
getByteChar() - Method in class com.koushikdutta.async.ByteBufferList
 
getBytesRead() - Method in interface com.koushikdutta.async.DataTrackingEmitter
 
getBytesRead() - Method in class com.koushikdutta.async.FilteredDataEmitter
 
getCacheHitCount() - Method in class com.koushikdutta.async.http.ResponseCacheMiddleware
 
getCacheStoreCount() - Method in class com.koushikdutta.async.http.ResponseCacheMiddleware
 
getCaching() - Method in class com.koushikdutta.async.http.ResponseCacheMiddleware
 
getCallback() - Method in class com.koushikdutta.async.future.Continuation
 
getCancelCallback() - Method in class com.koushikdutta.async.future.Continuation
 
getChannel() - Method in class com.koushikdutta.async.http.SocketIOClient.SocketIORequest
 
getClosedCallback() - Method in class com.koushikdutta.async.AsyncNetworkSocket
 
getClosedCallback() - Method in class com.koushikdutta.async.AsyncSSLSocketWrapper
 
getClosedCallback() - Method in class com.koushikdutta.async.BufferedDataSink
 
getClosedCallback() - Method in interface com.koushikdutta.async.DataSink
 
getClosedCallback() - Method in class com.koushikdutta.async.http.server.AsyncHttpServerResponseImpl
 
getClosedCallback() - Method in class com.koushikdutta.async.http.SocketIOClient
 
getClosedCallback() - Method in class com.koushikdutta.async.http.WebSocketImpl
 
getClosedCallback() - Method in class com.koushikdutta.async.stream.OutputStreamDataSink
 
getCompletionCallback() - Method in class com.koushikdutta.async.future.SimpleFuture
 
getConditionalCacheHitCount() - Method in class com.koushikdutta.async.http.ResponseCacheMiddleware
 
getConnection() - Method in class com.koushikdutta.async.http.libcore.RequestHeaders
 
getConnection() - Method in class com.koushikdutta.async.http.libcore.ResponseHeaders
 
getContentEncoding() - Method in class com.koushikdutta.async.http.libcore.ResponseHeaders
 
getContentLength() - Method in class com.koushikdutta.async.http.libcore.RequestHeaders
 
getContentLength() - Method in class com.koushikdutta.async.http.libcore.ResponseHeaders
 
getContentType() - Method in interface com.koushikdutta.async.http.AsyncHttpRequestBody
 
getContentType() - Method in class com.koushikdutta.async.http.JSONObjectBody
 
getContentType() - Method in class com.koushikdutta.async.http.libcore.RequestHeaders
 
getContentType() - Method in class com.koushikdutta.async.http.MultipartFormDataBody
 
getContentType() - Method in class com.koushikdutta.async.http.Part
 
getContentType(String) - Static method in class com.koushikdutta.async.http.server.AsyncHttpServer
 
getContentType() - Method in class com.koushikdutta.async.http.server.UnknownRequestBody
 
getContentType() - Method in class com.koushikdutta.async.http.StringBody
 
getContentType() - Method in class com.koushikdutta.async.http.UrlEncodedFormBody
 
getCurrentThreadServer() - Static method in class com.koushikdutta.async.AsyncServer
 
getDataCallback() - Method in class com.koushikdutta.async.AsyncNetworkSocket
 
getDataCallback() - Method in class com.koushikdutta.async.AsyncSSLSocketWrapper
 
getDataCallback() - Method in class com.koushikdutta.async.BufferedDataEmitter
 
getDataCallback() - Method in interface com.koushikdutta.async.DataEmitter
 
getDataCallback() - Method in class com.koushikdutta.async.FileDataEmitter
 
getDataCallback() - Method in class com.koushikdutta.async.FilteredDataEmitter
 
getDataCallback() - Method in class com.koushikdutta.async.http.server.AsyncHttpServerRequestImpl
 
getDataCallback() - Method in class com.koushikdutta.async.http.WebSocketImpl
 
getDataCallback() - Method in class com.koushikdutta.async.stream.InputStreamDataEmitter
 
getDataEmitter() - Method in class com.koushikdutta.async.AsyncSSLSocketWrapper
 
getDataEmitter() - Method in class com.koushikdutta.async.FilteredDataEmitter
 
getDataEmitter() - Method in interface com.koushikdutta.async.wrapper.DataEmitterWrapper
 
getDataSink() - Method in class com.koushikdutta.async.BufferedDataSink
 
getDataTracker() - Method in interface com.koushikdutta.async.DataTrackingEmitter
 
getDataTracker() - Method in class com.koushikdutta.async.FilteredDataEmitter
 
getDefault() - Static method in class com.koushikdutta.async.AsyncServer
 
getDefaultInstance() - Static method in class com.koushikdutta.async.http.AsyncHttpClient
 
getDefaultUserAgent() - Method in class com.koushikdutta.async.http.AsyncHttpRequest
 
getDirectory() - Method in class com.koushikdutta.async.http.libcore.DiskLruCache
Returns the directory where this cache stores its data.
getEndCallback() - Method in class com.koushikdutta.async.AsyncNetworkSocket
 
getEndCallback() - Method in class com.koushikdutta.async.AsyncSSLSocketWrapper
 
getEndCallback() - Method in class com.koushikdutta.async.BufferedDataEmitter
 
getEndCallback() - Method in interface com.koushikdutta.async.DataEmitter
 
getEndCallback() - Method in class com.koushikdutta.async.DataEmitterBase
 
getEndCallback() - Method in class com.koushikdutta.async.FileDataEmitter
 
getEndCallback() - Method in interface com.koushikdutta.async.http.AsyncHttpResponse
 
getEndCallback() - Method in class com.koushikdutta.async.http.WebSocketImpl
 
getEndCallback() - Method in class com.koushikdutta.async.stream.InputStreamDataEmitter
 
getErrorCallback() - Method in class com.koushikdutta.async.http.server.AsyncHttpServer
 
getEtag() - Method in class com.koushikdutta.async.http.libcore.ResponseHeaders
 
getEventCallback() - Method in class com.koushikdutta.async.http.SocketIOClient
 
getExpires() - Method in class com.koushikdutta.async.http.libcore.ResponseHeaders
 
getField(String) - Method in class com.koushikdutta.async.http.MultipartFormDataBody
 
getFieldName(int) - Method in class com.koushikdutta.async.http.libcore.RawHeaders
Returns the field at position or null if that is out of range.
getFile(String, String) - Method in class com.koushikdutta.async.http.AsyncHttpClient
 
getFile(String, String, AsyncHttpClient.FileCallback) - Method in class com.koushikdutta.async.http.AsyncHttpClient
 
getFilename() - Method in class com.koushikdutta.async.http.Part
 
getFollowRedirect() - Method in class com.koushikdutta.async.http.AsyncHttpRequest
 
getHandler() - Method in class com.koushikdutta.async.http.AsyncHttpRequest
Deprecated. 
getHeaders() - Method in class com.koushikdutta.async.http.AsyncHttpRequest
 
getHeaders() - Method in interface com.koushikdutta.async.http.AsyncHttpResponse
 
getHeaders() - Method in class com.koushikdutta.async.http.libcore.RequestHeaders
 
getHeaders() - Method in class com.koushikdutta.async.http.libcore.ResponseHeaders
 
getHeaders() - Method in interface com.koushikdutta.async.http.server.AsyncHttpServerRequest
 
getHeaders() - Method in class com.koushikdutta.async.http.server.AsyncHttpServerRequestImpl
 
getHeaders() - Method in interface com.koushikdutta.async.http.server.AsyncHttpServerResponse
 
getHeaders() - Method in class com.koushikdutta.async.http.server.AsyncHttpServerResponseImpl
 
getHost() - Method in class com.koushikdutta.async.AsyncSSLSocketWrapper
 
getHost() - Method in class com.koushikdutta.async.http.libcore.RequestHeaders
 
getHttpMinorVersion() - Method in class com.koushikdutta.async.http.libcore.RawHeaders
Returns the status line's HTTP minor version.
getIfModifiedSince() - Method in class com.koushikdutta.async.http.libcore.RequestHeaders
 
getIfNoneMatch() - Method in class com.koushikdutta.async.http.libcore.RequestHeaders
 
getIgnore() - Method in exception com.koushikdutta.async.AsyncSSLException
 
getInputStream() - Method in class com.koushikdutta.async.http.FilePart
 
getInputStream(int) - Method in class com.koushikdutta.async.http.libcore.DiskLruCache.Snapshot
Returns the unbuffered stream with the value for index.
getInputStream() - Method in class com.koushikdutta.async.http.StreamPart
 
getInputStream() - Method in class com.koushikdutta.async.http.StringPart
 
getInt() - Method in class com.koushikdutta.async.ByteBufferList
 
getJSONCallback() - Method in class com.koushikdutta.async.http.SocketIOClient
 
getJSONObject(String) - Method in class com.koushikdutta.async.http.AsyncHttpClient
 
getJSONObject(String, AsyncHttpClient.JSONObjectCallback) - Method in class com.koushikdutta.async.http.AsyncHttpClient
 
getLastModified() - Method in class com.koushikdutta.async.http.libcore.ResponseHeaders
 
getLength(int) - Method in class com.koushikdutta.async.http.libcore.DiskLruCache.Snapshot
Returns the byte length of the value for index.
getLineCallback() - Method in class com.koushikdutta.async.LineEmitter
 
getListenCallback() - Method in class com.koushikdutta.async.http.server.AsyncHttpServer
 
getLocalPort() - Method in class com.koushikdutta.async.AsyncNetworkSocket
 
getLong() - Method in class com.koushikdutta.async.ByteBufferList
 
getMatcher() - Method in interface com.koushikdutta.async.http.server.AsyncHttpServerRequest
 
getMatcher() - Method in class com.koushikdutta.async.http.server.AsyncHttpServerRequestImpl
 
getMaxAgeSeconds() - Method in class com.koushikdutta.async.http.libcore.RequestHeaders
 
getMaxAgeSeconds() - Method in class com.koushikdutta.async.http.libcore.ResponseHeaders
 
getMaxBuffer() - Method in class com.koushikdutta.async.BufferedDataSink
 
getMaxSize() - Method in class com.koushikdutta.async.http.libcore.DiskLruCache
Returns the maximum number of bytes that this cache should use to store its data.
getMaxStaleSeconds() - Method in class com.koushikdutta.async.http.libcore.RequestHeaders
 
getMethod() - Method in class com.koushikdutta.async.http.AsyncHttpRequest
 
getMiddleware() - Method in class com.koushikdutta.async.http.AsyncHttpClient
 
getMinFreshSeconds() - Method in class com.koushikdutta.async.http.libcore.RequestHeaders
 
getMultipartCallback() - Method in class com.koushikdutta.async.http.MultipartFormDataBody
 
getName() - Method in class com.koushikdutta.async.http.Part
 
getNetworkCount() - Method in class com.koushikdutta.async.http.ResponseCacheMiddleware
 
getOutputStream() - Method in class com.koushikdutta.async.stream.OutputStreamDataCallback
 
getOutputStream() - Method in class com.koushikdutta.async.stream.OutputStreamDataSink
 
getPath() - Method in interface com.koushikdutta.async.http.server.AsyncHttpServerRequest
 
getPeerCertificates() - Method in interface com.koushikdutta.async.AsyncSSLSocket
 
getPeerCertificates() - Method in class com.koushikdutta.async.AsyncSSLSocketWrapper
 
getPort() - Method in class com.koushikdutta.async.AsyncSSLSocketWrapper
 
getProxyAuthenticate() - Method in class com.koushikdutta.async.http.libcore.ResponseHeaders
 
getProxyAuthorization() - Method in class com.koushikdutta.async.http.libcore.RequestHeaders
 
getQuery() - Method in interface com.koushikdutta.async.http.server.AsyncHttpServerRequest
 
getRawHeaders() - Method in class com.koushikdutta.async.http.Part
 
getRemoteAddress() - Method in class com.koushikdutta.async.AsyncDatagramSocket
 
getRemoteAddress() - Method in class com.koushikdutta.async.AsyncNetworkSocket
 
getRequestLine() - Method in class com.koushikdutta.async.http.AsyncHttpRequest
 
getRequestString() - Method in class com.koushikdutta.async.http.AsyncHttpRequest
 
getResponseCode() - Method in class com.koushikdutta.async.http.libcore.RawHeaders
Returns the HTTP status code or -1 if it is unknown.
getResponseCodeDescription(int) - Static method in class com.koushikdutta.async.http.server.AsyncHttpServer
 
getResponseMessage() - Method in class com.koushikdutta.async.http.libcore.RawHeaders
Returns the HTTP status message or null if it is unknown.
getSchemePort(URI) - Method in class com.koushikdutta.async.http.AsyncSocketMiddleware
 
getServedDate() - Method in class com.koushikdutta.async.http.libcore.ResponseHeaders
 
getServer() - Method in class com.koushikdutta.async.AsyncNetworkSocket
 
getServer() - Method in interface com.koushikdutta.async.AsyncSocket
 
getServer() - Method in class com.koushikdutta.async.AsyncSSLSocketWrapper
 
getServer() - Method in class com.koushikdutta.async.BufferedDataEmitter
 
getServer() - Method in class com.koushikdutta.async.BufferedDataSink
 
getServer() - Method in interface com.koushikdutta.async.DataEmitter
 
getServer() - Method in interface com.koushikdutta.async.DataSink
 
getServer() - Method in class com.koushikdutta.async.FileDataEmitter
 
getServer() - Method in class com.koushikdutta.async.FilteredDataEmitter
 
getServer() - Method in class com.koushikdutta.async.http.AsyncHttpClient
 
getServer() - Method in class com.koushikdutta.async.http.server.AsyncHttpServerResponseImpl
 
getServer() - Method in class com.koushikdutta.async.http.WebSocketImpl
 
getServer() - Method in class com.koushikdutta.async.stream.InputStreamDataEmitter
 
getServer() - Method in class com.koushikdutta.async.stream.OutputStreamDataSink
 
getShort() - Method in class com.koushikdutta.async.ByteBufferList
 
getSMaxAgeSeconds() - Method in class com.koushikdutta.async.http.libcore.ResponseHeaders
 
getSocket() - Method in class com.koushikdutta.async.AsyncSSLSocketWrapper
 
getSocket(AsyncHttpClientMiddleware.GetSocketData) - Method in interface com.koushikdutta.async.http.AsyncHttpClientMiddleware
 
getSocket(AsyncHttpClientMiddleware.GetSocketData) - Method in class com.koushikdutta.async.http.AsyncSocketMiddleware
 
getSocket(AsyncHttpClientMiddleware.GetSocketData) - Method in class com.koushikdutta.async.http.ResponseCacheMiddleware
 
getSocket() - Method in interface com.koushikdutta.async.http.server.AsyncHttpServerRequest
 
getSocket() - Method in class com.koushikdutta.async.http.server.AsyncHttpServerRequestImpl
 
getSocket() - Method in interface com.koushikdutta.async.http.server.AsyncHttpServerResponse
 
getSocket() - Method in class com.koushikdutta.async.http.server.AsyncHttpServerResponseImpl
 
getSocket(AsyncHttpClientMiddleware.GetSocketData) - Method in class com.koushikdutta.async.http.SimpleMiddleware
 
getSocket() - Method in interface com.koushikdutta.async.http.WebSocket
 
getSocket() - Method in class com.koushikdutta.async.http.WebSocketImpl
 
getSocket() - Method in interface com.koushikdutta.async.wrapper.AsyncSocketWrapper
 
getStatusLine() - Method in class com.koushikdutta.async.http.libcore.RawHeaders
 
getString(String) - Method in class com.koushikdutta.async.http.AsyncHttpClient
 
getString(String, AsyncHttpClient.StringCallback) - Method in class com.koushikdutta.async.http.AsyncHttpClient
 
getString(int) - Method in class com.koushikdutta.async.http.libcore.DiskLruCache.Editor
Returns the last committed value as a string, or null if no value has been committed.
getString(int) - Method in class com.koushikdutta.async.http.libcore.DiskLruCache.Snapshot
Returns the string value for index.
getString(String) - Method in class com.koushikdutta.async.http.Multimap
 
getStringCallback() - Method in class com.koushikdutta.async.http.SocketIOClient
 
getStringCallback() - Method in interface com.koushikdutta.async.http.WebSocket
 
getStringCallback() - Method in class com.koushikdutta.async.http.WebSocketImpl
 
getTimeout() - Method in class com.koushikdutta.async.http.AsyncHttpRequest
 
getTransferEncoding() - Method in class com.koushikdutta.async.http.libcore.RequestHeaders
 
getUri() - Method in class com.koushikdutta.async.http.AsyncHttpRequest
 
getUri() - Method in class com.koushikdutta.async.http.libcore.RequestHeaders
 
getUri() - Method in class com.koushikdutta.async.http.libcore.ResponseHeaders
 
getUserAgent() - Method in class com.koushikdutta.async.http.libcore.RequestHeaders
 
getValue(int) - Method in class com.koushikdutta.async.http.libcore.RawHeaders
Returns the value at index or null if that is out of range.
getVaryFields() - Method in class com.koushikdutta.async.http.libcore.ResponseHeaders
 
getWrappedDataEmitter(DataEmitter, Class) - Static method in class com.koushikdutta.async.Util
 
getWrappedSocket(AsyncSocket, Class) - Static method in class com.koushikdutta.async.Util
 
getWriteableCallback() - Method in class com.koushikdutta.async.AsyncNetworkSocket
 
getWriteableCallback() - Method in class com.koushikdutta.async.AsyncSSLSocketWrapper
 
getWriteableCallback() - Method in class com.koushikdutta.async.BufferedDataSink
 
getWriteableCallback() - Method in interface com.koushikdutta.async.DataSink
 
getWriteableCallback() - Method in class com.koushikdutta.async.http.server.AsyncHttpServerResponseImpl
 
getWriteableCallback() - Method in class com.koushikdutta.async.http.WebSocketImpl
 
getWriteableCallback() - Method in class com.koushikdutta.async.stream.OutputStreamDataSink
 
getWwwAuthenticate() - Method in class com.koushikdutta.async.http.libcore.ResponseHeaders
 
GZIPInputFilter - Class in com.koushikdutta.async.http.filter
 
GZIPInputFilter() - Constructor for class com.koushikdutta.async.http.filter.GZIPInputFilter
 

H

hasAuthorization() - Method in class com.koushikdutta.async.http.libcore.RequestHeaders
 
hasConditions() - Method in class com.koushikdutta.async.http.libcore.RequestHeaders
Returns true if the request contains conditions that save the server from sending a response that the client has locally.
hasConnectionClose() - Method in class com.koushikdutta.async.http.libcore.RequestHeaders
 
hasConnectionClose() - Method in class com.koushikdutta.async.http.libcore.ResponseHeaders
 
hashCode(Object) - Static method in class com.koushikdutta.async.http.libcore.Objects
 
hasUnterminatedLine() - Method in class com.koushikdutta.async.http.libcore.StrictLineReader
Check whether there was an unterminated line at end of input after the line reader reported end-of-input with EOFException.
hasVaryAll() - Method in class com.koushikdutta.async.http.libcore.ResponseHeaders
Returns true if a Vary header contains an asterisk.
headers - Variable in class com.koushikdutta.async.http.AsyncHttpClientMiddleware.OnHeadersReceivedData
 
HttpConnectCallback - Interface in com.koushikdutta.async.http.callback
 
HttpDate - Class in com.koushikdutta.async.http.libcore
Best-effort parser for HTTP dates.
HttpDate() - Constructor for class com.koushikdutta.async.http.libcore.HttpDate
 
HttpServerRequestCallback - Interface in com.koushikdutta.async.http.server
 
HttpUtil - Class in com.koushikdutta.async.http
 
HttpUtil() - Constructor for class com.koushikdutta.async.http.HttpUtil
 

I

InflaterInputFilter - Class in com.koushikdutta.async.http.filter
 
InflaterInputFilter() - Constructor for class com.koushikdutta.async.http.filter.InflaterInputFilter
 
InflaterInputFilter(Inflater) - Constructor for class com.koushikdutta.async.http.filter.InflaterInputFilter
 
InputStreamDataEmitter - Class in com.koushikdutta.async.stream
Created by koush on 5/22/13.
InputStreamDataEmitter(AsyncServer, InputStream) - Constructor for class com.koushikdutta.async.stream.InputStreamDataEmitter
 
insert(ContinuationCallback) - Method in class com.koushikdutta.async.future.Continuation
 
insertMiddleware(AsyncHttpClientMiddleware) - Method in class com.koushikdutta.async.http.AsyncHttpClient
 
isAffinityThread() - Method in class com.koushikdutta.async.AsyncServer
 
isBuffering() - Method in class com.koushikdutta.async.BufferedDataSink
 
isBuffering() - Method in interface com.koushikdutta.async.http.WebSocket
 
isBuffering() - Method in class com.koushikdutta.async.http.WebSocketImpl
 
isCacheable(RequestHeaders) - Method in class com.koushikdutta.async.http.libcore.ResponseHeaders
Returns true if this response can be stored to later serve another request.
isCancelled() - Method in interface com.koushikdutta.async.future.Cancellable
Check whether this asynchronous operation has been cancelled.
isCancelled() - Method in class com.koushikdutta.async.future.SimpleCancellable
 
isChunked() - Method in class com.koushikdutta.async.AsyncNetworkSocket
 
isChunked() - Method in class com.koushikdutta.async.AsyncSSLSocketWrapper
 
isChunked() - Method in class com.koushikdutta.async.BufferedDataEmitter
 
isChunked() - Method in interface com.koushikdutta.async.DataEmitter
 
isChunked() - Method in class com.koushikdutta.async.FileDataEmitter
 
isChunked() - Method in class com.koushikdutta.async.FilteredDataEmitter
 
isChunked() - Method in class com.koushikdutta.async.http.libcore.RequestHeaders
 
isChunked() - Method in class com.koushikdutta.async.http.libcore.ResponseHeaders
 
isChunked() - Method in class com.koushikdutta.async.http.server.AsyncHttpServerRequestImpl
 
isChunked() - Method in class com.koushikdutta.async.http.WebSocketImpl
 
isChunked() - Method in class com.koushikdutta.async.stream.InputStreamDataEmitter
 
isClosed() - Method in class com.koushikdutta.async.http.libcore.DiskLruCache
Returns true if this cache has been closed.
isConnected() - Method in class com.koushikdutta.async.http.SocketIOClient
 
isContentEncodingGzip() - Method in class com.koushikdutta.async.http.libcore.ResponseHeaders
 
isDone() - Method in interface com.koushikdutta.async.future.Cancellable
Check whether this asynchronous operation completed successfully.
isDone() - Method in class com.koushikdutta.async.future.SimpleCancellable
 
isEmpty() - Method in class com.koushikdutta.async.ByteBufferList
 
isFile() - Method in class com.koushikdutta.async.http.Part
 
isMustRevalidate() - Method in class com.koushikdutta.async.http.libcore.ResponseHeaders
 
isNoCache() - Method in class com.koushikdutta.async.http.libcore.RequestHeaders
 
isNoCache() - Method in class com.koushikdutta.async.http.libcore.ResponseHeaders
 
isNoStore() - Method in class com.koushikdutta.async.http.libcore.ResponseHeaders
 
isOnlyIfCached() - Method in class com.koushikdutta.async.http.libcore.RequestHeaders
 
isOpen() - Method in class com.koushikdutta.async.AsyncNetworkSocket
 
isOpen() - Method in class com.koushikdutta.async.AsyncSSLSocketWrapper
 
isOpen() - Method in class com.koushikdutta.async.BufferedDataSink
 
isOpen() - Method in interface com.koushikdutta.async.DataSink
 
isOpen() - Method in class com.koushikdutta.async.http.server.AsyncHttpServerResponseImpl
 
isOpen() - Method in class com.koushikdutta.async.http.WebSocketImpl
 
isOpen() - Method in class com.koushikdutta.async.stream.OutputStreamDataSink
 
isPaused() - Method in class com.koushikdutta.async.AsyncNetworkSocket
 
isPaused() - Method in class com.koushikdutta.async.AsyncSSLSocketWrapper
 
isPaused() - Method in class com.koushikdutta.async.BufferedDataEmitter
 
isPaused() - Method in interface com.koushikdutta.async.DataEmitter
 
isPaused() - Method in class com.koushikdutta.async.FileDataEmitter
 
isPaused() - Method in class com.koushikdutta.async.FilteredDataEmitter
 
isPaused() - Method in class com.koushikdutta.async.http.server.AsyncHttpServerRequestImpl
 
isPaused() - Method in class com.koushikdutta.async.http.WebSocketImpl
 
isPaused() - Method in class com.koushikdutta.async.stream.InputStreamDataEmitter
 
isPublic() - Method in class com.koushikdutta.async.http.libcore.ResponseHeaders
 
isRunning() - Method in class com.koushikdutta.async.AsyncServer
 
iterator() - Method in class com.koushikdutta.async.http.Multimap
 

J

JSONArrayParser - Class in com.koushikdutta.async.parser
Created by koush on 5/27/13.
JSONArrayParser() - Constructor for class com.koushikdutta.async.parser.JSONArrayParser
 
JSONObjectBody - Class in com.koushikdutta.async.http
 
JSONObjectBody() - Constructor for class com.koushikdutta.async.http.JSONObjectBody
 
JSONObjectBody(JSONObject) - Constructor for class com.koushikdutta.async.http.JSONObjectBody
 
JSONObjectParser - Class in com.koushikdutta.async.parser
Created by koush on 5/27/13.
JSONObjectParser() - Constructor for class com.koushikdutta.async.parser.JSONObjectParser
 

L

length() - Method in interface com.koushikdutta.async.http.AsyncHttpRequestBody
 
length() - Method in class com.koushikdutta.async.http.JSONObjectBody
 
length() - Method in class com.koushikdutta.async.http.libcore.RawHeaders
Returns the number of field values.
length() - Method in class com.koushikdutta.async.http.MultipartFormDataBody
 
length() - Method in class com.koushikdutta.async.http.Part
 
length() - Method in class com.koushikdutta.async.http.server.UnknownRequestBody
 
length() - Method in class com.koushikdutta.async.http.StringBody
 
length() - Method in class com.koushikdutta.async.http.UrlEncodedFormBody
 
LineEmitter - Class in com.koushikdutta.async
 
LineEmitter() - Constructor for class com.koushikdutta.async.LineEmitter
 
LineEmitter.StringCallback - Interface in com.koushikdutta.async
 
listen(InetAddress, int, ListenCallback) - Method in class com.koushikdutta.async.AsyncServer
 
listen(AsyncServer, int) - Method in class com.koushikdutta.async.http.server.AsyncHttpServer
 
listen(int) - Method in class com.koushikdutta.async.http.server.AsyncHttpServer
 
ListenCallback - Interface in com.koushikdutta.async.callback
 
logd(String) - Method in class com.koushikdutta.async.http.AsyncHttpRequest
 
logd(String, Exception) - Method in class com.koushikdutta.async.http.AsyncHttpRequest
 
loge(String) - Method in class com.koushikdutta.async.http.AsyncHttpRequest
 
loge(String, Exception) - Method in class com.koushikdutta.async.http.AsyncHttpRequest
 
logi(String) - Method in class com.koushikdutta.async.http.AsyncHttpRequest
 
LOGTAG - Static variable in class com.koushikdutta.async.AsyncServer
 
logv(String) - Method in class com.koushikdutta.async.http.AsyncHttpRequest
 
logw(String) - Method in class com.koushikdutta.async.http.AsyncHttpRequest
 

M

memmove(Object, int, Object, int, long) - Static method in class com.koushikdutta.async.http.libcore.Memory
Copies 'byteCount' bytes from the source to the destination.
Memory - Class in com.koushikdutta.async.http.libcore
Unsafe access to memory.
METHOD - Static variable in class com.koushikdutta.async.http.AsyncHttpGet
 
METHOD - Static variable in class com.koushikdutta.async.http.AsyncHttpPost
 
Multimap - Class in com.koushikdutta.async.http
Created by koush on 5/27/13.
Multimap() - Constructor for class com.koushikdutta.async.http.Multimap
 
Multimap(RawHeaders) - Constructor for class com.koushikdutta.async.http.Multimap
 
Multimap(List<NameValuePair>) - Constructor for class com.koushikdutta.async.http.Multimap
 
MultipartFormDataBody - Class in com.koushikdutta.async.http
 
MultipartFormDataBody(String, String[]) - Constructor for class com.koushikdutta.async.http.MultipartFormDataBody
 
MultipartFormDataBody() - Constructor for class com.koushikdutta.async.http.MultipartFormDataBody
 
MultipartFormDataBody.MultipartCallback - Interface in com.koushikdutta.async.http
 

N

newInputStream(int) - Method in class com.koushikdutta.async.http.libcore.DiskLruCache.Editor
Returns an unbuffered input stream to read the last committed value, or null if no value has been committed.
newOutputStream(int) - Method in class com.koushikdutta.async.http.libcore.DiskLruCache.Editor
Returns a new unbuffered output stream to write the value at index.
noop() - Method in class com.koushikdutta.async.PushParser
 
NullDataCallback - Class in com.koushikdutta.async
 
NullDataCallback() - Constructor for class com.koushikdutta.async.NullDataCallback
 

O

Objects - Class in com.koushikdutta.async.http.libcore
 
onAccepted(AsyncSocket) - Method in interface com.koushikdutta.async.callback.ListenCallback
 
onBodyDecoder(AsyncHttpClientMiddleware.OnBodyData) - Method in interface com.koushikdutta.async.http.AsyncHttpClientMiddleware
 
onBodyDecoder(AsyncHttpClientMiddleware.OnBodyData) - Method in class com.koushikdutta.async.http.ResponseCacheMiddleware
 
onBodyDecoder(AsyncHttpClientMiddleware.OnBodyData) - Method in class com.koushikdutta.async.http.SimpleMiddleware
 
onBoundaryEnd() - Method in class com.koushikdutta.async.http.MultipartFormDataBody
 
onBoundaryEnd() - Method in class com.koushikdutta.async.http.server.BoundaryEmitter
 
onBoundaryStart() - Method in class com.koushikdutta.async.http.MultipartFormDataBody
 
onBoundaryStart() - Method in class com.koushikdutta.async.http.server.BoundaryEmitter
 
onCompleted(Exception) - Method in interface com.koushikdutta.async.callback.CompletedCallback
 
onCompleted(Exception, S, T) - Method in interface com.koushikdutta.async.callback.ResultCallback
 
onCompleted(Exception, T) - Method in interface com.koushikdutta.async.future.FutureCallback
onCompleted is called by the Future with the result or exception of the asynchronous operation.
onCompleted(Exception, F) - Method in class com.koushikdutta.async.future.TransformFuture
 
onCompleted(Exception, WebSocket) - Method in interface com.koushikdutta.async.http.AsyncHttpClient.WebSocketConnectCallback
 
onCompleted(Exception) - Method in class com.koushikdutta.async.http.server.AsyncHttpServerRequestImpl
 
onCompleted(Exception) - Method in interface com.koushikdutta.async.http.server.AsyncHttpServerResponse
Alias for end.
onCompleted(Exception) - Method in class com.koushikdutta.async.http.server.AsyncHttpServerResponseImpl
 
onCompleted(Exception) - Method in class com.koushikdutta.async.stream.OutputStreamDataCallback
 
onConnect(AsyncHttpResponse) - Method in class com.koushikdutta.async.http.AsyncHttpClient.RequestCallbackBase
 
onConnect(AsyncHttpResponse) - Method in interface com.koushikdutta.async.http.callback.RequestCallback
 
onConnectCompleted(Exception, AsyncSocket) - Method in interface com.koushikdutta.async.callback.ConnectCallback
 
onConnectCompleted(Exception, AsyncHttpResponse) - Method in interface com.koushikdutta.async.http.callback.HttpConnectCallback
 
onConnectCompleted(Exception, SocketIOClient) - Method in interface com.koushikdutta.async.http.SocketIOClient.SocketIOConnectCallback
 
onConnected(WebSocket, RequestHeaders) - Method in interface com.koushikdutta.async.http.server.AsyncHttpServer.WebSocketRequestCallback
 
onContinue(Continuation, CompletedCallback) - Method in interface com.koushikdutta.async.callback.ContinuationCallback
 
onContinue(Continuation, CompletedCallback) - Method in class com.koushikdutta.async.future.Continuation
 
onData(int) - Method in interface com.koushikdutta.async.DataTrackingEmitter.DataTracker
 
onDataAvailable() - Method in class com.koushikdutta.async.BufferedDataEmitter
 
onDataAvailable(DataEmitter, ByteBufferList) - Method in class com.koushikdutta.async.BufferedDataEmitter
 
onDataAvailable(DataEmitter, ByteBufferList) - Method in interface com.koushikdutta.async.callback.DataCallback
 
onDataAvailable(DataEmitter, ByteBufferList) - Method in class com.koushikdutta.async.DataEmitterReader
 
onDataAvailable(DataEmitter, ByteBufferList) - Method in class com.koushikdutta.async.FilteredDataEmitter
 
onDataAvailable(DataEmitter, ByteBufferList) - Method in class com.koushikdutta.async.http.filter.ChunkedInputFilter
 
onDataAvailable(DataEmitter, ByteBufferList) - Method in class com.koushikdutta.async.http.filter.ContentLengthFilter
 
onDataAvailable(DataEmitter, ByteBufferList) - Method in class com.koushikdutta.async.http.filter.GZIPInputFilter
 
onDataAvailable(DataEmitter, ByteBufferList) - Method in class com.koushikdutta.async.http.filter.InflaterInputFilter
 
onDataAvailable(DataEmitter, ByteBufferList) - Method in class com.koushikdutta.async.http.server.BoundaryEmitter
 
onDataAvailable(DataEmitter, ByteBufferList) - Method in class com.koushikdutta.async.LineEmitter
 
onDataAvailable(DataEmitter, ByteBufferList) - Method in class com.koushikdutta.async.NullDataCallback
 
onDataAvailable(DataEmitter, ByteBufferList) - Method in class com.koushikdutta.async.stream.OutputStreamDataCallback
 
onDataTransmitted(int) - Method in class com.koushikdutta.async.AsyncServer
 
onDataWritable() - Method in class com.koushikdutta.async.AsyncNetworkSocket
 
onEnd() - Method in class com.koushikdutta.async.http.server.AsyncHttpServerResponseImpl
 
onEvent(String, JSONArray) - Method in interface com.koushikdutta.async.http.SocketIOClient.EventCallback
 
onHandshakeException(AsyncSSLException) - Method in class com.koushikdutta.async.http.AsyncHttpRequest
 
onHeadersReceived(AsyncHttpClientMiddleware.OnHeadersReceivedData) - Method in interface com.koushikdutta.async.http.AsyncHttpClientMiddleware
 
onHeadersReceived() - Method in class com.koushikdutta.async.http.server.AsyncHttpServerRequestImpl
 
onHeadersReceived(AsyncHttpClientMiddleware.OnHeadersReceivedData) - Method in class com.koushikdutta.async.http.SimpleMiddleware
 
onJSON(JSONObject) - Method in interface com.koushikdutta.async.http.SocketIOClient.JSONCallback
 
onListening(AsyncServerSocket) - Method in interface com.koushikdutta.async.callback.ListenCallback
 
onNotHttp() - Method in class com.koushikdutta.async.http.server.AsyncHttpServerRequestImpl
 
onPart(Part) - Method in interface com.koushikdutta.async.http.MultipartFormDataBody.MultipartCallback
 
onProgress(AsyncHttpResponse, int, int) - Method in class com.koushikdutta.async.http.AsyncHttpClient.RequestCallbackBase
 
onProgress(AsyncHttpResponse, int, int) - Method in interface com.koushikdutta.async.http.callback.RequestCallback
 
onRequest(AsyncHttpServerRequest, AsyncHttpServerResponse) - Method in class com.koushikdutta.async.http.server.AsyncHttpServer
 
onRequest(AsyncHttpServerRequest, AsyncHttpServerResponse) - Method in interface com.koushikdutta.async.http.server.HttpServerRequestCallback
 
onRequestComplete(AsyncHttpClientMiddleware.OnRequestCompleteData) - Method in interface com.koushikdutta.async.http.AsyncHttpClientMiddleware
 
onRequestComplete(AsyncHttpClientMiddleware.OnRequestCompleteData) - Method in class com.koushikdutta.async.http.AsyncSocketMiddleware
 
onRequestComplete(AsyncHttpClientMiddleware.OnRequestCompleteData) - Method in class com.koushikdutta.async.http.ResponseCacheMiddleware
 
onRequestComplete(AsyncHttpClientMiddleware.OnRequestCompleteData) - Method in class com.koushikdutta.async.http.SimpleMiddleware
 
onSocket(AsyncHttpClientMiddleware.OnSocketData) - Method in interface com.koushikdutta.async.http.AsyncHttpClientMiddleware
 
onSocket(AsyncHttpClientMiddleware.OnSocketData) - Method in class com.koushikdutta.async.http.SimpleMiddleware
 
onString(String) - Method in interface com.koushikdutta.async.http.SocketIOClient.StringCallback
 
onStringAvailable(String) - Method in interface com.koushikdutta.async.http.WebSocket.StringCallback
 
onStringAvailable(String) - Method in interface com.koushikdutta.async.LineEmitter.StringCallback
 
onWriteable() - Method in interface com.koushikdutta.async.callback.WritableCallback
 
open(File, int, int, long) - Static method in class com.koushikdutta.async.http.libcore.DiskLruCache
Opens the cache in directory, creating a cache if none exists there.
openDatagram() - Method in class com.koushikdutta.async.AsyncServer
 
order() - Method in class com.koushikdutta.async.ByteBufferList
 
order(ByteOrder) - Method in class com.koushikdutta.async.ByteBufferList
 
order() - Method in class com.koushikdutta.async.PushParser
 
order(ByteOrder) - Method in class com.koushikdutta.async.PushParser
 
OutputStreamDataCallback - Class in com.koushikdutta.async.stream
 
OutputStreamDataCallback(OutputStream) - Constructor for class com.koushikdutta.async.stream.OutputStreamDataCallback
 
OutputStreamDataSink - Class in com.koushikdutta.async.stream
 
OutputStreamDataSink() - Constructor for class com.koushikdutta.async.stream.OutputStreamDataSink
 
OutputStreamDataSink(OutputStream) - Constructor for class com.koushikdutta.async.stream.OutputStreamDataSink
 

P

parse(DataEmitter, CompletedCallback) - Method in interface com.koushikdutta.async.http.AsyncHttpRequestBody
 
parse(DataEmitter, CompletedCallback) - Method in class com.koushikdutta.async.http.JSONObjectBody
 
parse(String) - Static method in class com.koushikdutta.async.http.libcore.HttpDate
Returns the date for value.
parse(DataEmitter, CompletedCallback) - Method in class com.koushikdutta.async.http.MultipartFormDataBody
 
parse(DataEmitter, CompletedCallback) - Method in class com.koushikdutta.async.http.server.UnknownRequestBody
 
parse(DataEmitter, CompletedCallback) - Method in class com.koushikdutta.async.http.StringBody
 
parse(DataEmitter, CompletedCallback) - Method in class com.koushikdutta.async.http.UrlEncodedFormBody
 
parse(DataEmitter) - Method in interface com.koushikdutta.async.parser.AsyncParser
 
parse(DataEmitter) - Method in class com.koushikdutta.async.parser.ByteBufferListParser
 
parse(DataEmitter) - Method in class com.koushikdutta.async.parser.JSONArrayParser
 
parse(DataEmitter) - Method in class com.koushikdutta.async.parser.JSONObjectParser
 
parse(DataEmitter) - Method in class com.koushikdutta.async.parser.StringParser
 
parseHeader(String) - Static method in class com.koushikdutta.async.http.Multimap
 
parseHeader(RawHeaders, String) - Static method in class com.koushikdutta.async.http.Multimap
 
parseQuery(String) - Static method in class com.koushikdutta.async.http.Multimap
 
Part - Class in com.koushikdutta.async.http
 
Part(RawHeaders) - Constructor for class com.koushikdutta.async.http.Part
 
Part(String, int, List<NameValuePair>) - Constructor for class com.koushikdutta.async.http.Part
 
pause() - Method in class com.koushikdutta.async.AsyncNetworkSocket
 
pause() - Method in class com.koushikdutta.async.AsyncSSLSocketWrapper
 
pause() - Method in class com.koushikdutta.async.BufferedDataEmitter
 
pause() - Method in interface com.koushikdutta.async.DataEmitter
 
pause() - Method in class com.koushikdutta.async.FileDataEmitter
 
pause() - Method in class com.koushikdutta.async.FilteredDataEmitter
 
pause() - Method in class com.koushikdutta.async.http.server.AsyncHttpServerRequestImpl
 
pause() - Method in class com.koushikdutta.async.http.WebSocketImpl
 
pause() - Method in class com.koushikdutta.async.stream.InputStreamDataEmitter
 
peekByte(int) - Static method in class com.koushikdutta.async.http.libcore.Memory
 
peekByteArray(int, byte[], int, int) - Static method in class com.koushikdutta.async.http.libcore.Memory
 
peekCharArray(int, char[], int, int, boolean) - Static method in class com.koushikdutta.async.http.libcore.Memory
 
peekDoubleArray(int, double[], int, int, boolean) - Static method in class com.koushikdutta.async.http.libcore.Memory
 
peekFloatArray(int, float[], int, int, boolean) - Static method in class com.koushikdutta.async.http.libcore.Memory
 
peekInt(byte[], int, ByteOrder) - Static method in class com.koushikdutta.async.http.libcore.Memory
 
peekInt(int, boolean) - Static method in class com.koushikdutta.async.http.libcore.Memory
 
peekIntArray(int, int[], int, int, boolean) - Static method in class com.koushikdutta.async.http.libcore.Memory
 
peekLong(byte[], int, ByteOrder) - Static method in class com.koushikdutta.async.http.libcore.Memory
 
peekLong(int, boolean) - Static method in class com.koushikdutta.async.http.libcore.Memory
 
peekLongArray(int, long[], int, int, boolean) - Static method in class com.koushikdutta.async.http.libcore.Memory
 
peekShort(byte[], int, ByteOrder) - Static method in class com.koushikdutta.async.http.libcore.Memory
 
peekShort(int, boolean) - Static method in class com.koushikdutta.async.http.libcore.Memory
 
peekShortArray(int, short[], int, int, boolean) - Static method in class com.koushikdutta.async.http.libcore.Memory
 
peekString() - Method in class com.koushikdutta.async.ByteBufferList
 
pokeByte(int, byte) - Static method in class com.koushikdutta.async.http.libcore.Memory
 
pokeByteArray(int, byte[], int, int) - Static method in class com.koushikdutta.async.http.libcore.Memory
 
pokeCharArray(int, char[], int, int, boolean) - Static method in class com.koushikdutta.async.http.libcore.Memory
 
pokeDoubleArray(int, double[], int, int, boolean) - Static method in class com.koushikdutta.async.http.libcore.Memory
 
pokeFloatArray(int, float[], int, int, boolean) - Static method in class com.koushikdutta.async.http.libcore.Memory
 
pokeInt(byte[], int, int, ByteOrder) - Static method in class com.koushikdutta.async.http.libcore.Memory
 
pokeInt(int, int, boolean) - Static method in class com.koushikdutta.async.http.libcore.Memory
 
pokeIntArray(int, int[], int, int, boolean) - Static method in class com.koushikdutta.async.http.libcore.Memory
 
pokeLong(byte[], int, long, ByteOrder) - Static method in class com.koushikdutta.async.http.libcore.Memory
 
pokeLong(int, long, boolean) - Static method in class com.koushikdutta.async.http.libcore.Memory
 
pokeLongArray(int, long[], int, int, boolean) - Static method in class com.koushikdutta.async.http.libcore.Memory
 
pokeShort(byte[], int, short, ByteOrder) - Static method in class com.koushikdutta.async.http.libcore.Memory
 
pokeShort(int, short, boolean) - Static method in class com.koushikdutta.async.http.libcore.Memory
 
pokeShortArray(int, short[], int, int, boolean) - Static method in class com.koushikdutta.async.http.libcore.Memory
 
post(Handler, Runnable) - Static method in class com.koushikdutta.async.AsyncServer
 
post(Runnable) - Method in class com.koushikdutta.async.AsyncServer
 
post(CompletedCallback, Exception) - Method in class com.koushikdutta.async.AsyncServer
 
post(String, HttpServerRequestCallback) - Method in class com.koushikdutta.async.http.server.AsyncHttpServer
 
postDelayed(Runnable, long) - Method in class com.koushikdutta.async.AsyncServer
 
pump(InputStream, DataSink, CompletedCallback) - Static method in class com.koushikdutta.async.Util
 
pump(DataEmitter, DataSink, CompletedCallback) - Static method in class com.koushikdutta.async.Util
 
pump(File, DataSink, CompletedCallback) - Static method in class com.koushikdutta.async.Util
 
PushParser - Class in com.koushikdutta.async
 
PushParser(DataEmitter) - Constructor for class com.koushikdutta.async.PushParser
 
put(String, String) - Method in class com.koushikdutta.async.http.Multimap
 
putNextEntry(ZipEntry) - Method in class com.koushikdutta.async.ZipDataSink
 

R

RawHeaders - Class in com.koushikdutta.async.http.libcore
The HTTP status and unparsed header fields of a single HTTP message.
RawHeaders() - Constructor for class com.koushikdutta.async.http.libcore.RawHeaders
 
RawHeaders(RawHeaders) - Constructor for class com.koushikdutta.async.http.libcore.RawHeaders
 
read(int, DataCallback) - Method in class com.koushikdutta.async.DataEmitterReader
 
readBuffer(int) - Method in class com.koushikdutta.async.PushParser
 
readByte() - Method in class com.koushikdutta.async.PushParser
 
readFullyOnRequest() - Method in interface com.koushikdutta.async.http.AsyncHttpRequestBody
 
readFullyOnRequest() - Method in class com.koushikdutta.async.http.JSONObjectBody
 
readFullyOnRequest() - Method in class com.koushikdutta.async.http.MultipartFormDataBody
 
readFullyOnRequest() - Method in class com.koushikdutta.async.http.server.UnknownRequestBody
 
readFullyOnRequest() - Method in class com.koushikdutta.async.http.StringBody
 
readFullyOnRequest() - Method in class com.koushikdutta.async.http.UrlEncodedFormBody
 
readInt() - Method in class com.koushikdutta.async.http.libcore.StrictLineReader
Read an int from a line containing its decimal representation.
readInt() - Method in class com.koushikdutta.async.PushParser
 
readLenBuffer() - Method in class com.koushikdutta.async.PushParser
 
readLine() - Method in class com.koushikdutta.async.http.libcore.StrictLineReader
Reads the next line.
readLong() - Method in class com.koushikdutta.async.PushParser
 
readShort() - Method in class com.koushikdutta.async.PushParser
 
readString() - Method in class com.koushikdutta.async.ByteBufferList
 
readString() - Method in class com.koushikdutta.async.PushParser
 
redirect(String) - Method in interface com.koushikdutta.async.http.server.AsyncHttpServerResponse
 
redirect(String) - Method in class com.koushikdutta.async.http.server.AsyncHttpServerResponseImpl
 
release() - Method in class com.koushikdutta.async.AsyncServer.AsyncSemaphore
 
remaining() - Method in class com.koushikdutta.async.BufferedDataSink
 
remaining() - Method in class com.koushikdutta.async.ByteBufferList
 
remove(Object) - Method in class com.koushikdutta.async.AsyncServer.ThreadQueue
 
remove() - Method in class com.koushikdutta.async.AsyncServer.ThreadQueue
 
remove() - Method in class com.koushikdutta.async.ByteBufferList
 
remove(String) - Method in class com.koushikdutta.async.http.libcore.DiskLruCache
Drops the entry for key if it exists and can be removed.
removeAll(String) - Method in class com.koushikdutta.async.http.libcore.RawHeaders
 
removeAllCallbacks(Object) - Method in class com.koushikdutta.async.AsyncServer
 
report(Exception) - Method in class com.koushikdutta.async.DataEmitterBase
 
report(Exception) - Method in class com.koushikdutta.async.http.filter.InflaterInputFilter
 
report(Exception) - Method in class com.koushikdutta.async.http.server.AsyncHttpServerResponseImpl
 
report(Exception) - Method in class com.koushikdutta.async.ZipDataSink
 
reportClose(Exception) - Method in class com.koushikdutta.async.AsyncNetworkSocket
 
reportClose(Exception) - Method in class com.koushikdutta.async.stream.OutputStreamDataSink
 
request - Variable in class com.koushikdutta.async.http.AsyncHttpClientMiddleware.GetSocketData
 
RequestCallback<T> - Interface in com.koushikdutta.async.http.callback
 
RequestHeaders - Class in com.koushikdutta.async.http.libcore
Parsed HTTP request headers.
RequestHeaders(URI, RawHeaders) - Constructor for class com.koushikdutta.async.http.libcore.RequestHeaders
 
requiresConnection() - Method in enum com.koushikdutta.async.http.libcore.ResponseSource
 
ResponseCacheMiddleware - Class in com.koushikdutta.async.http
 
ResponseCacheMiddleware.CacheData - Class in com.koushikdutta.async.http
 
ResponseCacheMiddleware.CacheData() - Constructor for class com.koushikdutta.async.http.ResponseCacheMiddleware.CacheData
 
responseCode(int) - Method in interface com.koushikdutta.async.http.server.AsyncHttpServerResponse
 
responseCode(int) - Method in class com.koushikdutta.async.http.server.AsyncHttpServerResponseImpl
 
ResponseHeaders - Class in com.koushikdutta.async.http.libcore
Parsed HTTP response headers.
ResponseHeaders(URI, RawHeaders) - Constructor for class com.koushikdutta.async.http.libcore.ResponseHeaders
 
ResponseSource - Enum in com.koushikdutta.async.http.libcore
 
ResultCallback<S,T> - Interface in com.koushikdutta.async.callback
 
resume() - Method in class com.koushikdutta.async.AsyncNetworkSocket
 
resume() - Method in class com.koushikdutta.async.AsyncSSLSocketWrapper
 
resume() - Method in class com.koushikdutta.async.BufferedDataEmitter
 
resume() - Method in interface com.koushikdutta.async.DataEmitter
 
resume() - Method in class com.koushikdutta.async.FileDataEmitter
 
resume() - Method in class com.koushikdutta.async.FilteredDataEmitter
 
resume() - Method in class com.koushikdutta.async.http.server.AsyncHttpServerRequestImpl
 
resume() - Method in class com.koushikdutta.async.http.WebSocketImpl
 
resume() - Method in class com.koushikdutta.async.stream.InputStreamDataEmitter
 
run(Runnable) - Method in class com.koushikdutta.async.AsyncServer
 
run() - Method in class com.koushikdutta.async.AsyncServer
 
run(boolean, boolean) - Method in class com.koushikdutta.async.AsyncServer
 
run() - Method in class com.koushikdutta.async.future.Continuation
 

S

send(String, int, ByteBuffer) - Method in class com.koushikdutta.async.AsyncDatagramSocket
 
send(InetSocketAddress, ByteBuffer) - Method in class com.koushikdutta.async.AsyncDatagramSocket
 
send(String, String) - Method in interface com.koushikdutta.async.http.server.AsyncHttpServerResponse
 
send(String) - Method in interface com.koushikdutta.async.http.server.AsyncHttpServerResponse
 
send(JSONObject) - Method in interface com.koushikdutta.async.http.server.AsyncHttpServerResponse
 
send(String, String) - Method in class com.koushikdutta.async.http.server.AsyncHttpServerResponseImpl
 
send(String) - Method in class com.koushikdutta.async.http.server.AsyncHttpServerResponseImpl
 
send(JSONObject) - Method in class com.koushikdutta.async.http.server.AsyncHttpServerResponseImpl
 
send(byte[]) - Method in interface com.koushikdutta.async.http.WebSocket
 
send(String) - Method in interface com.koushikdutta.async.http.WebSocket
 
send(byte[]) - Method in class com.koushikdutta.async.http.WebSocketImpl
 
send(String) - Method in class com.koushikdutta.async.http.WebSocketImpl
 
sendFile(File) - Method in interface com.koushikdutta.async.http.server.AsyncHttpServerResponse
 
sendFile(File) - Method in class com.koushikdutta.async.http.server.AsyncHttpServerResponseImpl
 
set(int, String) - Method in class com.koushikdutta.async.http.libcore.DiskLruCache.Editor
Sets the value at index to value.
set(String, String) - Method in class com.koushikdutta.async.http.libcore.RawHeaders
Set a field with the specified value.
setAcceptEncoding(String) - Method in class com.koushikdutta.async.http.libcore.RequestHeaders
 
setAutostart(boolean) - Method in class com.koushikdutta.async.AsyncServer
 
setBody(AsyncHttpRequestBody) - Method in class com.koushikdutta.async.http.AsyncHttpRequest
 
setBoundary(String) - Method in class com.koushikdutta.async.http.server.BoundaryEmitter
 
setCaching(boolean) - Method in class com.koushikdutta.async.http.ResponseCacheMiddleware
 
setCallback(CompletedCallback) - Method in class com.koushikdutta.async.future.Continuation
 
setCallback(FutureCallback<T>) - Method in interface com.koushikdutta.async.future.Future
Set a callback to be invoked when this Future completes.
setCallback(FutureCallback<T>) - Method in class com.koushikdutta.async.future.SimpleFuture
 
setCancelCallback(Runnable) - Method in class com.koushikdutta.async.future.Continuation
 
setCancelCallback(Cancellable) - Method in class com.koushikdutta.async.future.Continuation
 
setChunked() - Method in class com.koushikdutta.async.http.libcore.RequestHeaders
 
setClosedCallback(CompletedCallback) - Method in class com.koushikdutta.async.AsyncNetworkSocket
 
setClosedCallback(CompletedCallback) - Method in class com.koushikdutta.async.AsyncSSLSocketWrapper
 
setClosedCallback(CompletedCallback) - Method in class com.koushikdutta.async.BufferedDataSink
 
setClosedCallback(CompletedCallback) - Method in interface com.koushikdutta.async.DataSink
 
setClosedCallback(CompletedCallback) - Method in class com.koushikdutta.async.http.server.AsyncHttpServerResponseImpl
 
setClosedCallback(CompletedCallback) - Method in class com.koushikdutta.async.http.SocketIOClient
 
setClosedCallback(CompletedCallback) - Method in class com.koushikdutta.async.http.WebSocketImpl
 
setClosedCallback(CompletedCallback) - Method in class com.koushikdutta.async.stream.OutputStreamDataSink
 
setComplete() - Method in class com.koushikdutta.async.future.SimpleCancellable
 
setComplete() - Method in class com.koushikdutta.async.future.SimpleFuture
 
setComplete(Exception) - Method in class com.koushikdutta.async.future.SimpleFuture
 
setComplete(T) - Method in class com.koushikdutta.async.future.SimpleFuture
 
setComplete(Exception, T) - Method in class com.koushikdutta.async.future.SimpleFuture
 
setConnection(String) - Method in class com.koushikdutta.async.http.libcore.RequestHeaders
 
setContentLength(int) - Method in class com.koushikdutta.async.http.libcore.RequestHeaders
 
setContentType(String) - Method in class com.koushikdutta.async.http.libcore.RequestHeaders
 
setContentType(String) - Method in interface com.koushikdutta.async.http.server.AsyncHttpServerResponse
 
setContentType(String) - Method in class com.koushikdutta.async.http.server.AsyncHttpServerResponseImpl
 
setDataCallback(DataCallback) - Method in class com.koushikdutta.async.AsyncNetworkSocket
 
setDataCallback(DataCallback) - Method in class com.koushikdutta.async.AsyncSSLSocketWrapper
 
setDataCallback(DataCallback) - Method in class com.koushikdutta.async.BufferedDataEmitter
 
setDataCallback(DataCallback) - Method in interface com.koushikdutta.async.DataEmitter
 
setDataCallback(DataCallback) - Method in class com.koushikdutta.async.FileDataEmitter
 
setDataCallback(DataCallback) - Method in class com.koushikdutta.async.FilteredDataEmitter
 
setDataCallback(DataCallback) - Method in class com.koushikdutta.async.http.server.AsyncHttpServerRequestImpl
 
setDataCallback(DataCallback) - Method in class com.koushikdutta.async.http.WebSocketImpl
 
setDataCallback(DataCallback) - Method in class com.koushikdutta.async.stream.InputStreamDataEmitter
 
setDataEmitter(DataEmitter) - Method in interface com.koushikdutta.async.DataTrackingEmitter
 
setDataEmitter(DataEmitter) - Method in class com.koushikdutta.async.FilteredDataEmitter
 
setDataTracker(DataTrackingEmitter.DataTracker) - Method in interface com.koushikdutta.async.DataTrackingEmitter
 
setDataTracker(DataTrackingEmitter.DataTracker) - Method in class com.koushikdutta.async.FilteredDataEmitter
 
setEndCallback(CompletedCallback) - Method in class com.koushikdutta.async.AsyncNetworkSocket
 
setEndCallback(CompletedCallback) - Method in class com.koushikdutta.async.AsyncSSLSocketWrapper
 
setEndCallback(CompletedCallback) - Method in class com.koushikdutta.async.BufferedDataEmitter
 
setEndCallback(CompletedCallback) - Method in interface com.koushikdutta.async.DataEmitter
 
setEndCallback(CompletedCallback) - Method in class com.koushikdutta.async.DataEmitterBase
 
setEndCallback(CompletedCallback) - Method in class com.koushikdutta.async.FileDataEmitter
 
setEndCallback(CompletedCallback) - Method in interface com.koushikdutta.async.http.AsyncHttpResponse
 
setEndCallback(CompletedCallback) - Method in class com.koushikdutta.async.http.WebSocketImpl
 
setEndCallback(CompletedCallback) - Method in class com.koushikdutta.async.stream.InputStreamDataEmitter
 
setErrorCallback(CompletedCallback) - Method in class com.koushikdutta.async.http.server.AsyncHttpServer
 
setEventCallback(SocketIOClient.EventCallback) - Method in class com.koushikdutta.async.http.SocketIOClient
 
setFollowRedirect(boolean) - Method in class com.koushikdutta.async.http.AsyncHttpRequest
 
setHandler(Handler) - Method in class com.koushikdutta.async.http.AsyncHttpRequest
Deprecated. 
setHeader(String, String) - Method in class com.koushikdutta.async.http.AsyncHttpRequest
 
setHost(String) - Method in class com.koushikdutta.async.http.libcore.RequestHeaders
 
setIfModifiedSince(Date) - Method in class com.koushikdutta.async.http.libcore.RequestHeaders
 
setIfNoneMatch(String) - Method in class com.koushikdutta.async.http.libcore.RequestHeaders
 
setIgnore(boolean) - Method in exception com.koushikdutta.async.AsyncSSLException
 
setJSONCallback(SocketIOClient.JSONCallback) - Method in class com.koushikdutta.async.http.SocketIOClient
 
setLineCallback(LineEmitter.StringCallback) - Method in class com.koushikdutta.async.LineEmitter
 
setLocalTimestamps(long, long) - Method in class com.koushikdutta.async.http.libcore.ResponseHeaders
 
setLogging(String, int) - Method in class com.koushikdutta.async.http.AsyncHttpRequest
 
setMaxBuffer(int) - Method in class com.koushikdutta.async.BufferedDataSink
 
setMaxSize(long) - Method in class com.koushikdutta.async.http.libcore.DiskLruCache
Changes the maximum number of bytes the cache can store and queues a job to trim the existing store, if necessary.
setMethod(String) - Method in class com.koushikdutta.async.http.AsyncHttpRequest
 
setMultipartCallback(MultipartFormDataBody.MultipartCallback) - Method in class com.koushikdutta.async.http.MultipartFormDataBody
 
setOutputStream(OutputStream) - Method in class com.koushikdutta.async.stream.OutputStreamDataSink
 
setParent(Cancellable) - Method in interface com.koushikdutta.async.future.DependentCancellable
 
setParent(Cancellable) - Method in class com.koushikdutta.async.future.SimpleCancellable
 
setParent(Cancellable) - Method in class com.koushikdutta.async.future.SimpleFuture
 
setStatusLine(String) - Method in class com.koushikdutta.async.http.libcore.RawHeaders
Sets the response status line (like "HTTP/1.0 200 OK") or request line (like "GET / HTTP/1.1").
setStringCallback(SocketIOClient.StringCallback) - Method in class com.koushikdutta.async.http.SocketIOClient
 
setStringCallback(WebSocket.StringCallback) - Method in interface com.koushikdutta.async.http.WebSocket
 
setStringCallback(WebSocket.StringCallback) - Method in class com.koushikdutta.async.http.WebSocketImpl
 
setTimeout(int) - Method in class com.koushikdutta.async.http.AsyncHttpRequest
 
setUserAgent(String) - Method in class com.koushikdutta.async.http.libcore.RequestHeaders
 
setWriteableCallback(WritableCallback) - Method in class com.koushikdutta.async.AsyncNetworkSocket
 
setWriteableCallback(WritableCallback) - Method in class com.koushikdutta.async.AsyncSSLSocketWrapper
 
setWriteableCallback(WritableCallback) - Method in class com.koushikdutta.async.BufferedDataSink
 
setWriteableCallback(WritableCallback) - Method in interface com.koushikdutta.async.DataSink
 
setWriteableCallback(WritableCallback) - Method in class com.koushikdutta.async.http.server.AsyncHttpServerResponseImpl
 
setWriteableCallback(WritableCallback) - Method in class com.koushikdutta.async.http.WebSocketImpl
 
setWriteableCallback(WritableCallback) - Method in class com.koushikdutta.async.stream.OutputStreamDataSink
 
SimpleCancellable - Class in com.koushikdutta.async.future
 
SimpleCancellable() - Constructor for class com.koushikdutta.async.future.SimpleCancellable
 
SimpleFuture<T> - Class in com.koushikdutta.async.future
 
SimpleFuture() - Constructor for class com.koushikdutta.async.future.SimpleFuture
 
SimpleMiddleware - Class in com.koushikdutta.async.http
 
SimpleMiddleware() - Constructor for class com.koushikdutta.async.http.SimpleMiddleware
 
size() - Method in class com.koushikdutta.async.ByteBufferList
 
size() - Method in class com.koushikdutta.async.http.libcore.DiskLruCache
Returns the number of bytes currently being used to store the values in this cache.
socket - Variable in class com.koushikdutta.async.http.AsyncHttpClientMiddleware.OnSocketData
 
SocketIOClient - Class in com.koushikdutta.async.http
 
SocketIOClient.EventCallback - Interface in com.koushikdutta.async.http
 
SocketIOClient.JSONCallback - Interface in com.koushikdutta.async.http
 
SocketIOClient.SocketIOConnectCallback - Interface in com.koushikdutta.async.http
 
SocketIOClient.SocketIORequest - Class in com.koushikdutta.async.http
 
SocketIOClient.SocketIORequest(String) - Constructor for class com.koushikdutta.async.http.SocketIOClient.SocketIORequest
 
SocketIOClient.StringCallback - Interface in com.koushikdutta.async.http
 
spewString() - Method in class com.koushikdutta.async.ByteBufferList
 
start() - Method in class com.koushikdutta.async.future.Continuation
 
state - Variable in class com.koushikdutta.async.http.AsyncHttpClientMiddleware.GetSocketData
 
stop() - Method in class com.koushikdutta.async.AsyncServer
 
stop() - Method in interface com.koushikdutta.async.AsyncServerSocket
 
stop() - Method in class com.koushikdutta.async.http.server.AsyncHttpServer
 
stream(AsyncSocket, AsyncSocket, CompletedCallback) - Static method in class com.koushikdutta.async.Util
 
StreamPart - Class in com.koushikdutta.async.http
 
StreamPart(String, int, List<NameValuePair>) - Constructor for class com.koushikdutta.async.http.StreamPart
 
StrictLineReader - Class in com.koushikdutta.async.http.libcore
Buffers input from an InputStream for reading lines.
StrictLineReader(InputStream) - Constructor for class com.koushikdutta.async.http.libcore.StrictLineReader
Constructs a new StrictLineReader with the default capacity and charset.
StrictLineReader(InputStream, int) - Constructor for class com.koushikdutta.async.http.libcore.StrictLineReader
Constructs a new LineReader with the specified capacity and the default charset.
StrictLineReader(InputStream, Charset) - Constructor for class com.koushikdutta.async.http.libcore.StrictLineReader
Constructs a new LineReader with the specified charset and the default capacity.
StrictLineReader(InputStream, int, Charset) - Constructor for class com.koushikdutta.async.http.libcore.StrictLineReader
Constructs a new LineReader with the specified capacity and charset.
StringBody - Class in com.koushikdutta.async.http
 
StringBody() - Constructor for class com.koushikdutta.async.http.StringBody
 
StringBody(String) - Constructor for class com.koushikdutta.async.http.StringBody
 
StringParser - Class in com.koushikdutta.async.parser
Created by koush on 5/27/13.
StringParser() - Constructor for class com.koushikdutta.async.parser.StringParser
 
StringPart - Class in com.koushikdutta.async.http
 
StringPart(String, String) - Constructor for class com.koushikdutta.async.http.StringPart
 
stripContentEncoding() - Method in class com.koushikdutta.async.http.libcore.ResponseHeaders
 

T

tap(TapCallback) - Method in class com.koushikdutta.async.PushParser
 
TapCallback - Class in com.koushikdutta.async
 
TapCallback() - Constructor for class com.koushikdutta.async.TapCallback
 
toHeaderString() - Method in class com.koushikdutta.async.http.libcore.RawHeaders
 
toMultimap() - Method in class com.koushikdutta.async.http.libcore.RawHeaders
Returns an immutable map containing each field to its list of values.
toString() - Method in class com.koushikdutta.async.http.StringBody
 
transform(F) - Method in class com.koushikdutta.async.future.TransformFuture
 
TransformFuture<T,F> - Class in com.koushikdutta.async.future
 
TransformFuture() - Constructor for class com.koushikdutta.async.future.TransformFuture
 
trim() - Method in class com.koushikdutta.async.ByteBufferList
 
tryAcquire(long, TimeUnit) - Method in class com.koushikdutta.async.AsyncServer.AsyncSemaphore
 

U

UnknownRequestBody - Class in com.koushikdutta.async.http.server
 
UnknownRequestBody(String) - Constructor for class com.koushikdutta.async.http.server.UnknownRequestBody
 
unsafeBulkGet(Object, int, int, byte[], int, int, boolean) - Static method in class com.koushikdutta.async.http.libcore.Memory
Used to optimize nio heap buffer bulk get operations.
unsafeBulkPut(byte[], int, int, Object, int, int, boolean) - Static method in class com.koushikdutta.async.http.libcore.Memory
Used to optimize nio heap buffer bulk put operations.
unsignedToBytes(byte) - Static method in class com.koushikdutta.async.http.filter.GZIPInputFilter
 
until(byte, DataCallback) - Method in class com.koushikdutta.async.PushParser
 
UrlEncodedFormBody - Class in com.koushikdutta.async.http
 
UrlEncodedFormBody(Multimap) - Constructor for class com.koushikdutta.async.http.UrlEncodedFormBody
 
UrlEncodedFormBody(List<NameValuePair>) - Constructor for class com.koushikdutta.async.http.UrlEncodedFormBody
 
UrlEncodedFormBody() - Constructor for class com.koushikdutta.async.http.UrlEncodedFormBody
 
US_ASCII - Static variable in class com.koushikdutta.async.http.libcore.Charsets
 
UTF_8 - Static variable in class com.koushikdutta.async.http.libcore.Charsets
 
Util - Class in com.koushikdutta.async
 
Util() - Constructor for class com.koushikdutta.async.Util
 

V

validate(ResponseHeaders) - Method in class com.koushikdutta.async.http.libcore.ResponseHeaders
Returns true if this cached response should be used; false if the network response should be used.
valueOf(String) - Static method in enum com.koushikdutta.async.http.libcore.ResponseSource
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.koushikdutta.async.http.libcore.ResponseSource
Returns an array containing the constants of this enum type, in the order they are declared.
varyMatches(Map<String, List<String>>, Map<String, List<String>>) - Method in class com.koushikdutta.async.http.libcore.ResponseHeaders
Returns true if none of the Vary headers on this response have changed between cachedRequest and newRequest.

W

websocket(AsyncHttpRequest, String, AsyncHttpClient.WebSocketConnectCallback) - Method in class com.koushikdutta.async.http.AsyncHttpClient
 
websocket(String, String, AsyncHttpClient.WebSocketConnectCallback) - Method in class com.koushikdutta.async.http.AsyncHttpClient
 
websocket(String, AsyncHttpServer.WebSocketRequestCallback) - Method in class com.koushikdutta.async.http.server.AsyncHttpServer
 
WebSocket - Interface in com.koushikdutta.async.http
 
WebSocket.StringCallback - Interface in com.koushikdutta.async.http
 
WebSocketImpl - Class in com.koushikdutta.async.http
 
WebSocketImpl(AsyncHttpServerRequest, AsyncHttpServerResponse) - Constructor for class com.koushikdutta.async.http.WebSocketImpl
 
WebSocketImpl(AsyncSocket) - Constructor for class com.koushikdutta.async.http.WebSocketImpl
 
wrapCallback(ConnectCallback, URI, int) - Method in class com.koushikdutta.async.http.AsyncSocketMiddleware
 
wrapCallback(ConnectCallback, URI, int) - Method in class com.koushikdutta.async.http.AsyncSSLSocketMiddleware
 
WritableCallback - Interface in com.koushikdutta.async.callback
 
write(ByteBufferList) - Method in class com.koushikdutta.async.AsyncNetworkSocket
 
write(ByteBuffer) - Method in class com.koushikdutta.async.AsyncNetworkSocket
 
write(ByteBuffer) - Method in class com.koushikdutta.async.AsyncSSLSocketWrapper
 
write(ByteBufferList) - Method in class com.koushikdutta.async.AsyncSSLSocketWrapper
 
write(ByteBuffer) - Method in class com.koushikdutta.async.BufferedDataSink
 
write(ByteBufferList) - Method in class com.koushikdutta.async.BufferedDataSink
 
write(ByteBufferList, boolean) - Method in class com.koushikdutta.async.BufferedDataSink
 
write(ByteBuffer) - Method in interface com.koushikdutta.async.DataSink
 
write(ByteBufferList) - Method in interface com.koushikdutta.async.DataSink
 
write(ByteBuffer) - Method in class com.koushikdutta.async.FilteredDataSink
 
write(ByteBufferList) - Method in class com.koushikdutta.async.FilteredDataSink
 
write(AsyncHttpRequest, AsyncHttpResponse) - Method in interface com.koushikdutta.async.http.AsyncHttpRequestBody
 
write(AsyncHttpRequest, AsyncHttpResponse) - Method in class com.koushikdutta.async.http.JSONObjectBody
 
write(AsyncHttpRequest, AsyncHttpResponse) - Method in class com.koushikdutta.async.http.MultipartFormDataBody
 
write(DataSink, CompletedCallback) - Method in class com.koushikdutta.async.http.Part
 
write(ByteBuffer) - Method in class com.koushikdutta.async.http.server.AsyncHttpServerResponseImpl
 
write(ByteBufferList) - Method in class com.koushikdutta.async.http.server.AsyncHttpServerResponseImpl
 
write(AsyncHttpRequest, AsyncHttpResponse) - Method in class com.koushikdutta.async.http.server.UnknownRequestBody
 
write(DataSink, CompletedCallback) - Method in class com.koushikdutta.async.http.StreamPart
 
write(AsyncHttpRequest, AsyncHttpResponse) - Method in class com.koushikdutta.async.http.StringBody
 
write(AsyncHttpRequest, AsyncHttpResponse) - Method in class com.koushikdutta.async.http.UrlEncodedFormBody
 
write(ByteBuffer) - Method in class com.koushikdutta.async.http.WebSocketImpl
 
write(ByteBufferList) - Method in class com.koushikdutta.async.http.WebSocketImpl
 
write(DataSink, T, CompletedCallback) - Method in interface com.koushikdutta.async.parser.AsyncParser
 
write(DataSink, ByteBufferList, CompletedCallback) - Method in class com.koushikdutta.async.parser.ByteBufferListParser
 
write(DataSink, JSONArray, CompletedCallback) - Method in class com.koushikdutta.async.parser.JSONArrayParser
 
write(DataSink, JSONObject, CompletedCallback) - Method in class com.koushikdutta.async.parser.JSONObjectParser
 
write(DataSink, String, CompletedCallback) - Method in class com.koushikdutta.async.parser.StringParser
 
write(ByteBuffer) - Method in class com.koushikdutta.async.stream.OutputStreamDataSink
 
write(ByteBufferList) - Method in class com.koushikdutta.async.stream.OutputStreamDataSink
 
writeAll(DataSink, ByteBufferList, CompletedCallback) - Static method in class com.koushikdutta.async.Util
 
writeAll(DataSink, byte[], CompletedCallback) - Static method in class com.koushikdutta.async.Util
 
writeHead() - Method in interface com.koushikdutta.async.http.server.AsyncHttpServerResponse
 
writeHead() - Method in class com.koushikdutta.async.http.server.AsyncHttpServerResponseImpl
 
writeToParcel(Parcel, int) - Method in class com.koushikdutta.async.http.ResponseCacheMiddleware.CacheData
 

Z

ZipDataSink - Class in com.koushikdutta.async
 
ZipDataSink(DataSink) - Constructor for class com.koushikdutta.async.ZipDataSink
 

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