Skip navigation links
A C D G H I J P R S T V W 

A

accept(String) - Method in class plus.kat.caller.Client
Sets the request property of Accept
accept(Job) - Method in class plus.kat.caller.Client
Sets the request property of Accept
accept(String) - Method in class plus.kat.caller.Client
Sets the request property of Accept
accept(Job) - Method in class plus.kat.caller.Client
Sets the request property of Accept
agent(String) - Method in class plus.kat.caller.Client
Sets the request property of User-Agent
agent(String) - Method in class plus.kat.caller.Client
Sets the request property of User-Agent

C

cache(boolean) - Method in class plus.kat.caller.Client
Sets the value of the useCaches field
cache(boolean) - Method in class plus.kat.caller.Client
Sets the value of the useCaches field
Caller - Class in plus.kat.caller
 
Caller - Class in plus.kat.caller
 
Caller(Bucket) - Constructor for class plus.kat.caller.Caller
 
Caller(Bucket) - Constructor for class plus.kat.caller.Caller
 
check(byte[], int, int) - Method in class plus.kat.caller.Client
Check Bounds
check(byte[], int, int) - Method in class plus.kat.caller.Client
Check Bounds
Client - Class in plus.kat.caller
 
Client - Class in plus.kat.caller
 
Client(String) - Constructor for class plus.kat.caller.Client
 
Client(URL) - Constructor for class plus.kat.caller.Client
 
Client(URL, Proxy) - Constructor for class plus.kat.caller.Client
 
Client(String, Proxy) - Constructor for class plus.kat.caller.Client
 
Client(URLConnection) - Constructor for class plus.kat.caller.Client
 
Client(HttpURLConnection) - Constructor for class plus.kat.caller.Client
 
Client(String) - Constructor for class plus.kat.caller.Client
 
Client(URL) - Constructor for class plus.kat.caller.Client
 
Client(URL, Proxy) - Constructor for class plus.kat.caller.Client
 
Client(String, Proxy) - Constructor for class plus.kat.caller.Client
 
Client(URLConnection) - Constructor for class plus.kat.caller.Client
 
Client(HttpURLConnection) - Constructor for class plus.kat.caller.Client
 
code - Variable in class plus.kat.caller.Client
 
code() - Method in class plus.kat.caller.Client
Returns the code of status
code - Variable in class plus.kat.caller.Client
 
code() - Method in class plus.kat.caller.Client
Returns the code of status
conn - Variable in class plus.kat.caller.Client
 
conn - Variable in class plus.kat.caller.Client
 
contentType() - Method in class plus.kat.caller.Client
Returns the value of the Content-Type header field
contentType(String) - Method in class plus.kat.caller.Client
Sets the request property of Content-Type
contentType(Job) - Method in class plus.kat.caller.Client
Sets the request property of Content-Type
contentType() - Method in class plus.kat.caller.Client
Returns the value of the Content-Type header field
contentType(String) - Method in class plus.kat.caller.Client
Sets the request property of Content-Type
contentType(Job) - Method in class plus.kat.caller.Client
Sets the request property of Content-Type

D

delete() - Method in class plus.kat.caller.Client
new Client("https://kat.plus/test/del-user").delete();
delete() - Method in class plus.kat.caller.Client
new Client("https://kat.plus/test/del-user").delete();

G

get() - Method in class plus.kat.caller.Client
String url = "https://kat.plus/test/user.json"; User user = new Client(url).get().to(User.class);
get() - Method in class plus.kat.caller.Client
String url = "https://kat.plus/test/user.json"; User user = new Client(url).get().to(User.class);
getJob() - Method in class plus.kat.caller.Caller
Returns the internal Job
getJob() - Method in class plus.kat.caller.Caller
Returns the internal Job
getSupplier() - Method in class plus.kat.caller.Caller
Returns the internal Supplier
getSupplier() - Method in class plus.kat.caller.Caller
Returns the internal Supplier

H

head(int) - Method in class plus.kat.caller.Client
Returns the value for the nth header field
head(String) - Method in class plus.kat.caller.Client
Returns the value of the named header field
head(int) - Method in class plus.kat.caller.Client
Returns the value for the nth header field
head(String) - Method in class plus.kat.caller.Client
Returns the value of the named header field
header(String) - Method in class plus.kat.caller.Client
Returns the value of the named general request property for this connection
header(String, String) - Method in class plus.kat.caller.Client
Sets the general request property
header(String, Object) - Method in class plus.kat.caller.Client
Sets the general request property
header(String) - Method in class plus.kat.caller.Client
Returns the value of the named general request property for this connection
header(String, String) - Method in class plus.kat.caller.Client
Sets the general request property
header(String, Object) - Method in class plus.kat.caller.Client
Sets the general request property

I

isClientError() - Method in class plus.kat.caller.Client
Returns true if and only if code in [400,500)
isClientError() - Method in class plus.kat.caller.Client
Returns true if and only if code in [400,500)
isError() - Method in class plus.kat.caller.Client
Returns true if and only if code in [400,600)
isError() - Method in class plus.kat.caller.Client
Returns true if and only if code in [400,600)
isInfo() - Method in class plus.kat.caller.Client
Returns true if and only if code in [100,200)
isInfo() - Method in class plus.kat.caller.Client
Returns true if and only if code in [100,200)
isRedirect() - Method in class plus.kat.caller.Client
Returns true if and only if code in [300,400)
isRedirect() - Method in class plus.kat.caller.Client
Returns true if and only if code in [300,400)
isServerError() - Method in class plus.kat.caller.Client
Returns true if and only if code in [500,600)
isServerError() - Method in class plus.kat.caller.Client
Returns true if and only if code in [500,600)
isSuccess() - Method in class plus.kat.caller.Client
Returns true if and only if code in [200,300)
isSuccess() - Method in class plus.kat.caller.Client
Returns true if and only if code in [200,300)

J

job - Variable in class plus.kat.caller.Caller
 
job() - Method in class plus.kat.caller.Caller
Returns the specified Job
job - Variable in class plus.kat.caller.Caller
 
job() - Method in class plus.kat.caller.Caller
Returns the specified Job
job() - Method in class plus.kat.caller.Client
Returns the specified Job
job() - Method in class plus.kat.caller.Client
Returns the specified Job

P

plan - Variable in class plus.kat.caller.Caller
 
plan - Variable in class plus.kat.caller.Caller
 
plus.kat.caller - package plus.kat.caller
 
post(String) - Method in class plus.kat.caller.Client
String url = "https://kat.plus/test/add-user"; String data = "{:id(1):name(kraity)}"; User user = new Client(url).post(data).to(User.class);
post(Chan) - Method in class plus.kat.caller.Client
String url = "https://kat.plus/test/add-user"; Chan chan = ...; User user = new Client(url).post(chan).to(User.class);
post(Paper) - Method in class plus.kat.caller.Client
 
post(byte[]) - Method in class plus.kat.caller.Client
 
post(byte[], int, int) - Method in class plus.kat.caller.Client
 
post(String) - Method in class plus.kat.caller.Client
String url = "https://kat.plus/test/add-user"; String data = "{:id(1):name(kraity)}"; User user = new Client(url).post(data).to(User.class);
post(Chan) - Method in class plus.kat.caller.Client
String url = "https://kat.plus/test/add-user"; Chan chan = ...; User user = new Client(url).post(chan).to(User.class);
post(Paper) - Method in class plus.kat.caller.Client
 
post(byte[]) - Method in class plus.kat.caller.Client
 
post(byte[], int, int) - Method in class plus.kat.caller.Client
 
put(String) - Method in class plus.kat.caller.Client
String url = "https://kat.plus/test/add-user"; String data = "{:id(1):name(kraity)}"; User user = new Client(url).put(data).to(User.class);
put(byte[]) - Method in class plus.kat.caller.Client
 
put(byte[], int, int) - Method in class plus.kat.caller.Client
 
put(Chan) - Method in class plus.kat.caller.Client
 
put(Paper) - Method in class plus.kat.caller.Client
 
put(String) - Method in class plus.kat.caller.Client
String url = "https://kat.plus/test/add-user"; String data = "{:id(1):name(kraity)}"; User user = new Client(url).put(data).to(User.class);
put(byte[]) - Method in class plus.kat.caller.Client
 
put(byte[], int, int) - Method in class plus.kat.caller.Client
 
put(Chan) - Method in class plus.kat.caller.Client
 
put(Paper) - Method in class plus.kat.caller.Client
 

R

readout(int) - Method in class plus.kat.caller.Client
Sets a specified read timeout value, in milliseconds
readout(int) - Method in class plus.kat.caller.Client
Sets a specified read timeout value, in milliseconds
redirect(boolean) - Method in class plus.kat.caller.Client
Sets whether HTTP redirects (code 3xx) should be automatically followed
redirect(boolean) - Method in class plus.kat.caller.Client
Sets whether HTTP redirects (code 3xx) should be automatically followed
referer(String) - Method in class plus.kat.caller.Client
Sets the request property of Referer
referer(String) - Method in class plus.kat.caller.Client
Sets the request property of Referer
request(String, Chain) - Method in class plus.kat.caller.Client
 
request(String, byte[], int, int) - Method in class plus.kat.caller.Client
 
request(String, Chain) - Method in class plus.kat.caller.Client
 
request(String, byte[], int, int) - Method in class plus.kat.caller.Client
 
resolve(URLConnection) - Method in class plus.kat.caller.Client
 
resolve(URLConnection) - Method in class plus.kat.caller.Client
 

S

solve(Class<E>, Job, Event<T>) - Method in class plus.kat.caller.Caller
Parse Event and convert result to T
solve(Class<E>, Job, Event<T>) - Method in class plus.kat.caller.Caller
Parse Event and convert result to T
stream(InputStream) - Method in class plus.kat.caller.Caller
 
stream(InputStream) - Method in class plus.kat.caller.Caller
 
subSequence(int, int) - Method in class plus.kat.caller.Caller
Returns a Value of this Client
subSequence(int, int) - Method in class plus.kat.caller.Caller
Returns a Value of this Client
supplier - Variable in class plus.kat.caller.Caller
 
supplier - Variable in class plus.kat.caller.Caller
 

T

timeout(int) - Method in class plus.kat.caller.Client
Sets a specified connect timeout value, in milliseconds
timeout(int) - Method in class plus.kat.caller.Client
Sets a specified connect timeout value, in milliseconds
to(Job, Type) - Method in class plus.kat.caller.Caller
Parse this Client and convert result to T
to(Class<E>) - Method in class plus.kat.caller.Caller
Parse this Client and convert result to T
to(Job, Class<E>) - Method in class plus.kat.caller.Caller
Parse this Client and convert result to T
to(Job, Type) - Method in class plus.kat.caller.Caller
Parse this Client and convert result to T
to(Class<E>) - Method in class plus.kat.caller.Caller
Parse this Client and convert result to T
to(Job, Class<E>) - Method in class plus.kat.caller.Caller
Parse this Client and convert result to T

V

view() - Method in class plus.kat.caller.Client
new Client("https://kat.plus/test/user").view();
view() - Method in class plus.kat.caller.Client
new Client("https://kat.plus/test/user").view();

W

with(Job) - Method in class plus.kat.caller.Caller
Use the specified Job
with(Plan) - Method in class plus.kat.caller.Caller
Use the specified Plan
with(Supplier) - Method in class plus.kat.caller.Caller
Use the specified Supplier
with(Job) - Method in class plus.kat.caller.Caller
Use the specified Job
with(Plan) - Method in class plus.kat.caller.Caller
Use the specified Plan
with(Supplier) - Method in class plus.kat.caller.Caller
Use the specified Supplier
A C D G H I J P R S T V W 
Skip navigation links

Copyright © 2022 Kat+ Team. All rights reserved.