A B C D E F G H I O P R S T V 
All Classes All Packages

A

Adapter - Interface in io.github.espresso4j.espresso
 

B

body() - Method in class io.github.espresso4j.espresso.Response
 
body(IntoBody) - Method in class io.github.espresso4j.espresso.Response
 
body(File) - Method in class io.github.espresso4j.espresso.Response
 
body(InputStream) - Method in class io.github.espresso4j.espresso.Response
 
body(String) - Method in class io.github.espresso4j.espresso.Response
 
body(Iterator<String>) - Method in class io.github.espresso4j.espresso.Response
 

C

call(Request) - Method in interface io.github.espresso4j.espresso.Espresso
 
call(Request, Consumer<Response>, Consumer<Exception>) - Method in interface io.github.espresso4j.espresso.Espresso.Async
 
copyStream(InputStream, OutputStream) - Static method in class io.github.espresso4j.espresso.internal.IoUtils
 

D

DELETE - io.github.espresso4j.espresso.Request.Method
 

E

Espresso - Interface in io.github.espresso4j.espresso
 
Espresso.Async - Interface in io.github.espresso4j.espresso
 
extension(Class<?>, Object) - Method in class io.github.espresso4j.espresso.Request
 
extension(Class<? extends Espresso>, Object) - Method in class io.github.espresso4j.espresso.Response
 
extensions() - Method in class io.github.espresso4j.espresso.Request
 
extensions() - Method in class io.github.espresso4j.espresso.Response
 

F

from(File) - Static method in interface io.github.espresso4j.espresso.IntoBody
 
from(InputStream) - Static method in interface io.github.espresso4j.espresso.IntoBody
 
from(String) - Static method in interface io.github.espresso4j.espresso.IntoBody
 
from(String) - Static method in enum io.github.espresso4j.espresso.Request.Method
 
from(String) - Static method in enum io.github.espresso4j.espresso.Request.Scheme
 
from(Iterator<String>) - Static method in interface io.github.espresso4j.espresso.IntoBody
 

G

GET - io.github.espresso4j.espresso.Request.Method
 
getBody() - Method in class io.github.espresso4j.espresso.Request
 
getHeaders() - Method in class io.github.espresso4j.espresso.Request
 
getProtcol() - Method in class io.github.espresso4j.espresso.Request
 
getQueryString() - Method in class io.github.espresso4j.espresso.Request
 
getRemoteAddr() - Method in class io.github.espresso4j.espresso.Request
 
getRequestMethod() - Method in class io.github.espresso4j.espresso.Request
 
getScheme() - Method in class io.github.espresso4j.espresso.Request
 
getServerName() - Method in class io.github.espresso4j.espresso.Request
 
getServerPort() - Method in class io.github.espresso4j.espresso.Request
 
getSslClientCert() - Method in class io.github.espresso4j.espresso.Request
 
getUri() - Method in class io.github.espresso4j.espresso.Request
 

H

HEAD - io.github.espresso4j.espresso.Request.Method
 
header(String, String) - Method in class io.github.espresso4j.espresso.Response
 
headers() - Method in class io.github.espresso4j.espresso.Response
 
HTTP - io.github.espresso4j.espresso.Request.Scheme
 
HTTPS - io.github.espresso4j.espresso.Request.Scheme
 

I

into(OutputStream) - Method in class io.github.espresso4j.espresso.IntoBody.FileBody
 
into(OutputStream) - Method in interface io.github.espresso4j.espresso.IntoBody
 
into(OutputStream) - Method in class io.github.espresso4j.espresso.IntoBody.StreamBody
 
into(OutputStream) - Method in class io.github.espresso4j.espresso.IntoBody.StringBody
 
into(OutputStream) - Method in class io.github.espresso4j.espresso.IntoBody.StringIteratorBody
 
IntoBody - Interface in io.github.espresso4j.espresso
 
IntoBody.FileBody - Class in io.github.espresso4j.espresso
 
IntoBody.StreamBody - Class in io.github.espresso4j.espresso
 
IntoBody.StringBody - Class in io.github.espresso4j.espresso
 
IntoBody.StringIteratorBody - Class in io.github.espresso4j.espresso
 
io.github.espresso4j.espresso - package io.github.espresso4j.espresso
 
io.github.espresso4j.espresso.internal - package io.github.espresso4j.espresso.internal
 
IoUtils - Class in io.github.espresso4j.espresso.internal
 
IoUtils() - Constructor for class io.github.espresso4j.espresso.internal.IoUtils
 

O

of(int) - Static method in class io.github.espresso4j.espresso.Response
 
OPTION - io.github.espresso4j.espresso.Request.Method
 

P

POST - io.github.espresso4j.espresso.Request.Method
 
PUT - io.github.espresso4j.espresso.Request.Method
 

R

Request - Class in io.github.espresso4j.espresso
Espresso request
Request() - Constructor for class io.github.espresso4j.espresso.Request
 
Request.Method - Enum in io.github.espresso4j.espresso
 
Request.Scheme - Enum in io.github.espresso4j.espresso
 
Response - Class in io.github.espresso4j.espresso
 
Response() - Constructor for class io.github.espresso4j.espresso.Response
 

S

setBody(InputStream) - Method in class io.github.espresso4j.espresso.Request
 
setHeaders(Map<String, String>) - Method in class io.github.espresso4j.espresso.Request
 
setProtcol(String) - Method in class io.github.espresso4j.espresso.Request
 
setQueryString(String) - Method in class io.github.espresso4j.espresso.Request
 
setRemoteAddr(String) - Method in class io.github.espresso4j.espresso.Request
 
setRequestMethod(Request.Method) - Method in class io.github.espresso4j.espresso.Request
 
setScheme(Request.Scheme) - Method in class io.github.espresso4j.espresso.Request
 
setServerName(String) - Method in class io.github.espresso4j.espresso.Request
 
setServerPort(Integer) - Method in class io.github.espresso4j.espresso.Request
 
setSslClientCert(X509Certificate) - Method in class io.github.espresso4j.espresso.Request
 
setUri(String) - Method in class io.github.espresso4j.espresso.Request
 
start(Espresso) - Method in interface io.github.espresso4j.espresso.Adapter
 
start(Espresso.Async) - Method in interface io.github.espresso4j.espresso.Adapter
 
status() - Method in class io.github.espresso4j.espresso.Response
 
status(Integer) - Method in class io.github.espresso4j.espresso.Response
 
stop() - Method in interface io.github.espresso4j.espresso.Adapter
 

T

toString() - Method in class io.github.espresso4j.espresso.IntoBody.FileBody
 
toString() - Method in class io.github.espresso4j.espresso.IntoBody.StreamBody
 
toString() - Method in class io.github.espresso4j.espresso.IntoBody.StringBody
 
toString() - Method in class io.github.espresso4j.espresso.IntoBody.StringIteratorBody
 
toString() - Method in class io.github.espresso4j.espresso.Request
 
toString() - Method in class io.github.espresso4j.espresso.Response
 

V

valueOf(String) - Static method in enum io.github.espresso4j.espresso.Request.Method
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.github.espresso4j.espresso.Request.Scheme
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.github.espresso4j.espresso.Request.Method
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.github.espresso4j.espresso.Request.Scheme
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E F G H I O P R S T V 
All Classes All Packages