Index

A B C E F G H I M O R S W 
All Classes and Interfaces|All Packages

A

addResponseCookie(BoxCookie) - Method in class ortus.boxlang.web.exchange.BoxHTTPUndertowExchange
 
addResponseHeader(String, String) - Method in class ortus.boxlang.web.exchange.BoxHTTPUndertowExchange
 

B

BLHandler - Class in ortus.boxlang.web.handlers
Undertow HttpHandler for BoxLang This mini-server only has one web root for all requests
BLHandler(String) - Constructor for class ortus.boxlang.web.handlers.BLHandler
 
BoxHTTPUndertowExchange - Class in ortus.boxlang.web.exchange
I implement a BoxLang HTTP exchange for Undertow
BoxHTTPUndertowExchange(HttpServerExchange) - Constructor for class ortus.boxlang.web.exchange.BoxHTTPUndertowExchange
Create a new BoxLang HTTP exchange for Undertow

C

channel - Variable in class ortus.boxlang.web.exchange.BoxHTTPUndertowExchange
Undertow response channel
context - Variable in class ortus.boxlang.web.exchange.BoxHTTPUndertowExchange
The BoxLang context for this request

E

exchange - Variable in class ortus.boxlang.web.exchange.BoxHTTPUndertowExchange
The Undertow exchange for this request

F

finalizeResponse(BoxHTTPUndertowExchange) - Method in class ortus.boxlang.web.handlers.BLHandler
Finalize the response
flushResponseBuffer() - Method in class ortus.boxlang.web.exchange.BoxHTTPUndertowExchange
 
forward(String) - Method in class ortus.boxlang.web.exchange.BoxHTTPUndertowExchange
 

G

getExchange() - Method in class ortus.boxlang.web.exchange.BoxHTTPUndertowExchange
Get the Undertow exchange for this request
getRequestAttribute(String) - Method in class ortus.boxlang.web.exchange.BoxHTTPUndertowExchange
 
getRequestAttributeMap() - Method in class ortus.boxlang.web.exchange.BoxHTTPUndertowExchange
 
getRequestAuthType() - Method in class ortus.boxlang.web.exchange.BoxHTTPUndertowExchange
 
getRequestBody() - Method in class ortus.boxlang.web.exchange.BoxHTTPUndertowExchange
 
getRequestCharacterEncoding() - Method in class ortus.boxlang.web.exchange.BoxHTTPUndertowExchange
 
getRequestContentLength() - Method in class ortus.boxlang.web.exchange.BoxHTTPUndertowExchange
 
getRequestContentType() - Method in class ortus.boxlang.web.exchange.BoxHTTPUndertowExchange
 
getRequestContextPath() - Method in class ortus.boxlang.web.exchange.BoxHTTPUndertowExchange
 
getRequestCookie(String) - Method in class ortus.boxlang.web.exchange.BoxHTTPUndertowExchange
 
getRequestCookies() - Method in class ortus.boxlang.web.exchange.BoxHTTPUndertowExchange
 
getRequestFormMap() - Method in class ortus.boxlang.web.exchange.BoxHTTPUndertowExchange
 
getRequestHeader(HttpString) - Method in class ortus.boxlang.web.exchange.BoxHTTPUndertowExchange
 
getRequestHeader(String) - Method in class ortus.boxlang.web.exchange.BoxHTTPUndertowExchange
 
getRequestHeaderMap() - Method in class ortus.boxlang.web.exchange.BoxHTTPUndertowExchange
 
getRequestLocalAddr() - Method in class ortus.boxlang.web.exchange.BoxHTTPUndertowExchange
 
getRequestLocale() - Method in class ortus.boxlang.web.exchange.BoxHTTPUndertowExchange
 
getRequestLocales() - Method in class ortus.boxlang.web.exchange.BoxHTTPUndertowExchange
 
getRequestLocalName() - Method in class ortus.boxlang.web.exchange.BoxHTTPUndertowExchange
 
getRequestLocalPort() - Method in class ortus.boxlang.web.exchange.BoxHTTPUndertowExchange
 
getRequestMethod() - Method in class ortus.boxlang.web.exchange.BoxHTTPUndertowExchange
 
getRequestPathInfo() - Method in class ortus.boxlang.web.exchange.BoxHTTPUndertowExchange
 
getRequestPathTranslated() - Method in class ortus.boxlang.web.exchange.BoxHTTPUndertowExchange
 
getRequestProtocol() - Method in class ortus.boxlang.web.exchange.BoxHTTPUndertowExchange
 
getRequestQueryString() - Method in class ortus.boxlang.web.exchange.BoxHTTPUndertowExchange
 
getRequestRemoteAddr() - Method in class ortus.boxlang.web.exchange.BoxHTTPUndertowExchange
 
getRequestRemoteHost() - Method in class ortus.boxlang.web.exchange.BoxHTTPUndertowExchange
 
getRequestRemotePort() - Method in class ortus.boxlang.web.exchange.BoxHTTPUndertowExchange
 
getRequestRemoteUser() - Method in class ortus.boxlang.web.exchange.BoxHTTPUndertowExchange
 
getRequestScheme() - Method in class ortus.boxlang.web.exchange.BoxHTTPUndertowExchange
 
getRequestServerName() - Method in class ortus.boxlang.web.exchange.BoxHTTPUndertowExchange
 
getRequestServerPort() - Method in class ortus.boxlang.web.exchange.BoxHTTPUndertowExchange
 
getRequestURI() - Method in class ortus.boxlang.web.exchange.BoxHTTPUndertowExchange
 
getRequestURL() - Method in class ortus.boxlang.web.exchange.BoxHTTPUndertowExchange
 
getRequestURLMap() - Method in class ortus.boxlang.web.exchange.BoxHTTPUndertowExchange
 
getRequestUserPrincipal() - Method in class ortus.boxlang.web.exchange.BoxHTTPUndertowExchange
 
getResponseChannel() - Method in class ortus.boxlang.web.exchange.BoxHTTPUndertowExchange
Get the response channel for this exchange
getResponseHeader(String) - Method in class ortus.boxlang.web.exchange.BoxHTTPUndertowExchange
 
getResponseHeaderMap() - Method in class ortus.boxlang.web.exchange.BoxHTTPUndertowExchange
 
getResponseStatus() - Method in class ortus.boxlang.web.exchange.BoxHTTPUndertowExchange
 
getResponseWriter() - Method in class ortus.boxlang.web.exchange.BoxHTTPUndertowExchange
 
getUploadData() - Method in class ortus.boxlang.web.exchange.BoxHTTPUndertowExchange
 
getWebContext() - Method in class ortus.boxlang.web.exchange.BoxHTTPUndertowExchange
 

H

handleRequest(HttpServerExchange) - Method in class ortus.boxlang.web.handlers.BLHandler
 
handleRequest(HttpServerExchange) - Method in class ortus.boxlang.web.handlers.WelcomeFileHandler
 

I

isRequestSecure() - Method in class ortus.boxlang.web.exchange.BoxHTTPUndertowExchange
 
isResponseStarted() - Method in class ortus.boxlang.web.exchange.BoxHTTPUndertowExchange
 

M

main(String[]) - Static method in class ortus.boxlang.web.MiniServer
 
MiniServer - Class in ortus.boxlang.web
The BoxLang MiniServer is a simple web server that serves BoxLang files and static files.
MiniServer() - Constructor for class ortus.boxlang.web.MiniServer
 

O

ortus.boxlang.web - package ortus.boxlang.web
 
ortus.boxlang.web.exchange - package ortus.boxlang.web.exchange
 
ortus.boxlang.web.handlers - package ortus.boxlang.web.handlers
 

R

removeRequestAttribute(String) - Method in class ortus.boxlang.web.exchange.BoxHTTPUndertowExchange
 
resetResponseBuffer() - Method in class ortus.boxlang.web.exchange.BoxHTTPUndertowExchange
 

S

sendResponseBinary(byte[]) - Method in class ortus.boxlang.web.exchange.BoxHTTPUndertowExchange
 
sendResponseFile(File) - Method in class ortus.boxlang.web.exchange.BoxHTTPUndertowExchange
 
setRequestAttribute(String, Object) - Method in class ortus.boxlang.web.exchange.BoxHTTPUndertowExchange
 
setResponseHeader(String, String) - Method in class ortus.boxlang.web.exchange.BoxHTTPUndertowExchange
 
setResponseStatus(int) - Method in class ortus.boxlang.web.exchange.BoxHTTPUndertowExchange
 
setResponseStatus(int, String) - Method in class ortus.boxlang.web.exchange.BoxHTTPUndertowExchange
 
setWebContext(WebRequestBoxContext) - Method in class ortus.boxlang.web.exchange.BoxHTTPUndertowExchange
 

W

WelcomeFileHandler - Class in ortus.boxlang.web.handlers
 
WelcomeFileHandler(HttpHandler, ResourceManager, List<String>) - Constructor for class ortus.boxlang.web.handlers.WelcomeFileHandler
 
A B C E F G H I M O R S W 
All Classes and Interfaces|All Packages