Uses of Interface
org.atmosphere.cpr.AtmosphereRequest.Builder
Packages that use AtmosphereRequest.Builder
-
Uses of AtmosphereRequest.Builder in org.atmosphere.cpr
Classes in org.atmosphere.cpr that implement AtmosphereRequest.BuilderMethods in org.atmosphere.cpr that return AtmosphereRequest.BuilderModifier and TypeMethodDescriptionAtmosphereRequest.Builder.attributes(Map<String, Object> attributes) AtmosphereRequest.Builder.body(byte[] dataBytes) AtmosphereRequest.Builder.body(byte[] dataBytes, int offset, int length) AtmosphereRequest.Builder.contentLength(Long contentLength) AtmosphereRequest.Builder.contentType(String contentType) AtmosphereRequest.Builder.contextPath(String contextPath) AtmosphereRequest.Builder.destroyable(boolean destroyable) AtmosphereRequest.Builder.dispatchRequestAsynchronously(boolean dispatchRequestAsynchronously) AtmosphereRequest.Builder.inputStream(InputStream inputStream) AtmosphereRequest.Builder.isSSecure(boolean isSecure) AtmosphereRequest.Builder.localInetSocketAddress(Callable localAddr) AtmosphereRequest.Builder.localPort(int localPort) AtmosphereRequest.Builder.queryString(String queryString) AtmosphereRequest.Builder.queryStrings(Map<String, String[]> queryStrings) AtmosphereRequest.Builder.remoteAddr(String remoteAddr) AtmosphereRequest.Builder.remoteHost(String remoteHost) AtmosphereRequest.Builder.remoteInetSocketAddress(Callable remoteAddr) AtmosphereRequest.Builder.remotePort(int remotePort) AtmosphereRequest.Builder.request(javax.servlet.http.HttpServletRequest request) AtmosphereRequest.Builder.requestURI(String requestURI) AtmosphereRequest.Builder.requestURL(String requestURL) AtmosphereRequest.Builder.serverName(String serverName) AtmosphereRequest.Builder.serverPort(int serverPort) AtmosphereRequest.Builder.servletPath(String servletPath) AtmosphereRequest.Builder.session(javax.servlet.http.HttpSession session) AtmosphereRequest.Builder.userPrincipal(Principal userPrincipal)