Uses of Class
org.atmosphere.cpr.AtmosphereRequestImpl.Builder
Packages that use AtmosphereRequestImpl.Builder
-
Uses of AtmosphereRequestImpl.Builder in org.atmosphere.cpr
Methods in org.atmosphere.cpr that return AtmosphereRequestImpl.BuilderModifier and TypeMethodDescriptionAtmosphereRequestImpl.Builder.attributes(Map<String, Object> attributes) AtmosphereRequestImpl.Builder.body(byte[] dataBytes) AtmosphereRequestImpl.Builder.body(byte[] dataBytes, int offset, int length) AtmosphereRequestImpl.Builder.contentLength(Long contentLength) AtmosphereRequestImpl.Builder.contentType(String contentType) AtmosphereRequestImpl.Builder.contextPath(String contextPath) AtmosphereRequestImpl.Builder.destroyable(boolean destroyable) AtmosphereRequestImpl.Builder.dispatchRequestAsynchronously(boolean dispatchRequestAsynchronously) AtmosphereRequestImpl.Builder.inputStream(InputStream inputStream) AtmosphereRequestImpl.Builder.isSSecure(boolean isSecure) AtmosphereRequestImpl.Builder.localInetSocketAddress(Callable localAddr) AtmosphereRequestImpl.Builder.localPort(int localPort) AtmosphereRequestImpl.Builder.queryString(String queryString) AtmosphereRequestImpl.Builder.queryStrings(Map<String, String[]> queryStrings) AtmosphereRequestImpl.Builder.remoteAddr(String remoteAddr) AtmosphereRequestImpl.Builder.remoteHost(String remoteHost) AtmosphereRequestImpl.Builder.remoteInetSocketAddress(Callable remoteAddr) AtmosphereRequestImpl.Builder.remotePort(int remotePort) AtmosphereRequestImpl.Builder.request(jakarta.servlet.http.HttpServletRequest request) AtmosphereRequestImpl.Builder.requestURI(String requestURI) AtmosphereRequestImpl.Builder.requestURL(String requestURL) AtmosphereRequestImpl.Builder.serverName(String serverName) AtmosphereRequestImpl.Builder.serverPort(int serverPort) AtmosphereRequestImpl.Builder.servletPath(String servletPath) AtmosphereRequestImpl.Builder.session(jakarta.servlet.http.HttpSession session) AtmosphereRequestImpl.Builder.userPrincipal(Principal userPrincipal) -
Uses of AtmosphereRequestImpl.Builder in org.atmosphere.websocket.protocol
Methods in org.atmosphere.websocket.protocol that return AtmosphereRequestImpl.BuilderModifier and TypeMethodDescriptionprotected static AtmosphereRequestImpl.BuilderProtocolUtil.constructRequest(WebSocket webSocket, String pathInfo, String requestURI, String methodType, String contentType, boolean destroyable)