Package org.atmosphere.cpr
Interface AtmosphereRequest.Builder
- All Known Implementing Classes:
AtmosphereRequestImpl.Builder
- Enclosing interface:
AtmosphereRequest
public static interface AtmosphereRequest.Builder
-
Method Summary
Modifier and TypeMethodDescriptionattributes(Map<String, Object> attributes) body(byte[] dataBytes) body(byte[] dataBytes, int offset, int length) build()contentLength(Long contentLength) contentType(String contentType) contextPath(String contextPath) destroyable(boolean destroyable) dispatchRequestAsynchronously(boolean dispatchRequestAsynchronously) inputStream(InputStream inputStream) isSSecure(boolean isSecure) localInetSocketAddress(Callable localAddr) localPort(int localPort) queryString(String queryString) queryStrings(Map<String, String[]> queryStrings) remoteAddr(String remoteAddr) remoteHost(String remoteHost) remoteInetSocketAddress(Callable remoteAddr) remotePort(int remotePort) request(javax.servlet.http.HttpServletRequest request) requestURI(String requestURI) requestURL(String requestURL) serverName(String serverName) serverPort(int serverPort) servletPath(String servletPath) session(javax.servlet.http.HttpSession session) userPrincipal(Principal userPrincipal)
-
Method Details
-
destroyable
-
headers
-
cookies
-
dispatchRequestAsynchronously
-
remoteAddr
-
remoteHost
-
remotePort
-
localAddr
-
localName
-
localPort
-
remoteInetSocketAddress
-
localInetSocketAddress
-
attributes
-
request
-
servletPath
-
requestURI
-
requestURL
-
pathInfo
-
queryString
-
body
-
body
-
encoding
-
method
-
contentType
-
contentLength
-
body
-
inputStream
-
reader
-
build
AtmosphereRequest build() -
queryStrings
-
contextPath
-
serverName
-
serverPort
-
session
-
principal
-
authType
-
isSSecure
-
locale
-
userPrincipal
-