Skip navigation links
B C D G H I O P R S W 

B

ByteBufferBackedInputStream - Class in com.stackoverflow.collections
Slightly modified ByteBuffer InputStream wrapper from Stack Overflow with construction preconditions.
ByteBufferBackedInputStream(ByteBuffer) - Constructor for class com.stackoverflow.collections.ByteBufferBackedInputStream
 
ByteBufferBackedOutputStream - Class in com.stackoverflow.collections
Slightly modified ByteBuffer InputStream wrapper from Stack Overflow with construction preconditions.
ByteBufferBackedOutputStream(ByteBuffer) - Constructor for class com.stackoverflow.collections.ByteBufferBackedOutputStream
 

C

CaseInsensitiveForwardingMap<V> - Class in com.stackoverflow.guava
Slightly modified version of publicly shared case insensitive multimap.
CaseInsensitiveForwardingMap(Map<String, V>) - Constructor for class com.stackoverflow.guava.CaseInsensitiveForwardingMap
 
close() - Method in interface io.induct.http.Response
Allow the use of try-with-resources block to only read the minimal amount of data.
com.stackoverflow.collections - package com.stackoverflow.collections
 
com.stackoverflow.guava - package com.stackoverflow.guava
 
containsKey(Object) - Method in class com.stackoverflow.guava.CaseInsensitiveForwardingMap
 

D

delegate() - Method in class com.stackoverflow.guava.CaseInsensitiveForwardingMap
 
delete(String, Multimap<String, String>, Multimap<String, String>, InputStream) - Method in interface io.induct.http.HttpClient
Perform HTTP DELETE call.

G

get(Object) - Method in class com.stackoverflow.guava.CaseInsensitiveForwardingMap
 
get(String, Multimap<String, String>, Multimap<String, String>, InputStream) - Method in interface io.induct.http.HttpClient
Perform HTTP GET call.
get() - Method in class io.induct.util.concurrent.SyncValue
Get the value.
getResponseBody() - Method in interface io.induct.http.Response
Access response body if one is available.
getResponseHeaders() - Method in interface io.induct.http.Response
Access response headers.
getStatusCode() - Method in interface io.induct.http.Response
Access response status code.

H

HaltedException - Exception in io.induct.util.concurrent
Thrown whenever running process, action or any equivalent is interrupted, cancelled or otherwise prevented from finishing successfully.
HaltedException() - Constructor for exception io.induct.util.concurrent.HaltedException
 
HaltedException(String) - Constructor for exception io.induct.util.concurrent.HaltedException
 
HaltedException(Throwable) - Constructor for exception io.induct.util.concurrent.HaltedException
 
HaltedException(String, Throwable) - Constructor for exception io.induct.util.concurrent.HaltedException
 
head(String, Multimap<String, String>, Multimap<String, String>, InputStream) - Method in interface io.induct.http.HttpClient
Perform HTTP HEAD call.
HttpClient - Interface in io.induct.http
Low level HTTP client abstraction for interacting with HTTP APIs or alternatively functional test derivatives.
HttpException - Exception in io.induct.http
Generic HTTP related exception.
HttpException(String) - Constructor for exception io.induct.http.HttpException
 
HttpException(String, Throwable) - Constructor for exception io.induct.http.HttpException
 
HttpException(Throwable) - Constructor for exception io.induct.http.HttpException
 

I

io.induct.http - package io.induct.http
 
io.induct.util.concurrent - package io.induct.util.concurrent
 
isAssigned() - Method in class io.induct.util.concurrent.SyncValue
Check if a value has been assigned.

O

options(String, Multimap<String, String>, Multimap<String, String>, InputStream) - Method in interface io.induct.http.HttpClient
Perform HTTP OPTIONS call.

P

post(String, Multimap<String, String>, Multimap<String, String>, InputStream) - Method in interface io.induct.http.HttpClient
Perform HTTP POST call.
push(V) - Method in class io.induct.util.concurrent.SyncValue
Provide any value for the consumer(s).
put(String, V) - Method in class com.stackoverflow.guava.CaseInsensitiveForwardingMap
 
put(String, Multimap<String, String>, Multimap<String, String>, InputStream) - Method in interface io.induct.http.HttpClient
Perform HTTP PUT call.
putAll(Map<? extends String, ? extends V>) - Method in class com.stackoverflow.guava.CaseInsensitiveForwardingMap
 

R

read() - Method in class com.stackoverflow.collections.ByteBufferBackedInputStream
 
read(byte[], int, int) - Method in class com.stackoverflow.collections.ByteBufferBackedInputStream
 
remove(Object) - Method in class com.stackoverflow.guava.CaseInsensitiveForwardingMap
 
Response - Interface in io.induct.http
Generic HTTP response wrapper.

S

SyncValue<V> - Class in io.induct.util.concurrent
Async-to-sync value helper.
SyncValue() - Constructor for class io.induct.util.concurrent.SyncValue
 

W

write(int) - Method in class com.stackoverflow.collections.ByteBufferBackedOutputStream
 
write(byte[], int, int) - Method in class com.stackoverflow.collections.ByteBufferBackedOutputStream
 
B C D G H I O P R S W 
Skip navigation links