Skip navigation links
A B C G H K M P R S U W 

A

add(String, String) - Method in class me.geso.webscrew.Headers
 
addCookie(Cookie) - Method in class me.geso.webscrew.response.ByteArrayResponse
 
addCookie(Cookie) - Method in class me.geso.webscrew.response.CallbackResponse
 
addCookie(Cookie) - Method in class me.geso.webscrew.response.RedirectResponse
 
addCookie(Cookie) - Method in interface me.geso.webscrew.response.WebResponse
 
addHeader(String, String) - Method in class me.geso.webscrew.response.ByteArrayResponse
 
addHeader(String, String) - Method in class me.geso.webscrew.response.CallbackResponse
 
addHeader(String, String) - Method in class me.geso.webscrew.response.RedirectResponse
 
addHeader(String, String) - Method in interface me.geso.webscrew.response.WebResponse
 
asHeader(Charset) - Method in class me.geso.webscrew.request.auth.HttpBasicAuthUserPass
 

B

ByteArrayResponse - Class in me.geso.webscrew.response
Web Response contains byte array as a body.
ByteArrayResponse(int, byte[]) - Constructor for class me.geso.webscrew.response.ByteArrayResponse
 

C

call(HttpServletResponse) - Method in interface me.geso.webscrew.response.CallbackResponse.Callback
 
CallbackResponse - Class in me.geso.webscrew.response
The response object using callback.
CallbackResponse(CallbackResponse.Callback) - Constructor for class me.geso.webscrew.response.CallbackResponse
 
CallbackResponse.Callback - Interface in me.geso.webscrew.response
 

G

getAll(String) - Method in class me.geso.webscrew.Headers
 
getBody() - Method in class me.geso.webscrew.response.ByteArrayResponse
 
getCurrentURL(HttpServletRequest) - Static method in class me.geso.webscrew.HttpServletRequestUtils
[EXPERIMENTAL] Get the URL for current HTTP request.
getFirst(String) - Method in class me.geso.webscrew.Headers
 
getHeaders() - Method in class me.geso.webscrew.response.ByteArrayResponse
 
getPassword() - Method in class me.geso.webscrew.request.auth.HttpBasicAuthUserPass
Get password
getStatus() - Method in class me.geso.webscrew.response.ByteArrayResponse
 
getUserId() - Method in class me.geso.webscrew.request.auth.HttpBasicAuthUserPass
Get user id.

H

headerNames() - Method in class me.geso.webscrew.Headers
 
Headers - Class in me.geso.webscrew
This class represents HTTP headers.
Headers() - Constructor for class me.geso.webscrew.Headers
 
HttpBasicAuthHeaderParser - Class in me.geso.webscrew.request.auth
Authorization header parser.
HttpBasicAuthHeaderParser() - Constructor for class me.geso.webscrew.request.auth.HttpBasicAuthHeaderParser
 
HttpBasicAuthUserPass - Class in me.geso.webscrew.request.auth
Basic authentication header's value entity.
HttpBasicAuthUserPass(String, String) - Constructor for class me.geso.webscrew.request.auth.HttpBasicAuthUserPass
Create new instance.
HttpServletRequestUtils - Class in me.geso.webscrew
[EXPERIMENTAL] This class contains utility functions for HttpServletRequest.
HttpServletRequestUtils() - Constructor for class me.geso.webscrew.HttpServletRequestUtils
 

K

keySet() - Method in class me.geso.webscrew.Headers
 

M

me.geso.webscrew - package me.geso.webscrew
 
me.geso.webscrew.request.auth - package me.geso.webscrew.request.auth
 
me.geso.webscrew.response - package me.geso.webscrew.response
 

P

parse(String) - Static method in class me.geso.webscrew.request.auth.HttpBasicAuthHeaderParser
Parse basic authorization header.

R

RedirectResponse - Class in me.geso.webscrew.response
Response represents redirect.
RedirectResponse(String) - Constructor for class me.geso.webscrew.response.RedirectResponse
 

S

set(String, String) - Method in class me.geso.webscrew.Headers
 
setContentLength(long) - Method in class me.geso.webscrew.response.ByteArrayResponse
 
setContentType(String) - Method in class me.geso.webscrew.response.ByteArrayResponse
 
setHeader(String, String) - Method in class me.geso.webscrew.response.ByteArrayResponse
 
setHeader(String, String) - Method in class me.geso.webscrew.response.CallbackResponse
 
setHeader(String, String) - Method in class me.geso.webscrew.response.RedirectResponse
 
setHeader(String, String) - Method in interface me.geso.webscrew.response.WebResponse
 
setStatus(int) - Method in class me.geso.webscrew.response.ByteArrayResponse
 
setStatus(int) - Method in class me.geso.webscrew.response.CallbackResponse
 
setStatus(int) - Method in class me.geso.webscrew.response.RedirectResponse
 
setStatus(int) - Method in interface me.geso.webscrew.response.WebResponse
Set status code

U

uriFor(HttpServletRequest, String, Map<String, String>) - Static method in class me.geso.webscrew.HttpServletRequestUtils
[EXPERIMENTAL] Constructs an absolute URI object based on the application root, the provided path, and the additional arguments and query parameters provided.
uriWith(HttpServletRequest, Map<String, String>) - Static method in class me.geso.webscrew.HttpServletRequestUtils
[EXPERIMENTAL] Returns a rewritten URI object for the current request.

W

WebResponse - Interface in me.geso.webscrew.response
This is a interface for Response object.
write(HttpServletResponse) - Method in class me.geso.webscrew.response.ByteArrayResponse
 
write(HttpServletResponse) - Method in class me.geso.webscrew.response.CallbackResponse
 
write(HttpServletResponse) - Method in class me.geso.webscrew.response.RedirectResponse
 
write(HttpServletResponse) - Method in interface me.geso.webscrew.response.WebResponse
Write the response to HttpServletResponse object.
A B C G H K M P R S U W 
Skip navigation links

Copyright © 2015. All rights reserved.