Uses of Class
org.atmosphere.cpr.AtmosphereRequest.Builder

Packages that use AtmosphereRequest.Builder
org.atmosphere.cpr   
org.atmosphere.websocket.protocol   
 

Uses of AtmosphereRequest.Builder in org.atmosphere.cpr
 

Methods in org.atmosphere.cpr that return AtmosphereRequest.Builder
 AtmosphereRequest.Builder AtmosphereRequest.Builder.attributes(Map<String,Object> attributes)
           
 AtmosphereRequest.Builder AtmosphereRequest.Builder.authType(String authType)
           
 AtmosphereRequest.Builder AtmosphereRequest.Builder.body(byte[] dataBytes)
           
 AtmosphereRequest.Builder AtmosphereRequest.Builder.body(byte[] dataBytes, int offset, int length)
           
 AtmosphereRequest.Builder AtmosphereRequest.Builder.body(String data)
           
 AtmosphereRequest.Builder AtmosphereRequest.Builder.contentLength(Long contentLength)
           
 AtmosphereRequest.Builder AtmosphereRequest.Builder.contentType(String contentType)
           
 AtmosphereRequest.Builder AtmosphereRequest.Builder.contextPath(String contextPath)
           
 AtmosphereRequest.Builder AtmosphereRequest.Builder.cookies(Set<javax.servlet.http.Cookie> cookies)
           
 AtmosphereRequest.Builder AtmosphereRequest.Builder.destroyable(boolean destroyable)
           
 AtmosphereRequest.Builder AtmosphereRequest.Builder.dispatchRequestAsynchronously(boolean dispatchRequestAsynchronously)
           
 AtmosphereRequest.Builder AtmosphereRequest.Builder.encoding(String encoding)
           
 AtmosphereRequest.Builder AtmosphereRequest.Builder.headers(Map<String,String> headers)
           
 AtmosphereRequest.Builder AtmosphereRequest.Builder.inputStream(InputStream inputStream)
           
 AtmosphereRequest.Builder AtmosphereRequest.Builder.isSSecure(boolean isSecure)
           
 AtmosphereRequest.Builder AtmosphereRequest.Builder.localAddr(String localAddr)
           
 AtmosphereRequest.Builder AtmosphereRequest.Builder.locale(Locale locale)
           
 AtmosphereRequest.Builder AtmosphereRequest.Builder.localInetSocketAddress(Callable localAddr)
           
 AtmosphereRequest.Builder AtmosphereRequest.Builder.localName(String localName)
           
 AtmosphereRequest.Builder AtmosphereRequest.Builder.localPort(int localPort)
           
 AtmosphereRequest.Builder AtmosphereRequest.Builder.method(String methodType)
           
 AtmosphereRequest.Builder AtmosphereRequest.Builder.pathInfo(String pathInfo)
           
 AtmosphereRequest.Builder AtmosphereRequest.Builder.principal(Principal principal)
           
 AtmosphereRequest.Builder AtmosphereRequest.Builder.queryString(String queryString)
           
 AtmosphereRequest.Builder AtmosphereRequest.Builder.queryStrings(Map<String,String[]> queryStrings)
           
 AtmosphereRequest.Builder AtmosphereRequest.Builder.reader(Reader reader)
           
 AtmosphereRequest.Builder AtmosphereRequest.Builder.remoteAddr(String remoteAddr)
           
 AtmosphereRequest.Builder AtmosphereRequest.Builder.remoteHost(String remoteHost)
           
 AtmosphereRequest.Builder AtmosphereRequest.Builder.remoteInetSocketAddress(Callable remoteAddr)
           
 AtmosphereRequest.Builder AtmosphereRequest.Builder.remotePort(int remotePort)
           
 AtmosphereRequest.Builder AtmosphereRequest.Builder.request(javax.servlet.http.HttpServletRequest request)
           
 AtmosphereRequest.Builder AtmosphereRequest.Builder.requestURI(String requestURI)
           
 AtmosphereRequest.Builder AtmosphereRequest.Builder.requestURL(String requestURL)
           
 AtmosphereRequest.Builder AtmosphereRequest.Builder.serverName(String serverName)
           
 AtmosphereRequest.Builder AtmosphereRequest.Builder.serverPort(int serverPort)
           
 AtmosphereRequest.Builder AtmosphereRequest.Builder.servletPath(String servletPath)
           
 AtmosphereRequest.Builder AtmosphereRequest.Builder.session(javax.servlet.http.HttpSession session)
           
 AtmosphereRequest.Builder AtmosphereRequest.Builder.userPrincipal(Principal userPrincipal)
           
 

Uses of AtmosphereRequest.Builder in org.atmosphere.websocket.protocol
 

Methods in org.atmosphere.websocket.protocol that return AtmosphereRequest.Builder
protected static AtmosphereRequest.Builder ProtocolUtil.constructRequest(AtmosphereResource resource, String pathInfo, String requestURI, String methodType, String contentType, boolean destroyable)
           
 



Copyright © 2014. All Rights Reserved.