A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
Q
R
S
T
U
V
W
B
- badRequest() - function in com.tds.tapdb.internal.HttpRequest
- Is the response code a 400 Bad Request?
- basic(String,String) - function in com.tds.tapdb.internal.HttpRequest
- Set the 'Authorization' header to given values in Basic authenticationformat
- bindIsolatedService(Intent,int,String,Executor,ServiceConnection) - function in android.content.FakeProxyActivity
- bindIsolatedService(Intent,int,String,Executor,ServiceConnection) - function in android.content.TapTapDIDIntentService
- bindService(Intent,ServiceConnection,int) - function in android.content.FakeProxyActivity
- bindService(Intent,ServiceConnection,int) - function in android.content.TapTapDIDIntentService
- bindServiceAsUser(Intent,ServiceConnection,int,UserHandle) - function in android.content.FakeProxyActivity
- bindServiceAsUser(Intent,ServiceConnection,int,UserHandle) - function in android.content.TapTapDIDIntentService
- body(String) - function in com.tds.tapdb.internal.HttpRequest
- Get response as String in given character setThis will fall back to using the UTF-8 character set if the given charsetis null
- body() - function in com.tds.tapdb.internal.HttpRequest
- Get response as String using character set returned from charset
- body(AtomicReference) - function in com.tds.tapdb.internal.HttpRequest
- Get the response body as a String and set it as the value of thegiven reference.
- body(AtomicReference,String) - function in com.tds.tapdb.internal.HttpRequest
- Get the response body as a String and set it as the value of thegiven reference.
- buffer() - function in com.tds.tapdb.internal.HttpRequest
- Get response in a buffered stream
- bufferedReader(String) - function in com.tds.tapdb.internal.HttpRequest
- Get buffered reader to response body using the given character set r andthe configured buffer size
- bufferedReader() - function in com.tds.tapdb.internal.HttpRequest
- Get buffered reader to response body using the character set returned from charset and the configured buffer size
- bufferSize(int) - function in com.tds.tapdb.internal.HttpRequest
- Set the size used when buffering and copying between streamsThis size is also used for send and receive buffers created for both charand byte arraysThe default buffer size is 8,192 bytes
- bufferSize() - function in com.tds.tapdb.internal.HttpRequest
- Get the configured buffer sizeThe default buffer size is 8,192 bytes
- bytes() - function in com.tds.tapdb.internal.HttpRequest
- Get response as byte array