Skip navigation links
A B C D E F G H I M N O P R S U V W 

A

add(MultipartItem) - Method in class io.purplejs.http.multipart.MultipartForm
 

B

binaryEvent(ByteSource) - Method in class io.purplejs.http.websocket.WebSocketEventBuilder
 
body(String) - Method in class io.purplejs.http.RequestBuilder
 
body(ByteSource) - Method in class io.purplejs.http.RequestBuilder
 
body(ByteSource) - Method in class io.purplejs.http.ResponseBuilder
 
build() - Method in class io.purplejs.http.RequestBuilder
 
build() - Method in class io.purplejs.http.ResponseBuilder
 
build() - Method in class io.purplejs.http.websocket.WebSocketEventBuilder
 

C

close() - Method in interface io.purplejs.http.websocket.WebSocketSession
 
close(int, String) - Method in interface io.purplejs.http.websocket.WebSocketSession
 
closeEvent(int, String) - Method in class io.purplejs.http.websocket.WebSocketEventBuilder
 
contentLength(long) - Method in class io.purplejs.http.RequestBuilder
 
contentType(String) - Method in class io.purplejs.http.RequestBuilder
 
contentType(MediaType) - Method in class io.purplejs.http.RequestBuilder
 
contentType(MediaType) - Method in class io.purplejs.http.ResponseBuilder
 
Cookie - Class in io.purplejs.http
 
Cookie(String) - Constructor for class io.purplejs.http.Cookie
 
cookie(String, String) - Method in class io.purplejs.http.RequestBuilder
 
cookie(Cookie) - Method in class io.purplejs.http.ResponseBuilder
 

D

delegate() - Method in class io.purplejs.http.Headers
 
delegate() - Method in class io.purplejs.http.Parameters
 

E

errorEvent(Throwable) - Method in class io.purplejs.http.websocket.WebSocketEventBuilder
 
ErrorHandler - Interface in io.purplejs.http.error
 
errorIfNeeded(Request, Response) - Method in interface io.purplejs.http.handler.HttpHandler
 
ErrorInfo - Interface in io.purplejs.http.error
 

F

from(int) - Static method in enum io.purplejs.http.Status
 

G

get(String) - Method in class io.purplejs.http.multipart.MultipartForm
 
get(String, int) - Method in class io.purplejs.http.multipart.MultipartForm
 
getAccept() - Method in class io.purplejs.http.Headers
 
getAll(String) - Method in class io.purplejs.http.multipart.MultipartForm
 
getAsString() - Method in interface io.purplejs.http.multipart.MultipartItem
 
getAttributes() - Method in interface io.purplejs.http.websocket.WebSocketConfig
 
getAttributes() - Method in interface io.purplejs.http.websocket.WebSocketSession
 
getBinary() - Method in interface io.purplejs.http.websocket.WebSocketEvent
 
getBody() - Method in interface io.purplejs.http.Request
 
getBody() - Method in interface io.purplejs.http.Response
 
getByGroup(String) - Method in interface io.purplejs.http.websocket.WebSocketManager
 
getBytes() - Method in interface io.purplejs.http.multipart.MultipartItem
 
getCause() - Method in interface io.purplejs.http.error.ErrorInfo
 
getCloseCode() - Method in interface io.purplejs.http.websocket.WebSocketEvent
 
getCloseReason() - Method in interface io.purplejs.http.websocket.WebSocketEvent
 
getCode() - Method in enum io.purplejs.http.Status
 
getCode() - Method in interface io.purplejs.http.StatusType
 
getComment() - Method in class io.purplejs.http.Cookie
 
getContentLength() - Method in interface io.purplejs.http.Request
 
getContentType() - Method in interface io.purplejs.http.multipart.MultipartItem
 
getContentType() - Method in interface io.purplejs.http.Request
 
getContentType() - Method in interface io.purplejs.http.Response
 
getCookies() - Method in interface io.purplejs.http.Request
 
getCookies() - Method in interface io.purplejs.http.Response
 
getDomain() - Method in class io.purplejs.http.Cookie
 
getError() - Method in interface io.purplejs.http.websocket.WebSocketEvent
 
getFileName() - Method in interface io.purplejs.http.multipart.MultipartItem
 
getFirst(String) - Method in class io.purplejs.http.Parameters
 
getGroup() - Method in interface io.purplejs.http.websocket.WebSocketConfig
 
getGroup() - Method in interface io.purplejs.http.websocket.WebSocketSession
 
getHeaders() - Method in interface io.purplejs.http.Request
 
getHeaders() - Method in interface io.purplejs.http.Response
 
getId() - Method in interface io.purplejs.http.websocket.WebSocketSession
 
getLines() - Method in interface io.purplejs.http.error.ErrorInfo
 
getMaxAge() - Method in class io.purplejs.http.Cookie
 
getMessage() - Method in interface io.purplejs.http.websocket.WebSocketEvent
 
getMethod() - Method in interface io.purplejs.http.Request
 
getMultipart() - Method in interface io.purplejs.http.Request
 
getName() - Method in class io.purplejs.http.Cookie
 
getName() - Method in interface io.purplejs.http.multipart.MultipartItem
 
getNames() - Method in class io.purplejs.http.multipart.MultipartForm
 
getParameters() - Method in interface io.purplejs.http.Request
 
getPath() - Method in class io.purplejs.http.Cookie
 
getPath() - Method in interface io.purplejs.http.error.ErrorInfo
 
getRaw() - Method in interface io.purplejs.http.Request
 
getRaw() - Method in interface io.purplejs.http.websocket.WebSocketSession
 
getReasonPhrase() - Method in enum io.purplejs.http.Status
 
getReasonPhrase() - Method in interface io.purplejs.http.StatusType
 
getRequest() - Method in interface io.purplejs.http.error.ErrorInfo
 
getSession() - Method in interface io.purplejs.http.websocket.WebSocketEvent
 
getSession(String) - Method in interface io.purplejs.http.websocket.WebSocketManager
 
getSize() - Method in class io.purplejs.http.multipart.MultipartForm
 
getSize() - Method in interface io.purplejs.http.multipart.MultipartItem
 
getStatus() - Method in interface io.purplejs.http.error.ErrorInfo
 
getStatus() - Method in interface io.purplejs.http.Response
 
getSubProtocol() - Method in interface io.purplejs.http.websocket.WebSocketSession
 
getSubProtocols() - Method in interface io.purplejs.http.websocket.WebSocketConfig
 
getTimeout() - Method in interface io.purplejs.http.websocket.WebSocketConfig
 
getType() - Method in interface io.purplejs.http.websocket.WebSocketEvent
 
getUri() - Method in interface io.purplejs.http.Request
 
getValue() - Method in class io.purplejs.http.Cookie
 
getValue() - Method in interface io.purplejs.http.Response
 
getWebSocket() - Method in interface io.purplejs.http.Response
 

H

handle(ErrorInfo) - Method in interface io.purplejs.http.error.ErrorHandler
 
handleEvent(WebSocketEvent) - Method in interface io.purplejs.http.handler.HttpHandler
 
handleException(Request, Throwable) - Method in interface io.purplejs.http.handler.HttpHandler
 
header(String, String) - Method in class io.purplejs.http.RequestBuilder
 
header(String, String) - Method in class io.purplejs.http.ResponseBuilder
 
Headers - Class in io.purplejs.http
 
Headers() - Constructor for class io.purplejs.http.Headers
 
HttpHandler - Interface in io.purplejs.http.handler
 
HttpHandlerFactory - Interface in io.purplejs.http.handler
 

I

io.purplejs.http - package io.purplejs.http
 
io.purplejs.http.error - package io.purplejs.http.error
 
io.purplejs.http.handler - package io.purplejs.http.handler
 
io.purplejs.http.multipart - package io.purplejs.http.multipart
 
io.purplejs.http.websocket - package io.purplejs.http.websocket
 
isClientError() - Method in interface io.purplejs.http.StatusType
 
isEmpty() - Method in class io.purplejs.http.multipart.MultipartForm
 
isHttpOnly() - Method in class io.purplejs.http.Cookie
 
isInformational() - Method in interface io.purplejs.http.StatusType
 
isOpen() - Method in interface io.purplejs.http.websocket.WebSocketSession
 
isRedirection() - Method in interface io.purplejs.http.StatusType
 
isSecure() - Method in class io.purplejs.http.Cookie
 
isServerError() - Method in interface io.purplejs.http.StatusType
 
isSuccessful() - Method in interface io.purplejs.http.StatusType
 
isWebSocket() - Method in interface io.purplejs.http.Request
 
iterator() - Method in class io.purplejs.http.multipart.MultipartForm
 

M

messageEvent(String) - Method in class io.purplejs.http.websocket.WebSocketEventBuilder
 
method(String) - Method in class io.purplejs.http.RequestBuilder
 
multipart(MultipartForm) - Method in class io.purplejs.http.RequestBuilder
 
MultipartForm - Class in io.purplejs.http.multipart
 
MultipartForm() - Constructor for class io.purplejs.http.multipart.MultipartForm
 
MultipartItem - Interface in io.purplejs.http.multipart
 

N

newBuilder() - Static method in class io.purplejs.http.RequestBuilder
 
newBuilder() - Static method in class io.purplejs.http.ResponseBuilder
 
newBuilder() - Static method in class io.purplejs.http.websocket.WebSocketEventBuilder
 
newHandler(ResourcePath) - Method in interface io.purplejs.http.handler.HttpHandlerFactory
 

O

openEvent() - Method in class io.purplejs.http.websocket.WebSocketEventBuilder
 

P

parameter(String, String) - Method in class io.purplejs.http.RequestBuilder
 
Parameters - Class in io.purplejs.http
 
Parameters() - Constructor for class io.purplejs.http.Parameters
 

R

raw(Object) - Method in class io.purplejs.http.RequestBuilder
 
remove(String) - Method in class io.purplejs.http.Parameters
 
Request - Interface in io.purplejs.http
 
RequestBuilder - Class in io.purplejs.http
 
Response - Interface in io.purplejs.http
 
ResponseBuilder - Class in io.purplejs.http
 
ResponseBuilder() - Constructor for class io.purplejs.http.ResponseBuilder
 

S

send(String) - Method in interface io.purplejs.http.websocket.WebSocketSession
 
send(ByteSource) - Method in interface io.purplejs.http.websocket.WebSocketSession
 
serve(Request) - Method in interface io.purplejs.http.handler.HttpHandler
 
session(WebSocketSession) - Method in class io.purplejs.http.websocket.WebSocketEventBuilder
 
setComment(String) - Method in class io.purplejs.http.Cookie
 
setDomain(String) - Method in class io.purplejs.http.Cookie
 
setHttpOnly(boolean) - Method in class io.purplejs.http.Cookie
 
setMaxAge(int) - Method in class io.purplejs.http.Cookie
 
setPath(String) - Method in class io.purplejs.http.Cookie
 
setSecure(boolean) - Method in class io.purplejs.http.Cookie
 
setValue(String) - Method in class io.purplejs.http.Cookie
 
status(Status) - Method in class io.purplejs.http.ResponseBuilder
 
Status - Enum in io.purplejs.http
 
StatusType - Interface in io.purplejs.http
 

U

uri(String) - Method in class io.purplejs.http.RequestBuilder
 
uri(URI) - Method in class io.purplejs.http.RequestBuilder
 

V

value(ScriptValue) - Method in class io.purplejs.http.ResponseBuilder
 
valueOf(String) - Static method in enum io.purplejs.http.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.purplejs.http.websocket.WebSocketEventType
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.purplejs.http.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.purplejs.http.websocket.WebSocketEventType
Returns an array containing the constants of this enum type, in the order they are declared.

W

webSocket(boolean) - Method in class io.purplejs.http.RequestBuilder
 
webSocket(WebSocketConfig) - Method in class io.purplejs.http.ResponseBuilder
 
WebSocketConfig - Interface in io.purplejs.http.websocket
 
WebSocketEvent - Interface in io.purplejs.http.websocket
 
WebSocketEventBuilder - Class in io.purplejs.http.websocket
 
WebSocketEventBuilder() - Constructor for class io.purplejs.http.websocket.WebSocketEventBuilder
 
WebSocketEventType - Enum in io.purplejs.http.websocket
 
WebSocketManager - Interface in io.purplejs.http.websocket
 
WebSocketSession - Interface in io.purplejs.http.websocket
 
A B C D E F G H I M N O P R S U V W 
Skip navigation links